Skip to content
Snippets Groups Projects
Commit a6d5fcf1 authored by Clément Foucher's avatar Clément Foucher
Browse files

Update to latest platform.

parent 30ae35ab
No related branches found
No related tags found
Loading
...@@ -18,7 +18,7 @@ boards_dir = zephyr/boards ...@@ -18,7 +18,7 @@ boards_dir = zephyr/boards
framework = zephyr framework = zephyr
platform = ststm32@15.2.0 platform = ststm32@15.4.1
# Serial monitor baud rate # Serial monitor baud rate
monitor_speed = 115200 monitor_speed = 115200
...@@ -29,11 +29,6 @@ build_flags = ...@@ -29,11 +29,6 @@ build_flags =
-fsingle-precision-constant -fsingle-precision-constant
-Wl,-Map,memory.map -Wl,-Map,memory.map
# Below flags are only valid for C++ and create warnings for C files, so we add them as
# CXXFLAGS in extra_script.
build_unflags = -Wno-register -fno-rtti
extra_scripts = zephyr/platformio-extra.py
#### BOARD-SPECIFIC DEFINITIONS ############################################### #### BOARD-SPECIFIC DEFINITIONS ###############################################
[env:nucleo_g474re] [env:nucleo_g474re]
......
# Custom settings, as referred to as "extra_script" in platformio.ini
#
# See https://docs.platformio.org/en/latest/projectconf/section_env_advanced.html#extra-scriptss
Import("env")
env.Append( CXXFLAGS=[ "-Wno-register -fno-rtti" ] )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment