trampoline
trampoline copied to clipboard
Trampoline is a static RTOS for small embedded systems. Its API is aligned with OSEK/VDX OS and AUTOSAR OS 4.2 standards.
- Added new target to the cortex m4 family [STM32F429] - Added ARXML config to alarms, blink and timer examples - Added the new target and examples to the README
Hello Jean-Luc, we ported our software package to Trampoline on a Cr7 core for demonstration purpose (to show that it runs with AUTOSAR). We have in our SoC a CA53...
We're using Trampoline in a reference design on a Cortex-R7 and are encountering an issue that would seem common to all machines. Our type2 model: IRQ handler - Calls the...
The Cortex port is now based on CMSIS and the port of the Teensy 3.1 is broken (out of date). I tried to import some CMSIS functions (NVIC_SetPriority is used...
Is TrampolineOS compatible with AUTOSAR R20-11?
Added DSPlib -> check license Example use of LEA with DSPlib ->fft_lea Linker : added LEA_RAM section
When activated, the trace generated by Trampoline currently tracks state change of tasks, of their event vectors, and of resources so it is possible to follow the control flow. But...
The goil templates allows to declare a driver through the LIBRARY object (in config.oil file). However, the LIBRARY object embeds a path and a set of functions (header/code). it is...
NXP has released 2 new inexpensive development boards. Both are much more accessible options for grad students and hobbyists as the XPC56xxMB2 starts at $375. Having an actually ASIL certified...
Hello, When tpl_start() is called (file : tpl_os_kernel.c) to start a task and the task's state is "READY_AND_NEW" then we need to : 1. Intialize its descriptor 2. Change its...