Statistics
| Branch: | Tag: | Revision:

amiro-os / core / src / aos_timer.c @ e7c4f797

History | View | Annotate | Download (9.332 KB)

# Date Author Comment
23ec8223 2020-02-04 18:09 Thomas Schöpping

timer and periodic timer have been unified in a single functional unit: timer.

The resulting timer object is slightly larger than one-shot timers have been, but much smaller than periodic timers.
Size of resulting binary has been slightly decreased as well.

96621a83 2020-01-17 12:57 Thomas Schöpping

All copyright forms updated to 2020.

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.

f3ac1c96 2019-02-04 18:08 Thomas Schöpping

Applied a file structure template to all source files.

84f0ce9e 2019-01-07 11:58 Thomas Schöpping

updated all file headers to 2019

b309b751 2018-09-17 16:27 Thomas Schöpping

All contents of the os/ folder has been moved one directory up.