Skip to content

Commit

Permalink
Update to latest masters
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jan 27, 2020
1 parent c7f6d89 commit df9606d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/sch_lab
2 changes: 1 addition & 1 deletion osal
Submodule osal updated 61 files
+4 −2 README.md
+0 −5 build/.gitignore
+0 −47 build/Makefile
+0 −7 build/debug-opts.mak
+0 −10 build/examples/Makefile
+0 −105 build/examples/tasking-example/Makefile
+0 −13 build/gcov-parse.awk
+0 −48 build/osal-config.mak
+0 −21 build/readme.txt
+0 −36 build/tests/Makefile
+0 −105 build/tests/bin-sem-flush-test/Makefile
+0 −103 build/tests/bin-sem-test/Makefile
+0 −106 build/tests/bin-sem-timeout-test/Makefile
+0 −105 build/tests/count-sem-test/Makefile
+0 −105 build/tests/file-api-test/Makefile
+0 −105 build/tests/mutex-test/Makefile
+0 −105 build/tests/osal-core-test/Makefile
+0 −105 build/tests/queue-timeout-test/Makefile
+0 −105 build/tests/symbol-api-test/Makefile
+0 −63 build/tests/symbol-api-test/dumpsymtab.c
+0 −105 build/tests/timer-test/Makefile
+0 −35 build/unit-tests/Makefile
+0 −139 build/unit-tests/oscore-test/Makefile
+0 −129 build/unit-tests/osfile-test/Makefile
+0 −136 build/unit-tests/osfilesys-test/Makefile
+0 −129 build/unit-tests/osloader-test/Makefile
+0 −22 build/unit-tests/osloader-test/Modules.mak
+0 −128 build/unit-tests/osnetwork-test/Makefile
+0 −128 build/unit-tests/ostimer-test/Makefile
+0 −67 build/vxworks-target/get_log
+0 −84 build/vxworks-target/load_ut
+0 −52 build/vxworks-target/readme.txt
+0 −9 build/vxworks-target/runvx_osal-cov_osapi
+0 −9 build/vxworks-target/runvx_osal-cov_osfileapi
+0 −9 build/vxworks-target/runvx_osal-cov_osloader
+0 −9 build/vxworks-target/runvx_osal_oscore
+0 −12 build/vxworks-target/runvx_osal_oscore_wb
+0 −9 build/vxworks-target/runvx_osal_osfile
+0 −12 build/vxworks-target/runvx_osal_osfile_wb
+0 −9 build/vxworks-target/runvx_osal_osfilesys
+0 −12 build/vxworks-target/runvx_osal_osfilesys_wb
+0 −9 build/vxworks-target/runvx_osal_osloader
+0 −12 build/vxworks-target/runvx_osal_osloader_wb
+0 −9 build/vxworks-target/runvx_osal_osnetwork
+0 −12 build/vxworks-target/runvx_osal_osnetwork_nonet_wb
+0 −12 build/vxworks-target/runvx_osal_osnetwork_wb
+0 −7 build/vxworks-target/runvx_osal_osprintf
+0 −9 build/vxworks-target/runvx_osal_ostimer
+0 −12 build/vxworks-target/runvx_osal_ostimer_wb
+0 −16 setvars.sh
+0 −95 src/bsp/pc-linux/make/compiler-opts.mak
+0 −36 src/bsp/pc-linux/make/link-rules.mak
+0 −44 src/bsp/pc-linux/make/ut-modules.mak
+0 −22 src/bsp/pc-linux/src/bsp.mak
+0 −86 src/make/app-rules.mak
+0 −51 src/make/make-rules.mak
+1 −1 src/os/inc/osapi-version.h
+3 −1 src/os/posix/os-posix.h
+2 −2 src/os/shared/osapi-idmap.c
+1 −1 src/os/shared/osapi-sockets.c
+1 −1 src/os/shared/osapi-time.c

0 comments on commit df9606d

Please sign in to comment.