Statistics
| Branch: | Tag: | Revision:

amiro-os / unittests / lld @ e7131d09

# Date Author Comment
e7131d09 2019-03-15 14:05 Julian Leichert

small Fixes, and Queue function Headers refs #1183

11d54cd3 2019-03-12 12:59 Julian Leichert

Merge branch 'rtcan' of https://openresearch.cit-ec.de/git/amiro-os.amiro-os into rtcan

  1. Conflicts:
  2. modules/PowerManagement_1-1/module.c
  3. modules/PowerManagement_1-1/module.h
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).

165bcce7 2019-02-14 11:11 Thomas Schöpping

Fixed the ADC unit test, so it will only be activated for the PowerManagement v1.1 module.

2a4dbf93 2019-02-08 10:08 Thomas Schöpping

Modified all unit tests (.c files) so the headers will included in any case.
This is not necessary for compilation but for the QtCreator project setup to work properly.

ddf34c3d 2019-02-06 13:55 Thomas Schöpping

updated AMiRo-LLD and applied all required changes to AMiRo-OS and all modules.

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.

6ff06bbf 2019-02-04 17:56 Thomas Schöpping

Changed all header guards so they will not use unserscores as pre- and postfix.

8d756b18 2019-01-28 16:04 Julian Leichert

Sending timestamp as payload, refs #1190

df20c2fc 2019-01-28 14:58 Julian L

Updated Bootloader/LLD, fixed makefiles, working test send/receive

d2931db9 2019-01-28 10:50 Julian L

Rtcan send/receive and unittest, refs #1188

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.