Statistics
| Branch: | Tag: | Revision:

amiro-os @ 5b0a8e7b

Name Size
  bootloader
  kernel
  modules
  os
  periphery-lld
  tools
.gitignore 188 Bytes
.gitmodules 376 Bytes
Makefile 4.204 KB
README.txt 7.881 KB
license.html 36.224 KB
setup.sh 21.009 KB

Latest revisions

# Date Author Comment
5b0a8e7b 2018-06-29 10:41 Thomas Schöpping

moved the /os/modles directory to /modules

cb835a3e 2018-06-29 10:38 Thomas Schöpping

cleaned up include tree

756ef2f6 2018-06-29 10:34 Thomas Schöpping

Added APPS- variables to all source types in the makefiles of all modules

5d7e6f9e 2018-06-29 10:34 Thomas Schöpping

PHONY added to relevant Makefiles

20205a98 2018-06-13 10:16 Thomas Schöpping

shell thread priority can now be configured via aosconf.h

b6b45e4c 2018-06-13 09:51 Thomas Schöpping

enhanced hooks in aos_main.cpp:
- INIT_HOOK_0 now supports optional arguments like all other hooks
- new hook introduced to add custom includes
- new hook introduced to add custom static variables
- renamed hook for custom thread variables

b2053cb5 2018-06-13 09:38 Thomas Schöpping

The main.c was renamed to aos_main.cpp and will compiled as C++ file from now on.
This allows to use full C++ capabilities when using any hooks.

870f74ac 2018-06-13 09:33 Thomas Schöpping

1) enhancements of the makefiles:
- replaced all absolute paths by relative paths
- include directories now consistently do not have a trailing slash
- it is now possible to specify a custom build directory by setting the BUILDDIR variable
- updated C/C++ standard to C11 and C17 respectively (igrnore warnings caused by ChibiOS for now)...

680d05e5 2018-05-29 09:40 Thomas Schöpping

Updated AMiRo-BLT and applied an similar fix to QtCreatorSetup.sh (issue with relative compiler paths)

b8268050 2018-05-24 16:11 Thomas Schöpping

FIX: AosShellChannel was not known in main.c if shell was disabled.

View all revisions | View revisions

Also available in: Atom