Statistics
| Branch: | Tag: | Revision:

amiro-os / core / src / aos_thread.c @ e7c4f797

History | View | Annotate | Download (5.038 KB)

# Date Author Comment
e7c4f797 2020-07-29 09:54 Thomas Schöpping

Merged several modifications from master-branch.

e5742249 2020-02-03 13:47 Thomas Schöpping

Calculation of stack utilization revised

c5cd2fe4 2020-01-20 12:15 Thomas Schöpping

dramatically lowered worst critical zone in AMiRo-OS

96621a83 2020-01-17 12:57 Thomas Schöpping

All copyright forms updated to 2020.

d180e1ba 2019-02-06 17:53 Thomas Schöpping

slightly optimized thread sleep functions

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.

5c9e9b9d 2019-01-17 13:13 Thomas Schöpping

Fixed a error that AMiRo-OS would not compile when AMIROOS_CFG_DBG was set to false.

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

updated all file headers to 2019

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.

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

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