Statistics
| Branch: | Tag: | Revision:

amiro-os / core / inc / aos_types.h @ 96621a83

History | View | Annotate | Download (3.962 KB)

# Date Author Comment
96621a83 2020-01-17 12:57 Thomas Schöpping

All copyright forms updated to 2020.

ad8a2568 2019-11-14 11:47 Thomas Schöpping

slightly restructured aos_types.h to match the actual content structure

c53ef0b1 2019-11-11 16:33 Thomas Schöpping

MSI implemented

cda14729 2019-10-28 11:15 Thomas Schöpping

Major SSSP overhaul:
- SSSP no works even without Bootloader (AMiRo-OS implements startup and shutdown phases)
- MSI and calendar synchronization are currently not available (WIP)
- lots of minor changes

916f8d28 2019-03-21 17:43 Thomas Schöpping

aos_status_t type optimized for smaller memory footprint.

3940ba8a 2019-02-04 18:10 Thomas Schöpping

Enhanced the #include tree. 'amiroos.h' is now the central header, which includes all dependencies.

f3ac1c96 2019-02-04 18:08 Thomas Schöpping

Applied a file structure template to all source files.

6ff06bbf 2019-02-04 17:56 Thomas Schöpping

Changed all header guards so they will not use unserscores as pre- and postfix.

27286ba5 2019-01-30 13:30 Thomas Schöpping

minor enhancements

dada2194 2019-01-23 11:06 Thomas Schöpping

Introduced a macro AOS_IOEVENT_FLAG() in aos_types.h.
This macro acts similar to EVENT_MASK() and should help to simplify development.
The new macro was applied to existing code wherever possible.

84f0ce9e 2019-01-07 11:58 Thomas Schöpping

updated all file headers to 2019

b309b751 2018-09-17 16:27 Thomas Schöpping

All contents of the os/ folder has been moved one directory up.