| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-23 | clang skip mcx since it does not work any more with gcc | hathach | |
| 2024-04-19 | forgot to specify clang | hathach | |
| 2024-04-19 | add clang to ci build | hathach | |
| 2024-04-15 | Merge pull request #2134 from clhenry/non-bus-powered-re-enumeration | Ha Thach | |
| Non-bus-powered MSP430 support. | |||
| 2024-04-15 | install ninja build for msp430 | hathach | |
| 2024-04-15 | use cmake to build msp430 | hathach | |
| 2024-04-12 | Update labeler.yml | Ha Thach | |
| 2024-04-11 | use pull_request_target for labeler | hathach | |
| 2024-04-09 | add permission to lable issue/pr | hathach | |
| 2024-04-09 | more try/catch for labeler | hathach | |
| 2024-04-08 | add cpuctl and pinctl to tuh_configure() option for max3421 | hathach | |
| 2024-04-03 | try catch labeler rest api | hathach | |
| 2024-03-28 | Update labeler.yml | Ha Thach | |
| 2024-03-26 | add sudo usbreset | hathach | |
| 2024-03-26 | use usbreset to reset built-in usb 2.0 hub VIA Labs before each test | hathach | |
| 2024-03-25 | Merge branch 'master' into add-tuh-deinit | hathach | |
| 2024-03-25 | add new labeler workflow | hathach | |
| 2024-03-22 | bump up download artifacts to v4 | hathach | |
| 2024-03-22 | bump up upload artifact to v4 | hathach | |
| 2024-02-24 | frdm k64f usb work well, add kinetis_k to ci cmake | hathach | |
| 2024-02-02 | build esp32 ci with v5.1 | hathach | |
| 2024-01-25 | bump up to actions/setup-python@v5 | hathach | |
| 2024-01-24 | build workflow with hil-test when test/hil changes | hathach | |
| 2024-01-11 | add cmake support for lpc17 | hathach | |
| 2023-12-18 | remove usage of linkermap, update checkout to v4 | hathach | |
| 2023-12-15 | update h5 build make/cmake | hathach | |
| 2023-12-14 | reset pi4 usb bus before checkout/download, so that we could skip delay | hathach | |
| 2023-12-13 | tweak usb reset wait time, fix test script with IAR server | hathach | |
| 2023-12-13 | reset usb before running test | hathach | |
| 2023-12-13 | try to add samd51 to hil pool using doublereset (rpi gpio) and bossac | hathach | |
| 2023-12-12 | add reset usb bus | hathach | |
| 2023-12-12 | add feather nrf52840 express to hil pool | hathach | |
| 2023-12-11 | skip iar build for f4 and h7 to save build time | hathach | |
| 2023-12-11 | wrap up s3 hil test | hathach | |
| 2023-12-11 | extract artifacts to same folder structure as ci build | hathach | |
| 2023-12-11 | more test | hathach | |
| 2023-12-11 | update hil test to support s3 | hathach | |
| 2023-12-11 | more artifacts | hathach | |
| 2023-12-11 | test changing upload artifacts for hil test | hathach | |
| 2023-11-30 | Merge pull request #2351 from IVOES/master | Ha Thach | |
| Add CodeQL Workflow for Code Security Analysis | |||
| 2023-11-30 | minor tweak to codeql.yml | hathach | |
| 2023-11-29 | update buildscript | hathach | |
| 2023-11-29 | fix pre-commit typo | hathach | |
| 2023-11-29 | Merge branch 'master' into codeql | hathach | |
| 2023-11-29 | update esp32 to also be supported by hil test | hathach | |
| test run locally well | |||
| 2023-11-28 | spare checkout test/hil and correct hil_pi4 uuid | hathach | |
| 2023-11-28 | update hil for pi4 to use new hil_test.py | hathach | |
| 2023-11-27 | Update codeql-buildscript.sh | Brian | |
| Update script name | |||
| 2023-11-23 | rename build_family.py to build_make.py | hathach | |
| 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]> | |||
