-
Notifications
You must be signed in to change notification settings - Fork 21
porting scheduler for Avr #1
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?
Conversation
new Example
New Example
new example
+1 |
Great effort @vbextreme, I'll test it as soon as I can. Is there any reason why it only works on 328 or is the code suitable for every 8bit AVR chip (like Mega2560 and 32u4)? |
first I need board mega ad leonardo. togle one bug. |
f1021be
to
51d3b0e
Compare
porting to all avr chip
New examples
Togle error gcc for 22bit addressing and add some example |
cfee2c8
to
c42d0d2
Compare
876cbb0
to
dc39321
Compare
fix malloc(It will be strengthened as soon as possible), fix interrupt, need clean code prepared sizing loop , remove conflict malloc , insert stack min use standard malloc and resolve bug, add start stop task, priority, semaphore, mutex and example add optimization possibilities for cooperative scheduler , to be enabled in scheduler.h errata corrige
News on this pr ? |
Please...this would be a great step forward |
ported to the repository is not complete , I worked for a new version soon as I find some time I finish the job started . |
The following scheduler allows me to compile multiple blink for leonardo but not for MEGA. https://github.com/per1234/SCoop/blob/master/SchedulerARMAVR/SchedulerARMAVR.cpp Thank you. |
|
porting scheduler for Arduino One, for now no other board with avr chip.