Commit Graph

2416 Commits

Author SHA1 Message Date
Michael Banther
d491eb2da9 Change HID Report descriptor to contain one variable bit in the lsb position. This bit reports the interrupt. The remaining seven bits are constant at zero. 2019-09-25 16:12:59 +01:00
Michael Banther
960333ca09 Add the missing MSB of the maximum packet size and use hex values instead of decimal. 2019-09-25 14:38:17 +01:00
Michael Banther
3131b89a1d Add HID descriptors for UAC1. 2019-09-25 11:46:16 +01:00
Michael Banther
958d52b5eb Consistently use hex when defining descriptor values. 2019-09-25 11:45:40 +01:00
Michael Banther
35393d3739 Remove duplicate definitions. 2019-09-25 11:44:43 +01:00
Michael Banther
75422de6d1 Replace existing #ifdef HID_CONTROLS with #if( 0 < HID_CONTROLS ) to move to best practice regarding compile-time switches. 2019-09-25 11:42:59 +01:00
Michael Banther
017d937ec7 Add comments to match #endif directives to their corresponding #if or #ifdef directive.
Added to aid reading.
2019-09-25 11:39:48 +01:00
Michael Banther
bb5757e099 Initial implementation of HID. 2019-09-23 17:29:39 +01:00
Michael Banther
8ff44c553c Add the specific directory that contains user_hid.h.
Apparently xwaf doesn't recursively descend directory trees the way xmake does.
2019-09-23 15:36:35 +01:00
Ross Owen
b3331c9d47 Merge pull request #94 from oscarbailey-xmos/feature/xwaf-xcommon-develop
Feature/xwaf xcommon develop
2019-09-13 11:31:00 +01:00
oscarbailey-xmos
a2895a013b Merge pull request #5 from shuchitak/patch-1
Update Jenkinsfile
2019-09-13 10:21:33 +01:00
shuchitak
a1aca010fb Update Jenkinsfile 2019-09-13 10:20:23 +01:00
Oscar Bailey
eb1ca1eb8d Update CHANGELOG 2019-09-06 09:13:09 +01:00
Oscar Bailey
508c62af00 Keep version on 0.2.0 2019-09-05 16:34:59 +01:00
Oscar Bailey
a682ed7d19 Update copyright 2019-09-05 16:03:31 +01:00
Oscar Bailey
eafcc89a6b Change XUA to use new mic array API 2019-09-05 15:52:51 +01:00
Oscar Bailey
244232d3e1 Change view to lib_xua_xwaf_xcommon 2019-08-29 10:01:03 +01:00
Sam Chesney
a7a577acad Update cleanup call 2019-08-29 09:57:55 +01:00
Sam Chesney
8d3cc039f7 Update dependency requirements 2019-08-29 09:57:27 +01:00
Sam Chesney
f1ba1dace8 Bump version 2019-08-29 09:57:15 +01:00
Sam Chesney
9d84debefd Update to support "xwaf.xcommon" builds 2019-08-29 09:56:54 +01:00
Ross Owen
e1f8a8c521 Merge pull request #88 from oscarbailey-xmos/feature/add-audio-stream-callbacks
Added audio stream start/stop callbacks for input/output
2019-08-27 11:07:03 +01:00
Ross Owen
5b05e4e32e Update CHANGELOG.rst 2019-08-27 11:06:44 +01:00
Oscar Bailey
3fc2729db8 Update Copyright 2019-08-23 09:52:53 +01:00
Oscar Bailey
a120d7a83e Added audio stream start/stop callbacks for input/output 2019-08-23 09:30:05 +01:00
Sam Chesney
5a13171a40 Merge pull request #84 from samchesney/feature/new-jenkins-agents
Update Jenkins Pipeline to use new agents
2019-08-21 16:46:12 +01:00
Sam Chesney
204c695434 Correct dependency info in release notes 2019-08-20 19:02:53 +01:00
Sam Chesney
40f4c2f8ab Update copyright date 2019-08-20 18:50:25 +01:00
Sam Chesney
636803d5d4 Update dependency info in release notes 2019-08-20 18:49:45 +01:00
Sam Chesney
344d87342c Build host apps on both Linux and macOS 2019-08-20 13:17:06 +01:00
Sam Chesney
9cb697f5de Update Jenkins Pipeline to use new agents 2019-08-20 13:03:45 +01:00
Ross Owen
c0c4117b8e Merge pull request #80 from larry-xmos/document_composite_workaround
Document composite driver workaround
2019-08-08 10:38:32 +01:00
Larry Snizek
e56af33aa3 Document composite driver workaround 2019-08-07 10:51:12 +01:00
oscarbailey-xmos
3987224d50 Merge pull request #2 from ed-xmos/patch-2
Fix build error when USB not enabled
2019-04-29 06:31:55 -04:00
Ed
37ef88a602 Fix build error when USB not enabled
#ifdeffing the whole source as is the way in lib_xua
2019-04-29 11:04:20 +01:00
Oscar Bailey
786ce134c6 Update comments in xua_ep0_descriptors.h 2019-03-28 17:26:04 +00:00
Oscar Bailey
7339ceca19 Fix asynch mode not working on Windows 2019-03-28 17:11:05 +00:00
oscarbailey-xmos
06317b0b17 Merge pull request #1 from xmos/master
Update xua_lite branch with changes in master
2019-02-28 17:00:10 +00:00
Oscar Bailey
0588ea2d18 Fix XUA lite when using VENDOR_REQUESTS_PARAMS 2019-02-27 17:07:36 +00:00
Oscar Bailey
0b926fd907 Refactor: Separate XUA lite and app code 2019-02-27 11:05:25 +00:00
Oscar Bailey
b12aeac264 Whitespace changes 2019-02-26 17:18:02 +00:00
Oscar Bailey
86b4ab89ea Change version of lib_mic_array; Fix synchronous endpoint behaviour
The device now adjusts it's clock to the USB clock when host is not
pushing data to device.
2019-02-26 16:59:29 +00:00
Ross Owen
ee5e1095c2 Removed -fsubword-select 2019-01-11 11:31:33 +00:00
Ross Owen
0e362dab46 Merge pull request #72 from samchesney/feature/sync_buildsystems
Sync buildsystems
2019-01-10 12:07:53 +00:00
Ross Owen
d4300f0e5c Merge branch 'master' into feature/sync_buildsystems 2019-01-10 12:07:40 +00:00
Ross Owen
87d2a3db26 Merge pull request #74 from lucianomartin/feature/fix_reset
Fix PLL mask to reset tile - WIP
2019-01-10 12:05:39 +00:00
Ross Owen
533ec7b5df Update wscript 2019-01-10 12:05:04 +00:00
Ross Owen
b6b26f252e Update module_build_info 2019-01-10 12:04:49 +00:00
Ross Owen
1d09916b54 Update CHANGELOG.rst 2019-01-10 12:04:37 +00:00
Sam Chesney
8340c4054b Update XMOS copyright 2019-01-09 17:40:45 +00:00