-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump libdw1000 to latest version. Closes #90
- Loading branch information
1 parent
3294255
commit fac2775
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libdw1000
updated
11 files
+2 −2 | Makefile | |
+5 −118 | inc/libdw1000.h | |
+47 −0 | inc/libdw1000Spi.h | |
+128 −0 | inc/libdw1000Types.h | |
+3 −131 | src/libdw1000.c | |
+83 −0 | src/libdw1000Spi.c | |
+345 −0 | test/TestLibdw1000.c | |
+3 −1 | test/TestLibdw1000Static.c | |
+211 −0 | test/TestSpiUtils.c | |
+19 −0 | test/dwTestOps.h | |
+4 −2 | tools/test/gcc.yml |