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

Update of the current Master for supporting NXT target #80

Closed egrolleau closed 4 years ago

egrolleau commented 5 years ago

The current version of Trampoline had compatiblity issues with the NXT port, and the NXT examples were removed. The pull request fixes these issues and allows Trampoline to be compiled for NXT targets.

jlbirccyn commented 4 years ago

Thanks Manu