USB device stack - Added support for the logo/windows key to USB keyboard.

Dependents:   randomSearch

Fork of USBDevice by mbed official

History

Added support for the logo key (a.k.a. the windows key) as a modifier on keyboard key presses. default tip

2015-12-09, by AndyA [Wed, 09 Dec 2015 10:57:21 +0000] rev 60

Added support for the logo key (a.k.a. the windows key) as a modifier on keyboard key presses.


Synchronized with git revision 376d6a73e345b728a788041adb166b08cd8d2b95

2015-08-13, by mbed_official [Thu, 13 Aug 2015 15:46:06 +0100] rev 59

Synchronized with git revision 376d6a73e345b728a788041adb166b08cd8d2b95

Full URL: https://github.com/mbedmicro/mbed/commit/376d6a73e345b728a788041adb166b08cd8d2b95/

Silicon Labs - Add support for USBDevice


Synchronized with git revision 7a2b57896e0263b82f31ddc5a0ad2443615db184

2015-07-08, by mbed_official [Wed, 08 Jul 2015 14:46:06 +0100] rev 58

Synchronized with git revision 7a2b57896e0263b82f31ddc5a0ad2443615db184

Full URL: https://github.com/mbedmicro/mbed/commit/7a2b57896e0263b82f31ddc5a0ad2443615db184/

Add rtc_api.c


Synchronized with git revision 77a973c00943e35b25c7aa34590de6e06de2ccef

2015-06-15, by mbed_official [Mon, 15 Jun 2015 07:15:54 +0100] rev 57

Synchronized with git revision 77a973c00943e35b25c7aa34590de6e06de2ccef

Full URL: https://github.com/mbedmicro/mbed/commit/77a973c00943e35b25c7aa34590de6e06de2ccef/

Update k64f_emac.c


Synchronized with git revision c5d3951878cd41efd58c206e082d1058bec003e4

2015-06-08, by mbed_official [Mon, 08 Jun 2015 08:15:25 +0100] rev 56

Synchronized with git revision c5d3951878cd41efd58c206e082d1058bec003e4

Full URL: https://github.com/mbedmicro/mbed/commit/c5d3951878cd41efd58c206e082d1058bec003e4/

Copy missing files to be able to compile export_test projects


Synchronized with git revision 7a1d25e3dfbe5bc1457774d4af3c73383a0ff81d

2015-06-01, by mbed_official [Mon, 01 Jun 2015 11:01:13 +0100] rev 55

Synchronized with git revision 7a1d25e3dfbe5bc1457774d4af3c73383a0ff81d

Full URL: https://github.com/mbedmicro/mbed/commit/7a1d25e3dfbe5bc1457774d4af3c73383a0ff81d/

Silicon Labs - Initial test framework pin definitions for EFM32 platforms


Synchronized with git revision e55fa60b4f31196e0723898ea25099bf4e28d92f

2015-05-22, by mbed_official [Fri, 22 May 2015 08:45:47 +0100] rev 54

Synchronized with git revision e55fa60b4f31196e0723898ea25099bf4e28d92f

Full URL: https://github.com/mbedmicro/mbed/commit/e55fa60b4f31196e0723898ea25099bf4e28d92f/

Maxim Integrated platform max32600 updates


Synchronized with git revision d2cab9778fbc4229fed9561c199f206fe1a43a98

2015-05-19, by mbed_official [Tue, 19 May 2015 08:00:55 +0100] rev 53

Synchronized with git revision d2cab9778fbc4229fed9561c199f206fe1a43a98

Full URL: https://github.com/mbedmicro/mbed/commit/d2cab9778fbc4229fed9561c199f206fe1a43a98/

Tools: Added support for testing of multiple targets of the same type (board type)


Synchronized with git revision 3b811aedb1c127ceaeeaf179a7f1c11c3a1c7956

2015-04-30, by mbed_official [Thu, 30 Apr 2015 13:01:04 +0100] rev 52

Synchronized with git revision 3b811aedb1c127ceaeeaf179a7f1c11c3a1c7956

Full URL: https://github.com/mbedmicro/mbed/commit/3b811aedb1c127ceaeeaf179a7f1c11c3a1c7956/

S130 v1.0 from Nordic. This brings in a lot of BLE4.1 functionality


Synchronized with git revision 7c4831f300daf357b21e4301785771d48f00e3a6

2015-04-23, by mbed_official [Thu, 23 Apr 2015 08:45:28 +0100] rev 51

Synchronized with git revision 7c4831f300daf357b21e4301785771d48f00e3a6

Full URL: https://github.com/mbedmicro/mbed/commit/7c4831f300daf357b21e4301785771d48f00e3a6/

Changed CircBuffer to take its size as a template parameters for efficientcy.