-
Notifications
You must be signed in to change notification settings - Fork 2k
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
add rudimentary support for i.MX6 and the RIoTboard (SWP telematics) #1411
Conversation
Adds basic (the most "basic" you can think of) support of the RIoTboard to RIoT-OS. In this case "basic" means: The UART(I/O) is working, it's possible to include the automatically generated sources from the IOMUX-Config-tool. Timers are implemented. Threading isn't. Currently, there is a while(1)-loop in board init to prevent weird stuff from happening when progressing to kernel_init. This port is based entirely on the official platform-SDK from freescale. The overall quality is not what it should be. We intend to continue working on this stuff till it's working properly and the code is cleaned up.
Strong NAK. 397528 added lines is unacceptable. I can't find the files that you wrote in this vast amount of code. Your board's Makefile.include should download the SDK code on the fly. Take boards/x86-multiboot-common/Makefile.include as an example how to do that. |
Agree with @Kijewski! If the SDK is this huge, a solution that downloads it via Makefile make more sense. Also I think there are limitless files in this PR which you don't really need for RIOT @ Riotboard?! |
I know that. BUT: The SDK had to be altered heavily (conflicting names, different entry points in the linker script, bad options, the SDK already having an abstraction for boards/cpu, etc.). Without doubt, the SDK will have to be changed (at least to add a RIoTboard-target - but why would that happen in the cpu-module in RIoT?) after the download. Right now, there are a lot of exams. Give me a month of time and I'll probably figure something out |
@yogo1212 First of all, congratulations for finishing your SWP!
These are the hints I can give right now (taking the files into account that where displayed to me) |
@thomaseichinger thank you
|
closing this in favour of #1452 |
This is a PR for concluding the telematics softwareproject 2014.
We plan to improve the quality of and continue working on this port in the future.