OpenRTX/platform/drivers/NVM
Silvano Seva 86f6d114e2 Applied __attribute__((packed)) to all data structures to reduce memory footprint 2021-03-26 18:11:22 +01:00
..
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 Fixed error in 'W25Qx_writePage' causing it skipping the blocks having an odd address 2021-02-26 11:07:32 +01:00
W25Qx.h Add SPI Flash write data implementation and test 2021-02-21 08:30:51 +01:00
nvmData_GDx.h Applied __attribute__((packed)) to all data structures to reduce memory footprint 2021-03-26 18:11:22 +01: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 Applied __attribute__((packed)) to all data structures to reduce memory footprint 2021-03-26 18:11:22 +01:00
nvmem_GDx.c GD-77 properly terminate codeplug strings with 0x00 instad of 0xFF 2021-03-14 14:33:19 +01:00
nvmem_MD3x0.c Add Settings persistence to SPI Flash 2021-02-21 15:58:41 +01:00
nvmem_MDUV3x0.c Applied __attribute__((packed)) to all data structures to reduce memory footprint 2021-03-26 18:11:22 +01:00
nvmem_linux.c Add Settings persistence to SPI Flash 2021-02-21 15:58:41 +01:00
spiFlash_GDx.c Finalising merge of branch master into GDx-development 2021-01-02 15:17:15 +01:00
spiFlash_MDx.c Finalising merge of branch master into GDx-development 2021-01-02 15:17:15 +01:00