TrampolineRTOS / trampoline

Trampoline is a static RTOS for small embedded systems. Its API is aligned with OSEK/VDX OS and AUTOSAR OS 4.2 standards.
GNU General Public License v2.0
600 stars 265 forks source link

Fifo ready list branch #74

Open paeolo opened 6 years ago

paeolo commented 6 years ago

The ready list is now implemented as a FIFO.

paeolo commented 6 years ago

The ready list is now implemented as a FIFO/HEAP

paeolo commented 6 years ago

++tpl_index is now uint32 ++some code optimization

paeolo commented 6 years ago

++MPC5643L compilation with GCC is working. ++MPC5643L Monocore TEST are OK. TODO: Fix the Test for MC. (It's very likely a problem with the Test suite, not GCC).