summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-24made log line end consistent \r\nIngHK
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
2023-10-31Update makeHiFiPhile
2023-10-31Add STM32F4 OTG_FS pin to BSP.HiFiPhile
2023-10-31Fix STM32F7 OTG_HS GPIO alt mapping.HiFiPhile
2023-10-31update doc to add supported mcushathach
2023-10-31Merge pull request #2300 from hathach/add-u5a5Ha Thach
Add support for stm32u5a5 (highspeed with built-in femtoPHY)
2023-10-31update stm32u5xx_hal_driver, fix build with old u575 boardhathach
2023-10-31dwc2 flush tx,rx fifo in dcd_init()hathach
2023-10-31uart working on u5a5hathach
2023-10-31usb on u5a5 hs work well with correct VBVALEXTOEN/VBVALOVAL sethathach
2023-10-31minor clean uphathach
2023-10-30minor space format dwc2 driverhathach
2023-10-30addd dwc2_info.py/md update stm32u5a5 board clock & power configure, able to ↵hathach
get passed otg clock reset
2023-10-30Merge pull request #2291 from hathach/minor-update-max3421Ha Thach
minor update for max3421
2023-10-28Add PlatformIO manifestYveaux
2023-10-27update s3 devkitm with max3421 pin following metro s3, check max3421 version ↵hathach
to make sure it is valid
2023-10-25Merge pull request #2289 from HiFiPhile/uac_interlPanRe
Update audio_4_channel_mic example for HS device.
2023-10-24Update audio_4_channel_mic example for HS device.HiFiPhile
2023-10-19Merge pull request #2282 from HiFiPhile/uac_interlPanRe
UAC IN transfer improvements
2023-10-18Adjsut blackout time.Mengsk
2023-10-18adding nulceo stm32u5a5, fix clock configure issuehathach
dwc2 core stuck at reset
2023-10-18adding u5a5 nucleohathach
2023-10-18Merge pull request #2265 from bencowperthwaite/masterHa Thach
STM32U5 HS Support
2023-10-17Put sw_buf in USB section only if necessary.HiFiPhile
2023-10-17Fix compile.HiFiPhile
2023-10-18Merge pull request #2244 from gabChouin/feat-stm32u575_nucleoHa Thach
Add stm32u575-nucleo support
2023-10-17add board.mk for u575 nucleohathach