summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-04Merge pull request #2185 from abakosh/clean_RA_HCDHa Thach
Fix typos in HCD rusb file
2023-08-04Merge pull request #2206 from hathach/hw-test-jlink-snHa Thach
add usb serial for hw l412 test
2023-08-04add usb serial for hw l412 testhathach
2023-08-04clean(ra_hcd): fix typos in the hcd libraryAladdin Bakosh
2023-08-04Merge pull request #2121 from ahooper/blackf407VEHa Thach
Board support for STM32F407VETx
2023-08-04add cmake for all board in stm32f4. fix build, also move ci for f4 from ↵hathach
makefile to cmake
2023-08-04Merge branch 'master' into blackf407VEhathach
2023-08-04Merge pull request #2135 from JustAnother1/masterHa Thach
made line ends consistent.
2023-08-04Merge branch 'master' into masterHa Thach
2023-08-04Merge pull request #2204 from hathach/enhance-bspHa Thach
Enhance bsp
2023-08-04Merge pull request #2133 from greatscottgadgets/cynthion_supportHa Thach
Update support for Cynthion boards
2023-08-04Merge pull request #2116 from dsugisawa-mixi/masterHa Thach
fix example of bare_api, check empty string
2023-08-04update all examples to use unique ID as serial if avaialblehathach
2023-08-04more clean uphathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-04add uid for some stm32hathach
2023-08-03add board_get_unique_id() for serial numberhathach
implemented board_get_unique_id() for rp2040 and L4
2023-08-03Merge pull request #2052 from arduino/renesas_ra_hs_rebasedHa Thach
Renesas_RA: add support for board with HS USB port
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
Add CDC+UAC2 composite device example for Pico
2023-08-03add makefile, add cdc_uac2 to cmake example list, update descriptor to build ↵hathach
with nrf and samg/7x
2023-08-03Merge pull request #2091 from DRNadler/masterHa Thach
For FreeRTOS kernel-aware debugging, when queue registry is enabled, …
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
also mass change configQUEUE_REGISTRY_SIZE = 4
2023-08-03Merge branch 'master' into pr2091hathach
2023-08-03Revert "Name queues for easier FreeRTOS debugging with task- and queue-aware ↵hathach
debuggers" This reverts commit 11fba59319d81fb9502fbf399abb4fe27cf3fa29.
2023-08-02Merge pull request #2200 from hathach/selective-logHa Thach
default class driver log level to CFG_TUH/TUD_LOG_LEVEL
2023-08-02move codespell folder to toolshathach
2023-08-02default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ↵hathach
selectively disable usbd/usbh or driver log
2023-08-02Merge pull request #2197 from HiFiPhile/fix_g0Ha Thach
Fix STM32G0 build.
2023-08-01Fix STM32G0 build.HiFiPhile
2023-08-01renesas: host: remove attach_attempt logicMartino Facchin
2023-08-01Merge pull request #2187 from 0xCCF4/masterHa Thach
Fixed typo in binary declaration RP2040 hw bspw family.c
2023-08-01fix build with -fltohathach
2023-08-01Merge branch 'arduino-renesas_ra_hs_rebased' into renesas_ra_hs_rebasedhathach
2023-08-01add rusb2_common.c for dynami irqhathach
2023-08-01rusb2: move dynamic irq function to c fileMartino Facchin
2023-08-01enable flto for ra makefilehathach
- remove ra from ci make build since it is already in cmake ci
2023-08-01add portenta c33 bsp, add flash by dfu-utilhathach
2023-08-01fix board name with dashhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
add BOARD_UPPERCASE for board detection
2023-07-31revert out of scope changeshathach
2023-07-31Merge pull request #2093 from abakosh/no_osal_delayHa Thach
osal_none: make it possible to override the task delay function
2023-07-31enable_irq since uno bootloader can disable it. systick triggered, however ↵hathach
usb still not work with uno