PICO does not compile yet as std::thread and std::mutex seem to be missing
This commit is contained in:
parent
0d7cbe3da9
commit
9a1924b0af
1 changed files with 15 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
[platformio]
|
||||
default_envs = serial32
|
||||
default_envs = ESP32
|
||||
src_dir = .
|
||||
|
||||
[env:serial32]
|
||||
[env:ESP32]
|
||||
lib_ldf_mode = deep+
|
||||
src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<build> -<player.cpp>
|
||||
platform = espressif32
|
||||
|
@ -14,3 +14,16 @@ lib_deps = greiman/SdFat@^2.1.2
|
|||
adafruit/Adafruit NeoPixel@^1.10.4
|
||||
build_flags = -std=gnu++17 -Ofast -DESP32=1 -ggdb3 -D_GLIBCXX_USE_C99
|
||||
build_unflags = -std=gnu++11 -Os
|
||||
|
||||
#[env:PICO]
|
||||
#lib_ldf_mode = deep+
|
||||
#src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<build> -<player.cpp>
|
||||
#platform = raspberrypi
|
||||
#board = pico
|
||||
#framework = arduino
|
||||
#monitor_speed = 115200
|
||||
#upload_speed = 1000000
|
||||
#lib_deps = greiman/SdFat@^2.1.2
|
||||
# adafruit/Adafruit NeoPixel@^1.10.4
|
||||
#build_flags = -std=gnu++17 -Ofast -DESP32=1 -ggdb3 -D_GLIBCXX_USE_C99
|
||||
#build_unflags = -std=gnu++11 -Os
|
||||
|
|
Loading…
Add table
Reference in a new issue