SmingHub / Sming

Sming - powerful open source framework simplifying the creation of embedded C++ applications.
https://sming.readthedocs.io
GNU Lesser General Public License v3.0
1.47k stars 347 forks source link

error: implicit declaration of function 'system_rtc_mem_read' #2746

Closed pljakobs closed 5 months ago

pljakobs commented 5 months ago

I guess, during the recent work on rboot, the include for esp_system.h was lost somewhere? I have added it to Sming/Components/rboot/rboot/appcode/rboot-api.h which works for me - is that the place you want it? I can submit a PR.

mikee47 commented 5 months ago

Thanks for finding this! Bit fiddly as change required in submodule, but thank you for offer.

pljakobs commented 5 months ago

I've rebased my pr and opened it to your "sming" branch, now it only has one commit (oh, you've done it laready :D )