Statistics
| Branch: | Tag: | Revision:

amiro-os / core / src @ 426ce07c

Name Size
aos_iostream.c 11.663 KB
aos_main.cpp 52.005 KB
aos_shell.c 49.698 KB
aos_system.c 43.562 KB
aos_thread.c 3.747 KB
aos_time.c 3.208 KB
aos_timer.c 10.198 KB
aos_unittest.c 8.758 KB

Latest revisions

# Date Author Comment
3106e8cc 2019-03-21 17:48 Thomas Schöpping

Updated to AMiRo-LLD 1.1:
- Implementation of periphAL has been modified accordingly.
- GPIOs are not encoded as port/pad tuple, but as lines
- Some unittests have been updated due to driver changes.

916f8d28 2019-03-21 17:43 Thomas Schöpping

aos_status_t type optimized for smaller memory footprint.

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.

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

View revisions

Also available in: Atom