-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathplatformio.ini
More file actions
37 lines (33 loc) · 917 Bytes
/
platformio.ini
File metadata and controls
37 lines (33 loc) · 917 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
32
33
34
35
36
; 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]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.core = earlephilhower
lib_deps =
olikraus/U8g2@^2.35.19
arduinogetstarted/ezButton@^1.0.4
mathertel/RotaryEncoder@^1.5.3
khoih-prog/RPI_PICO_TimerInterrupt@^1.3.1
[env:HW1_0]
# debug_tool = cmsis-dap
# upload_protocol = cmsis-dap
# debug_speed = 5000
build_flags =
-DHW1_0
-DVERSION="\"1.0.0\""
[env:HW1_1]
debug_tool = cmsis-dap
upload_protocol = cmsis-dap
debug_speed = 5000
build_flags =
-DHW1_1
-DVERSION="\"1.0.0\""