Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OwnTech
Power API
Core
Commits
a6d5fcf1
Commit
a6d5fcf1
authored
2 years ago
by
Clément Foucher
Browse files
Options
Downloads
Patches
Plain Diff
Update to latest platform.
parent
30ae35ab
No related branches found
Branches containing commit
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
platformio.ini
+1
-6
1 addition, 6 deletions
platformio.ini
zephyr/platformio-extra.py
+0
-8
0 additions, 8 deletions
zephyr/platformio-extra.py
with
1 addition
and
14 deletions
platformio.ini
+
1
−
6
View file @
a6d5fcf1
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
zephyr/platformio-extra.py
deleted
100644 → 0
+
0
−
8
View file @
30ae35ab
# 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
"
]
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment