-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 T-HEAD CK802 porting #4
Conversation
xiaoxiacui
commented
Dec 17, 2019
- Add T-HEAD ck802 processor port code under FreeRTOS/Source/portable/CDK/
- CDK is our Integerity Development Environment for T-HEAD processsor
#3 Previous conversation can be found here. |
Hi @xiaoxiacui, I downloaded the source code and attempted to setup environment. At the first attempt, I wasn't able to install CDK (see below for details). Would be nice to get some help from you on this specific matter. I also have a couple of other comments in below.
Let us know. Thank you. |
I realize I'm getting into too much details. Is there a general getting started guide for your env setup? More updates. Once I worked around installation path issue, I got another issue with failed to unzip cdk-sdk.zip (as attached). Proceed without resolving this issue compilation failed for me. Log attached, the first error is RTOSDemo_thead_compile_log.txt Thanks for any help. |
Hi zheng : Sorry to bring you into the trouble of CDK installation.
Hope above can help you ! Vincent |
About the unzip issue -- I unzipped cdk-windows-V2.0.2-20191212-1645.zip, and started installation with setup.exe. The error message is popped during installation (the very last stage). cdk_sdk.zip is under So --
Thanks. |
Can you try to uninstall all files you have installed, and then try my way again ?
I am not sure if there is any other potential issue during installation in this case …
发件人: Yuhui.Zheng <[email protected]>
发送时间: 2020年1月4日 2:08
收件人: FreeRTOS/FreeRTOS <[email protected]>
抄送: xiaoxiacui <[email protected]>; Mention <[email protected]>
主题: Re: [FreeRTOS/FreeRTOS] Add T-HEAD CK802 porting (#4)
About the unzip issue -- I unzipped cdk-windows-V2.0.2-20191212-1645.zip, and started installation with setup.exe. The error message is popped during installation (the very last stage).
cdk_sdk.zip is under <drive>\C-Sky\CDK\CSKY\ProjectTemplates\ and <drive>\C-Sky\ is my install destination path. I tried to manually unzip it, which does not work.
So --
* which zip tool your install wizard takes dependency on?
* anything I need to add to PATH?
Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#4?email_source=notifications&email_token=AE6BVND5LM3VJNB6S3KYO6DQ355HXA5CNFSM4J3ZK3Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIBXE7Y#issuecomment-570651263> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AE6BVNEM2Z522NLCQNGVW5TQ355HXANCNFSM4J3ZK3ZQ> . <https://github.com/notifications/beacon/AE6BVNFQRXEKBZRNPHQZI4LQ355HXA5CNFSM4J3ZK3Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIBXE7Y.gif>
|
1. remove unused head files which cause compile fail 2. Remove compile warning
In FreeRTOS\Demo\T-HEAD_CB2201_CDK\RTOSDemo_CDK\RTOSDemo_CDK.cdkproj, removed reference to "$(ProjectPath)/../../include/cb2201".
Since this port is done by C-SKY, and we do not have hardware/emulator to fully qualify the port.
Per offline communication, SVN is synced with the exact content in this PR. https://sourceforge.net/p/freertos/code/2802/. The next sync from SVN to GitHub will pick it up. I'm closing this PR for now. |
Added contribution guidelines, readme etc.
* Adding coverage test for xTaskResumeFromISR * Use mock and variables for coverage test