Skip to content

add rtos systick entrance #4

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

Closed
wants to merge 1 commit into from

Conversation

Makeblock-official
Copy link

add rtos systick entrance for freertos
the free rtos porting placed at https://github.com/Makeblock-official/FreeRTOS-Arduino

@cmaglie
Copy link
Member

cmaglie commented Jun 18, 2015

@Makeblock-official
We did a similar patch for the Arduino Due, basically it adds hooks for

  • sysTick
  • svc
  • pendSV

https://github.com/arduino/Arduino/blob/master/hardware/arduino/sam/cores/arduino/hooks.c
https://github.com/arduino/Arduino/blob/master/hardware/arduino/sam/cores/arduino/cortex_handlers.c#L46

Doing the same for the Zero may solve your problem?

@cmaglie cmaglie self-assigned this Jun 19, 2015
cmaglie added a commit to cmaglie/ArduinoCore-samd that referenced this pull request Jun 26, 2015
@cmaglie
Copy link
Member

cmaglie commented Jun 26, 2015

Superseded by #13
@Makeblock-official please let me know if that works for you.

@cmaglie cmaglie closed this Jun 26, 2015
@cmaglie cmaglie added this to the Release 1.6.1 milestone Jul 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants