OpenRTX/platform/drivers/CPS
Silvano Seva 5b3929ef44 Moved from float to uint32_t for TX power, substituted dBm with mW in CPS channel struct
General code optimization allowing to reduce the overall binary size, especially
for devices without hardware floating point support. On the MD-380 (which has the
FPU) the .text size has been reduced of 4'928 bytes.
2024-02-01 11:07:20 +01:00
..
cps_data_GDx.h Updated year in copyright headers 2023-02-08 16:33:02 +01:00
cps_data_MD3x0.h Updated year in copyright headers 2023-02-08 16:33:02 +01:00
cps_data_MDUV3x0.h Updated year in copyright headers 2023-02-08 16:33:02 +01:00
cps_io_libc.c Changed return type of cps_readBankData() from "int32_t" to "int". 2023-07-18 23:04:31 +02:00
cps_io_native_GDx.c 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
cps_io_native_MD3x0.c 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
cps_io_native_MD9600.c 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
cps_io_native_MDUV3x0.c 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
cps_io_native_Mod17.c Changed return type of cps_readBankData() from "int32_t" to "int". 2023-07-18 23:04:31 +02:00