summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-22Merge pull request #2334 from hathach/fix-cond-typoHa Thach
fix typo in cdc line coding enum
2023-11-22fix typo in cdc line coding enumhathach
2023-11-21Merge pull request #2331 from hathach/add-featherwing-max3421eHa Thach
Add featherwing max3421e support
2023-11-20update example to work with featherwing max3421, set max3421 GPIO0 for vbushathach
tested with feather nrf52840, m0, m4
2023-11-20add tuh_max3421_reg_read(), tuh_max3421_reg_read() for application usagehathach
added max3241 for feather m4 and tested
2023-11-20Merge pull request #2326 from HiFiPhile/dwc2_f429Ha Thach
Add dwc2 info of F429.
2023-11-19Fix CIHiFiPhile
2023-11-19Add dwc2 info of F429.HiFiPhile
2023-11-18Merge pull request #2320 from hathach/update-imxrt-familyHa Thach
Update imxrt family
2023-11-18update freertos to fix build with IAR cm0hathach
2023-11-16switch freertos to static allocation only (dynamic = 0), since it is ↵hathach
possible now with latest freertos cmake
2023-11-16update freertos-kernel which remove compiler warning from freertos_kernel libhathach
2023-11-16update clion settinghathach
2023-11-16update rt1170 evk with led and button, but usb not working yethathach
2023-11-16update teensy 4.0 and 4.1 (not tested)hathach
2023-11-16update rt1060 and rt1064 evkhathach
2023-11-16correct and tested rt1050 evkbhathach
2023-11-16update rt1050 (not tested)hathach
2023-11-16update rt1024 evkhathach
2023-11-16updat rt1020hathach
2023-11-16update rt1015 evkhathach
2023-11-16update metro m7 airlift and sdhathach
2023-11-16update imxrt1010 with mexhathach
2023-11-16add imxrt1170 evkbhathach
2023-11-16add metro m7 1011 sd with trace etm, try to enable but not working yethathach
2023-11-15Merge pull request #2317 from hathach/add-ra2a1-ekHa Thach
add ra2a1 ek
2023-11-15add ra2a1 ekhathach
also make some other changes
2023-11-14Merge pull request #2316 from hathach/typoHa Thach
Typo fix.
2023-11-14Typo fix.HiFiPhile
2023-11-13Merge pull request #2315 from kasjer/kasjer/nucleo-g491reHiFiPhile
Add BSP for nucleo-g491re
2023-11-13Add BSP for nucleo-g491reJerzy Kasenberg
This adds bsp for ST nucleo-g491re board. This is mostly copy of nucleo-f474 only differences being: - PLL configured to 170MHz (not affecting USB which runs on HSI48) - Linker script freshly generated from STM32CubeIDE (smaller RAM) Signed-off-by: Jerzy Kasenberg <[email protected]>
2023-11-13Merge pull request #2314 from jfm92/masterHa Thach
Adding extern C to definitions to allow link on C++ project
2023-11-13Adding extern C to definitions to allow link on C++ projectjfm92
2023-11-03Merge pull request #2310 from hathach/fix-usbh-enumeration-removal-raceHa Thach
Fix usbh enumeration removal race
2023-11-03fix -Werror=null-dereference warninghathach
2023-11-03fix race condition when dev0 is removed while enumeratinghathach
2023-11-03Merge pull request #2293 from Yveaux/masterHa Thach
Add PlatformIO manifest
2023-11-02Added end of file per ci recommendationYveaux
2023-11-02Merge pull request #2308 from hathach/add-u5-uidHa Thach
add unique id for u5, also allow to build with OPT_OS_CUSTOM
2023-11-02add unique id for u5, also allow to build with OPT_OS_CUSTOMhathach
2023-11-02Merge pull request #2307 from hathach/minor-upate-max3421Ha Thach
skip tuh_max3421_spi_cs_api() in hcd_init()
2023-11-02skip tuh_max3421_spi_cs_api() in hcd_init()hathach
only call tuh_max3421_spi_cs_api() in SPI start/end transfer since Arduino port use this to call begin/endTransaction()
2023-11-02Merge pull request #2302 from HiFiPhile/f4_otgHa Thach
Add STM32F4 OTG_HS support to BSP
2023-11-01Merge pull request #2305 from hathach/remove-legacy-st-synopsys-driverHa Thach
remove legacy driver st/synopsys
2023-11-01remove legacy driver st/synopsyshathach
2023-11-01Merge pull request #2304 from hathach/update-docHa Thach
Update doc & add Adafruit as sponsor in readme
2023-11-01more readmehathach
2023-11-01add target link to adafruit logohathach
2023-11-01resize logo, add white backgroundhathach
2023-11-01update readme, add sponsor sectionhathach