Statistics
| Branch: | Tag: | Revision:

amiro-os / unittests @ 7f37b11b

# 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
542939ea 2019-03-04 16:01 Thomas Schöpping

Very minor enhancements.

bac4d84a 2019-02-25 15:15 Thomas Schöpping

Fixed some remaining 2018 dates

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.

10b520a8 2019-02-12 11:22 Cung Lian Sang

DW1000 unit test updated

ed19a68b 2019-02-11 17:56 Felix Wittenfeld

added initial device reset

7b6ab4bf 2019-02-11 13:18 Cung Lian Sang

fixed the DW1000Driver struct issued in uinttest v1

bb9a04a5 2019-02-08 18:41 Cung Lian Sang

Merge branch 'master' of http://openresearch.cit-ec.de/git/amiro-os.amiro-os

d3710331 2019-02-08 18:38 Cung Lian Sang

Added unit test for DW1000 v1

126ace3c 2019-02-08 15:20 Thomas Schöpping

Updated AMiRo-LLD and adapted the MPU6050 unit test accordingly.
NOTE: Unfortunately, the unit test fails =(

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

ab0b6b11 2019-01-28 11:29 Julian L

Removed git status text

4a0e2139 2019-01-28 11:19 Julian L

Powermanagment unittest data send/receive

d2931db9 2019-01-28 10:50 Julian L

Rtcan send/receive and unittest, refs #1188

cca61a53 2019-01-24 17:22 Simon Welzel

Added missing files

1678f270 2019-01-24 17:22 Simon Welzel

Re-Added files to a newer version of AMiRo-OS

c6ec6280 2019-01-21 14:01 Thomas Schöpping

The makefiles for core/ and unittests/ have been enhanced for convenience.

c0081124 2019-01-14 11:17 Thomas Schöpping

Fixed several header guards from "*_HPP_" to "*_H_"

bffb3465 2019-01-14 11:15 Thomas Schöpping

Added new periphery hardware (PCAL6524 GPIO extender and AT42QT1050 touch sensor) to the PowerManagement, including unit tests.

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

updated all file headers to 2019

9a7e49d4 2018-12-12 11:57 Thomas Schöpping

removed the mysterious module.h file in the unittests directory (again!)

1ef74af5 2018-11-23 15:44 Simon Welzel

Integrated SSSP switch to all modules and core files. Warnings have to be dealt with at a later time

b033b3ae 2018-11-05 16:58 Thomas Schöpping

Further enhanced the motor driver unit test.

2e69d671 2018-10-22 16:35 Thomas Schöpping

Reverted some modifications to the MotorDriver unit test for better stability.

47680f67 2018-10-19 17:20 Thomas Schöpping

Improved motor driver unit test for better identification of errors.

57a5ea60 2018-10-15 11:50 Marc Rothmann

Implemented brutforcing of BQ27500 sealed keys.

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

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