Mercurial > public > hwos_code
diff src/hwos.inc @ 648:aeca5717d9eb
3.17 / 10.72 release
| author | heinrichs weikamp |
|---|---|
| date | Fri, 04 Mar 2022 08:29:36 +0100 |
| parents | 357341239438 |
| children | ef2ed7e3a895 |
line wrap: on
line diff
--- a/src/hwos.inc Thu Oct 14 12:04:12 2021 +0200 +++ b/src/hwos.inc Fri Mar 04 08:29:36 2022 +0100 @@ -473,7 +473,7 @@ #DEFINE ext_input_optical HW_descriptor,3 ; =1: OSTC has optical input #DEFINE ble_available HW_descriptor,4 ; =1: OSTC has an BT module #DEFINE ostc_rx_present HW_descriptor,5 ; =1: OSTC has RX module -#DEFINE lv_core HW_descriptor,6 ; =1: OSTC has low-voltage core (2.7V) +#DEFINE lv_core HW_descriptor,6 ; =1: OSTC has low-voltage core (2.7V) #DEFINE flash_block_write HW_descriptor,7 ; =1: OSTC has FLASH with block-write capability ;---- Hardware - OSTC Model Variants (stored in access RAM, NOT cleared in restart) @@ -488,7 +488,7 @@ ;---- Hardware - OSTC Model Variants2 (stored in access RAM, NOT cleared in restart) #DEFINE press_sensor_type HW_variants2,0 ; =1: pressure sensor MS5837, =0: Pressure sensor MS5541 -; HW_variants2,1 ; --- unused +#DEFINE less_io_cpu HW_variants2,1 ; =1: OSTC has a CPU with less I/O pins ; HW_variants2,2 ; --- unused ; HW_variants2,3 ; --- unused ; HW_variants2,4 ; --- unused
