get all device example build with rp2040 (except freeRTOS)

This commit is contained in:
hathach
2021-01-25 13:28:23 +07:00
parent ec458292fe
commit 83614418b5
25 changed files with 422 additions and 8 deletions

View File

@@ -30,5 +30,4 @@ target_include_directories(${PROJECT} PUBLIC
target_compile_definitions(${PROJECT} PUBLIC
CFG_TUSB_MCU=OPT_MCU_RP2040
CFG_TUSB_OS=OPT_OS_PICO
)