Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
R-PRO
OneOS
Commits
0e78afb4
Commit
0e78afb4
authored
2 years ago
by
zeroi0
Browse files
Options
Download
Patches
Plain Diff
feat(uai):add uai
parent
e2cd2d9e
dev
OneOS-V3.0.1
master
OneOS-v3.0.1
No related merge requests found
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
components/uai/Kconfig
+33
-0
components/uai/Kconfig
components/uai/README.md
+78
-0
components/uai/README.md
components/uai/cmds/Kconfig
+5
-0
components/uai/cmds/Kconfig
components/uai/cmds/uai_cmds.c
+356
-0
components/uai/cmds/uai_cmds.c
components/uai/cmds/weave.yaml
+14
-0
components/uai/cmds/weave.yaml
components/uai/common/Kconfig
+7
-0
components/uai/common/Kconfig
components/uai/common/uai_common.h
+50
-0
components/uai/common/uai_common.h
components/uai/common/uai_errno.h
+50
-0
components/uai/common/uai_errno.h
components/uai/common/uai_log.h
+96
-0
components/uai/common/uai_log.h
components/uai/common/uai_matrix.c
+82
-0
components/uai/common/uai_matrix.c
components/uai/common/uai_matrix.h
+55
-0
components/uai/common/uai_matrix.h
components/uai/common/uai_signal.h
+57
-0
components/uai/common/uai_signal.h
components/uai/common/uai_utils.c
+101
-0
components/uai/common/uai_utils.c
components/uai/common/uai_utils.h
+35
-0
components/uai/common/uai_utils.h
components/uai/common/uai_version.h
+40
-0
components/uai/common/uai_version.h
components/uai/common/weave.yaml
+15
-0
components/uai/common/weave.yaml
components/uai/device/uai_dev.c
+441
-0
components/uai/device/uai_dev.c
components/uai/device/uai_dev.h
+53
-0
components/uai/device/uai_dev.h
components/uai/device/weave.yaml
+14
-0
components/uai/device/weave.yaml
components/uai/engine/Kconfig
+11
-0
components/uai/engine/Kconfig
with
1593 additions
and
0 deletions
+1593
-0
Some changes are not shown.
For a faster browsing experience, only
20 of 1000+
files are shown. Download one of the files below to see all changes.
Plain diff
Email patch
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets