-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplatformio.ini
More file actions
31 lines (30 loc) · 884 Bytes
/
platformio.ini
File metadata and controls
31 lines (30 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:rp2040]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = waveshare_rp2040_zero
framework = arduino
board_build.core = earlephilhower
build_flags =
-std=c++17
-DUSE_TINYUSB
-DCFG_TUD_MSC=0
-DCFG_TUD_MIDI=0
-DCFG_TUD_VIDEO=0
-DCFG_TUD_VIDEO_STREAMING=0
lib_archive = no
lib_deps =
mathertel/OneButton @ ^2.5.0
infineon/TLV493D-Magnetic-Sensor @ ^1.0.3
denyssene/SimpleKalmanFilter @ ^0.1.0
khoih-prog/RP2040_PWM@^1.7.0
Wire
hideakitai/Tween@^0.4.2
monitor_speed = 115200