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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
- Add `--list-all-ports` connection argument to avoid serial port filtering (#590)
12
12
- Allow config file to live in parent folder (#595)
13
-
- Add `flashing` feature that enables stubs and commands without the serialport feature (#599)
14
13
15
14
### Fixed
16
15
- Change the `hard_reset` sequence to fix Windows issues (#594)
@@ -19,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
18
- Non-linux-musl: Only list the available USB Ports by default (#590)
20
19
-`FlashData::new` now returns `crate::Error` (#591)
21
20
- Moved `reset_after_flash` method to `reset` module (#594)
22
-
- Moved `parse_partition_table, DeviceInfo, FlashSettings, FlashData, FlashDataBuilder, FlashFrequency, FlashMode, FlashSize and SpiAttachParams` to `flash_data` (#599)
21
+
- Moved `parse_partition_table, DeviceInfo, FlashSettings, FlashData, FlashDataBuilder, FlashFrequency, FlashMode, FlashSize, SpiSetParams and SpiAttachParams` to `flash_data` (#599)
0 commit comments