Skip to content

L4 and WB fixes #580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Aug 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a WB rename not working
  • Loading branch information
David-OConnor committed Jul 5, 2021
commit 368a5d7607a8342d973e718997a70cd299ddcdc8
9 changes: 4 additions & 5 deletions devices/stm32wb55.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ ADC:
description: Regular channel sequence length

EXTI:
# tod: Rename not working
# C1IMR1:
# _modify:
# name: IMR1
_modify:
C1IMR1:
name: IMR1

# Called `c1imr1` in SVD, but RM calls it `IMR1`.
C1IMR1:
IMR1:
_add:
IM0:
description: CPU wakeup with interrupt mask on event input 0.
Expand Down