golioth / golioth-zephyr-sdk

Golioth SDK For Zephyr
https://www.golioth.io
Apache License 2.0
66 stars 19 forks source link

samples: dfu: override esp_clk_init() with empty definition #353

Closed mniestroj closed 1 year ago

mniestroj commented 1 year ago

There is an issue when booting new firmware for the first time. This results in boot hang. It seems that the reason is esp_clk_init(). Fortunately this function definition is flagged as weak, so override it in sample to make DFU functional.

github-actions[bot] commented 1 year ago

Visit the preview URL for this PR (updated for commit 3e2cd76):

https://golioth-zephyr-sdk-doxygen-dev--pr353-dfu-override-esp-1e9emkzv.web.app

(expires Fri, 24 Mar 2023 14:17:08 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: a389eefadf4b4b68a539327b3459dd66c142cf49

mniestroj commented 1 year ago

Already merged as part of #352