Commit 22ac459
committed
Update submodule commits and enhance module download process; add CPU family option and ensure 'mkdir' is included in module list
1 parent f52b5e7 commit 22ac459
4 files changed
Lines changed: 6 additions & 5 deletions
- .github/test_dmod_link_modules/CMakeLists.txt+45
- .github/test_dmod_link_modules/main.c+10
- .github/workflows/ci.yml+25
- .gitignore+2
- README.md+37
- docs/cmake-functions.md+213
- docs/dmf-get-tool.md+215-3
- docs/dmod-link-modules-example.md+378
- docs/dmr-file-format.md+434
- inc/dmod.h+1
- inc/dmod_sal.h+8-1
- scripts/CMakeLists.txt+188-5
- src/module/Makefile+1-2
- src/system/dmod_system.c+122-4
- tests/integration/test_dmf_get.sh+28
- tests/integration/test_version_requirements.sh+156
- tests/integration/test_version_requirements/CMakeLists.txt+42
- tests/integration/test_version_requirements/main.c+14
- tests/system/public/CMakeLists.txt+1
- tests/system/public/tests_dmod_findmatch.cpp+95
- tools/lib/CMakeLists.txt+1
- tools/lib/dmod_resource/CMakeLists.txt+35
- tools/lib/dmod_resource/dmod_resource.c+352
- tools/lib/dmod_resource/dmod_resource.h+122
- tools/lib/dmod_resource/vscode-dmr/.vscodeignore+4
- tools/lib/dmod_resource/vscode-dmr/CHANGELOG.md+10
- tools/lib/dmod_resource/vscode-dmr/LICENSE+21
- tools/lib/dmod_resource/vscode-dmr/README.md+58
- tools/lib/dmod_resource/vscode-dmr/example.dmr+20
- tools/lib/dmod_resource/vscode-dmr/language-configuration.json+24
- tools/lib/dmod_resource/vscode-dmr/package.json+39
- tools/lib/dmod_resource/vscode-dmr/syntaxes/dmr.tmLanguage.json+69
- tools/system/CMakeLists.txt+1
- tools/system/dmf-get/CMakeLists.txt+2
- tools/system/dmf-get/README.md+100-2
- tools/system/dmf-get/main.c+1.3k-66
- tools/system/dmf-man/CMakeLists.txt+3
- tools/system/dmf-man/README.md+204
- tools/system/dmf-man/main.c+784
- tools/system/todmd/README.md+46-4
- tools/system/todmd/main.c+190-17
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
0 commit comments