Michael Banther
edb020da9d
Merge pull request #111 from mbanth/feature/hid_4bit_reliance_jan_demo
...
Feature/hid 4bit reliance jan demo
2019-12-19 15:16:01 +00:00
mbanth
d81af18d1f
Revert "Modify the interface to the User HID functionality."
...
This reverts commit 538f2be5b4 .
On branch feature/hid_4bit_reliance_jan_demo
Changes to be committed:
modified: lib_xua/src/core/buffer/ep/ep_buffer.xc
modified: lib_xua/src/core/user/hid/user_hid.h
2019-12-19 09:52:13 +00:00
mbanth
538f2be5b4
Modify the interface to the User HID functionality.
...
Setting the HID data use to occur through a global variable. It now occurs
through a function call. A list of general HID events has been provided as
well.
2019-12-18 12:09:11 +00:00
mbanth
02185f6701
Merge branch 'feature/hid_4bit_reliance_jan_demo' into experiment/hid_boot_time_config
...
# Conflicts:
# lib_xua/src/core/user/hid/user_hid.h -- Manually resolved
2019-12-16 15:34:44 +00:00
mbanth
8b6f6bc8e1
Revert "Remove unnecessary Input statements."
...
This reverts commit 9f1e9735b8 .
2019-12-16 15:13:53 +00:00
mbanth
9f1e9735b8
Remove unnecessary Input statements.
2019-12-16 14:53:38 +00:00
mbanth
1ee146ef60
Define each active bit field separately.
2019-12-16 12:33:59 +00:00
mbanth
e5389e4348
Added support for AC Stop (End Call), Volume Increment and Volume
...
Decrement bit fields in the HID report.
2019-12-13 18:17:36 +00:00
Michael Banther
31bb86c161
First changes to move to a USB HID design that allows some degree of boot-time configurability.
...
These changes are far from complete. They build successfully, but have received very little bench testing.
2019-12-11 16:02:16 +00:00
oscarbailey-xmos
d8f34aa64d
Merge pull request #109 from mbanth/feature/pendragon_merge_cleanup
...
Feature/pendragon merge cleanup
2019-12-06 10:09:36 +00:00
Michael Banther
746635b2eb
Update change log.
2019-12-05 18:01:14 +00:00
Michael Banther
83284620cc
Explain the need for using the assembler gettime operation instead of an XC timer more fully.
2019-12-05 16:45:49 +00:00
Michael Banther
255e9f75b5
Add missing header file guards.
2019-12-05 16:45:11 +00:00
oscarbailey-xmos
3a5b982774
Merge pull request #107 from mbanth/feature/pendragon
...
Add missing definition of MIC_DUAL_FRAME_SIZE
2019-11-27 09:27:26 +00:00
Michael Banther
daf378e4a5
Add in the code to call HidInterfaceClassRequests(). It was inadvertently removed during the removal of the XUA_Endpoint0_lite_loop() function.
2019-11-26 11:37:38 +00:00
Michael Banther
471ab4548a
Move the override of MIC_ARRAY_FRAME_SIZE from mic_array_conf.h in lib_xua to ap_conf.h in sw_xvf3510/app_xk/xvf3510_l71.
...
This constant is only used in the audio pipelines, hence does not belong in the configuration of XUA.
2019-11-25 13:48:58 +00:00
Michael Banther
f22027564d
Use the XUA-specific microphone frame size constant instead of directly overriding the microphone frame size constant from lib_mic_array.
...
Multiple constants may be derived from XUA_MIC_FRAME_SIZE. The override of MIC_ARRAY_FRAME_SIZE occurs in mic_array_conf.h.
2019-11-25 12:10:26 +00:00
Michael Banther
82404f539c
Merge commit 'a85cbc06b80dcd1ba2c8dd80644871e5579b9fa9' into feature/pendragon
2019-11-22 11:59:29 +00:00
oscarbailey-xmos
a85cbc06b8
Update CHANGELOG.rst
2019-11-22 11:27:59 +00:00
oscarbailey-xmos
6d01aa5cb8
Merge pull request #108 from xmos/feature/adaptive-fix
...
Fix descriptors for XUA_ADAPTIVE
2019-11-22 11:25:30 +00:00
Michael Banther
82d364a25d
Disable single-threaded mic array processing for these examples. Remove the unnecessary definition of MIC_ARRAY_FRAME_SIZE.
2019-11-22 11:19:07 +00:00
Michael Banther
3a1c1b0265
Only override the value of MIC_DUAL_FRAME_SIZE if MIC_DUAL_ENABLED is set to true.
2019-11-22 10:08:36 +00:00
Michael Banther
eeca5fdd60
Move the default definition of MIC_ARRAY_MAX_FRAME_SIZE_LOG2 to mic_array_conf.h so that an assembler file can pick it up using a #include.
2019-11-21 17:32:39 +00:00
Michael Banther
241afbe7e6
Establish a default value for XUA_MIC_FRAME_SIZE.
2019-11-21 16:58:24 +00:00
Michael Banther
2aaa12e60b
Remove the default definition of MIC_ARRAY_MAX_FRAME_SIZE_LOG2. It has been moved to mic_array_frame.h. Establish a value for MIC_ARRAY_FRAME_SIZE and MIC_DUAL_FRAME_SIZE if they have not already been defined. Give them the value of XUA_MIC_FRAME_SIZE in this case.
2019-11-21 16:57:56 +00:00
Oscar Bailey
6b454b0ebe
Fix descriptors for XUA_ADAPTIVE
2019-11-20 11:43:32 +00:00
Michael Banther
4ff6815d07
Add missing #define and switch to using the single-threaded, dual PDM microphone design.
2019-11-19 10:35:22 +00:00
Michael Banther
e097b5dc3d
Update copyright date range.
2019-11-19 09:59:37 +00:00
Michael Banther
f594d1d423
Add missing #define and update copyright date range.
2019-11-19 09:59:18 +00:00
Michael Banther
c8299998c8
Update copyright date range.
2019-11-18 13:16:05 +00:00
Michael Banther
f91728485c
Add missing constant
2019-11-18 13:08:44 +00:00
Michael Banther
9674ae3328
Update copyright date range.
2019-11-18 11:36:41 +00:00
Michael Banther
192d8f54d7
Update copyright date range.
2019-11-18 11:28:42 +00:00
Michael Banther
3b6f6b6a10
Added comment to change log.
2019-11-18 11:18:46 +00:00
Michael Banther
5c3cff6a91
Add missing #defines.
...
The XUA library code now depends on these constants.
2019-11-18 11:15:00 +00:00
Michael Banther
fecc01d203
Update the copyright date.
2019-11-15 17:19:44 +00:00
Michael Banther
e0c7272190
Add missing definition of MIC_DUAL_FRAME_SIZE. Use the MIC_ARRAY_FRAME_SIZE value from lib_xua.
2019-11-15 14:29:49 +00:00
Michael Banther
23e5094e50
Merge pull request #103 from mbanth/feature/pendragon
...
Feature/pendragon
2019-11-15 12:30:22 +00:00
Michael Banther
ec396961be
Remove XUA_Endpoint0_lite_init() and XUA_Endpoint0_lite_loop() functions which are not used.
2019-11-14 14:19:51 +00:00
Michael Banther
b0a26351ce
Update copyright notices.
2019-11-11 13:41:07 +00:00
Michael Banther
3f03dae23d
Add missing copyright notices.
2019-11-11 13:40:47 +00:00
Michael Banther
c7cce77fb2
Added empty line demanded by Jenkins checks.
2019-11-11 11:28:13 +00:00
Michael Banther
41654b17a9
Fixed bad formatting.
2019-11-11 11:17:48 +00:00
Michael Banther
861d20827b
Change version to 0.3.0 to match change log.
2019-11-11 11:09:30 +00:00
Michael Banther
94afffe517
Corrected change log information and version numbering.
2019-11-11 09:59:02 +00:00
Michael Banther
c640829d9f
Merge commit '955301ca76948185b7297709906c08cca37b6862' into feature/pendragon
2019-11-08 16:21:33 +00:00
Michael Banther
a865f4bc51
Add src/hid to the list of source directories.
2019-11-08 14:50:01 +00:00
oscarbailey-xmos
955301ca76
Merge pull request #105 from xmos/remove_triggers
...
Remove upstream triggers
2019-11-08 12:34:45 +00:00
oscarbailey-xmos
a2094e8953
Remove upstream triggers
2019-11-08 12:08:11 +00:00
Michael Banther
5bb5998788
Merge branch 'develop' into feature/pendragon
2019-11-06 15:20:36 +00:00