-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fugit-delay
- Loading branch information
Showing
29 changed files
with
745 additions
and
611 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
## Thank you! | ||
## Thank you for your contribution! | ||
|
||
Thank you for your contribution. | ||
Please make sure that your submission includes the following: | ||
We appreciate the time and effort you've put into this pull request. | ||
To help us review it efficiently, please ensure you've gone through the following checklist: | ||
|
||
### Must | ||
### Submission Checklist 📝 | ||
- [ ] I have updated existing examples or added new ones (if applicable). | ||
- [ ] My changes were added to the [`CHANGELOG.md`](https://github.com/esp-rs/esp-hal/blob/main/esp-hal/CHANGELOG.md) in the **_proper_** section. | ||
#### Extra: | ||
- [ ] I have read the [CONTRIBUTING.md guide](https://github.com/esp-rs/esp-hal/blob/main/CONTRIBUTING.md) and followed its instructions. | ||
|
||
- [ ] The code compiles without `errors` or `warnings`. | ||
- [ ] All examples work. | ||
- [ ] `cargo fmt` was run. | ||
- [ ] Your changes were added to the `CHANGELOG.md` in the proper section. | ||
- [ ] You updated existing examples or added examples (if applicable). | ||
- [ ] Added examples are checked in CI | ||
### Pull Request Details 📖 | ||
|
||
### Nice to have | ||
#### Description | ||
Please provide a clear and concise description of your changes, including the motivation behind these changes. The context is crucial for the reviewers. | ||
|
||
- [ ] You add a description of your work to this PR. | ||
- [ ] You added proper docs for your newly added features and code. | ||
#### Testing | ||
Describe how you tested your changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,24 +9,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
### Added | ||
|
||
- ESP32-C6 / ESP32-H2: Implement `ETM` for general purpose timers (#1274) | ||
- `interrupt::enable` now has a direct CPU enable counter part, `interrupt::enable_direct` (#1310) | ||
- `Delay::delay(time: fugit::MicrosDurationU64)` | ||
|
||
### Fixed | ||
|
||
- Reserve `esp32` ROM stacks to prevent the trashing of dram2 section (#1289) | ||
- Fixing `esp-wifi` + `TRNG` issue on `ESP32-S2` (#1272) | ||
- Fixed core1 startup using the wrong stack on the esp32 and esp32s3 (#1286). | ||
- ESP32: Apply fix for Errata 3.6 in all the places necessary. (#1315) | ||
|
||
### Changed | ||
|
||
- Remove `Ext32` and `RateExtU64` from prelude | ||
- Prefer mutable references over moving for DMA transactions (#1238) | ||
- Support runtime interrupt binding, adapt GPIO driver (#1231) | ||
- Renamed `eh1` feature to `embedded-hal`, feature-gated `[email protected]` trait implementations (#1273) | ||
- Enable `embedded-hal` feature by default, instead of the `embedded-hal-02` feature (#1313) | ||
|
||
### Removed | ||
|
||
- Remove package-level type exports (#1275) | ||
- Removed `direct-vectoring` & `interrupt-preemption` features, as they are now enabled by default (#1310) | ||
|
||
## [0.16.1] - 2024-03-12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.