Statistics
| Branch: | Tag: | Revision:

amiro-os / core @ 4cb40108

Name Size
  inc
  src
core.mk 2.041 KB

Latest revisions

# Date Author Comment
3f716772 2019-03-04 16:25 Thomas Schöpping

startup prompt and module:info command now print the date in ISO format (YYYY-MM-DD).

75c1f470 2019-03-04 12:37 Thomas Schöpping

CAN is now optional.
If disabled, CAN start and stop functions are removed, SSSP startup stage 3 is skipped and RTC is not synchronized during startup.

7de0cc90 2019-02-21 18:04 Thomas Schöpping

All preprocessor directives without arguments (e.g. #endif) are now followed by a comment, indicating where it belongs to (e.g. the preceding #if).

23437e98 2019-02-21 13:43 Thomas Schöpping

Using a RTC is now no mandatory feature anymore, but optional

d96ce104 2019-02-19 17:46 Thomas Schöpping

Shell: "fixed" the HOME and END escape sequences, which were not ANSI compliant.

3cb82b1a 2019-02-14 11:10 Thomas Schöpping

Reordered some configuration files.
The BOARD_VERSION macro has been removed. Instead the version is now encoded in the other BOARD_XXX macros.

9487b4cd 2019-02-07 18:03 Thomas Schöpping

Debug output functionality reintroduced:

From now on there is a distinction between kernel checks and AMiRo-OS checks.
Kernel checks are much more critical and will not print anything on failure.
AMiRo-OS checks print an error message and cause the according thread to exit execution immediately.

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

slightly optimized thread sleep functions

d871cc15 2019-02-04 18:11 Thomas Schöpping

removed some unaffective 'inline' keywords

3940ba8a 2019-02-04 18:10 Thomas Schöpping

Enhanced the #include tree. 'amiroos.h' is now the central header, which includes all dependencies.

View revisions

Also available in: Atom