mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-11-22 04:33:19 +00:00
51022040f1
- build on checkin to asdf-release or asdf-built-test - deploy to https://dfnr2.github.io/unified-retro-keyboard
1.0 KiB
1.0 KiB
- EEPROM management
- Uses
- Allocate on demand
- System block does not change as keyboards are changed
- Items include:
- All system block allocation must occur before any keyboard allocation may occur.
- Once system EEPROM is allocated, system EEPROM is "locked"
- If system EEPROM is locked, then EEPROM cannot be reallocated, although the parameters may be re-written.
- provision to unlock EEPROM, for example, when firmware is updated, or during development
- Keyboard block is reset whenever the keyboard changes