Merge pull request #1 from mbanth/feature/set_idle_work

Feature/set idle work
This commit is contained in:
Michael Banther
2022-01-11 14:29:42 +00:00
committed by GitHub
5 changed files with 8 additions and 4 deletions

View File

@@ -10,6 +10,10 @@ lib_xua Change Log
* CHANGED: Renamed the HID API file xua_hid_report_descriptor.h to
xua_hid_report.h
* Changes to dependencies:
- lib_locks: Added dependency 2.1.0
2.1.1
-----

View File

@@ -1,4 +1,4 @@
// Copyright 2011-2021 XMOS LIMITED.
// Copyright 2011-2022 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
#include "xua.h"
#if XUA_USB_EN

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2021 XMOS LIMITED.
// Copyright 2019-2022 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
#include <stdint.h>
#include <xs1.h>

View File

@@ -1,4 +1,4 @@
// Copyright 2021 XMOS LIMITED.
// Copyright 2021-2022 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
#include <assert.h>
#include <stddef.h>

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2021 XMOS LIMITED.
// Copyright 2019-2022 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
/**