summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-26Merge pull request #444 from jepler/same5x_bugfixHa Thach
2020-06-25dcd_samd: Provide implementation for OPT_MCU_SAME5XJeff Epler
2020-06-26Merge pull request #441 from hathach/add-same5xHa Thach
2020-06-26update readmehathach
2020-06-25Merge pull request #442 from czeslawmakarski/pr/update-nrfx-to-nrfx-2.2.0Ha Thach
2020-06-24Update NRFX to v2.2.0Czeslaw Makarski
2020-06-24added OPT_MCU_SAME5X optionhathach
2020-06-22Merge pull request #438 from UweBonnes/debugHa Thach
2020-06-21examples/readme.md: Add hint to build for debug.Uwe Bonnes
2020-06-20Merge pull request #433 from HiFiPhile/sofHa Thach
2020-06-18Disable SOF in dcd_stm32_fsdevMengsk
2020-06-17Merge pull request #431 from HiFiPhile/unalignedHa Thach
2020-06-17Fix IAR warnings.Mengsk
2020-06-14Merge pull request #430 from PanRe/fix-too-strict-iad-checksHa Thach
2020-06-14Fix wrong comment for IAD checks.Reinhard Panhuber
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-13Fix too strict checks on subclass and interface of iad descriptor.Reinhard Panhuber
2020-06-01Update feature_request.mdHa Thach
2020-06-01Update bug_report.mdHa Thach
2020-05-31Merge pull request #413 from kasjer/kasjer/ble-over-usbHa Thach
2020-05-29Merge pull request #424 from hathach/fix-idf-usb-pin-initHa Thach
2020-05-29fix idf usb pin init changeshathach
2020-05-28Merge pull request #421 from hathach/add-qualifier-descriptorHa Thach
2020-05-28add get device qualifier descriptorhathach
2020-05-28Add bt hci device classJerzy Kasenberg
2020-05-28Add non standard request handling in classJerzy Kasenberg
2020-05-28Merge pull request #418 from hathach/enhance-usbd-driver-openHa Thach
2020-05-28check max_len for vendor and hidhathach
2020-05-28rename to drv_len to be consistenthathach
2020-05-28initial transfer failed in open() shouldn't cause the driver open to fail.hathach
2020-05-28update vendor open()hathach
2020-05-28update usbtmc open()hathach
2020-05-28update net open()hathach
2020-05-28update midi open()hathach
2020-05-28update hid open()hathach
2020-05-28improve mschathach
2020-05-28change signature for dfu runtimehathach
2020-05-27changing usbd driver open() return type, add max_lenhathach
2020-05-21Merge pull request #416 from hathach/fix-nrf-called-within-criticalHa Thach
2020-05-21fix nrf hanged (blocking wait) when called within critical sectionhathach
2020-05-20Merge pull request #414 from hathach/add-queue-is-emptyHa Thach
2020-05-20fix freeRTOS logichathach
2020-05-20remove queue lock/unlock per reviewhathach
2020-05-20remove osal_queue_t const qhdl from osal APIhathach
2020-05-20added tud_task_event_ready()hathach
2020-05-20added osal_queue_empty() APIhathach
2020-05-18Merge pull request #411 from hathach/fix-cast-align-warningHa Thach
2020-05-18fix cast-align warning for nuc505hathach
2020-05-17temporariyly suppress cast-align warning for net_device and net examplehathach