You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yiancar 621ce29a53 STM32 EEPROM Emulation (#3741)
* STM32 EEPROM Emulation

- Added EEPROM emulation libaries from libmaple and Arduino_STM32. https://github.com/rogerclarkmelbourne/Arduino_STM32 and https://github.com/leaflabs/libmaple.
- Renamed teensy EEPROM library and added conditional selection of library.
- Remapped EEPROM memory map for 16 byte blocks (as is with STM32f3xx MCUs).
- Added EEPROM initialization in main.c of Chibios.
- Added EEPROM format to clear the emulated pages when EEPROM is marked as invalid.

* Fixed ifdef
7 years ago
..
bootloader.c Generate API docs from source code comments (#2491) 8 years ago
eeprom_stm32.c STM32 EEPROM Emulation (#3741) 7 years ago
eeprom_stm32.h STM32 EEPROM Emulation (#3741) 7 years ago
eeprom_teensy.c STM32 EEPROM Emulation (#3741) 7 years ago
flash_stm32.c STM32 EEPROM Emulation (#3741) 7 years ago
flash_stm32.h STM32 EEPROM Emulation (#3741) 7 years ago
printf.c Add ChibiOS support for QMK (#465) 10 years ago
printf.h Add ChibiOS support for QMK (#465) 10 years ago
sleep_led.c Add ChibiOS support for QMK (#465) 10 years ago
suspend.c Add Suspend functions (#3112) 8 years ago
timer.c Make sure the timer wraps around correctly independent of the os tick frequency 8 years ago