Open brandonbrown2 opened 8 years ago
We are right at the cusp of how much code we can fit into the ESP8266's 32kB of RAM.
-Find out how to dump memory maps at compile time to exmine our memory usage
-Use ICACHE to move functions into ROM
-Potentially use a filesystem to move large amounts of data (like webpages\images) out of RAM
We are right at the cusp of how much code we can fit into the ESP8266's 32kB of RAM.
-Find out how to dump memory maps at compile time to exmine our memory usage
-Use ICACHE to move functions into ROM
-Potentially use a filesystem to move large amounts of data (like webpages\images) out of RAM