-
Notifications
You must be signed in to change notification settings - Fork 82
Add NCKU_Vending_Machine #19
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
base: master
Are you sure you want to change the base?
Add NCKU_Vending_Machine #19
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request exceed 10MB size, please trim your files. If your have too many pictures or documents, upload them online and provide link in your readme.
Please do NOT upload embarc_osp files. Thanks.
Upload the document to the Google Drive. |
|
||
/* create 5 tasks */ | ||
xTaskCreate((TaskFunction_t)vm_task, "vending machine", TASK_STACK_SIZE_VM, NULL, TASK_PRI_VM, &task_handle_vm); | ||
xTaskCreate((TaskFunction_t)LED_task, "led blinky", TASK_STACK_SIZE_LED, NULL, TASK_PRI_LED, &task_handle_led); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can not accept modification to board.c to create user taskes.
@fanghuaqi This PR is also unable to pass CI, please take a look. THX.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, @cstandy you need to create tasks in your application code not in embARC OSP code, and could you make a list of the changes in diff or send a pull request to embarc_osp, that you have made to embARC OSP, let us see what can be modified and added in application code not osp code.
2e2a77e
to
8836b6d
Compare
cd69f67
to
bd0efa1
Compare
ARC Contest 2018 Taiwan Team 5 Vending Machine
User Manual
Please check embarc_applications/arc_design_contest/2018/vending_machine/README.md