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
Angel Cascarino
eebd438620
Update module_build_info
2022-01-11 11:56:29 +00:00
Angel Cascarino
5bb44c54e1
Fixed the fix for swlock work
2022-01-11 11:42:41 +00:00
Angel Cascarino
36d325a457
Fixed swlock change
2022-01-11 11:40:31 +00:00
xmos-jenkins
d40ede1525
Merged in older changes
2022-01-11 11:32:14 +00:00
xmos-jenkins
4f37069efb
Merge remote-tracking branch 'angel/feature/multiple_hid_report_exception' into feature/set_idle_work
2022-01-11 11:27:09 +00:00
xmos-jenkins
9f667d96f8
Added alternative hidIsGetIdleSilenced function
2022-01-11 11:23:28 +00:00
Angel Cascarino
c352ed1132
Alphabetise main functions in hid_report.c
2022-01-07 17:46:25 +00:00
Angel Cascarino
a18e5a976f
Change hwlock to swlock in hid_report.c
2022-01-07 17:30:27 +00:00
mbanth
737c5bd7d0
Manually revert to capture the current time within the HidIsSetIdleSilenced() function
2022-01-05 17:52:07 +00:00
mbanth
7a0cfca280
Experiment with obtaining the time used in HidIsSetIdleSilenced() from outside of the function
2022-01-05 17:01:28 +00:00
mbanth
3988906e39
Add locks around references to included static variables.
2022-01-05 14:58:04 +00:00
Angel Cascarino
cd0248c162
Removed locks in isReportDesciptorPrepared
2022-01-04 14:19:54 +00:00
Angel Cascarino
55de7a8abd
Removed locks from hidSetReportItem
2022-01-04 14:07:06 +00:00
Angel Cascarino
911c8c51f2
Change initialisation of hwlock
2022-01-04 13:48:48 +00:00
Angel Cascarino
fa9d483d2f
Updated hwlock allocation
2022-01-04 13:23:15 +00:00
Angel Cascarino
1ae9c55477
Added hardware locks
2022-01-04 12:37:05 +00:00
Michael Banther
94a05a8ece
Merge pull request #232 from xmos/release/v3.0.0
...
Release v3.0.0
2021-12-24 15:55:13 +00:00
Michael Banther
a93987d281
Merge pull request #227 from xmos/develop
...
Merge develop into release/v3.0.0
2021-12-23 15:50:22 +00:00
Michael Banther
4f35551547
Merge pull request #230 from CiaranWoodward/feature/unit-functional
...
Modify unit test report descriptor to match the working 3610
2021-12-23 15:06:48 +00:00
Ciaran Woodward
cb774f3c11
Modify unit test report descriptor to match the working 3610
2021-12-23 12:38:27 +00:00