AvRtos Code
Small real time operating system for AVR and ARM microcontrollers
Status: Alpha
Brought to you by:
harry-77
File | Date | Author | Commit |
---|---|---|---|
Projects | 2016-02-17 |
![]() |
[5d450b] Adding event groups as task synchronization ele... |
Source | 2016-02-17 |
![]() |
[5d450b] Adding event groups as task synchronization ele... |
.cproject | 2016-02-15 |
![]() |
[953a4b] Adding mutex as task synchronization element. |
.gitignore | 2016-02-17 |
![]() |
[5d450b] Adding event groups as task synchronization ele... |
.project | 2016-01-27 |
![]() |
[078751] Changed project structure |
AvRtos.aps | 2016-01-27 |
![]() |
[e972eb] Changed AVR Project settings |
README | 2016-02-17 |
![]() |
[5d450b] Adding event groups as task synchronization ele... |
avrtos.aws | 2016-01-27 |
![]() |
[9812cd] Reorganized project structure |
AvRtos Version 2.0.3 - Adding event groups as task synchronization element. AvRtos Version 2.0.2 - Changed name of task creation function AvRtos Version 2.0.1 - Adding mutex as task synchronization element. - Now the needed task synchronization objects can be configured by defines in AvRtosConfig.h file. AvRtos Version 2.0.0 - Adding support for some ARM platforms Therefore the structure of the source tree was reorganized. Currently ARM7TDMI, ARM-Cortex-M3, ARM-Cortex-M4 will be additionaly supported. AvRtos Version 1.1.0 - For a better hardware abstraction all hardware dependent functions and macros was exported to AvRtosHw.c and AvRtosHw.h. - Now all API functions for setting and getting semaphores and queues can be called from interrupt service routines. AvRtos Version 1.0.1 - Changed data type of queue control block to uint8_t for an optimized data access. - Changed code comments for doxygen output. - Fixed some spelling mistakes. AvRtos Version 1.0.0 - Initial revision