diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-08 10:17:30 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-08 10:17:30 +0200 |
| commit | 902bafa5dc8c3ac5fcbf13a5af73e016e9c64685 (patch) | |
| tree | 01aa45950fa825ad616ee3f8e8a19c7156708aab /public/tools | |
| parent | 8c0d7efb90585bf53b9f7496c2883af5ffa6ee68 (diff) | |
meta(kernel): saving changes to avoid loss.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'public/tools')
| -rw-r--r-- | public/tools/mgmt.hefs/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt.hefs/mgmt.hefs.json | 19 | ||||
| -rw-r--r-- | public/tools/mgmt.hefs/src/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt.hefs/vendor/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt/mgmt.json | 19 | ||||
| -rw-r--r-- | public/tools/mgmt/src/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt/src/CommandLine.cc | 3 | ||||
| -rw-r--r-- | public/tools/mgmt/vendor/.keep | 0 |
9 files changed, 41 insertions, 0 deletions
diff --git a/public/tools/mgmt.hefs/.keep b/public/tools/mgmt.hefs/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt.hefs/.keep diff --git a/public/tools/mgmt.hefs/mgmt.hefs.json b/public/tools/mgmt.hefs/mgmt.hefs.json new file mode 100644 index 00000000..dc1181c3 --- /dev/null +++ b/public/tools/mgmt.hefs/mgmt.hefs.json @@ -0,0 +1,19 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "./", + "../../../dev/kernel", + "../../../public/frameworks/", + "../../../dev/", + "./" + ], + "sources_path": [], + "output_name": "./dist/mgmt.hefs", + "cpp_macros": [ + "kSampleFWVersion=0x0100", + "kSampleFWVersionHighest=0x0100", + "kSampleFWVersionLowest=0x0100", + "__NE_SDK__" + ] +}
\ No newline at end of file diff --git a/public/tools/mgmt.hefs/src/.keep b/public/tools/mgmt.hefs/src/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt.hefs/src/.keep diff --git a/public/tools/mgmt.hefs/vendor/.keep b/public/tools/mgmt.hefs/vendor/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt.hefs/vendor/.keep diff --git a/public/tools/mgmt/.keep b/public/tools/mgmt/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt/.keep diff --git a/public/tools/mgmt/mgmt.json b/public/tools/mgmt/mgmt.json new file mode 100644 index 00000000..5cdd0ec7 --- /dev/null +++ b/public/tools/mgmt/mgmt.json @@ -0,0 +1,19 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "./", + "../../../dev/kernel", + "../../../public/frameworks/", + "../../../dev/", + "./" + ], + "sources_path": [], + "output_name": "./dist/mgmt", + "cpp_macros": [ + "kSampleFWVersion=0x0100", + "kSampleFWVersionHighest=0x0100", + "kSampleFWVersionLowest=0x0100", + "__NE_SDK__" + ] +}
\ No newline at end of file diff --git a/public/tools/mgmt/src/.keep b/public/tools/mgmt/src/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt/src/.keep diff --git a/public/tools/mgmt/src/CommandLine.cc b/public/tools/mgmt/src/CommandLine.cc new file mode 100644 index 00000000..d269c894 --- /dev/null +++ b/public/tools/mgmt/src/CommandLine.cc @@ -0,0 +1,3 @@ +int main() { + return 0; +}
\ No newline at end of file diff --git a/public/tools/mgmt/vendor/.keep b/public/tools/mgmt/vendor/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt/vendor/.keep |
