Commit 7021fae
committed
Add setup instructions and DMFFS module files
- Introduced environment setup instructions in README.md for Docker and native Linux.
- Added DMOD Flash File System (DMFFS) implementation with README, LICENSE, and dependency files.
- Included scripts for building and managing DMFFS.
- Updated submodule reference for dmod.1 parent 63a0ce3 commit 7021fae
16 files changed
Lines changed: 955 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
5 | 67 | | |
6 | 68 | | |
7 | 69 | | |
| |||
- Docker/Dockerfile+1-46
- Docker/Dockerfile.env+49
- Docker/build.sh+16-1
- docs/cmake-functions.md+12
- docs/dmm-file-format.md+1
- docs/dmr-file-format.md+29-2
- docs/mkdmrpkg-tool.md+176
- docs/todmm-tool.md+101
- docs/tools-installation.md+57-1
- scripts/CMakeLists.txt+99
- scripts/README.md+25
- scripts/dmf.mk+4
- scripts/setup-linux-env.sh+168
- templates/module/library/CMakeLists.txt+3
- tests/CMakeLists.txt+1-1
- tests/integration/test_dmf_get.sh+48
- tests/integration/test_mkdmrpkg.sh+352
- tests/integration/test_todmd.sh+109-1
- tests/lib/CMakeLists.txt+3
- tests/lib/tests_dmod_resource.cpp+285
- tools/lib/dmod_resource/dmod_resource.c+122-6
- tools/lib/dmod_resource/dmod_resource.h+19-3
- tools/lib/dmod_resource/vscode-dmr/README.md+19-5
- tools/lib/dmod_resource/vscode-dmr/example.dmr+3-2
- tools/lib/dmod_resource/vscode-dmr/syntaxes/dmr.tmLanguage.json+31-2
- tools/system/CMakeLists.txt+3-1
- tools/system/Makefile+1-1
- tools/system/dmf-get/README.md+1
- tools/system/dmf-get/main.c+220-8
- tools/system/mkdmrpkg/CMakeLists.txt+11
- tools/system/mkdmrpkg/Makefile+25
- tools/system/mkdmrpkg/README.md+80
- tools/system/mkdmrpkg/main.c+646
- tools/system/todmd/README.md+82-6
- tools/system/todmd/main.c+373-8
- tools/system/todmm/CMakeLists.txt+3
- tools/system/todmm/Makefile+25
- tools/system/todmm/README.md+92
- tools/system/todmm/dmod-cfg.mk+25
- tools/system/todmm/main.c+299
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments