summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-04add uid for some stm32hathach
2023-08-03add board_get_unique_id() for serial numberhathach
2023-08-03more board_api renamehathach
2023-08-03add lpc43 familyhathach
2023-08-03more board_api.h renamehathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-08-03rename ch32v307 and tm4c123 to use underscorehathach
2023-08-03ide settingshathach
2023-08-03Merge pull request #2105 from kholia/cdc_uac2_exampleHa Thach
2023-08-03add makefile, add cdc_uac2 to cmake example list, update descriptor to build ...hathach
2023-08-03Merge pull request #2091 from DRNadler/masterHa Thach
2023-08-03Merge branch 'master' into cdc_uac2_examplehathach
2023-08-03configQUEUE_REGISTRY_SIZE=4 for lpc18hathach
2023-08-03add osal queue name if neededhathach
2023-08-03Merge branch 'master' into pr2091hathach
2023-08-03Revert "Name queues for easier FreeRTOS debugging with task- and queue-aware ...hathach
2023-08-02Merge pull request #2200 from hathach/selective-logHa Thach
2023-08-02move codespell folder to toolshathach
2023-08-02default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ...hathach
2023-08-02Merge pull request #2197 from HiFiPhile/fix_g0Ha Thach
2023-08-01Fix STM32G0 build.HiFiPhile
2023-08-01Merge pull request #2187 from 0xCCF4/masterHa Thach
2023-07-31Merge pull request #2093 from abakosh/no_osal_delayHa Thach
2023-07-28Fixed typo in rp2040 hw bspw family.c0xCCF4
2023-07-27Merge pull request #2179 from hathach/enhance-ehciHa Thach
2023-07-27add check for edpt_xfer() with halted, also reset data toggle when clear stallhathach
2023-07-26Merge pull request #2182 from hathach/correct-hcd_edpt_clear_stall-APIHa Thach
2023-07-26mising ehcihathach
2023-07-26correct hcd_edpt_clear_stall() API signaturehathach
2023-07-25improve processing usb complete and error isr.hathach
2023-07-25fix unaligned hub status_changehathach
2023-07-25use standard EHCI USB INT instead of chipidea async/period interrupt to be co...hathach
2023-07-24Merge pull request #2175 from hathach/hcd-abort-xferHa Thach
2023-07-24Merge branch 'master' into hcd-abort-xferHa Thach
2023-07-24Merge pull request #2173 from hathach/imxrt-dcache-alignHa Thach
2023-07-24add hcd abort xfer for rp2040 pio usbhathach
2023-07-24clean uphathach
2023-07-24Merge pull request #2172 from hathach/cmake-4088Ha Thach
2023-07-24minor clean uphathach
2023-07-24change dcache clean/invalidate return type to boolhathach
2023-07-24fix ohci warnings, and add freertosconfig for lpc4088hathach
2023-07-24add etm trace pinmux for 4088 quickstarthathach
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
2023-07-24add lpc40 to cmakehathach
2023-07-21Merge pull request #2155 from jferreir/xmc4700_relaxHa Thach
2023-07-21implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bithathach
2023-07-21minor ehci rename, move code aroundhathach
2023-07-21add stub hcd_edpt_abort_xfer() for all portshathach
2023-07-21add hcd_edpt_abort_xfer() APIhathach
2023-07-20Fix trailing spaces issuejferreir