Re-added previously removed code in aos_shell.c (_printPrompt())
Integrated SSSP switch to all modules and core files. Warnings have to be dealt with at a later time
Added new module for stm32l476 board. Added files that are specific to the board from ChibiOS.
Introduced some basic stack introspection functionality to threads.According information is now given for the shell thread via the 'module:info' command.
replaced calls of 'currp' by the correct access function chThdGetSelfX()
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.
minor enhancement of the shell thread main function declaration
All contents of the os/ folder has been moved one directory up.