Page 1 of 1

Override sdkconfig from a custom component dependency

Posted: Fri Nov 29, 2024 3:07 pm
by hmojitodev
Hi,

I have developed several components that I'm using for different firmware application.
One of them is using espressif/asio (imported as a managed_component) and I would like to automatically set CONFIG_COMPILER_CXX_EXCEPTIONS when I'm using this component ( instead of manually add it to each application ).