Adaptation of the official mbed USBHost repository to work with the LPC4088 Display Module

Dependents:   DMSupport DMSupport DMSupport DMSupport

Fork of DM_USBHost by EmbeddedArtists AB

Changes

RevisionDateWhoCommit message
33:819bbf04163b 2019-11-04 embeddedartists More updates related to mbed OS 5 default tip
32:f2d129436056 2019-10-23 embeddedartists Updates related to mbed OS 5
31:9a462d032742 2015-02-17 embeddedartists - Replaced wait_ms with Thread::wait
30:ffec1f271b7c 2015-01-20 embeddedartists Added notification upon connect/disconnect so that the user knows when it is
29:dc8179214fd7 2014-12-08 embeddedartists Fixed bug. The disk_initialize function did not care if a memory stick was present or not.
28:a55c5a98d5e9 2014-12-03 embeddedartists Disabled Serial, MIDI and 3G classes as they are unverified. Fixed the KeyBoard, Hub and Mouse classes.
27:aa2fd412f1d3 2014-12-02 embeddedartists Adaptation of the official mbed USBHost repository to work with the LPC4088 Display Module. The changes include: basic setup, move of all memory to the AHBSRAM0, switch to USB port 2, adding a memory allocator for users.
26:607951c26872 2014-08-18 mbed_official Synchronized with git revision e91e6e69d628a619396c2140bd068b5dbb0986db
25:45dcbf2ba11d 2014-07-11 mbed_official Synchronized with git revision bbf5cbc71510e72033aaacbd76c3f127b70f08b6
24:868cbfe611a7 2014-06-03 mbed_official Synchronized with git revision bcacbb9fbf3432829227430830cca4315b57c1b9
23:759ec18ee1a7 2014-03-07 mbed_official Synchronized with git revision 50b949b631f36d800e0008780cf33062071b4fa3
22:f4191d3837dc 2014-01-31 mbed_official Synchronized with git revision 82ff30dd43bf2884d073b2b6023cc64eb6ee8714
21:bb3a8a54f5cd 2013-12-17 mbed_official Updated to latest version of mbed-rtos
20:8f510a2502ef 2013-12-16 mbed_official Synchronized with git revision 5dea203d16a93915c80553c1d95b26625bc077f8
19:bd46ea19486b 2013-12-16 mbed_official Synchronized with git revision 170ac6562b7b2b5bb43f8ecf82b2af18b37eeb9c
18:37c948cf0dbf 2013-10-17 mbed_official Synchronized with git revision 7585a23e6c29c41da4793a46a746ac3ec743b780
17:c7b1b8451598 2013-10-16 mbed_official Synchronized with git revision d8c3822c4c4e995cd7eaff0ce99f2d3284dde9cd
16:ab8c9118524e 2013-10-09 mbed_official Synchronized with git revision 330e59fb850b83aefe641d40f9cf02873ab00d08
15:6da3f071ee35 2013-10-07 mbed_official Synchronized with git revision 53edc82f7373bbfa01a161700524765f52fdb444
14:80c2d927b9b5 2013-10-03 mazgch make buffer big enough
13:b58a2204422f 2013-09-16 mbed_official Synchronized with git revision 061259c07c5cd9172d2dbfabf1f0edc51604f316
12:4d2f8064b747 2013-08-13 bogdanm Updated to latest version of mbed-rtos
11:0e0baf9a3236 2013-08-08 emilmont Synch with latest https://github.com/mbedmicro/mbed changes
10:0c11cf1cc218 2013-03-18 samux fixed skip bit - fixed max size conf descriptor
9:7671b6a8c363 2013-03-14 samux use queue to wait end of transfer - use mailbox
8:93da8ea2708b 2013-03-14 samux update doc + license
7:e7e63ac7ae5f 2013-03-13 samux update serial doc
6:1571e517a91b 2013-03-13 samux remove useless mutex calls
5:e48791a1ef18 2013-03-13 samux add button, x, y, z event callbacks
4:b320d68e98e7 2013-03-12 samux bug fixes - support composite device
3:0f5c32575eb8 2013-03-06 samux update doxygen
2:5e8fdc541b98 2013-03-06 samux update doxygen
1:0a457e34fa9e 2013-03-06 samux add doxygen comments
0:a554658735bf 2013-03-06 mbed_official first commit