In addition to the standard feature set supported by most real-time kernels, the Abassi RTOS can be configured with many features unmatched in the industry. These features add robustness and code savings, and include:
Abassi supports major megaAVR development tools, including AVR Studio and IAR.
Don't settle for half a RTOS! Even with all features enabled, Abassi still consumes less memory than the minimum configuration of most kernels. And you get advanced priority inheritance, asymmetric round-robin scheduling, starvation protection, and much more. Or, if memory footprint is paramount, Abassi scales to a minimum size that can't be matched.
Description | Size |
---|---|
Minimal Build | <950 bytes |
+ Runtime service creation / static memory | <1200 bytes |
+ Multiple tasks at same priority | <1325 bytes |
+ Runtime priority change + Mutex priority inheritance + FCFS + Task suspension |
<2000 bytes |
+ Timer & timeout + Timer call back + Round robin |
<2650 bytes |
+ Events + Mailbox |
<3400 bytes |
Full Feature Build (no name / no runtime creation) | <3775 bytes |
Full Feature Build (no names) | <4125 bytes |
Description | Size |
---|---|
Assembly code size | 294 bytes |
Vector table (per interrupt) | +4 bytes |
Interrupt prologue (per interrupt) | +8 bytes |
Hybrid Stack Enabled | +42 bytes |
Nested Interrupts Enabled | +14 bytes |
Description | Size |
---|---|
Base Kernel | 106 bytes |
+ Task | 16 bytes |
+ Semaphore | 6 bytes |
+ Request | 6 bytes |
+ Mailbox | 14 bytes |
Measured using current software release, configured for ATmega128-16 at 16 MHz and IAR Embedded Workbench for Atmel AVR, Version 6.11.1 |
For your exact data memory requirements, please consult the Porting Document that applies to your design environment.