Statistics
| Branch: | Tag: | Revision:

amiro-os / os / core / src / aos_main.cpp @ 933df08e

History | View | Annotate | Download (37.109 KB)

# Date Author Comment
933df08e 2018-08-17 14:48 Thomas Schöpping

Introduced SSSP stage 3 of the startup phase (module stack initialization).

6b53f6bf 2018-07-10 19:15 Thomas Schöpping

Several enhancements to memory structure, naming and code quality.
AMiRo-OS is now prepared so the SSSP startup stage 3 (module stack initialization can be implemented).

512abac1 2018-07-05 14:48 Thomas Schöpping

prepended several macros with the 'AOS_' prefix

cb835a3e 2018-06-29 10:38 Thomas Schöpping

cleaned up include tree

b6b45e4c 2018-06-13 09:51 Thomas Schöpping

enhanced hooks in aos_main.cpp:
- INIT_HOOK_0 now supports optional arguments like all other hooks
- new hook introduced to add custom includes
- new hook introduced to add custom static variables
- renamed hook for custom thread variables

b2053cb5 2018-06-13 09:38 Thomas Schöpping

The main.c was renamed to aos_main.cpp and will compiled as C++ file from now on.
This allows to use full C++ capabilities when using any hooks.