xross
cf826e910d
Copyright date
2022-03-14 11:20:20 +00:00
xross
a270972bf9
Enable explicit feedback EP by default
2022-03-14 11:18:26 +00:00
Ross Owen
fdc99ffccb
Merge pull request #175 from xmos/QuinnWang-patch-1
...
decouple update for DFU "fake" SET_SAMPLE_FREQ special processing
2022-03-07 11:11:23 +00:00
xross
1f994be63e
Merge branch 'develop' of github.com:xmos/lib_xua into develop
2022-03-03 12:42:31 +00:00
xross
3e87d0ec30
Added missing default case
2022-03-03 12:42:21 +00:00
Ross Owen
136fbcf08c
Merge pull request #247 from danielpieczko/fix/hid_report_xua_include
...
Include xua_conf_full.h before checking HID_CONTROLS to ensure it's d…
2022-03-02 15:18:58 +00:00
Daniel Pieczko
c027e2df18
Include xua_conf_full.h before checking HID_CONTROLS to ensure it's defined
2022-03-02 13:45:24 +00:00
Ross Owen
2931d41882
Merge pull request #246 from danielpieczko/fix/ep_buffer_ifdefs
...
Fix ifdefs/endifs in ep_buffer.xc
2022-03-02 11:05:38 +00:00
Daniel Pieczko
7a493ca479
Fix ifdefs/endifs in ep_buffer.xc
2022-03-02 09:25:52 +00:00
Michael Banther
769bfa1a5a
Remove unnecessary HID functionality ( #243 )
...
* Include HID report functionality only when the HID feature is enabled
* Define HID_CONTROLS=1 so HID unit tests work correctly
2022-02-21 13:20:52 +00:00
danielpieczko
29c9b3ea75
Support lib_i2c in legacy_tests ( #242 )
...
Support lib_i2c in legacy_tests and remove dummy module_locks
2022-02-18 11:39:28 +00:00
Ross Owen
0ad3048e63
Update README.rst
2022-01-21 11:48:38 +00:00
Ross Owen
de8fbd428b
Update README.rst
2022-01-21 11:47:45 +00:00
Ross Owen
1e5d57ae2c
Update README.rst
2022-01-20 16:48:29 +00:00
Michael Banther
91d16b13a2
Merge pull request #238 from ACascarino/changelog_update
...
Upversioned, updated changelog, and removed .?project files
2022-01-13 11:42:42 +00:00
Angel Cascarino
ad889247a0
Merge pull request #3 from mbanth/changelog_update
...
Update module_build_info
2022-01-13 10:14:01 +00:00
mbanth
a7675ba997
Require lib_locks v2.0.3 or later since that's the latest released version
2022-01-13 10:04:56 +00:00
Angel Cascarino
41c6b90549
Pruned extraneous whitespace.
2022-01-12 17:57:16 +00:00
Angel Cascarino
b62782faa0
Moved the word "to" one line up in the changelog
2022-01-12 17:50:06 +00:00
Angel Cascarino
8c30ce60f2
Removed trailing whitespace in changelog entry
2022-01-12 17:41:52 +00:00
Angel Cascarino
b3d66f4ca4
Upversioned, updated changelog, and removed .?project files
2022-01-12 17:37:48 +00:00
Michael Banther
bdb5c56f7c
Merge pull request #236 from ACascarino/feature/set_idle_work
...
Add swlocks to HID files, and correct operation of SetIdle
2022-01-12 16:35:39 +00:00
Angel Cascarino
a08f5d78fb
Another code neatness change
2022-01-12 16:09:54 +00:00
Angel Cascarino
515ec9c022
More code neatness changes
2022-01-12 16:08:46 +00:00
Angel Cascarino
c0104fcf48
Merge branch 'feature/set_idle_work' of github.com:ACascarino/lib_xua into feature/set_idle_work
2022-01-12 15:44:09 +00:00
Angel Cascarino
f88e5877be
Documentation updates
2022-01-12 15:44:05 +00:00
Angel Cascarino
d33397164b
Whitespace changes in ep_buffer.xc
2022-01-12 15:30:43 +00:00
Angel Cascarino
a087e31b0f
Merge pull request #2 from lucianomartin/feature/dummy_module
...
Add dummy module_locks
2022-01-12 14:54:35 +00:00
Angel Cascarino
418622c593
Disable debug printing in hid.xc
2022-01-12 14:49:00 +00:00
Angel Cascarino
6b0688d23e
Updated ep_buffer to match 3610's xua_buffer_lite
2022-01-12 14:47:40 +00:00
lucianom
37ce235594
Add dummy module_locks
2022-01-12 14:30:30 +00:00
lucianom
64cbd072f4
Revert "Remove dependency to lib_locks"
...
4d68b26b42
2022-01-12 12:51:51 +00:00
lucianom
9b0e541e95
Revert "Use test view"
...
662b24386d
2022-01-12 12:51:43 +00:00
lucianom
4d68b26b42
Remove dependency to lib_locks
2022-01-12 12:37:33 +00:00
lucianom
662b24386d
Use test view
2022-01-12 12:28:44 +00:00
Angel Cascarino
c60da7fd82
Reversed renaming function to avoid upversioning
2022-01-11 17:57:18 +00:00
Angel Cascarino
45ab345521
Update copyright
2022-01-11 16:35:44 +00:00
Angel Cascarino
692c4ee7ed
Missed brace
2022-01-11 16:31:07 +00:00
Angel Cascarino
5fa86dabbb
Updated unit tests to remove "reportAll" tests
2022-01-11 16:27:28 +00:00
Angel Cascarino
9863b37ead
Remove ref. to IsReportIdInUse in ep_buffer
2022-01-11 16:12:05 +00:00
Angel Cascarino
46f516ddbc
Updated header
2022-01-11 16:10:21 +00:00
Angel Cascarino
a404138903
Removed "reset" ability of UpdateReportPeriod
...
In the event where an invalid reportDuration is supplied, previously HidUpdateReportPeriod
would reset the period for the specified ID to
ENDPOINT_INT_INTERVAL_IN_HID * MS_IN_TICKS.
As the default period is now application-specific,
hid.xc cannot know what the appropriate value is,
and so this has been removed.
2022-01-11 16:06:11 +00:00
Angel Cascarino
147b5fb7f7
Corrected hidAreReportIDsInUse
2022-01-11 15:58:42 +00:00
Angel Cascarino
ebb3a0bfcb
Merge branch 'feature/set_idle_work' of github.com:ACascarino/lib_xua into feature/set_idle_work
2022-01-11 15:56:35 +00:00
Angel Cascarino
ec87a43dbf
Removed "0 means all" logic throughout
2022-01-11 15:56:32 +00:00
Michael Banther
b0a8735623
Merge pull request #1 from mbanth/feature/set_idle_work
...
Feature/set idle work
2022-01-11 14:29:42 +00:00
mbanth
93721f3144
Added missing dependency change log entry
2022-01-11 14:24:32 +00:00
mbanth
d7b41cd35f
Update copyright date range
2022-01-11 14:22:03 +00:00
Angel Cascarino
d3560ca7fe
Merge branch 'feature/set_idle_work' of github.com:ACascarino/lib_xua into feature/set_idle_work
2022-01-11 12:26:04 +00:00
Angel Cascarino
ff86ac8d2a
Added debug printing
2022-01-11 12:26:00 +00:00