small Fixes, and Queue function Headers refs #1183
Merge branch 'rtcan' of https://openresearch.cit-ec.de/git/amiro-os.amiro-os into rtcan
Very minor enhancements.
Fixed some remaining 2018 dates
All preprocessor directives without arguments (e.g. #endif) are now followed by a comment, indicating where it belongs to (e.g. the preceding #if).
Fixed the ADC unit test, so it will only be activated for the PowerManagement v1.1 module.
DW1000 unit test updated
added initial device reset
fixed the DW1000Driver struct issued in uinttest v1
Merge branch 'master' of http://openresearch.cit-ec.de/git/amiro-os.amiro-os
Added unit test for DW1000 v1
Updated AMiRo-LLD and adapted the MPU6050 unit test accordingly.NOTE: Unfortunately, the unit test fails =(
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.
updated AMiRo-LLD and applied all required changes to AMiRo-OS and all modules.
Enhanced the #include tree. 'amiroos.h' is now the central header, which includes all dependencies.
Applied a file structure template to all source files.
Changed all header guards so they will not use unserscores as pre- and postfix.
Sending timestamp as payload, refs #1190
Updated Bootloader/LLD, fixed makefiles, working test send/receive
Removed git status text
Powermanagment unittest data send/receive
Rtcan send/receive and unittest, refs #1188
Added missing files
Re-Added files to a newer version of AMiRo-OS
The makefiles for core/ and unittests/ have been enhanced for convenience.
Fixed several header guards from "*_HPP_" to "*_H_"
Added new periphery hardware (PCAL6524 GPIO extender and AT42QT1050 touch sensor) to the PowerManagement, including unit tests.
updated all file headers to 2019
removed the mysterious module.h file in the unittests directory (again!)
Integrated SSSP switch to all modules and core files. Warnings have to be dealt with at a later time
Further enhanced the motor driver unit test.
Reverted some modifications to the MotorDriver unit test for better stability.
Improved motor driver unit test for better identification of errors.
Implemented brutforcing of BQ27500 sealed keys.
All contents of the os/ folder has been moved one directory up.