summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-22more updatehathach
2023-03-22fix bitorder in usbtmc_response_capabilities_488_thathach
2023-03-22Merge pull request #1968 from hathach/refactor-hid-hostHa Thach
Refactor hid host
2023-03-22add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵hathach
tuh_itf_info_t
2023-03-22add tuh_task_event_ready(), better implement blocking control transfer for rtoshathach
2023-03-22use tud_inited() instead of tusb_inited()hathach
2023-03-22fine tune CFG_TUH_HID valuehathach
2023-03-21change meaning of CFG_TUH_HID to total number of HID interfaces supported.hathach
- previously CFG_TUH_HID is max number of interfaces per device which is rather limited and consume more resources than needed. - change hid host instance in API to index
2023-03-21add osal_task_delay() for control blockinghathach
2023-03-21add note for blocking tuh_configuration_set(), tuh_interface_set()hathach
2023-03-21relax hid host enumeration, allow set protocol to be stalledhathach
2023-03-21Merge pull request #1965 from HiFiPhile/alignHa Thach
UAC2: fix feedback EP buffer alignment.
2023-03-21Merge pull request #1964 from hathach/add-tuh-set-interfaceHa Thach
add tuh_set_interface
2023-03-21UAC2: fix feedback EP buffer alignment.Mengsk
2023-03-21add -Wreturn-typehathach
2023-03-21add tuh_set_interfacehathach
2023-03-20Merge pull request #1963 from hathach/rp2040-more-iarHa Thach
more compatible with IAR
2023-03-20more compatible with IARhathach
2023-03-19Merge pull request #1962 from hathach/update-bspHa Thach
Update bsp
2023-03-19clean uphathach
2023-03-19bsp lpc17hathach
2023-03-19bsp lpc51hathach
2023-03-19add mising lpc13 filehathach
2023-03-19bsp lpc13hathach
2023-03-19bsp lpc11hathach
2023-03-19fix l4 hw testing cihathach
2023-03-19add mising filehathach
2023-03-19bsp for f2 f3hathach
2023-03-19add CFLAGS_SKIP to improve sam compile timehathach
2023-03-19group stm32l0hathach
2023-03-19group same5xhathach
2023-03-18Merge pull request #1858 from bpaddock/FRDM_K32L24ASHa Thach
Add support for the NXP FRDM-K32L2A4S eval board.
2023-03-18fix ci with kl25zhathach
2023-03-18add kinetis family to cihathach
2023-03-18more update to kinetis bsphathach
2023-03-18merge kinetis into its own family in bsphathach
2023-03-18Document that support for the FRDM-K32L2A4S has been added.Bob Paddock
2023-03-18Add support for NXP FRDM_K32L2A4S eval board.Bob Paddock
2023-03-18Merge pull request #1639 from bavison/portabilityHa Thach
Fixes for building with IAR toolchain
2023-03-18more clean uphathach
2023-03-18minor clean uphathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17Merge pull request #1882 from koendv/pitaya_liteHa Thach
add board: DshanMCU Pitaya Lite
2023-03-17bump up mm32sdk to fix HSE_VALUE not 8Mhz warningshathach
2023-03-17update mm32sdk with idndef for SYSCLK_FREQ_XXMHz and SYSCLK_HSI_XXMHzhathach
add HSE_VALUE define for each board with 8mhz, 12mhz accordingly
2023-03-17whitespacehathach
2023-03-17add board: DshanMCU Pitaya LiteKoen De Vleeschauwer
2023-03-17Update README.rstHa Thach
2023-03-17Merge pull request #1961 from hathach/remove-all-submodulesHa Thach
Remove all submodules
2023-03-17finalizehathach