OpenRTX/platform/drivers
Silvano Seva 44385b3b25 Using signed 32-bit data type for RSSI instead of floating points
Switched to int32_t for RSSI representation to allow running the code also
on devices with limited resources. Defined a new ad-hoc type to still keep
the possibility of using floating points on more capable devices.
2024-02-01 11:07:20 +01:00
..
ADC Made "static" all the variables local to each translation unit 2024-02-01 11:07:20 +01:00
CPS Moved from float to uint32_t for TX power, substituted dBm with mW in CPS channel struct 2024-02-01 11:07:20 +01:00
GPS ttwrplus: enable GPS 2023-09-20 21:08:35 +02:00
NVM Linux NVM: added implementation of nvm_getMemoryAreas() 2023-12-07 12:02:48 +01:00
USB Moved gpio.h to peripherals 2023-07-21 19:27:14 +02:00
audio Made "static" all the variables local to each translation unit 2024-02-01 11:07:20 +01:00
backlight Using Kconfig-style #defines for display parameters' description. 2024-02-01 11:07:20 +01:00
baseband Using signed 32-bit data type for RSSI instead of floating points 2024-02-01 11:07:20 +01:00
chSelector Moved gpio.h to peripherals 2023-07-21 19:27:14 +02:00
display Made "static" all the variables local to each translation unit 2024-02-01 11:07:20 +01:00
keyboard Reduce encoder sensitivity on T-TWR Plus 2023-10-09 09:23:45 +02:00
stubs Using signed 32-bit data type for RSSI instead of floating points 2024-02-01 11:07:20 +01:00
tones Moved gpio.h to peripherals 2023-07-21 19:27:14 +02:00