summaryrefslogtreecommitdiffstats
path: root/drivers/eeprom/eeprom_stm32_L0_L1.c
Commit message (Collapse)AuthorAgeFilesLines
* Normalise include statements in core code (#11153)Ryan2020-12-111-1/+1
| | | | | * Normalise include statements in core code * Missed one
* Add support for STM32L0/L1 onboard EEPROM. (#8002)Nick Brassel2020-03-121-0/+96
* Add support for STM32L0/L1 onboard EEPROM. * Update docs/eeprom_driver.md Co-Authored-By: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>