Commit Graph

2391 Commits

Author SHA1 Message Date
mbanth
00eb07e637 Change MCLK clock block to avoid overlap with XUD 2021-06-15 16:25:19 +01:00
mbanth
e98c0b11bc Add change log entries 2021-06-09 16:29:28 +01:00
mbanth
285be1cd7a Update dependency on lib_xud to v2.0.0 2021-06-09 16:29:08 +01:00
mbanth
3f3007c3ac Remove arguments no longer used by XUD 2021-06-09 16:18:34 +01:00
mbanth
32e06c1ad2 Remove XS1 support and reassign clock block in conflict on XS3 2021-06-09 16:17:57 +01:00
mbanth
95b80ebf72 Fix incorrect comment 2021-06-09 16:17:02 +01:00
mbanth
25d4a74b59 Replace NO_USB symbol with XUA_USB_EN 2021-06-09 16:16:34 +01:00
Michael Banther
99be4c9005 Merge pull request #191 from mbanth/feature/configurable_hid
Create a configurable HID report
2021-06-08 10:24:52 +01:00
mbanth
05bf241ab8 Fix comment typos 2021-06-08 09:52:25 +01:00
mbanth
e401895314 Merge branch 'feature/update_legacy_test_xn_flash_spec' into feature/configurable_hid
Resolved Conflicts:
 legacy_tests/app_test_i2s_loopback/xk_216_mc/xk-audio-216-mc.xn
2021-06-07 15:21:56 +01:00
Michael Banther
ea5575a621 Merge pull request #190 from mbanth/feature/update_legacy_test_xn_flash_spec
Change to new flash part and add necessary parameters
2021-06-07 13:54:34 +01:00
mbanth
066231d86a Merge branch 'develop' into feature/update_legacy_test_xn_flash_spec 2021-06-07 13:31:31 +01:00
mbanth
108c551cef Add missing attributes 2021-06-07 13:24:23 +01:00
mbanth
008508c8ae Added change log entry 2021-06-04 17:04:20 +01:00
mbanth
6636e2f505 Add support for multi-byte HID Report 2021-06-04 16:27:54 +01:00
mbanth
b47a30a04c Remove debugging printf() 2021-06-04 16:27:17 +01:00
mbanth
567e5cc0e0 Fix bugs that prevented correct operation of HID Report descriptor. Add descriptive constants. 2021-06-04 15:18:51 +01:00
mbanth
382b1a8754 Add support for boot-time creation of the HID Report descriptor 2021-06-04 15:17:28 +01:00
mbanth
4446ab89c0 Limit the usage of hidGetReportDescriptor() to C only 2021-06-04 15:15:05 +01:00
mbanth
b871b4c046 Change interface to UserHIDRecordEvent function to support only binary event states 2021-06-03 16:01:45 +01:00
mbanth
fd45908ff6 Add function to return the length of the HID Report 2021-06-03 15:53:50 +01:00
mbanth
dab84e56df Add missing Flash programming parameters 2021-06-03 15:30:12 +01:00
mbanth
64805d203e Remove deprecated and ineffective compiler option 2021-06-03 15:28:58 +01:00
Michael Banther
9d41387b8a Merge pull request #192 from mbanth/feature/modify_hid_event_names
Remove unused GPI-specific event names and replace with generic ones
2021-06-03 11:16:47 +01:00
mbanth
162c9a14ce Remove duplicate change log entry 2021-06-03 10:51:23 +01:00
mbanth
345f5dc369 Merge branch 'feature/modify_hid_event_names' into feature/configurable_hid 2021-06-02 15:37:46 +01:00
mbanth
bc957cb593 Update change log 2021-06-02 15:12:12 +01:00
mbanth
12789a1bee Remove unused GPI-specific event names and replace with generic ones 2021-06-02 15:02:27 +01:00
mbanth
4c9130166c Rename a constant to match the expected name 2021-06-01 14:41:15 +01:00
mbanth
aec5bb8daa Remove duplicate copyright and license reference comments 2021-05-27 18:05:56 +01:00
mbanth
3106ccefcf Remove the redundant HID Report descriptor 2021-05-27 17:56:51 +01:00
mbanth
7b43785816 Makes each #define value a primary expression. Set the class length field in the HID descriptor to zero. 2021-05-27 17:56:26 +01:00
mbanth
0b9d970f75 Add HID Report descriptor definition to each App Note 2021-05-27 16:53:06 +01:00
mbanth
f2b09522b8 Remove dead code 2021-05-27 16:49:21 +01:00
mbanth
d0b2c77177 Update HID Report descriptor items 2021-05-27 16:31:07 +01:00
mbanth
cafdd8c93d Provide a HID Report descriptor definition for legacy tests 2021-05-27 16:07:10 +01:00
mbanth
13abe0e9e1 Update unit tests for explicit reset 2021-05-27 12:26:57 +01:00
mbanth
8a9d8cdd3e Add explicit reset 2021-05-27 11:54:31 +01:00
mbanth
3c129ab521 Update unit tests to align with Report descriptor defined in application 2021-05-27 11:37:25 +01:00
mbanth
dd7a8f423e Move HID Report descriptor to application 2021-05-27 11:36:36 +01:00
mbanth
a9e97b33b9 Add constant offset to the field in the HID descriptor that provides the length of the HID Report descriptor 2021-05-26 16:39:03 +01:00
mbanth
6adc94642a Attempt to correct the copyright date range 2021-05-26 14:07:06 +01:00
mbanth
33fcac9c47 Add pytest and pytest-xdist to the requirements, needed for unit tests 2021-05-26 13:21:58 +01:00
mbanth
7b433a40fc Assign an unused clock block to MCLK 2021-05-26 12:18:11 +01:00
mbanth
b81d096a5a Add XS1-specific XUD symbol to allow building with the current develop branch of lib_xud 2021-05-26 12:17:38 +01:00
mbanth
fc8a7a1ec9 Change to new flash part and add necessary parameters 2021-05-26 11:16:45 +01:00
mbanth
fcee74d912 Add Report descriptor length function. Change the internal Translate function to return the length of each item added to the raw buffer. Fix some out-of-date comments. 2021-05-25 16:51:54 +01:00
mbanth
d1650afd37 Avoid unnecessary preparation 2021-05-25 16:00:32 +01:00
mbanth
02596cc5a9 Clean-up 2021-05-25 15:12:45 +01:00
mbanth
a9dddfab2f Add tests: configurable and non-configurable items, and combined functions 2021-05-25 14:22:09 +01:00