Trampoline is a static real-time operating system (RTOS) designed for small embedded systems. Its API aligns with OSEK/VDX OS and AUTOSAR OS 4.2 standards, balancing performance and usability, providing developers with an efficient and reliable embedded software development platform.
Powerful Cross-Platform Support
Trampoline RTOS currently supports 8 platforms, covering various popular microcontroller architectures, showcasing its strong adaptability and broad application prospects. These 8 platforms include:
-
• Cortex-M: Supports Cortex-M0+, M3, and M4 cores, which are among the most popular 32-bit microcontroller architectures widely used in various embedded applications.
-
• Cortex-A: Supports Cortex-A7 core, a high-performance processor in the ARM architecture, suitable for embedded applications requiring high computational power. This port is still under active development.
-
• Cortex-R: Supports Cortex-R52 core, a real-time processor in the ARM architecture, designed for applications requiring high reliability and real-time performance.
-
• RISC-V: Supports PULPino microprocessor, which uses the 32-bit RISC-V instruction set, an open instruction set architecture with good scalability and flexibility.
-
• PowerPC: Supports the PowerPC 32-bit instruction set, a processor architecture widely used in embedded systems and aerospace fields.
-
• POSIX: Supports a virtual POSIX platform, allowing for simulation testing on operating systems like Linux and OS X, facilitating development and debugging for developers.
-
• AVR: Supports AVR 8-bit microcontrollers, a cost-effective and low-power microcontroller widely used in small embedded applications.
-
• ARM: Supports the ARM 32-bit instruction set, one of the most popular embedded processor architectures today, with a rich ecosystem and toolchain.
-
• virt-v7: Supports Cortex-A9 and Cortex-A7 virtualization instruction sets, compatible with virtualization platforms like XVisor.
-
• MSP430/CPUX: Optimized specifically for MSP430FR5969 and MSP430FR5994 microcontrollers.
-
• RH850: Supports the Renesas G4MH instruction set.
Trampoline RTOS not only supports these architectures but also is compatible with a large number of evaluation boards, such as: Arduino Uno, Arduino Mega, XPlainedPro, Raspberry Pi 2 Model B, Olimex LPC-L2294-1MB, Teensy31, XPC56XX EVB + XPC56XL MINI-MODULE, ZedBoard, Renesas R-Car S4 Spider, STM32F4DISCOVERY, Nucleo-32 STM32F303K8, Nucleo-32 STM32L432KC, MicroSemi SmartFusion2 starterKit, Launchpad MSP-EXP430FR5969, and Launchpad MSP-EXP430FR5994, etc. This allows developers to easily develop and test on various hardware platforms.
Rich Sample Code
Trampoline RTOS provides a wealth of sample code covering various commonly used functions, such as LED blinking, button reading, interrupt handling, timer usage, etc. These sample codes are clear and easy to understand, helping developers to quickly get started and learn. Sample codes cover various supported MCUs and architectures, such as:
-
• Cortex M4: Includes examples for STM32F407, STM32F303K8, STM32L432KC, and MK20DX256, demonstrating basic operations, interrupt handling, and timer usage.
-
• Cortex M3: Includes examples for SmartFusion2, showcasing LED control and FPGA interrupt handling.
-
• Cortex M0+: Includes examples for samd21, covering LED blinking, button reading, and interrupt handling.
-
• Cortex A7: Provides a simple LED blinking example, which is still being improved.
-
• AVR: Provides examples for Arduino Uno and Arduino Mega, including LED blinking, serial communication, and external interrupt handling.
-
• ARM: Provides examples for the Olimex lpc2294 board, showcasing multitasking and interrupt handling.
-
• PowerPC: Provides multi-core examples for MPC5643L, covering LED control, button input, and spin-lock functionalities.
-
• RISC-V (PULPino): Provides a simple UART communication example.
-
• MSP430 CPUX: Provides multiple examples demonstrating LED control and button interrupt handling.
These sample codes not only help developers quickly get started but also serve as references to assist developers in building their own applications.
Conclusion
With its lightweight and efficient design, powerful cross-platform support, and rich sample code, Trampoline RTOS provides an ideal solution for small embedded system development. Its API’s compatibility with industry standards also ensures code portability and maintainability. Ongoing community contributions and active development indicate its future growth potential.
Project address: https://github.com/TrampolineRTOS/trampoline