-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use tag v1.0.0 for xmos_cmake_toolchain
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule xmos_cmake_toolchain
updated
13 files
+17 −0 | CHANGELOG.rst | |
+97 −0 | Jenkinsfile | |
+84 −0 | LICENSE.rst | |
+16 −2 | README.md | |
+1 −1 | test/test_app/CMakeLists.txt | |
+2 −0 | test/test_app/c.c | |
+2 −0 | test/test_app/cpp.cpp | |
+3 −0 | test/test_app/lowers.S | |
+2 −0 | test/test_app/s.S | |
+2 −0 | test/test_app/xc.xc | |
+14 −0 | test/test_cmake_toolchain.py | |
+33 −0 | test/test_lib_checks.py | |
+1 −1 | test/tox.ini |