summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-29Add CodeQL Workflow for Code Security AnalysisBrian
Add CodeQL Workflow for Code Security Analysis This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats. We added a new CodeQL workflow file (.github/workflows/codeql.yml) that - Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience). - Runs daily. - Excludes queries with a high false positive rate or low-severity findings. - Does not display results for git submodules, focusing only on our own codebase. Testing: To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code. Deployment: Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps: 1. Under the repository name, click on the Security tab. 2. In the left sidebar, click Code scanning alerts. Additional Information: - You can further customize the workflow to adapt to your specific needs by modifying the workflow file. - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/). Signed-off-by: Brian <[email protected]>
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-20Add CodeQL Workflow for Code Security AnalysisBrian
Add CodeQL Workflow for Code Security Analysis This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats. We added a new CodeQL workflow file (.github/workflows/codeql.yml) that - Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience). - Runs daily. - Excludes queries with a high false positive rate or low-severity findings. - Does not display results for git submodules, focusing only on our own codebase. Testing: To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code. Deployment: Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps: 1. Under the repository name, click on the Security tab. 2. In the left sidebar, click Code scanning alerts. Additional Information: - You can further customize the workflow to adapt to your specific needs by modifying the workflow file. - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/). Signed-off-by: Brian <[email protected]>
2023-10-19Merge pull request #2282 from HiFiPhile/uac_interlPanRe
UAC IN transfer improvements
2023-10-18Add CodeQL Workflow for Code Security AnalysisBrian
Add CodeQL Workflow for Code Security Analysis This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats. We added a new CodeQL workflow file (.github/workflows/codeql.yml) that - Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience). - Runs daily. - Excludes queries with a high false positive rate or low-severity findings. - Does not display results for git submodules, focusing only on our own codebase. Testing: To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code. Deployment: Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps: 1. Under the repository name, click on the Security tab. 2. In the left sidebar, click Code scanning alerts. Additional Information: - You can further customize the workflow to adapt to your specific needs by modifying the workflow file. - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/). Signed-off-by: Brian <[email protected]>
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-17hid_device: use separate buffer for SET_REPORT instead of epoutShawn Hoffman
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
2023-10-17add cmake support for u575 nucleohathach
2023-10-17Merge branch 'master' into feat-stm32u575_nucleoHa Thach
2023-10-17Add blackout time.HiFiPhile
2023-10-17Read sample rate directly from control transfer to eliminate callback.HiFiPhile
2023-10-17Add flow control for IN transfer.HiFiPhile
2023-10-11Add CodeQL Workflow for Code Security AnalysisBrian
Add CodeQL Workflow for Code Security Analysis This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats. We added a new CodeQL workflow file (.github/workflows/codeql.yml) that - Runs on every push and pull request to the main branch. - Excludes queries with a high false positive rate or low-severity findings. - Does not display results for third-party code, focusing only on our own codebase. Testing: To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code. Deployment: Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps: 1. Under the repository name, click on the Security tab. 2. In the left sidebar, click Code scanning alerts. Additional Information: - You can further customize the workflow to adapt to your specific needs by modifying the workflow file. - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation. Signed-off-by: Brian <[email protected]>
2023-10-11Merge pull request #2259 from HiFiPhile/uac_interlPanRe
Fix UAC encoding, update example.