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

Development IDE #72

Closed hisham-hussien closed 6 years ago

hisham-hussien commented 6 years ago

Which IDE is Used to develop for Arduino uno with trampoline ?

mbriday commented 6 years ago

Hi, Trampoline with Arduino use the same python build scripts as other targets and there is no IDE provided. The Arduino libraries should be added in Trampoline, see this README for the installation, the compilation and the flash process. Regards,

hisham-hussien commented 6 years ago

Many Thanks