File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
linker will place this new section in ` REGION_BSS ` .
16
16
- Additional feature ` no-xie-xip ` to work on chips without the XIE and XIP CSRs (e.g. ESP32-C2, ESP32-C3)
17
17
- Additional feature ` defmt ` which will implement ` defmt::Format ` on certain types
18
-
18
+ - Additional feature ` pre-default-start-trap ` to execute custom code before ` _default_start_trap `
19
19
### Changed
20
20
21
21
- ` main ` function no longer needs to be close to ` _start ` . A linker script may copy
Original file line number Diff line number Diff line change 600
600
//!
601
601
//! ## `pre-default-start-trap`
602
602
//!
603
- //! This provides a mechanism to execute custom code prior to `default_start_trap `.
603
+ //! This provides a mechanism to execute custom code prior to `_default_start_trap `.
604
604
//!
605
605
//! To use it, the user must define a symbol named `_pre_default_start_trap`, which the system will jump to.
606
606
//! After executing the custom code, control should return by jumping to `_pre_default_start_trap_ret`.
You can’t perform that action at this time.
0 commit comments