Statistics
| Branch: | Tag: | Revision:

amiro-os / core / src / aos_shell.c @ f3ac1c96

History | View | Annotate | Download (49.45 KB)

# Date Author Comment
f3ac1c96 2019-02-04 18:08 Thomas Schöpping

Applied a file structure template to all source files.

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

minor enhancements

2dd2e257 2019-01-25 13:56 Thomas Schöpping

Enhanced the AMiRo-OS configuration: When AMIROOS_CFG_TESTS_ENABLE is set, the shell is enabled implicitely by AMiRo-OS.
Before, this logic was handled in the aosconf.h file.

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.

af4fd4a2 2018-10-04 18:12 Thomas Schöpping

minor enhancement of the shell thread main function declaration

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

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