Statistics
| Branch: | Tag: | Revision:

amiro-os / unittests @ 21e5be0b

# Date Author Comment
395ae04f 2019-03-25 17:22 Felix Wittenfeld

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

265dae32 2019-03-25 17:21 Felix Wittenfeld

fix and extension for Touch test

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.

ee884101 2019-03-15 11:58 Thomas Schöpping

Introduced most drivers and according unit tests to the LightRing v1.2 module.

b010278f 2019-03-08 11:19 Thomas Schöpping

Introduced PowerManagement v1.2 module.
Also adapted PowerManagement v1.1 and ADC unit test.

4cb40108 2019-03-06 12:54 Thomas Schöpping

Update to the LLDs and the DW1000 unit test (removed deprecated files).

8588411e 2019-03-06 10:19 Thomas Schöpping

renamed the DW1000_V0 unit test to _v1 according to the LLD version change some time ago.

651cb6e6 2019-03-05 15:10 Felix Wittenfeld

Extended unittest for AT42QT1050

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.

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

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.