Releases: Josverl/mpflash
Releases · Josverl/mpflash
v1.25.0.post2
What's Changed
- Use the v1.25.0
sys.implementation._buildto as board_id when avaialable - Automatically try to download firmware if not yet available locally
- Restructured mpboard_id to use a SQLite db to be able to ID more boards and variants
- migrate the info in
firmware.jsonlto the SQLite database - vendored and adapted
board_database.pyfrom mpflash, kudos @mattytrentini - Added tests to increase coverage
Full Changelog: v1.24.7...v1.25.0.rc1
What's Changed
- build(deps-dev): bump mock from 4.0.3 to 5.1.0 by @dependabot in #3
- build(deps): bump rich-click from 1.8.6 to 1.8.8 by @dependabot in #15
- build(deps-dev): bump mock from 5.1.0 to 5.2.0 by @dependabot in #14
- build(deps-dev): bump pytest from 8.3.4 to 8.3.5 by @dependabot in #12
- Add_variant and database by @Josverl in #23
Full Changelog: v1.24.7...v1.25.0.post2