-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
48 lines (39 loc) · 1.46 KB
/
platformio.ini
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
37
38
39
40
41
42
43
44
45
46
47
[platformio]
default_envs = pico
src_dir = storybox
[env]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
framework = arduino
board_build.core = earlephilhower
lib_deps =
https://github.com/pschatzmann/arduino-libhelix
https://github.com/pschatzmann/arduino-audio-tools
https://github.com/LennartHennigs/Button2
https://github.com/jonnieZG/EWMA
;https://github.com/earlephilhower/ESP8266SdFat
; flags nécessaires pour rebooter pour upload automatique :
build_flags = -DCORE_DEBUG_LEVEL=3 -DARDUINO_USB_MODE -DARDUINO_USB_CDC_ON_BOOT=1
;permet d'augmenter la fréquence :
;board_build.f_cpu = 175000000L
[env:pico]
board = pico
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
framework = arduino
board_build.core = earlephilhower
build_flags = -DCORE_DEBUG_LEVEL=3 -DARDUINO_USB_MODE -DARDUINO_USB_CDC_ON_BOOT=1
lib_deps =
https://github.com/pschatzmann/arduino-libhelix
https://github.com/pschatzmann/arduino-audio-tools
https://github.com/LennartHennigs/Button2
https://github.com/jonnieZG/EWMA
[env:picowifi]
board = rpipicow
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
framework = arduino
board_build.core = earlephilhower
build_flags = -DCORE_DEBUG_LEVEL=3 -DARDUINO_USB_MODE -DARDUINO_USB_CDC_ON_BOOT=1
lib_deps =
https://github.com/pschatzmann/arduino-libhelix
https://github.com/pschatzmann/arduino-audio-tools
https://github.com/LennartHennigs/Button2
https://github.com/jonnieZG/EWMA