-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathplatformio.ini
More file actions
70 lines (55 loc) · 1.31 KB
/
Copy pathplatformio.ini
File metadata and controls
70 lines (55 loc) · 1.31 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[common_deps]
lib_deps =
https://github.com/adafruit/Adafruit-GFX-Library
; https://github.com/Bodmer/TJpg_Decoder.git
ESP32Ping
[common_flags]
build_flags =
-I include
-I include/apps
-I include/coresys
-I include/drivers
-I include/kernel
-I include/apps/misc
-I include/apps/games
-I include/apps/tools
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
${common_deps.lib_deps}
monitor_speed = 115200
build_flags =
${common_flags.build_flags}
-DCONFIG_ESP_TASK_WDT_TIMEOUT_S=10
-DDEVICE_ESP32_STANDARD
; 240MHz
board_build.f_cpu = 240000000L
[env:esp32s3dev]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
lib_deps =
${common_deps.lib_deps}
monitor_speed = 115200
build_flags =
${common_flags.build_flags}
-DCONFIG_ESP_TASK_WDT_TIMEOUT_S=10
-DDEVICE_ESP32_S3
-DSTS_SPI_SPEED=40000000
; 240MHz
board_build.f_cpu = 240000000L
[env:waveshare_rp2350_pizero]
platform = raspberrypi
board = waveshare_rp2350_pizero
framework = arduino
lib_deps =
https://github.com/adafruit/Adafruit-ST7735-Library
https://github.com/adafruit/Adafruit-GFX-Library
build_flags =
${common_flags.build_flags}
-DDEVICE_RP2350
-D__FREERTOS=1
-DSTS_SPI_SPEED=40000000
-fexceptions