|
1 | | -; PlatformIO Project Configuration File |
2 | | -; |
3 | | -; Build options: build flags, source filter |
4 | | -; Upload options: custom upload port, speed and extra flags |
5 | | -; Library options: dependencies, extra library storages |
6 | | -; Advanced options: extra scripting |
7 | | -; |
8 | | -; Please visit documentation for the other options and examples |
9 | | -; https://docs.platformio.org/page/projectconf.html |
10 | | - |
11 | | -[env:seeed_indicator_rp2040] |
12 | | -platform = https://github.com/maxgerhardt/platform-raspberrypi.git#c7502925e3b08af70e9f924d54ab9d00a7e64781 |
13 | | -platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#4.4.4 |
14 | | -framework = arduino |
15 | | - |
16 | | -board = seeed_indicator_rp2040 |
17 | | -board_build.core = earlephilhower |
18 | | -board_build.filesystem_size = 0.5m |
19 | | - |
20 | | -build_flags = |
21 | | - -Wno-missing-field-initializers |
22 | | - -Wno-format |
23 | | - -Isrc |
24 | | - -Isrc/generated |
25 | | - -Wl,-Map,.pio/build/output.map |
26 | | - -Os |
27 | | - -Wno-unused-variable |
28 | | - -Wcast-align |
29 | | - -D__PLAT_RP2040__ |
30 | | - |
31 | | -lib_deps = |
32 | | - sensirion/Sensirion Core@0.7.1 |
33 | | - sensirion/Sensirion I2C SCD4x@1.0.0 |
34 | | - sensirion/Sensirion I2C SGP40@0.1.0 |
35 | | - sensirion/Sensirion Gas Index Algorithm@3.2.3 |
36 | | - nanopb/Nanopb@0.4.91 |
37 | | - https://github.com/Seeed-Studio/Seeed_Arduino_AHT20.git#v1.0.1 |
38 | | - |
39 | | - |
40 | | -monitor_speed = 115200 |
| 1 | +; PlatformIO Project Configuration File |
| 2 | +; |
| 3 | +; Build options: build flags, source filter |
| 4 | +; Upload options: custom upload port, speed and extra flags |
| 5 | +; Library options: dependencies, extra library storages |
| 6 | +; Advanced options: extra scripting |
| 7 | +; |
| 8 | +; Please visit documentation for the other options and examples |
| 9 | +; https://docs.platformio.org/page/projectconf.html |
| 10 | + |
| 11 | +[env:seeed_indicator_rp2040] |
| 12 | +platform = https://github.com/maxgerhardt/platform-raspberrypi.git#aa70b802be8851668053d4f09734e4089fe41932 |
| 13 | +framework = arduino |
| 14 | + |
| 15 | +board = seeed_indicator_rp2040 |
| 16 | +board_build.core = earlephilhower |
| 17 | + |
| 18 | +build_flags = |
| 19 | + -Wno-missing-field-initializers |
| 20 | + -Wno-format |
| 21 | + -Isrc |
| 22 | + -Wl,-Map,.pio/build/output.map |
| 23 | + -Os |
| 24 | + -Wno-unused-variable |
| 25 | + -Wcast-align |
| 26 | + -D__PLAT_RP2040__ |
| 27 | + -DDEBUG_RP2040_PORT=Serial |
| 28 | + -DHW_SPI1_DEVICE |
| 29 | + |
| 30 | +lib_deps = |
| 31 | + # renovate: datasource=custom.pio depName=Nanopb packageName=nanopb/library/Nanopb |
| 32 | + nanopb/Nanopb@0.4.91 |
| 33 | + |
| 34 | +monitor_speed = 115200 |
| 35 | + |
| 36 | +debug_tool = cmsis-dap |
0 commit comments