Skip to content

Commit 1264fdc

Browse files
Update S3 stub (#607)
* feat: Update S3 stub * docs: Update changelog
1 parent c230d54 commit 1264fdc

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
### Fixed
13+
- Fix timeout while changing the baudrate for some ESP32-S3 targets (#607)
14+
15+
### Changed
16+
- Update ESP32-S3 stub (#607)
17+
18+
### Removed
19+
820
## [3.0.0-rc.2] - 2024-03-04
921

1022
### Added
@@ -225,6 +237,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
225237

226238
## [1.0.0] - 2021-09-21
227239

240+
[Unreleased]: https://github.com/esp-rs/espflash/compare/v3.0.0-rc.2...HEAD
228241
[3.0.0-rc.2]: https://github.com/esp-rs/espflash/compare/v3.0.0-rc.1...v3.0.0-rc.2
229242
[3.0.0-rc.1]: https://github.com/esp-rs/espflash/compare/v2.1.0...v3.0.0-rc.1
230243
[2.1.0]: https://github.com/esp-rs/espflash/compare/v2.0.1...v2.1.0

0 commit comments

Comments
 (0)