Skip to content

Commit de6c212

Browse files
authored
Update platformio.ini
1 parent 30a7499 commit de6c212

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

platformio.ini

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
[env]
2+
lib_deps =
3+
https://github.com/bitbank2/bb_epaper.git
4+
https://github.com/pfalcon/uzlib
5+
16
[env:oeplnrf]
27
#build_unflags = -DUSE_LFXO
38
#build_flags = -DNRF52840_XXAA -DUSE_LFRC -DNRF52_S140 -DNRF52 -DNRF52840
9+
build_flags = -DTARGET_NRF
410
#lib_compat_mode = soft
511
platform = https://github.com/maxgerhardt/platform-nordicnrf52
612
#platform = nordicnrf52
@@ -10,7 +16,26 @@ board_build.variant = oeplnrf
1016
board = xiaoblesense_adafruit
1117
#board = oeplnrf
1218
monitor_speed = 115200
13-
lib_deps =
14-
https://github.com/bitbank2/bb_epaper.git
15-
https://github.com/pfalcon/uzlib
16-
build_src_filter = +<*> -<main_mbed.cpp>
19+
build_src_filter = +<*> -<main_mbed.cpp>
20+
21+
[env:oeplesp32-s3-N16R8]
22+
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
23+
framework = arduino
24+
build_flags =
25+
-DTARGET_ESP32
26+
-DBOARD_HAS_PSRAM
27+
-DARDUINO_USB_MODE=1
28+
-DARDUINO_USB_CDC_ON_BOOT=1
29+
-DCONFIG_FREERTOS_WATCHDOG_TIMEOUT_S=120
30+
board_build.filesystem = littlefs
31+
board = esp32-s3-devkitc-1
32+
board_build.partitions = default_16MB.csv
33+
board_build.flash_mode=qio
34+
board_build.arduino.memory_type = qio_opi
35+
board_build.psram_type=qspi_opi
36+
board_build.usb_mode = hardware
37+
board_upload.maximum_size = 16777216
38+
board_upload.maximum_ram_size = 327680
39+
board_upload.flash_size = 16MB
40+
monitor_speed = 115200
41+
monitor_filters = esp32_exception_decoder

0 commit comments

Comments
 (0)