Commit Graph

2411 Commits

Author SHA1 Message Date
lucianom
687c06864c Allow DFU to support multiple flash devices 2021-06-25 10:48:59 +01:00
Michael Banther
8c7dfab9f2 Merge pull request #196 from mbanth/feature/configurable_hid
Support configurable HID
2021-06-22 16:36:39 +01:00
mbanth
b711b3adf6 Update to version 2.0.0 2021-06-22 15:59:16 +01:00
mbanth
5c402f26c9 Add cmake files 2021-06-22 13:45:24 +01:00
mbanth
bec7111cfd Merge branch 'develop' of git@github.com:mbanth/lib_xua.git into feature/configurable_hid 2021-06-17 08:19:25 +01:00
Michael Banther
20cba85383 Merge pull request #194 from mbanth/feature/align_with_XUD
Align with XUD
2021-06-17 07:49:21 +01:00
mbanth
01c2874953 Added warning when re-booting and XS3 part 2021-06-16 16:16:13 +01:00
mbanth
5ea315fee8 Remove unused variable 2021-06-16 14:56:57 +01:00
mbanth
4dbe332b2c Add XS3 support and remove XS1 support 2021-06-16 14:47:03 +01:00
mbanth
0f0e8506b3 Remove unused symbol and obsolete comment 2021-06-16 14:46:31 +01:00
mbanth
ada99bd1d9 Remove XS1 support and tidy up white space 2021-06-16 14:46:02 +01:00
mbanth
a3617a641f Remove XS1 support 2021-06-16 13:33:26 +01:00
mbanth
f01bf03605 Remove arguments no longer supported by XUD 2021-06-16 13:08:22 +01:00
mbanth
a237472efb Define XUD_CORE_CLOCK to avoid warnings 2021-06-16 13:07:49 +01:00
mbanth
5fe76d3720 Remove XS1 support 2021-06-16 12:45:21 +01:00
mbanth
0130d3fb32 Define the XUD_CORE_CLOCK to avoid warnings 2021-06-16 12:45:02 +01:00
mbanth
45671148d5 Remove powersave directory from the list of include and source directories 2021-06-16 11:16:45 +01:00
mbanth
6f146cccbc Remove XS1-specific power saving functionality 2021-06-16 11:07:33 +01:00
mbanth
00eb07e637 Change MCLK clock block to avoid overlap with XUD 2021-06-15 16:25:19 +01:00
mbanth
a411b864c2 Replace linear event list with a representation based on bit and byte location in the HID Report 2021-06-11 15:20:30 +01:00
mbanth
1f6140c912 Include stddef.h to obtain the definition of size_t. 2021-06-11 15:19:36 +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