Skip to content

Arduino: Dictionaries extending in EEPROM #98

@mitra42

Description

@mitra42

Idea is to have dictionaries extend in EEPROM rather than RAM -

  • JS: extend the Mem classes to have an EEPROM reserved write area
  • C: extend code that decides ROM v RAM to have EEPROM area as well
  • Use EEPROM.build(xx) to reserve some of that area
  • Instead of switching pointers to Ram, switch to EEPROM on startup -
  • Allow switching pointers dynamically, so can test in Ram, then go back to EEPROM and write, then test more in RAM
  • Figure out how to know have EEPROM initialized
  • Make sure to test with EEPROMSIZE 0 or undefined e.g. for Arduino

See

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions