Statistics
| Branch: | Tag: | Revision:

amiro-lld / drivers / DW1000 / v1 / alld_DW1000.c @ e637a510

History | View | Annotate | Download (150.876 KB)

# Date Author Comment
23ab29c0 2019-10-14 12:50 Thomas Schöpping

APAL: renamed usleep() more properly to apalSleep()

9466e34d 2019-07-15 13:18 Thomas Schöpping

major structure overhaul:
- Drivers are no longer separated in include/ and source/ folders, but a single drivers/ folder.
- There is no Makefile anymore. Software, which uses the drivers has to set the according paths individually.
- (De)Activation of drivers is no longer done via the alldconf.h file, but via Makefiles.