summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-26board_stm32h743nucleo: Route USB clock and pins.William D. Jones
2019-08-26board_stm32h743nucleo: Route major clocks and LED pins.William D. Jones
2019-08-24stm32h7: Add empty template cdc_msc_hid example for STM32H743 Nucleo board ↵William D. Jones
that compiles.
2019-08-20Update issue templateshathach
2019-08-20Update issue templateshathach
2019-08-15Merge pull request #99 from jepler/issue98-midi-program-changeScott Shawcroft
midi_device: Send message classes C and D as 2 bytes
2019-08-14midi_device: Send message classes C and D as 2 bytesjepler
.. sending these as two 1-byte messages with CIN of 0xF is misinterpreted by OSes including Windows 10 and (reportedly) Mac. Testing performed: Ran the reproducer script, which sends Program Change (0xCx) messages. I did not check with Change Pressure (0xDx) messages, but expect the same thing. Closes: #98
2019-08-12Merge pull request #95 from cr1901/stm32f4-ep-fixhathach
cdc_msc_hid: Limit number of endpoints used by STM32F4 for demo.
2019-08-11cdc_msc_hid: Limit number of endpoints used by STM32F4 for demo.William D. Jones
2019-08-08Merge pull request #94 from hathach/develophathach
format travis build
2019-08-08format travis buildhathach
2019-08-08Merge pull request #93 from hathach/develophathach
logos !!!
2019-08-08add logohathach
2019-08-05clean uphathach
2019-08-05Merge pull request #92 from hathach/develophathach
merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.c
2019-08-05clean uphathach
2019-08-05nrf5x remove the depenedent on nrfx_power.hhathach
2019-08-05merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.chathach
2019-08-01Merge pull request #90 from hathach/develophathach
update from Develop
2019-08-01doc againhathach
2019-08-01doc updatehathach
2019-08-01add vendor & webusb support to dochathach
2019-08-01clean uphathach
- remove TUD_WEBUSB_URL_DESCRIPTOR to avoid flexible array member (C++ forbid in strict mode) - remove unused TUD_DESC_STRLEN/TUD_DESC_STR_HEADER/TUD_DESC_STR_HEADER
2019-08-01add vendor peek, change cdc peek signature, change cdc read_char() return ↵hathach
from signed char to int32_t
2019-07-30clean uphathach
2019-07-30Merge pull request #89 from hathach/develophathach
resolve #35 (vendor class), implement #86 (webusb)
2019-07-30clean uphathach
2019-07-30added BOS MS OS 2.0 descriptor to webusb example, it work with windowshathach
2019-07-26example clean uphathach
2019-07-26rename example to webusb_serialhathach
2019-07-26change landing pagehathach
2019-07-26fix stall response with SET_INTERFACE/GET_INTERFACEhathach
webusb work with linux & macos
2019-07-26webusb Always lit LED if connectedhathach
2019-07-26webusb work great with linuxhathach
2019-07-26gitignorehathach
2019-07-25more webusb + vendorhathach
2019-07-24move tud_vendor_control_* to usbd.hhathach
2019-07-24update vendor device similar to cdc read/writehathach
maybe refactor later
2019-07-24Merge branch 'master' into develophathach
2019-07-24change tud_msc_start_stop_cb() to return void -> boolhathach
2019-07-24adding vendorhathach
2019-07-24rename tud_control_vendor_request_cb/complete_cb to ↵hathach
tud_vendor_control_request_cb/complete_cb
2019-07-22Merge branch 'master' into develophathach
2019-07-22update docshathach
2019-07-22Merge pull request #87 from hathach/add-stm32f411discohathach
Add stm32f411disco board
2019-07-22change EPNUM for examplehathach
2019-07-22add missing conf filehathach
2019-07-22stm32f411 usb work with examplehathach
2019-07-22refactor stm32f407 to use st hal apihathach
2019-07-20able to blink LED with stm32f411hathach