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
* Test flip-link
* Add todo
* Rebuild if linker files change
* Let espsegs show .stack
* Try to fix flip_link
* Changelog
* Make SSP configurable
* Substitute config values
Copy file name to clipboardExpand all lines: esp-hal/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
12
12
- Support for `rand_core` 0.9 (#3211)
13
+
-`ESP_HAL_CONFIG_STACK_GUARD_OFFSET` and `ESP_HAL_CONFIG_STACK_GUARD_VALUE` to configure Rust's [Stack smashing protection](https://doc.rust-lang.org/rustc/exploit-mitigations.html#stack-smashing-protection) (#3203)
13
14
14
15
### Changed
15
16
@@ -22,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
23
- ESP32-S2: Fixed PSRAM initialization (#3196)
23
24
-`Uart::{with_tx, with_rx}` can now be called on the async driver as well (#3212)
24
25
- ESP32: Fixed SPI3 QSPI signals (#3201)
26
+
- ESP32-C6/H2: The `flip_link` feature should no longer crash (#3203)
0 commit comments