Commit Graph

  • 4446ab89c0 Limit the usage of hidGetReportDescriptor() to C only mbanth 2021-06-04 15:15:05 +01:00
  • b871b4c046 Change interface to UserHIDRecordEvent function to support only binary event states mbanth 2021-06-03 16:01:45 +01:00
  • fd45908ff6 Add function to return the length of the HID Report mbanth 2021-06-03 15:53:50 +01:00
  • dab84e56df Add missing Flash programming parameters mbanth 2021-06-03 15:30:12 +01:00
  • 64805d203e Remove deprecated and ineffective compiler option mbanth 2021-06-03 15:28:58 +01:00
  • 9d41387b8a Merge pull request #192 from mbanth/feature/modify_hid_event_names Michael Banther 2021-06-03 11:16:47 +01:00
  • 162c9a14ce Remove duplicate change log entry mbanth 2021-06-03 10:51:23 +01:00
  • 345f5dc369 Merge branch 'feature/modify_hid_event_names' into feature/configurable_hid mbanth 2021-06-02 15:37:46 +01:00
  • bc957cb593 Update change log mbanth 2021-06-02 15:12:12 +01:00
  • 12789a1bee Remove unused GPI-specific event names and replace with generic ones mbanth 2021-06-02 15:02:27 +01:00
  • 4c9130166c Rename a constant to match the expected name mbanth 2021-06-01 14:41:15 +01:00
  • aec5bb8daa Remove duplicate copyright and license reference comments mbanth 2021-05-27 18:05:56 +01:00
  • 3106ccefcf Remove the redundant HID Report descriptor mbanth 2021-05-27 17:56:51 +01:00
  • 7b43785816 Makes each #define value a primary expression. Set the class length field in the HID descriptor to zero. mbanth 2021-05-27 17:56:26 +01:00
  • 0b9d970f75 Add HID Report descriptor definition to each App Note mbanth 2021-05-27 16:53:06 +01:00
  • f2b09522b8 Remove dead code mbanth 2021-05-27 16:49:21 +01:00
  • d0b2c77177 Update HID Report descriptor items mbanth 2021-05-27 16:31:07 +01:00
  • cafdd8c93d Provide a HID Report descriptor definition for legacy tests mbanth 2021-05-27 16:07:10 +01:00
  • 13abe0e9e1 Update unit tests for explicit reset mbanth 2021-05-27 12:26:57 +01:00
  • 8a9d8cdd3e Add explicit reset mbanth 2021-05-27 11:54:31 +01:00
  • 3c129ab521 Update unit tests to align with Report descriptor defined in application mbanth 2021-05-27 11:37:25 +01:00
  • dd7a8f423e Move HID Report descriptor to application mbanth 2021-05-27 11:36:36 +01:00
  • a9e97b33b9 Add constant offset to the field in the HID descriptor that provides the length of the HID Report descriptor mbanth 2021-05-26 16:39:03 +01:00
  • 6adc94642a Attempt to correct the copyright date range mbanth 2021-05-26 14:07:06 +01:00
  • 33fcac9c47 Add pytest and pytest-xdist to the requirements, needed for unit tests mbanth 2021-05-26 13:21:58 +01:00
  • 7b433a40fc Assign an unused clock block to MCLK mbanth 2021-05-26 12:18:11 +01:00
  • b81d096a5a Add XS1-specific XUD symbol to allow building with the current develop branch of lib_xud mbanth 2021-05-26 12:17:38 +01:00
  • fc8a7a1ec9 Change to new flash part and add necessary parameters mbanth 2021-05-26 11:16:45 +01:00
  • 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. mbanth 2021-05-25 16:51:54 +01:00
  • d1650afd37 Avoid unnecessary preparation mbanth 2021-05-25 16:00:32 +01:00
  • 02596cc5a9 Clean-up mbanth 2021-05-25 15:12:45 +01:00
  • a9dddfab2f Add tests: configurable and non-configurable items, and combined functions mbanth 2021-05-25 14:22:09 +01:00
  • f3e8a1937f Add header tag and type tests mbanth 2021-05-25 12:07:11 +01:00
  • b1f3cc0024 Add size range tests. Fix misspelled function name. mbanth 2021-05-25 11:23:18 +01:00
  • 46cac9afb9 Rename function and variable to better reflect its use beyond initialisation mbanth 2021-05-25 10:04:51 +01:00
  • b552d60567 Add byte range tests mbanth 2021-05-25 08:59:20 +01:00
  • 3ae4a4e456 Add tests for max and min valid bit location and one for an underflow mbanth 2021-05-24 17:12:32 +01:00
  • 728980e7dc Add test that specifies a bit out-of-range when modifying a report item mbanth 2021-05-24 16:54:01 +01:00
  • 29ab72e614 Move constants needed by callers mbanth 2021-05-24 16:53:13 +01:00
  • f1a1ee077f Add test for returning an initialized Report descriptor mbanth 2021-05-24 16:01:54 +01:00
  • eb6d3b0869 Split functionality into test code in pure C and helper code in XC mbanth 2021-05-24 15:47:31 +01:00
  • fbef825a3b Add include path to HID header files mbanth 2021-05-24 15:46:16 +01:00
  • 9cdbe9c62d Comment out xCore.AI unit test operation until the unit tests build successfully on that platform mbanth 2021-05-20 16:02:31 +01:00
  • 0e27c7f2ff Align with lib_agc Jenkinsfile regarding unit test operation mbanth 2021-05-20 15:58:30 +01:00
  • c0dade0156 Updated trivial test. Builds for xCore200 with minimal warnings. mbanth 2021-05-20 15:47:02 +01:00
  • ede81bd5f7 Working infrastructure for xCore200 mbanth 2021-05-20 15:29:25 +01:00
  • 7836aacf47 Do not track Unity test runners mbanth 2021-05-20 15:14:55 +01:00
  • 4ffe3d94c7 Reverse the dependencies (yet again) and target only xCore-200 mbanth 2021-05-19 18:08:49 +01:00
  • 0f47ef96be Reverse dependency order (again) mbanth 2021-05-19 18:02:05 +01:00
  • 496dd16431 Remove dual issue configuration mbanth 2021-05-19 17:57:22 +01:00
  • cbf2320de6 Change order of dependency list mbanth 2021-05-19 17:41:53 +01:00
  • ae5d364226 Add XUD to the dependency list mbanth 2021-05-19 17:11:43 +01:00
  • bd805acf04 Correct headers mbanth 2021-05-19 17:06:58 +01:00
  • 9b2efd07ad Add unit test infrastructure mbanth 2021-05-19 16:07:40 +01:00
  • 1ddbfdd8c1 Merge branch 'develop' into feature/generic_hid_report mbanth 2021-05-19 14:31:31 +01:00
  • 2c5058d953 Merge pull request #188 from mbanth/feature/rename_legacy_test_dir Michael Banther 2021-05-19 14:14:45 +01:00
  • 294d3a469e Set up for parallel testing mbanth 2021-05-19 13:45:04 +01:00
  • f66ddc53eb Move legacy tests one level up in the directory hierarchy mbanth 2021-05-19 10:55:33 +01:00
  • e55aa3ca8e Merge branch 'feature/rename_legacy_test_dir' into feature/generic_hid_report mbanth 2021-05-19 10:27:51 +01:00
  • 368031064a Merge branch 'develop' into feature/generic_hid_report mbanth 2021-05-19 10:26:32 +01:00
  • e6c8766bb7 Update change log mbanth 2021-05-19 10:10:51 +01:00
  • 844cfb2ec2 Merge branch 'develop' into feature/rename_legacy_test_dir mbanth 2021-05-19 10:08:28 +01:00
  • f7b05be05b Merge commit 'a44d5466b5ff4d1d766236d7036daceedef9f2c2' into variable_i2s_bit_width Ed 2021-05-19 10:08:20 +01:00
  • a44d5466b5 Merge pull request #187 from mbanth/feature/refactor_hid_descriptors Michael Banther 2021-05-19 10:06:14 +01:00
  • fbda8fe92a Merge branch 'develop' of github.com:xmos/lib_xua into variable_i2s_bit_width Ed 2021-05-19 10:02:22 +01:00
  • 0ed4ed0974 In preparation for adding unit tests, move xmostest-based legacy tests into a legacy_tests sub-directory of the tests directory mbanth 2021-05-19 09:59:46 +01:00
  • a8ba18094f Initial implementation, compiles w/o error, not tested mbanth 2021-05-18 16:48:54 +01:00
  • 89fe6c4d5d Increase version number mbanth 2021-05-13 16:18:02 +01:00
  • 4b6a3697ac Move change log entry to a new version mbanth 2021-05-13 16:16:52 +01:00
  • 703ba4975a Manually revert Wake Word HID event from 't' back to AC Search mbanth 2021-05-13 15:12:20 +01:00
  • 8a869ce230 Update change log mbanth 2021-05-10 18:11:17 +01:00
  • 6b9249507d Define descriptor values mbanth 2021-05-10 12:26:38 +01:00
  • c31f1521c2 Removed unnecessary #include mbanth 2021-05-10 10:29:13 +01:00
  • 35fe4fadeb Remove header guards. Since these files only include initialisation lists, no guard is needed. For UAC1 operation, one file has to be included twice, so including a guard breaks the implementation. mbanth 2021-05-07 16:46:37 +01:00
  • 7d7ec6858d Remove unnecessary #include mbanth 2021-05-07 16:35:30 +01:00
  • cf5c486c62 Remove #if from comment to allow easier verification that each #if has a corresponding #end mbanth 2021-05-07 14:34:30 +01:00
  • d765ba1dfb Re-factor HID descriptors mbanth 2021-05-07 10:11:55 +01:00
  • 49f1739098 Re-factor HID descriptors. mbanth 2021-05-06 17:16:24 +01:00
  • 5bdfc61c3b Merge pull request #184 from xmos/release/v1.2.0 v1.2.0 Luciano Martin 2021-05-06 13:36:47 +01:00
  • 679a8bb0e3 Merge pull request #186 from xmos/develop Luciano Martin 2021-05-05 15:29:13 +01:00
  • 3a2497c8bf Merge pull request #185 from xmos/feature/remove_license_files Luciano Martin 2021-05-05 15:28:44 +01:00
  • 70748bd106 Remove license files in test folders lucianom 2021-05-05 15:03:03 +01:00
  • 0f09ae47e8 Merge pull request #183 from xmos/develop Luciano Martin 2021-05-05 13:58:34 +01:00
  • 21eee27d64 Merge branch '8c2dea71dc6c7dfb9d69f7d151f5aecd9845df65' into feature/configurable_hid mbanth 2021-05-04 13:00:58 +01:00
  • 8c2dea71dc Merge branch 'feature/HID_AC1_sync_desc_length' into feature/HID_keycode_t mbanth 2021-04-27 17:06:30 +01:00
  • c3a45b2cba Change AC Search to Key code t or T mbanth 2021-04-27 17:06:19 +01:00
  • 39fab60a61 Merge pull request #181 from mbanth/feature/HID_AC1_sync_desc_length Michael Banther 2021-04-27 17:01:39 +01:00
  • 0f392ffbb6 Update change log mbanth 2021-04-27 16:35:05 +01:00
  • 700ba975e7 Use sizeof to set length of the HID Report Descriptor reported in AC1 HID descriptor. Add comments to #endif statements. mbanth 2021-04-27 16:27:48 +01:00
  • abf9f5e1a2 Merge pull request #180 from xmos/feature/public_licence danielpieczko 2021-04-23 11:49:57 +01:00
  • 45c5f35165 Fix readme Daniel Pieczko 2021-04-23 10:52:15 +01:00
  • 7ca9bc22fd Add changelog entry Daniel Pieczko 2021-04-22 17:18:26 +01:00
  • 0aa60035a4 Update copyright notices and licence references Daniel Pieczko 2021-04-22 17:17:39 +01:00
  • 6f75a44d9c Use XMOS Public Licence Version 1 Daniel Pieczko 2021-04-22 17:15:08 +01:00
  • 06e3439452 Merge pull request #177 from BrennanGit/feature/xjsl_0.16.2 Brennan Magee 2021-03-11 15:42:08 +00:00
  • d161ed168c Update Jenkins shared library Brennan Magee 2021-03-10 10:26:05 +00:00
  • 53e0fbdcc8 Merge pull request #176 from xmos/feature/xs3_support Ed 2021-03-09 17:06:47 +00:00
  • 2e86563274 License date Ed 2021-03-09 16:47:45 +00:00
  • f3063fdfc3 Update dates Ed 2021-03-09 16:37:27 +00:00
  • 90f8ede387 Add XS3 support in reboot Ed 2021-03-09 14:42:16 +00:00