forked from cedbossneo/Mowgli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
38 lines (34 loc) · 1.12 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
37
38
; 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 = Yardforce500
[env]
platform = ststm32
framework = stm32cube
board = genericSTM32F103VC
[env:Yardforce500]
platform_packages =
toolchain-gccarmnoneeabi@~1.90301.0
platformio/tool-stm32duino@^1.0.1
platformio/tool-openocd@^2.1100.211028
platformio/tool-dfuutil@^1.11.0
build_flags = -Wl,--undefined,_printf_float -O2 -Isrc/ros/ros_lib -Isrc/ros/ros_custom
build_src_filter =
extra_scripts =
pre:patch_usb.py
pre:add_swo_viewer.py
debug_tool = stlink
monitor_speed = 115200
monitor_port = /dev/ttyAMA0
[env:Yardforce500_REMOTE_UPLOAD]
build_flags = -DBOARD_YARDFORCE500 -Wl,--undefined,_printf_float -Isrc/ros/ros_lib -Isrc/ros/ros_custom
extra_scripts = raspi_remote_upload.py
custom_mowgli_host = 10.146.111.222
custom_mowgli_user = ubuntu