forked from Xinyuan-LilyGO/T-Impulse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
37 lines (31 loc) · 968 Bytes
/
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
; 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
[platformio]
; default_envs = GPStest
; default_envs = S76G-Factory
; default_envs = S78G-Factory
default_envs = T-Impulse Demo
; default_envs = T-Impulse-S76G-LoRaWAN
globallib_dir = lib
src_dir = Example/${platformio.default_envs}
[env]
platform = ststm32
board = nucleo_l073rz
framework = arduino
upload_protocol = dfu
build_flags = -D PIO_FRAMEWORK_ARDUINO_ENABLE_CDC
-D USBCON
-D HAL_PCD_MODULE_ENABLED
-D PIO_FRAMEWORK_ARDUINO_NANOLIB_FLOAT_PRINTF
[env:GPStest]
[env:S76G-Factory]
[env:S78G-Factory]
[env:T-Impulse Demo]
[env:T-Impulse-S76G-LoRaWAN]