cmake: Allow selecting toolchain file based on config

Refactor IDF "project" functionality under a wrapping of the default
"project" command, so we can tweak it a bit...

Will need more testing in other environments.
This commit is contained in:
Angus Gratton
2018-02-15 14:38:58 +11:00
committed by Angus Gratton
parent 04a944598f
commit abef220b13
6 changed files with 83 additions and 63 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
if(IS_BOOTLOADER_BUILD)
if(BOOTLOADER_BUILD)
return() # don't keep recursing!
endif()