thelsing / knx

knx stack (TP, IP and RF) for arduino and linux, Can be configured with ETS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support direct reading and writing of flash memory

Ing-Dom opened this issue · comments

commented

the stack shall support the usage of flash memory without any ram buffering to optimze ram usage.
The flash block buffering and writing is done within the stack, the hardware access in the specific platforms.

For legacy support of the EEPROM-Emulation or to use a RAM-Buffered flash approach the EEPROM api to the platforms should stay functional.

commented

closed with #177