-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#176] Added hwlib stubs to CMakeLists for unit-tests, resolved error…
…s in current tests, added build-test command to iterate faster on specific tests;
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sample
updated
5 files
Submodule hwlib
updated
8 files
+58 −0 | fsw/stubs/libcan.c | |
+38 −0 | fsw/stubs/libgpio.c | |
+50 −0 | fsw/stubs/libi2c.c | |
+83 −0 | fsw/stubs/libsocket.c | |
+60 −0 | fsw/stubs/libspi.c | |
+116 −0 | fsw/stubs/libtrq.c | |
+42 −0 | fsw/stubs/libtrq_ioctl.h | |
+48 −0 | fsw/stubs/libuart.c |