-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add issue/PR templates and update the changelog for the thing I forgo…
…t to do (#500)
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
**NOTE**: Tier 2 BSPs are _expected_ to have deprecation warnings for "v1" HALs. If you would like them fixed, please open a pull request to update your BSP rather than opening an issue for this. See the `README.md` for more information. |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Summary | ||
[describe your changes here] | ||
|
||
# Checklist | ||
- [ ] `CHANGELOG.md` for the BSP or HAL updated | ||
- [ ] All new or modified code is well documented, especially public items | ||
- [ ] No new warnings or clippy suggestions have been introduced (see CI or check locally) | ||
|
||
## If Adding a new Board | ||
- [ ] Board CI added to `crates.json` | ||
- [ ] Board is properly following "Tier 2" conventions, unless otherwise decided to be "Tier 1" |
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,5 +1,7 @@ | ||
# Unreleased Changes | ||
|
||
- Fixed the RTC implementation of embedded-hal timer traits to be periodic again (#490) | ||
|
||
--- | ||
|
||
Changelog tracking started at v0.13 |