Merge pull request #8862 from aabadie/pr/periph/eeprom
drivers/periph: add basic API to read/write data to EEPROM
No related branches found
No related tags found
Showing
- cpu/atmega1281/include/cpu_conf.h 7 additions, 0 deletionscpu/atmega1281/include/cpu_conf.h
- cpu/atmega1284p/include/cpu_conf.h 7 additions, 0 deletionscpu/atmega1284p/include/cpu_conf.h
- cpu/atmega2560/include/cpu_conf.h 8 additions, 0 deletionscpu/atmega2560/include/cpu_conf.h
- cpu/atmega256rfr2/include/cpu_conf.h 8 additions, 0 deletionscpu/atmega256rfr2/include/cpu_conf.h
- cpu/atmega328p/include/cpu_conf.h 7 additions, 0 deletionscpu/atmega328p/include/cpu_conf.h
- cpu/atmega_common/Makefile.features 1 addition, 0 deletionscpu/atmega_common/Makefile.features
- cpu/atmega_common/periph/eeprom.c 60 additions, 0 deletionscpu/atmega_common/periph/eeprom.c
- cpu/stm32_common/Makefile.include 6 additions, 0 deletionscpu/stm32_common/Makefile.include
- cpu/stm32_common/periph/eeprom.c 54 additions, 0 deletionscpu/stm32_common/periph/eeprom.c
- cpu/stm32_common/periph/flash_common.c 52 additions, 0 deletionscpu/stm32_common/periph/flash_common.c
- cpu/stm32_common/periph/flashpage.c 7 additions, 19 deletionscpu/stm32_common/periph/flashpage.c
- cpu/stm32f0/Makefile.features 1 addition, 0 deletionscpu/stm32f0/Makefile.features
- cpu/stm32f1/Makefile.features 1 addition, 0 deletionscpu/stm32f1/Makefile.features
- cpu/stm32l0/Makefile.features 2 additions, 0 deletionscpu/stm32l0/Makefile.features
- cpu/stm32l0/include/cpu_conf.h 14 additions, 0 deletionscpu/stm32l0/include/cpu_conf.h
- cpu/stm32l1/Makefile.features 2 additions, 0 deletionscpu/stm32l1/Makefile.features
- cpu/stm32l1/include/cpu_conf.h 12 additions, 0 deletionscpu/stm32l1/include/cpu_conf.h
- drivers/include/periph/eeprom.h 82 additions, 0 deletionsdrivers/include/periph/eeprom.h
- drivers/periph_common/eeprom.c 52 additions, 0 deletionsdrivers/periph_common/eeprom.c
- tests/periph_eeprom/Makefile 9 additions, 0 deletionstests/periph_eeprom/Makefile
cpu/atmega_common/periph/eeprom.c
0 → 100644
cpu/stm32_common/periph/eeprom.c
0 → 100644
cpu/stm32_common/periph/flash_common.c
0 → 100644
drivers/include/periph/eeprom.h
0 → 100644
drivers/periph_common/eeprom.c
0 → 100644
tests/periph_eeprom/Makefile
0 → 100644
Please register or sign in to comment