Statistics
| Branch: | Tag: | Revision:

amiro-lld / include @ 26dead12

# Date Author Comment
26dead12 2019-02-12 11:20 Cung Lian Sang

DW1000 LLD updated

119ec0d2 2019-02-11 17:48 Felix Wittenfeld

- fixed address calculation
- added reset-function

4172c48d 2019-02-11 13:15 Cung Lian Sang

fixed DW1000Driver struct issue in v1

33f54213 2019-02-08 18:30 Cung Lian Sang

Moved DW1000 config struct into driver and made minor changes

b6364b51 2019-02-08 15:14 Thomas Schöpping

enhanced the MPU6050 driver (still very basic)

69a601a5 2019-02-07 16:09 Cung Lian Sang

Introduced DW1000 v1 driver

5d4d14a3 2019-02-07 10:44 Thomas Schöpping

manually merged MPU6050 driver to master branch.
NOTE: implementation requires some rework and enhancements

c3c5444e 2019-02-06 13:54 Thomas Schöpping

PKxxxExxx v1: removed all frequency constants from the driver.
Those must be configured in alldconf.h now.

1d5bcc82 2019-02-06 13:39 Thomas Schöpping

Major overhaul of the file structure and configuration:
- All low-level drivers are now placed in subfolders to allow for multiple versions for each driver.
- configuration (alldconf.h) now requires the enable flags to define a version number to select the according implementation.

21076167 2019-02-04 17:36 Thomas Schöpping

Applied minor enhancements to all drivers.
Please note: multiple functions should (and will) be moved from the .c sources to the header files as inline functions soon.

ef078306 2019-02-04 17:34 Thomas Schöpping

Applied a file structure template to all sriver sources.

8c47f14b 2019-02-04 17:29 Thomas Schöpping

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

9e45662e 2019-01-14 11:03 Thomas Schöpping

Introduced AT42QT1050 (touch sensor) driver.

e3287406 2019-01-14 11:03 Thomas Schöpping

Introduced PCAL6524 (GPIO extender) driver.

f125ae07 2019-01-07 11:56 Thomas Schöpping

updated all file headers to 2019

11500ad8 2018-10-19 17:08 Thomas Schöpping

Defined all apalControGpio_t driver members to be const since they must be changed.

fce9feec 2018-09-14 13:46 Robin Ewers

add dw1000 driver

a4251761 2018-09-13 15:03 Marc Rothmann

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

5e2f673b 2018-09-13 15:03 Marc Rothmann

Doxygen file documentation.

cf1f756b 2018-09-05 15:07 Thomas Schöpping

- All drivers which held a apalControlGpio_t before, now only hold a pointer to an according object.
- Introduced a configuration macro to define the width of the apalTime_t type.
- Several minor modifications to periphALtypes.h.

f0ca400f 2018-03-22 16:43 Thomas Schöpping

Adapted all file headers to state that this work is licensed under LGPLv3 (fromerly GPLv3).

d6728c5b 2018-03-21 11:01 Thomas Schöpping

Initial open-source release.