Skip to content

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