| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-16 | update rt1060 and rt1064 evk | hathach | |
| 2023-11-16 | correct and tested rt1050 evkb | hathach | |
| 2023-11-16 | update rt1050 (not tested) | hathach | |
| 2023-11-16 | update rt1024 evk | hathach | |
| 2023-11-16 | updat rt1020 | hathach | |
| 2023-11-16 | update rt1015 evk | hathach | |
| 2023-11-16 | update metro m7 airlift and sd | hathach | |
| 2023-11-16 | update imxrt1010 with mex | hathach | |
| 2023-11-16 | add imxrt1170 evkb | hathach | |
| 2023-11-16 | add metro m7 1011 sd with trace etm, try to enable but not working yet | hathach | |
| 2023-11-15 | Merge pull request #2317 from hathach/add-ra2a1-ek | Ha Thach | |
| add ra2a1 ek | |||
| 2023-11-15 | add ra2a1 ek | hathach | |
| also make some other changes | |||
| 2023-11-14 | Merge pull request #2316 from hathach/typo | Ha Thach | |
| Typo fix. | |||
| 2023-11-14 | Typo fix. | HiFiPhile | |
| 2023-11-13 | Merge pull request #2315 from kasjer/kasjer/nucleo-g491re | HiFiPhile | |
| Add BSP for nucleo-g491re | |||
| 2023-11-13 | Add BSP for nucleo-g491re | Jerzy 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-13 | Merge pull request #2314 from jfm92/master | Ha Thach | |
| Adding extern C to definitions to allow link on C++ project | |||
| 2023-11-13 | Adding extern C to definitions to allow link on C++ project | jfm92 | |
| 2023-11-07 | Add historical EP compatibility to bth class | Antonio Vázquez Blanco | |
| 2023-11-03 | Merge pull request #2310 from hathach/fix-usbh-enumeration-removal-race | Ha Thach | |
| Fix usbh enumeration removal race | |||
| 2023-11-03 | fix -Werror=null-dereference warning | hathach | |
| 2023-11-03 | fix race condition when dev0 is removed while enumerating | hathach | |
| 2023-11-03 | Merge pull request #2293 from Yveaux/master | Ha Thach | |
| Add PlatformIO manifest | |||
| 2023-11-02 | Added end of file per ci recommendation | Yveaux | |
| 2023-11-02 | Merge pull request #2308 from hathach/add-u5-uid | Ha Thach | |
| add unique id for u5, also allow to build with OPT_OS_CUSTOM | |||
| 2023-11-02 | add unique id for u5, also allow to build with OPT_OS_CUSTOM | hathach | |
| 2023-11-02 | Merge pull request #2307 from hathach/minor-upate-max3421 | Ha Thach | |
| skip tuh_max3421_spi_cs_api() in hcd_init() | |||
| 2023-11-02 | skip 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-02 | Merge pull request #2302 from HiFiPhile/f4_otg | Ha Thach | |
| Add STM32F4 OTG_HS support to BSP | |||
| 2023-11-01 | Merge pull request #2305 from hathach/remove-legacy-st-synopsys-driver | Ha Thach | |
| remove legacy driver st/synopsys | |||
| 2023-11-01 | remove legacy driver st/synopsys | hathach | |
| 2023-11-01 | Merge pull request #2304 from hathach/update-doc | Ha Thach | |
| Update doc & add Adafruit as sponsor in readme | |||
| 2023-11-01 | more readme | hathach | |
| 2023-11-01 | add target link to adafruit logo | hathach | |
| 2023-11-01 | resize logo, add white background | hathach | |
| 2023-11-01 | update readme, add sponsor section | hathach | |
| 2023-10-31 | Update make | HiFiPhile | |
| 2023-10-31 | Add STM32F4 OTG_FS pin to BSP. | HiFiPhile | |
| 2023-10-31 | Fix STM32F7 OTG_HS GPIO alt mapping. | HiFiPhile | |
| 2023-10-31 | update doc to add supported mcus | hathach | |
| 2023-10-31 | Merge pull request #2300 from hathach/add-u5a5 | Ha Thach | |
| Add support for stm32u5a5 (highspeed with built-in femtoPHY) | |||
| 2023-10-31 | update stm32u5xx_hal_driver, fix build with old u575 board | hathach | |
| 2023-10-31 | dwc2 flush tx,rx fifo in dcd_init() | hathach | |
| 2023-10-31 | uart working on u5a5 | hathach | |
| 2023-10-31 | usb on u5a5 hs work well with correct VBVALEXTOEN/VBVALOVAL set | hathach | |
| 2023-10-31 | minor clean up | hathach | |
| 2023-10-30 | minor space format dwc2 driver | hathach | |
| 2023-10-30 | addd dwc2_info.py/md update stm32u5a5 board clock & power configure, able to ↵ | hathach | |
| get passed otg clock reset | |||
| 2023-10-30 | Merge pull request #2291 from hathach/minor-update-max3421 | Ha Thach | |
| minor update for max3421 | |||
| 2023-10-29 | Add CodeQL Workflow for Code Security Analysis | Brian | |
| 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]> | |||
