Statistics
| Branch: | Tag: | Revision:

amiro-os / core / src / aos_system.c @ 1678f270

History | View | Annotate | Download (39.388 KB)

# Date Author Comment
1678f270 2019-01-24 17:22 Simon Welzel

Re-Added files to a newer version of AMiRo-OS

1ef74af5 2018-11-23 15:44 Simon Welzel

Integrated SSSP switch to all modules and core files. Warnings have to be dealt with at a later time

aed3754b 2018-11-16 13:11 Thomas Schöpping

Introduced some basic stack introspection functionality to threads.
According information is now given for the shell thread via the 'module:info' command.

9b5281e9 2018-11-13 12:50 Thomas Schöpping

replaced calls of 'currp' by the correct access function chThdGetSelfX()

0a89baf2 2018-10-17 18:40 Thomas Schöpping

Introduced a POSIX-like thread hierarchy system in ChibiOS (addad a patch) and adapted AMiRo-OS accordingly.
In the process ChibiOS has been updated as well.

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

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