-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
35 lines (34 loc) · 990 Bytes
/
platformio.ini
File metadata and controls
35 lines (34 loc) · 990 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
; 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:esp32-s3-devkitm-1]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = esp32-s3-devkitm-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600
build_flags =
-O2
-DARDUINO_USB_CDC_ON_BOOT=1
-DCORE_DEBUG_LEVEL=0
-u_printf_float
build_unflags = -Os
lib_deps =
lvgl/lvgl@8.3.11
bodmer/TFT_eSPI@^2.5.43
tremaru/iarduino_GPS_ATGM336@^1.1.2
adafruit/Adafruit AHTX0@^2.0.5
tremaru/iarduino_GPS_NMEA@^1.1.2
build_src_filter =
+<*.cpp>
+<ui/*.c>
+<ui/*.cpp>
+<porting/*.cpp>
+<porting/*.h>
board_build.partitions = default_16MB.csv