| .. |
|
AT24Cx.h
|
Driver for AT24Cx external EEPROM present on GDx devices
|
2021-01-02 15:07:14 +01:00 |
|
AT24Cx_GDx.c
|
Removed I2C initialisation from GDx EEPROM driver, as the I2C bus is already initialised in platform_init() and the double initialisation made some radios freeze on the splash screen
|
2021-03-14 11:46:00 +01:00 |
|
W25Qx.c
|
Added full chip erase function to W25Qx driver
|
2022-03-22 11:19:22 +01:00 |
|
W25Qx.h
|
Added full chip erase function to W25Qx driver
|
2022-03-22 11:19:22 +01:00 |
|
nvmData_GDx.h
|
Renamed zones into banks to align to M17 codeplug naming convention.
|
2022-06-01 14:56:22 +02:00 |
|
nvmData_MD3x0.h
|
Applied __attribute__((packed)) to all data structures to reduce memory footprint
|
2021-03-26 18:11:22 +01:00 |
|
nvmData_MDUV3x0.h
|
Add NVM codeplug support for MD9600
|
2021-04-10 22:37:32 +02:00 |
|
nvmem_GDx.c
|
Separated interface for CPS loading from the non volatile memory one
|
2022-06-01 14:56:33 +02:00 |
|
nvmem_MD3x0.c
|
Separated interface for CPS loading from the non volatile memory one
|
2022-06-01 14:56:33 +02:00 |
|
nvmem_MD9600.c
|
Separated interface for CPS loading from the non volatile memory one
|
2022-06-01 14:56:33 +02:00 |
|
nvmem_MDUV3x0.c
|
Separated interface for CPS loading from the non volatile memory one
|
2022-06-01 14:56:33 +02:00 |
|
nvmem_Mod17.c
|
Separated interface for CPS loading from the non volatile memory one
|
2022-06-01 14:56:33 +02:00 |
|
nvmem_linux.c
|
Separated interface for CPS loading from the non volatile memory one
|
2022-06-01 14:56:33 +02:00 |
|
nvmem_settings_MDx.c
|
Removed backwards compatibility with old settings for MDx: in case of version mismatch default values are loaded
|
2022-02-26 15:47:18 +01:00 |
|
spiFlash_GDx.c
|
Finalising merge of branch master into GDx-development
|
2021-01-02 15:17:15 +01:00 |
|
spiFlash_MD3x.c
|
Renamed MDx display, keyboard and spiFlash drivers to MD3x to adapt the changes made to meson.build also to MD-9600. Fixed missing API change in ui_main.
|
2021-04-10 12:37:45 +02:00 |
|
spiFlash_MD9600.c
|
Stub drivers for NVM and radio management on MD-9600
|
2021-04-10 12:15:29 +02:00 |