I changed one line of code in the file with path name: USBDeviceHT/targets/TARGET_Maxim

Fork of USBDeviceHT by Helmut Tschemernjak

History

Fixed Error with code not compiling due to an issue with there not being a (uint32_t) cast of a (void) pointer. Maxim was the only mbed vendor to not have this one (uint32_t) cast in the spot it was added to. Look into public repos for similar cases. default tip

2018-06-01, by dev_alexander [Fri, 01 Jun 2018 21:43:55 +0000] rev 6

Fixed Error with code not compiling due to an issue with there not being a (uint32_t) cast of a (void) pointer. Maxim was the only mbed vendor to not have this one (uint32_t) cast in the spot it was added to. Look into public repos for similar cases.


Added new Vendor/Product ID from:

2018-03-06, by Helmut Tschemernjak [Tue, 06 Mar 2018 16:57:29 +0100] rev 5

Added new Vendor/Product ID from:
https://github.com/obdev/v-usb/blob/master/usbdrv/USB-IDs-for-free.txt
Updated manufacture name to helios.de


Added needed helper Macros to work in any mbed environment.

2018-02-23, by Helmut64 [Fri, 23 Feb 2018 12:48:37 +0000] rev 4

Added needed helper Macros to work in any mbed environment.


Added a buffered USB serial which allows to print on interrupts

2018-02-22, by Helmut Tschemernjak [Thu, 22 Feb 2018 12:18:45 +0100] rev 3

Added a buffered USB serial which allows to print on interrupts


Added compile FEATURE_USBSERIAL

2018-02-05, by Helmut Tschemernjak [Mon, 05 Feb 2018 12:28:54 +0100] rev 2

Added compile FEATURE_USBSERIAL


Enabled proper STM32L4 device support

2018-02-05, by Helmut Tschemernjak [Mon, 05 Feb 2018 11:58:50 +0100] rev 1

Enabled proper STM32L4 device support


Inital checkin after copied from mbed.

2018-02-05, by Helmut64 [Mon, 05 Feb 2018 10:22:57 +0000] rev 0

Inital checkin after copied from mbed.