-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nasa/osal#1155, add bsp-specific configuration flag registry
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule osal
updated
6 files
+1 −0 | CMakeLists.txt | |
+9 −0 | src/bsp/shared/inc/bsp-impl.h | |
+65 −0 | src/bsp/shared/src/bsp_default_resourcecfg.c | |
+16 −0 | src/os/inc/osapi-bsp.h | |
+2 −1 | src/os/vxworks/src/os-impl-tasks.c | |
+29 −0 | src/ut-stubs/osapi-bsp-stubs.c |