-
Notifications
You must be signed in to change notification settings - Fork 3k
New mbed platform VK_RZ_A1H #1639
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
You just need to add a target definition : https://github.com/project-generator/project_generator_definitions/ (find there targets.py). RZ_A1H mcu is already supported for IAR.
@TomoYamanaka Have you had any problems with GCC ARM and net libraries? |
If the sources are built and linked as they are (without modification) GCC linker is not happy & complains:
but if you modify the line in gcc.py to look like this, linker is OK
I don't know who should provide this rtos_idle_loop() function and why the other toolchains haven't |
Hi
The same phenomenon (default NET tests don't pass when compiled with GCC_ARM toolchain) has occurred here. Regars, |
Thanks guys for providing more info. Neil already replied to that PR introducing idle loop, will be fixed. Apart from this, @mbedNoobNinja can you share the test results here? (run singletest.py - the basic tests) cc @screamerbg |
Ok here they are: |
Thanks for sharing the tests results. |
@mbedNoobNinja I locally resolved the conflicts, but can't merge it because we need CLA. Can you please sign https://developer.mbed.org/contributor_agreement/, and share your nick on mbed.org. Thanks |
Ok. The agreement in question has been signed by the name of tvendov and this form has been filled. The 10 hardware samples will be shipped soon (may be next week, I hope). That's for now. Thanks for the help. |
@0xc0170 @mbedNoobNinja boards received at ARM and test results confirmed Thanks |
@mbedNoobNinja Can you please rebase your branch? |
Ok branch is rebased |
Thank you, I'll merge this within a day |
These are the sources for development kit VK-RZ/A1H V4.0