| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | enabled eeprom read/write stabilization by default on recent MCUs, | Selene ToyKeeper | 2024-02-02 | 1 | -0/+8 |
| | | | | | | | | | | | | to prevent corrupt data This was enabled on more build targets before, but the *_ENABLE_PIN definition names changed and the eeprom code didn't, so it was not compiled in for a few months on some lights which probably needed it. To fix that, it's now enabled by default on everything bigger than attiny85, since it doesn't really hurt anything if it's enabled when not needed. | ||||
| * | made build fail if eeprom data bigger than MCU's eeprom size | Selene ToyKeeper | 2023-11-07 | 1 | -22/+27 |
| | | | | | | Based on techniques suggested by DurvalMenezes here: https://github.com/ToyKeeper/anduril/pull/4 | ||||
| * | reorganized project files (part 1) | Selene ToyKeeper | 2023-11-02 | 1 | -0/+52 |
| (just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff) | |||||
