Skip to content

Tags: jdoe95/mrtos

Tags

1.3

Toggle 1.3's commit message
Fixed #8

Moved ``sch_unload_current()`` function call to after the memory deallocation.
Because of rearrangement, ``os_thread_delete(0)`` no longer generates function
call to ``thd_delete_static()``. In ``os_thrad_delete(0)`` current thread will
unload itself after releasing memory.

1.2

Toggle 1.2's commit message
Merge branch 'master' of github.com:jdoe95/mrtos

1.1

Toggle 1.1's commit message
added cm0plus platform in README

1.0

Toggle 1.0's commit message
Fixed README headings display issue