Statistics
| Branch: | Tag: | Revision:

amiro-os / amiroos.h @ 1ca1aee9

History | View | Annotate | Download (3.326 KB)

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

All copyright forms updated to 2020.

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

4c72a54c 2019-07-15 13:21 Thomas Schöpping

Massive overhaul:
- updated to a new version of AMiRo-LLD
- tests (formerly unit tests) are now split onto multiple parts:
- there are "global" tests for each driver etc.
- there is an individual part for each module, e.g. if there are multiple instances of the same periphery...

6a95db23 2019-03-05 16:22 Thomas Schöpping

Changed the AMiRo-OS version back to 2.0.1 (from 2.1.0).
This was done, because an increment in the minor version implies an API change, which is not present yet.

c5818ac1 2019-03-04 16:28 Thomas Schöpping

Master is now dev-branch for AMiRo-OS 2.1

88ce18b7 2019-02-12 16:42 Thomas Schöpping

Making progress: AMiRo-OS v2.0 has reached RC status! =)

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

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

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

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

updated all file headers to 2019

9ff01927 2018-11-13 11:34 Thomas Schöpping

Minor fixes and enhancements.

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

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