Low memory issues. Maybe a milestone in firmware
-
It seems that all the functionality inside one core is limiting the hardware.
I think that firmware has two options now:
- Firmware must be less with less debugging info but firmware is an interpreter and carries all cons.
- Firmware must be splitted possibly like:
a. Core. Pin and timer functionality
b. Core + I2C.
c. Core + SPI.
d. Core + I2C + SPI
e. Core + RTC + Lora
f. Core + AllIt is just a suggestion because I do not know the sizes of the above elements.