-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump third_party/lib_xud from
4dd7607
to 85b11ae
Bumps [third_party/lib_xud](https://github.com/xmos/lib_xud) from `4dd7607` to `85b11ae`. - [Release notes](https://github.com/xmos/lib_xud/releases) - [Commits](xmos/lib_xud@4dd7607...85b11ae) --- updated-dependencies: - dependency-name: third_party/lib_xud dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a8a3e5e
commit a86cbf0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lib_xud
updated
16 files
+16 −1 | CHANGELOG.rst | |
+13 −2 | README.rst | |
+12 −10 | lib_xud/api/xud.h | |
+4 −4 | lib_xud/doc/rst/resource_usage.rst | |
+1 −2 | lib_xud/module_build_info | |
+3 −3 | lib_xud/src/core/XUD_DeviceAttach.xc | |
+8 −1 | lib_xud/src/core/XUD_HAL.xc | |
+3 −7 | lib_xud/src/core/XUD_Main.xc | |
+6 −4 | lib_xud/src/core/XUD_Signalling.xc | |
+2 −2 | lib_xud/src/core/XUD_TestMode.xc | |
+10 −12 | lib_xud/src/core/XUD_TimingDefines.h | |
+20 −0 | lib_xud/src/core/XUD_User.c | |
+0 −12 | lib_xud/src/core/XUD_User.xc | |
+0 −10 | lib_xud/src/core/XUD_UserResume.xc | |
+4 −4 | lib_xud/src/user/client/XUD_EpFunctions.c | |
+1 −1 | tests/suspend_resume_functional/makefile |