| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [docs] Organize driver & feature docs into subfolders (#23848) | Ryan | 2024-06-02 | 1 | -180/+0 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Vitepress conversion of docs. (#23795) | Nick Brassel | 2024-05-30 | 1 | -19/+31 |
| | | |||||
| * | Consolidate some EEPROM Driver configuration (#22321) | Joel Challis | 2023-10-23 | 1 | -0/+8 |
| | | |||||
| * | Default wear leveling logical size to half backing (#22006) | Joel Challis | 2023-09-13 | 1 | -6/+6 |
| | | |||||
| * | RP2040 emulated EEPROM. (#17519) | Nick Brassel | 2022-07-02 | 1 | -1/+16 |
| | | |||||
| * | Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376) | Nick Brassel | 2022-06-29 | 1 | -7/+76 |
| | | |||||
| * | initial 24lc32a (#16990) | Xelus22 | 2022-06-04 | 1 | -2/+3 |
| | | |||||
| * | eeprom_i2c driver: added EXTERNAL_EEPROM_WP_PIN configuration option. (#12617) | Purdea Andrei | 2021-06-22 | 1 | -0/+3 |
| | | |||||
| * | Add i2c 24LC64 eeprom (#11200) | Xelus22 | 2020-12-13 | 1 | -0/+1 |
| | | | | | | | | | | | | * add 24LC64 eeprom * docs update * Update docs/eeprom_driver.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | Add SPI 25xx EEPROM support. (#8780) | Nick Brassel | 2020-05-19 | 1 | -5/+24 |
| | | |||||
| * | Add support for STM32L0/L1 onboard EEPROM. (#8002) | Nick Brassel | 2020-03-12 | 1 | -5/+7 |
| | | | | | | | | | | * 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> | ||||
| * | Add customisable EEPROM driver selection (#7274) | Nick Brassel | 2020-01-24 | 1 | -0/+50 |
| - uprintf -> dprintf - Fix atsam "vendor" eeprom. - Bump Kinetis K20x to 64 bytes, too. - Rollback Kinetis to 32 bytes as partitioning can only be done once. Add warning about changing the value. - Change RAM-backed "fake" EEPROM implementations to match eeconfig's current usage. - Add 24LC128 by request. | |||||