-
Notifications
You must be signed in to change notification settings - Fork 3k
Correct MTB_ADV_WISE_1530 led configuration #7686
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1200,6 +1200,11 @@ | |
}, | ||
"MTB_ADV_WISE_1530": { | ||
"inherits": ["USI_WM_BN_BM_22"], | ||
"config": { | ||
"led1": "PA_4", | ||
"led2": "PC_12", | ||
"led3": "NC" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same comment as above. why is led3 required if not connected? Also, this may not be for this particular PR, but looks like there is a naming issue here.. the parent target is "USI_xxx" (note: manf = USI), and ADV target inherits from it.. (note: manf = ADV). We may want to change this in the future. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. MTB has 3 leds, so all MTB targets should define those. But unfortunately all MCBs don't connect those leds, so those that don't need |
||
}, | ||
"overrides": { | ||
"stdio_uart_tx": "PB_10", | ||
"stdio_uart_rx": "PC_11" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KariHaapalehto : I'm not clear why is this required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not required, but all MTB's do have 3 different led's so I would like to identyfy that there is 3rd led available but it is not connected.