add basic support for MCXN947#3
Conversation
- implement PeripheralRST + PeripheralCC for MCXN947 peripherals - add MCXN947 examples folder - add MCXA153 examples folder
40b633d to
acd651d
Compare
|
Hi @BKSalman @Logiase! I am an Embedded Engineer and I am currently learning Embedded Rust, I have been experimenting with the PAC and a MCXA156 board, and I want to move things forward with the HAL implementation. Are you still working on this/interested in continuing? If not it's ok, I will fork and continue my work there. |
|
Hi :) Actually I would recommend looking into contributing to the embassy project because it has more people working on it, and would be more beneficial for more people (I think embassy HALs are usable outside of embassy so it's going to be compatible with other embedded frameworks like RTIC), you can look into https://github.com/embassy-rs/embassy/tree/main/embassy-mcxa and https://github.com/embassy-rs/nxp-pac for contribution opportunities honestly I want to work on it, but I'm also still learning and would need a lot of time to be useful, so good luck with your journey 🫡 |
|
@BKSalman Yeah that seems like the way to go, and I see a PR already for the PAC using chiptool! Thanks! |
This adds very basic support for MCXN947 without the clock configurations
I have changed the structure of the examples to allow for examples specific to the MCU
this might not be the best code, but it's a start, and I would love it if you gave me some feedback
changes: