File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
73
73
- Fixed a case where esplash transformed the firmware elf in a way that made it unbootable (#831 )
74
74
- The app descriptor is now correctly placed in the front of the bianry (#835 )
75
75
- espflash now extracts the MMU page size from the app descriptor (#835 )
76
- - ` ResetBeforeOperation ` & ` ResetAfterOperation ` are now public, to allow the creation of a ` Connection ` (#882 )
76
+ - ` ResetBeforeOperation ` & ` ResetAfterOperation ` are now public, to allow the creation of a ` Connection ` (#895 )
77
77
78
78
### Removed
79
79
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ use self::{
23
23
encoder:: SlipEncoder ,
24
24
reset:: {
25
25
ClassicReset ,
26
- ResetAfterOperation ,
27
- ResetBeforeOperation ,
28
26
ResetStrategy ,
29
27
UsbJtagSerialReset ,
30
28
construct_reset_strategy_sequence,
@@ -42,6 +40,8 @@ use crate::{
42
40
pub ( crate ) mod command;
43
41
pub ( crate ) mod reset;
44
42
43
+ pub use reset:: { ResetAfterOperation , ResetBeforeOperation } ;
44
+
45
45
const MAX_CONNECT_ATTEMPTS : usize = 7 ;
46
46
const MAX_SYNC_ATTEMPTS : usize = 5 ;
47
47
const USB_SERIAL_JTAG_PID : u16 = 0x1001 ;
You can’t perform that action at this time.
0 commit comments