Stopping ULP & ULP Lockup

dizcza
Posts: 55
Joined: Tue Sep 07, 2021 6:59 pm

Re: Stopping ULP & ULP Lockup

Postby dizcza » Tue Mar 07, 2023 11:38 am

boarchuz wrote:
Tue Mar 07, 2023 9:46 am
You're missing a bunch of the #includes from my above comment.
And you will need to add component dependencies to your 'my_boot_hooks' component's CMakeLists.txt:

Code: Select all

idf_component_register(
    SRCS "hooks.c"
    REQUIRES soc hal esp_hw_support
)
True, I haven't noticed the other header imports in your post. And I did need the REQUIRES statement in the bootloader component. Now it works like a charm, thanks a lot!

Who is online

Users browsing this forum: No registered users and 196 guests