-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
31 lines (25 loc) · 824 Bytes
/
platformio.ini
File metadata and controls
31 lines (25 loc) · 824 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
; 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
[platformio]
default_envs = rpi2040
[env:rpi2040]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
framework = arduino
board = adafruit_feather_usb_host
board_build.f_cpu = 120000000L
monitor_speed = 19200
lib_deps =
https://github.com/sekigon-gonnoc/Pico-PIO-USB
https://github.com/ClutchplateDude/esp8266-oled-ssd1306#4.6.2
build_flags =
-DUSE_TINYUSB
-D__STDC_LIMIT_MACROS
-D__STDC_CONSTANT_MACROS
-DCFG_TUD_ENABLED=1