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
bc769fd3
Unverified
Commit
bc769fd3
authored
Feb 15, 2024
by
Jason2866
Committed by
GitHub
Feb 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement `get_board_f_image ` (#9243)
* Implement `get_board_img_freq` * rename to `get_board_f_image`
parent
698b78a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/platformio-build.py
tools/platformio-build.py
+1
-1
No files found.
tools/platformio-build.py
View file @
bc769fd3
...
...
@@ -102,7 +102,7 @@ def generate_bootloader_image(bootloader_elf):
'"$PYTHONEXE" "$OBJCOPY"'
,
"--chip"
,
build_mcu
,
"elf2image"
,
"--flash_mode"
,
"${__get_board_flash_mode(__env__)}"
,
"--flash_freq"
,
"${__get_board_f_
flash
(__env__)}"
,
"--flash_freq"
,
"${__get_board_f_
image
(__env__)}"
,
"--flash_size"
,
board_config
.
get
(
"upload.flash_size"
,
"4MB"
),
"-o"
,
"$TARGET"
,
"$SOURCES"
]),
"Building $TARGET"
),
...
...
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