File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
20
## [ 3.0.0-rc.2] - 2024-03-04
9
21
10
22
### Added
@@ -225,6 +237,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
225
237
226
238
## [ 1.0.0] - 2021-09-21
227
239
240
+ [ Unreleased ] : https://github.com/esp-rs/espflash/compare/v3.0.0-rc.2...HEAD
228
241
[ 3.0.0-rc.2 ] : https://github.com/esp-rs/espflash/compare/v3.0.0-rc.1...v3.0.0-rc.2
229
242
[ 3.0.0-rc.1 ] : https://github.com/esp-rs/espflash/compare/v2.1.0...v3.0.0-rc.1
230
243
[ 2.1.0 ] : https://github.com/esp-rs/espflash/compare/v2.0.1...v2.1.0
You can’t perform that action at this time.
0 commit comments