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

question - Trampoline running on NXPS32k?? #73

Open emichel11 opened 6 years ago

emichel11 commented 6 years ago

Hi all,

does anybody know if trampoline is running on NXP S32k? The processor contains a ARM™ Cortex-M4F/M0+ core, 32-bit CPU and supports ARMv7 Architecture. ie similar to STMicroelectronics STM32F4xx or NXP / Freescale MK20DX256. Maybe anyone has already a port and can share some info with me. Thanks Edgar

DavidGarriou commented 6 years ago

Hi Edgar,

the port to this board does not exist. But it shall be easy to port. Do you have any of this board available ?

David

emichel11 commented 6 years ago

Hello David, yes - I have a S32K144EVB evaluation board. Any hint which configuration I should take as basis? Edgar

DavidGarriou commented 6 years ago

Hi, you should start from one of the Cortex-M4 available board (teensy or discovery). The core and startup code are the same, you'll have to adapt the code related to the board. David