summaryrefslogtreecommitdiff
path: root/lib/embedded-cli
diff options
context:
space:
mode:
authorgraham sanderson <[email protected]>2021-05-30 18:41:07 -0500
committergraham sanderson <[email protected]>2021-05-30 20:13:47 -0500
commit95f2478146ef83d18b52408c0692222bf2a15053 (patch)
tree24c7d1b6718d05e90acb820dd3dddd9874640eec /lib/embedded-cli
parentedbccb5e19692a95d72f0467901818a0e1cf7251 (diff)
Rework rp2040 examples and CMake build:
- Examples should be CMake buildable from their own subdirectory; such a build will error out based on matching .skip.MCU_xxx or a mismatched .only.MCU_ - It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which examples get built - The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have everything encapsulated in the FAMILY/family.cmake - pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they also build correctly when included from there. Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added.
Diffstat (limited to 'lib/embedded-cli')
0 files changed, 0 insertions, 0 deletions