Statistics
| Branch: | Tag: | Revision:

amiro-os / os / core / src @ b2053cb5

Name Size
aos_debug.c 3.543 KB
aos_iostream.c 8.835 KB
aos_main.cpp 13.111 KB
aos_shell.c 44.89 KB
aos_system.c 30.536 KB
aos_thread.c 1.464 KB
aos_timer.c 8.734 KB
aos_unittest.c 7.146 KB

Latest revisions

# Date Author Comment
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.

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

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

dd8738ea 2018-05-18 18:38 Thomas Schöpping

AosShellChannel now contains a pointer to a BaseAsynchronousChannel instead of a AosIOCHannel.
Fixed an issue with AosIOStreams as well as AosShellStreams regarding multiple reading/writing from/to channels.

ba516b61 2018-05-17 11:16 Thomas Schöpping

Major overhaul to the I/O functionality:

The SequentialStremMultiplexer (SSM) has been replaced by AosIOStream.
The AosIOStream class acts like a BaseSequentialStream but consists of multiple AosIOChannels.
Each AosIOChannel again implements a BaseAsynchronousChannel and thus is a derived class of BaseSequentialStream as well....

bc5cdb79 2018-05-17 11:12 Thomas Schöpping

Modified aos_unittest.h/.c files to prevent unnecessary includes.

e545e620 2018-03-21 11:51 Thomas Schöpping

Major overhaul to AMiRo-OS version 2.0.0

View revisions

Also available in: Atom