You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,24 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Add `--monitor` option to `write-bin`. (#783)
18
18
- Add `watchdog-reset` strategy to `--after` subcommand (#779)
19
19
- Add `ROM` version of `read-flash` command (#812)
20
-
-`espflash` can detect the log format automatically from ESP-HAL metadata. Reqires`esp-println` 0.14 (presumably, yet to be released) (#809)
20
+
-`espflash` can detect the log format automatically from ESP-HAL metadata. Requires`esp-println` 0.14 (presumably, yet to be released) (#809)
21
21
- Add `--output-format` option to monitor (#818)
22
22
- 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. Reqires`esp-hal` 1.0.0-beta.0 (presumably, yet to be released) (#816)
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)
24
24
-`espflash` no longer allows flashing a too-big partition table (#830)
25
25
- Allow specifying a partition label for `write-bin`, add `--partition-table`. (#828)
26
26
-`--mmu-page-size` parameter for `flash` and `save-image` (#835)
27
27
- Run some arguments checks for monitoring flags. (#842)
28
28
- Add support for the ESP32-C5 (#863)
29
29
-`--after` options now work with `espflash board-info`, `espflash read-flash` and `espflash checksum-md5` (#867)
30
30
- Add support for serial port configuration files. (#777, #883)
31
-
- Add a `check-app-descriptor` bool option to `ImageArgs` and add the flag to `flash`commad(#872)
31
+
- Add a `check-app-descriptor` bool option to `ImageArgs` and add the flag to `flash`command (#872)
32
32
-`Connection::into_serial` to get the underlying port from the connection (#882)
33
33
- All methods on the now removed `Target` & `ReadEFuse`, `UsbOtg` and `RtcWdtReset` traits have been implemented directly on (#891)
34
34
35
35
### Changed
36
36
37
-
- Split the baudrate for connecting and monitorinig in `flash` subcommand (#737)
37
+
- Split the baudrate for connecting and monitoring in `flash` subcommand (#737)
38
38
- Normalized arguments of the CLI commands (#759)
39
39
-`board-info` now prints `Security information`. (#758)
40
40
- The `command`, `elf` and `error` modules are no longer public (#772)
@@ -72,7 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
72
- Fix `read-flash` which didn't work with some lengths (#804)
73
73
- espflash can now flash an ESP32-S2 in download mode over USB (#813)
74
74
- Fixed a case where esplash transformed the firmware elf in a way that made it unbootable (#831)
75
-
- The app descriptor is now correctly placed in the front of the bianry (#835)
75
+
- The app descriptor is now correctly placed in the front of the binary (#835)
76
76
- espflash now extracts the MMU page size from the app descriptor (#835)
77
77
-`ResetBeforeOperation` & `ResetAfterOperation` are now public, to allow the creation of a `Connection` (#895)
0 commit comments