-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
AT32UC3A: Implement initial BSP support for SimpleMachines' Mizar32-B #8186
Conversation
Can merge to avr32 or limit the repo size. :-) |
Dear @aozima, greetings! Thank you very much for your feedback. I fully understand. I will I did think of this earlier. But in my case, I have the following - at
Are the compilation flags (as a function of desired target) passed to The at32uc3b0256 target (in its current state within the codebase) Finally, how would the application file look? Would it use conditional |
Just another question pertaining to the common driver files: The pin An example/reference implementation will really help me. Many thanks! |
Do you know nordic ? https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x/nrf52840 |
Dear @supperthomas, Greetings! Many thanks for your input. Perfect. Thank you for the references. I |
Dear @supperthomas, From [1], I just snipped.
I fully understand. Thanks. :) References: |
fc32d40
to
feb9926
Compare
…context by default
Dear @supperthomas, Dear @aozima, Greetings! Sorry for the slight delay in response. Thank you for your Can you please check if these commits are OK? Please let me know if I |
Dear RT-Thread Community, Greetings!
[
为什么提交这份PR (why to submit this PR)
This PR implements initial BSP infrastructure to get RT-Thread working
on SimpleMachines' Mizar32-B target.
你的解决方案是什么 (what is your solution)
The libcpu base is common across AVR32 targets. I did update the
exception file in a previous commit. I created a separate directory
for AT32UC3A within bsp/ and modified the essential parts - Kconfig,
SCons and importantly, I updated Microchip's ASF driver files.
在什么测试环境下测试通过 (what is the test environment)
I tested the BSP with the Mizar32-B target. The system boots into the
msh shell. The default application works as expected. I used the
Mizar32's VGA extension card. I can interact with the RT-Thread
session using a VGA monitor and a PS/2 keyboard.
]
当前拉取/合并请求的状态 Intent for your PR
必须选择一项 Choose one (Mandatory):
代码质量 Code Quality:
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:
#if 0
代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up