index
:
anduril
simple-ui
trunk
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsm
/
eeprom.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-02
enabled eeprom read/write stabilization by default on recent MCUs,
Selene ToyKeeper
1
-0
/
+8
2023-11-07
made build fail if eeprom data bigger than MCU's eeprom size
Selene ToyKeeper
1
-22
/
+27
2023-11-02
reorganized project files (part 1)
Selene ToyKeeper
1
-0
/
+0
2023-04-17
switched the rest of FSM + Anduril to use SPDX license headers
Selene ToyKeeper
1
-21
/
+4
2023-04-16
reduced ROM by ~600 bytes by moving all eeprom config values to a "cfg" struct
Selene ToyKeeper
1
-3
/
+4
2018-08-22
Replaced hardcoded eeprom index values with auto-calculated enums.
Selene ToyKeeper
1
-2
/
+2
2017-12-03
Made it possible to override address of eeprom array in RAM.
Selene ToyKeeper
1
-0
/
+4
2017-09-29
Added option to start at memorized level, for momentary use on dual-switch li...
Selene ToyKeeper
1
-2
/
+2
2017-08-26
Made wear-levelling work. Takes a bunch of extra ROM though.
Selene ToyKeeper
1
-0
/
+6
2017-08-26
Added eeprom load/save API (no wear levelling yet), verified it works in Dark...
Selene ToyKeeper
1
-0
/
+58