Add WHOLE_ARCHIVE property.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2025-12-02 09:29:34 +01:00
parent d189c2978c
commit 79b69bfd7e
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -3,3 +3,4 @@ idf_component_register(
INCLUDE_DIRS . fs rng usb led ../tinycbor/src
REQUIRES bootloader_support esp_partition esp_tinyusb efuse mbedtls
)
idf_component_set_property(${COMPONENT_NAME} WHOLE_ARCHIVE ON)