WIP: Functional pico REPL (broke native)
This commit is contained in:
@@ -25,7 +25,8 @@ release_build_flags =
|
||||
debug_build_flags =
|
||||
-ggdb
|
||||
-O0
|
||||
|
||||
src_filter =
|
||||
+<main.c>
|
||||
|
||||
[env:pico-debug]
|
||||
platform = https://github.com/Wiz-IO/wizio-pico.git
|
||||
@@ -37,6 +38,9 @@ build_flags =
|
||||
-D PLATFORM_PICO_SDK
|
||||
-D LIB_PICO_STDIO_USB
|
||||
-D PICO_USB
|
||||
build_src_filter =
|
||||
${common.src_filter}
|
||||
+<pico-plat.c>
|
||||
|
||||
upload_protocol = uf2
|
||||
upload_port = /run/media/max/RPI-RP2
|
||||
@@ -48,6 +52,9 @@ build_flags =
|
||||
${common.build_flags}
|
||||
${common.debug_build_flags}
|
||||
-D PLATFORM_NATIVE
|
||||
build_src_filter =
|
||||
${common.src_filter}
|
||||
+<native-plat.c>
|
||||
|
||||
[env:native-release]
|
||||
platform = native
|
||||
@@ -55,7 +62,9 @@ build_flags =
|
||||
${common.build_flags}
|
||||
${common.release_build_flags}
|
||||
-D PLATFORM_NATIVE
|
||||
|
||||
build_src_filter =
|
||||
${common.src_filter}
|
||||
+<native-plat.c>
|
||||
|
||||
;monitor_port = SELECT SERIAL PORT
|
||||
;monitor_speed = 115200
|
||||
|
||||
Reference in New Issue
Block a user