Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
4b385690
Unverified
Commit
4b385690
authored
Jan 27, 2021
by
Valerii Koval
Committed by
GitHub
Jan 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move default Arduino partitions to a separate section (#4747)
parent
dd513df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tools/platformio-build.py
tools/platformio-build.py
+3
-1
No files found.
tools/platformio-build.py
View file @
4b385690
...
...
@@ -224,7 +224,9 @@ env.Prepend(LIBS=libs)
#
fwpartitions_dir
=
join
(
FRAMEWORK_DIR
,
"tools"
,
"partitions"
)
partitions_csv
=
env
.
BoardConfig
().
get
(
"build.partitions"
,
"default.csv"
)
partitions_csv
=
env
.
BoardConfig
().
get
(
"build.arduino.partitions"
,
"default.csv"
)
if
"build.partitions"
in
env
.
BoardConfig
():
partitions_csv
=
env
.
BoardConfig
().
get
(
"build.partitions"
)
env
.
Replace
(
PARTITIONS_TABLE_CSV
=
abspath
(
join
(
fwpartitions_dir
,
partitions_csv
)
if
isfile
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment