-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
esp8266: Allow building a board to any dest directory. #8107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dpgeorge
merged 2 commits into
micropython:master
from
dpgeorge:esp8266-build-any-board-dir
Jan 4, 2022
Merged
esp8266: Allow building a board to any dest directory. #8107
dpgeorge
merged 2 commits into
micropython:master
from
dpgeorge:esp8266-build-any-board-dir
Jan 4, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This has been tested to produce exactly the same .bin firmware. |
Codecov Report
@@ Coverage Diff @@
## master #8107 +/- ##
=======================================
Coverage 98.48% 98.48%
=======================================
Files 153 153
Lines 20138 20138
=======================================
Hits 19832 19832
Misses 306 306 Continue to review full report at Codecov.
|
Signed-off-by: Damien George <damien@micropython.org>
Because the GENERIC board won't fit in the flash defined by esp8266_ota.ld. Signed-off-by: Damien George <damien@micropython.org>
8daef16
to
bfe9eba
Compare
tannewt
added a commit
to tannewt/circuitpython
that referenced
this pull request
Dec 6, 2023
This changes storage.mount() to require that a mount point exist on the parent file system. A bug in background tasks is also fixed where the function parameter is cleared on pending callbacks during "reset". Disk usage is shown on the directory listing and changes based on the mounted file system. Writable is also loaded per-directory. Fixes micropython#8108. Fixes micropython#8690. Fixes micropython#8107.
tannewt
added a commit
to tannewt/circuitpython
that referenced
this pull request
Dec 6, 2023
This changes storage.mount() to require that a mount point exist on the parent file system. A bug in background tasks is also fixed where the function parameter is cleared on pending callbacks during "reset". Disk usage is shown on the directory listing and changes based on the mounted file system. Writable is also loaded per-directory. Fixes micropython#8108. Fixes micropython#8690. Fixes micropython#8107.
tannewt
added a commit
to tannewt/circuitpython
that referenced
this pull request
Jan 16, 2024
This changes storage.mount() to require that a mount point exist on the parent file system. A bug in background tasks is also fixed where the function parameter is cleared on pending callbacks during "reset". Disk usage is shown on the directory listing and changes based on the mounted file system. Writable is also loaded per-directory. Fixes micropython#8108. Fixes micropython#8690. Fixes micropython#8107.
tannewt
added a commit
to tannewt/circuitpython
that referenced
this pull request
Jan 18, 2024
This changes storage.mount() to require that a mount point exist on the parent file system. A bug in background tasks is also fixed where the function parameter is cleared on pending callbacks during "reset". Disk usage is shown on the directory listing and changes based on the mounted file system. Writable is also loaded per-directory. Fixes micropython#8108. Fixes micropython#8690. Fixes micropython#8107.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #8106.