summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-01more lpc51u68 driver clean uphathach
2019-09-01update lpc51u68 linkerhathach
2019-09-01clean uphathach
2019-09-01fix undef __ARM_ARCH_6M__hathach
2019-09-01update dochathach
2019-09-01Port new board circuitplayground_bluefruit, close #109hathach
2019-09-01added new board circuit playground express, close #110hathach
2019-09-01change feather/metro m4_express button to D5hathach
2019-09-01change metro_m0_express button to D5hathach
2019-09-01ported feather m0 express close #108hathach
2019-09-01clean uphathach
2019-09-01Merge pull request #107 from hathach/develophathach
support LPC51u68 MCU, close #100
2019-09-01update readme and board mdhathach
2019-09-01rename lpc11_13_15 to simply lpc_usbd since it is almost used by in recent ↵hathach
year for nxp mcu
2019-08-31fix segger embbeded studio compile issuehathach
2019-08-31add lpc_driver submobulehathach
2019-08-31remove submodule lpcopenhathach
2019-08-31support LPC51u68 #100hathach
2019-08-31add button read to board_test examplehathach
2019-08-31close #105 add tud_vendor_write_available()hathach
2019-08-26board_test example run with lpcxpresso51u68hathach
2019-08-24add board_test example for testing new boardhathach
2019-08-24adding lpc51u68 supporthathach
2019-08-23drop board_* in bsp c filehathach
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
2019-08-23fix warnings of template descriptorhathach
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