esp-idf/components/bootloader
Ivan Grokhotkov c392c06216
cmake: remove -D prefix from COMPILE_DEFINITIONS property
Unlike COMPILE_OPTIONS, COMPILE_DEFINITIONS CMake property assumes
values without the -D prefix, such as NAME or NAME=VAL.
Previously, IDF build system was passing COMPILE_DEFINITIONS build
property to CMake COMPILE_OPTIONS property, so -D prefix was not
a problem.
Now that COMPILE_DEFINITIONS CMake property is used, -D prefix has
to be removed.

(Note that this doesn't affect 'target_compile_definitions' function,
which strips -D prefix before adding the definition to the property.)
2022-09-20 11:08:02 +02:00
..
subproject cmake: remove -D prefix from COMPILE_DEFINITIONS property 2022-09-20 11:08:02 +02:00
CMakeLists.txt esptool_py: Add esptool_py as a dependency for any component that uses it 2021-03-08 19:47:38 +11:00
Kconfig.projbuild Merge branch 'bugfix/c2_skip_validate' into 'master' 2022-09-06 14:21:15 +08:00
project_include.cmake esp32c2: Support Secure Boot V2 based on ECDSA scheme 2022-05-11 18:00:03 +05:30
sdkconfig.rename feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30