-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
40 lines (31 loc) · 1.05 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
39
40
; 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 = DISCO_F
[env]
monitor_flags = --raw
platform = ststm32
platform_packages =
toolchain-gccarmnoneeabi@>=1.90000.0
framework-mbed@>=6.60900.0
framework-mbed@<6.61000.0
framework = mbed
monitor_speed = 115200
; src_filter = +<exercice_5.cpp>
; By default, the check tool uses only "cppcheck".
; Uncomment the following line to also use "clang-tidy"
; check_tool = cppcheck, clangtidy
; build_flags = -fno-use-cxa-atexit
; build_flags = -Wl,-u,_printf_float,-u,_scanf_float
[env:DISCO_F]
board = disco_heiafr
build_flags = -I${platformio.libdeps_dir}/DISCO_F/TARGET_DISCO_HEIAFR/include
lib_deps =
https://github.com/heia-fr/embsys-target-disco-heiafr.git#v0.1.1