Skip to content

Commit 12a177a

Browse files
authored
Version 4.0.0 (#916)
1 parent 5360e78 commit 12a177a

File tree

5 files changed

+133
-49
lines changed

5 files changed

+133
-49
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
## [4.0.0] - 2025-07-01
19+
20+
### Added
21+
1222
- Add `non-interactive` flag to `flash` subcommand (#737)
1323
- Add `no-reset` flag to `monitor` subcommands (#737)
1424
- Add an environment variable to set monitoring baudrate (`MONITOR_BAUD`) (#737)
@@ -17,10 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1727
- Add `--monitor` option to `write-bin`. (#783)
1828
- Add `watchdog-reset` strategy to `--after` subcommand (#779)
1929
- Add `ROM` version of `read-flash` command (#812)
20-
- `espflash` can detect the log format automatically from ESP-HAL metadata. Requires `esp-println` 0.14 (presumably, yet to be released) (#809)
30+
- `espflash` can detect the log format automatically from ESP-HAL metadata. Requires `esp-println` 0.14 (#809)
2131
- Add `--output-format` option to monitor (#818)
2232
- Added chip detection based on security info, where supported (#814)
23-
- `espflash` can detect the chip from ESP-HAL metadata to prevent flashing firmware built for a different device. Requires `esp-hal` 1.0.0-beta.0 (presumably, yet to be released) (#816)
33+
- `espflash` can detect the chip from ESP-HAL metadata to prevent flashing firmware built for a different device. Requires `esp-hal` 1.0.0-beta.0 (#816)
2434
- `espflash` no longer allows flashing a too-big partition table (#830)
2535
- Allow specifying a partition label for `write-bin`, add `--partition-table`. (#828)
2636
- `--mmu-page-size` parameter for `flash` and `save-image` (#835)
@@ -385,7 +395,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
385395

386396
## [1.0.0] - 2021-09-21
387397

388-
[Unreleased]: https://github.com/esp-rs/espflash/compare/v3.3.0...HEAD
398+
[Unreleased]: https://github.com/esp-rs/espflash/compare/v4.0.0...HEAD
399+
[4.0.0]: https://github.com/esp-rs/espflash/compare/v3.3.0...v4.0.0
389400
[3.3.0]: https://github.com/esp-rs/espflash/compare/v3.2.0...v3.3.0
390401
[3.2.0]: https://github.com/esp-rs/espflash/compare/v3.1.1...v3.2.0
391402
[3.1.1]: https://github.com/esp-rs/espflash/compare/v3.1.0...v3.1.1

Cargo.lock

Lines changed: 112 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)