memfault / memfault-firmware-sdk

Memfault SDK for embedded systems. Observability, logging, crash reporting, and OTA all in one service. More information at https://docs.memfault.com.
https://memfault.com
Other
149 stars 75 forks source link

Is ESP32-S2 compatible with memfault #24

Closed ElieSKickMaker closed 2 years ago

ElieSKickMaker commented 2 years ago

Hello,

I'm looking to use memfault on a project with a ESP32-S2. Do you know if the memfault SDK is compatible ?

Thank you ! :)

chrisc11 commented 2 years ago

Hi @ElieSKickMaker, thanks for the report!

To help us investigate, could you share the following:

ElieSKickMaker commented 2 years ago

Hello,

I'm using the esp-idf v4.3.2. Yes I've followed the instructions. I can build a project example ( wifi station ap + memfault port files ) like the video if I set the target on the ESP32. But when I set the target on ESP32-S2 (idf.py set-target esp32s2) I can't build anymore. I've got some errors about undefined registers into the memfault firmware sdk..

noahp commented 2 years ago

Hi @ElieSKickMaker , this release addresses the build errors: https://github.com/memfault/memfault-firmware-sdk/releases/tag/0.29.0

Let us know if there's anything else causing problems!