-
Notifications
You must be signed in to change notification settings - Fork 2
/
platformio.ini
35 lines (33 loc) · 1004 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
; 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:leocore]
platform = [email protected]
board = genericSTM32F401RC
framework = stm32cube
board_build.stm32cube.custom_config_header = yes
debug_tool = stlink
upload_protocol = stlink
build_flags =
-mfpu=fpv4-sp-d16
-mfloat-abi=hard
extra_scripts =
scripts/linker-hardfp.py
pre:scripts/firmware_version.py
board_microros_distro = humble-fictionlab
board_microros_transport = serial
board_microros_user_meta = colcon.meta
lib_deps =
https://github.com/fictionlab/diff_drive_lib.git#2.0
https://github.com/fictionlab/micro_ros_platformio#fictionlab-v1
lib_compat_mode = off
[platformio]
include_dir = Inc
src_dir = Src
lib_dir = Lib