History | View | Annotate | Download (54.761 KB)
Shell: fixed a bug introduced with the recent changes
Enhanced the shell so that CTRL + arrow key will jump wordwise through the current input
All preprocessor directives without arguments (e.g. #endif) are now followed by a comment, indicating where it belongs to (e.g. the preceding #if).
Using a RTC is now no mandatory feature anymore, but optional
Shell: "fixed" the HOME and END escape sequences, which were not ANSI compliant.
Enhanced the #include tree. 'amiroos.h' is now the central header, which includes all dependencies.
Applied a file structure template to all source files.
minor enhancements
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.
updated all file headers to 2019
Introduced some basic stack introspection functionality to threads.According information is now given for the shell thread via the 'module:info' command.
minor enhancement of the shell thread main function declaration
All contents of the os/ folder has been moved one directory up.