8000 esp8266: Allow building a board to any dest directory. by dpgeorge · Pull Request #8107 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content
8000

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
merged 2 commits into from
Jan 4, 2022

Conversation

dpgeorge
Copy link
Member

Fixes #8106.

8000
@dpgeorge
Copy link
Member Author

This has been tested to produce exactly the same .bin firmware.

@codecov-commenter
Copy link
codecov-commenter commented Dec 23, 2021

Codecov Report

Merging #8107 (8daef16) into master (7566d10) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7566d10...8daef16. Read the comment docs.

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>
@dpgeorge dpgeorge force-pushed the esp8266-build-any-board-dir branch from 8daef16 to bfe9eba Compare December 30, 2021 04:48
@dpgeorge dpgeorge merged commit bfe9eba into micropython:master Jan 4, 2022
@dpgeorge dpgeorge deleted the esp8266-build-any-board-dir branch January 4, 2022 02:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changing Build Path Breaks ESP8266 build.
2 participants
0