Skip to content

Merging Arduino/Arduino upstream commits. #4209

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 4 commits into from
Closed

Merging Arduino/Arduino upstream commits. #4209

wants to merge 4 commits into from

Conversation

feilipu
Copy link
Contributor

@feilipu feilipu commented Nov 24, 2015

No description provided.

Minimal implementation of freeRTOS using the watchdog timer to trigger
the scheduler. No impact on normal Arduino timer or interrupt usage.

Sketches can be run as normal within setup() and loop().

FreeRTOS features (tasks, queues, semaphores, timers) are set up within
the setup() function, and then are run with a higher priority than the
loop() function which is effectively the idle task.

Stack overflow is signalled by fast blinking LED. Malloc failure is
indicated by slow blinking LED.

Implemented with minimal changes to hooks.c, and main.cpp.
Faulty replica of the file in the ./cores/arduino directory.
@feilipu feilipu closed this Nov 24, 2015
@feilipu feilipu reopened this Nov 24, 2015
@feilipu feilipu closed this Nov 24, 2015
@ffissore ffissore added this to the Release 1.6.7 milestone Nov 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants