-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
36 lines (35 loc) · 1.07 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
; 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:industrialli_h723vet6]
platform = ststm32
board = industrialli_h723vet6
framework = arduino
platform_packages = platformio/tool-dfuutil
upload_protocol = stlink
monitor_speed = 9600
debug_tool = stlink
build_flags =
-D PIO_FRAMEWORK_ARDUINO_USB_HIGHSPEED_FULLMODE
-D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC
-D USBCON
-D HAL_PCD_MODULE_ENABLED
-D USE_USB_HS_IN_FS
-IInc
-IMiddlewares/Third_Party/FatFs/src/drivers
-DEXTI_IRQ_PRIO=1
-DEXTI_IRQ_SUBPRIO=1
-DHSE_VALUE=25000000U
-DportUSE_WDTO=WDTO_15MS
lib_deps =
https://github.com/Industrialli/LoRaMESH.git
https://github.com/Industrialli/Ethernet2.git
stm32duino/STM32duino FreeRTOS@^10.3.2
seithan/Easy Nextion Library@^1.0.6
adafruit/Adafruit MQTT Library@^2.5.8