-
Notifications
You must be signed in to change notification settings - Fork 114
add cortex-r, dcc and panic-dcc to crates maintained by the cortex-r team #287
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
Conversation
…team DCC (Debug Communication Channel) is a debug interface similar to Cortex-M's ITM.
|
Oh. Where I'm from, DCC is the official standard for digitally controlling model trains. Can we call this |
|
DCC = Dual-Clock Comparator on lockstep ARM devices. So, even if DCC is vendor specific and not from ARM, |
|
But this code would support the arm/cortex implementation of dcc, so it should be OK, right? |
|
@thejpster if your goal is having the Using @paoloteti isn't Dual-Clock Comparator a TI specific thing? It doesn't show up At the end the name doesn't really tell you what the crate is about, the crate I don't have a strong opinion on this one so I leave the decision up to |
|
LGTM. Let's use |
|
Renamed dcc to arm-dcc in the README. @paoloteti you'll have to approve this PR again. |
|
bors r=paoloteti |
|
👎 Rejected by label |
|
sudo |
287: add cortex-r, dcc and panic-dcc to crates maintained by the cortex-r team r=paoloteti a=japaric DCC (Debug Communication Channel) is a debug interface similar to Cortex-M's ITM. r? @rust-embedded/cortex-r Co-authored-by: Jorge Aparicio <[email protected]>
Build succeeded |
|
The arm-dcc repository has been moved into the org: https://github.com/rust-embedded/arm-dcc |
DCC (Debug Communication Channel) is a debug interface similar to Cortex-M's
ITM.
r? @rust-embedded/cortex-r