Michel Jaouen
f27f3bbfee
USBHOST: fix build for TARGET_STM
2017-05-10 09:33:29 +02:00
Mihail Stoyanov
301ce550c9
Fixed STM32 USB Device support by migrating all specific target headers to unsupported features where they belong until USB support is officially introduced in mbed OS 5
2017-04-28 17:23:07 +01:00
Jimmy Brisson
143e3462a3
Merge pull request #4210 from adbridge/usb_logo
...
USB: Added support for the logo key to the keyboard
2017-04-24 10:56:29 -05:00
adbridge
d23520ebb2
Maxim USB library update
...
Adding support for new platforms into official USB library
2017-04-21 17:06:46 +01:00
adbridge
906286f446
Added support for the logo key to the keyboard
...
Minor change - List of key modifiers updated to include the
logo/GUI/windows key. Also added the options to specify the right hand
versions of the keys rather than just the left if for some reason
someone wants to do this.
Changes are limited to the keyboard header file and are backwards
compatible.
The new modifier values are in line with the table given on page 56 of
this document http://www.usb.org/developers/hidpage/HID1_11.pdf
2017-04-21 16:56:56 +01:00
Anna Bridge
2e2fe377b3
bus reset for KL25Z fix, USBSerial update
...
1. added call to busReset() to KL25Z HAL; now the USB stack survives if you disconnect the cable, similar to LPC40 2. busReset callback to update terminal_connected in USBCDC 3. new bool USBSerial::connected() to read protected terminal_connected property, useful when you want to check if the terminal is ready from main app
2017-04-19 15:38:51 +01:00
bcostm
bca2617662
STM32L0: add family in USBEndpoints.h
2017-03-30 14:50:13 +02:00
Michel Jaouen
5913cf309e
USBAudio: writesync with 1 sample jitter capability.
2017-03-28 10:22:20 +02:00
Michel Jaouen
873cacfc73
Revert "Revert "Target stm usb config""
...
This reverts commit ec329be6f2
.
2017-03-14 15:57:28 +01:00
Christopher Haster
aff49d8d1e
Renamed files in platform to match source names
...
critical.h -> mbed_critical.h
sleep.h -> mbed_sleep.h
toolchain.h -> mbed_toolchain.h
rtc_time.h -> mbed_rtc_time.h
semihost_api.h -> mbed_semihost_api.h
wait_api.h -> mbed_wait_api.h
2017-02-22 18:17:54 -06:00
Sam Grove
094fab43e7
Merge pull request #3760 from adustm/usb_txsize_fix
...
Fix #3756 for 64 bytes transfers
2017-02-21 10:47:44 -06:00
Indrek Ardel
29d5ebbb61
Improve readability of USBHID related descriptors
2017-02-14 14:56:51 +02:00
adustm
67a2f4b276
Bug fix to fullfill 64bytes transfer in HID
2017-02-13 17:10:19 +01:00
Sam Grove
ec329be6f2
Revert "Target stm usb config"
2017-02-09 15:37:19 -06:00
Sam Grove
29cfee4ae7
Merge pull request #3708 from OpenNuvoton/nuvoton_usb
...
[NUC472/M453] Fix USB EP setting error in USBAudio
2017-02-09 10:05:54 -06:00
ccli8
f96b1c0ad7
[NUC472/M453] Fix USB EP setting error in USBAudio
...
NUC472/M453 USB doesn't support configuration of the same EP number for IN/OUT simultaneously.
2017-02-07 16:57:04 +08:00
Michel Jaouen
4d59c8857d
TARGET_STM :move usb config file to target dir
2017-02-03 10:32:19 +01:00
bcostm
592a25aa3c
Add F412ZG in USBHAL files
2017-01-27 17:22:07 +01:00
jeromecoutant
b65b2bd395
DISCO_F769NI: Add USB support
2017-01-12 15:37:37 +01:00
ccli8
614a451970
[NUC472/M453] Remove Tab in USB HAL
2017-01-03 13:23:30 +08:00
Martin Kojtal
e7361ebc44
Merge pull request #3365 from OpenNuvoton/nuvoton_usb
...
[NUC472/M453] Support USB device
2016-12-30 12:43:53 +01:00
Michel Jaouen
3a6a5ab858
USBAudio: tx/rx iso call back.
2016-12-16 15:16:55 +01:00
ccli8
fc16917d37
[NUC472/M453] Add license header for USBEndpoints_NUC472/M453.h
2016-12-12 09:19:08 +08:00
ccli8
7f4881fbb2
[NUC472/M453] Support USB device
2016-12-05 15:12:15 +08:00
Michel Jaouen
bc17759226
USBHAL.h : fix indentation
2016-11-22 10:52:10 +01:00
Michel Jaouen
ad09abb71f
USBAudio , USBSerial :fix call back
2016-11-22 10:52:03 +01:00
Michel Jaouen
26bd467995
TARGET_STM : USB FS device support on ST HAL
2016-11-09 12:08:50 +01:00
Mahadevan Mahesh
046f3cdb26
Update USB driver for devices with Kinetis SDK support
...
1. Fix build issues with IAR and GCC toolchain
2. Update clock initialization code
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-10-28 11:47:20 -05:00
Steven Cooreman
8b36d9c55f
[EFM32] Workaround for SDK5.0.0 and USB
...
Aliased a few macros that changed name from SDK4.x to SDK5.x. in order to make the USB library play nice with SDK5.0.0
2016-10-25 12:05:07 -07:00
Christopher Haster
bf643bcb0e
restructure - Moved libraries to features/unsupported
...
libraries -> features/unsupported
2016-09-30 19:18:09 -05:00