summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2025-12-10update metrics to support bloaty csvhathach
2025-12-05also render unchange table (#3390)Ha Thach
* also render unchange table * run metrics with circleci (full all boards build)
2025-12-05Run CI build with fixed set of boards (#3389)Ha Thach
* run cmake ci build on github with a fixed set of board to keep the size stable * Size Difference Report contain major >1% and minor <1& table
2025-12-04fine tune ci to build more with circleci (#3386)Ha Thach
* fine tune ci to build more with circleci * skip make for arm-iar, esp-idf * skip make + clang for circleci since llvm-objcopy got killed due to memory issue.
2025-12-03clean uphathach
2025-12-03upload metrics.json and aggregate code metrics, post metrics commenthathach
fine tune ci matrix run
2025-12-03upload metrics.json and aggregate code metrics, fine tune ci matrix runhathach
2025-12-03upload metrics.json, test cihathach
2025-11-29change armgcc setup to manual download due to issue with action (#3377)Ha Thach
* change armgcc setup to manual download due to issue with action * build windows, macos with cmake as well
2025-11-19remove copilot-instructions.md, update and use AGENTS.md insteadhathach
2025-11-11update dochathach
2025-11-08fix more alertshathach
2025-11-07fix more alerts found by pvs-studiohathach
2025-11-05added .clang-formathathach
fix more alerts disable IAR CStat since pvs-studio check is better integrated with clion
2025-11-03fix alert using input in gh action. fix some conversion inthathach
2025-10-28filter out sarif for codeql hw/mcu and lib/hathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
fix compiling with nuc family
2025-10-28fix security in gh actionhathach
2025-10-28added .pvsconfig to exclude some ruleshathach
2025-10-27update static_analysis.yml workflowhathach
2025-10-26iar cstat require cmake at least 4.1hathach
2025-10-25add IAR CStat to static_analysis.ymlhathach
2025-10-25add SonarQube scanhathach
2025-10-25add SonarQube scanhathach
2025-10-25download ninja binary, apt seems take too long ~ 1 minhathach
also upload sarif as artifacts
2025-10-25merge codeql and pvs-studio to static_analysis.ymlhathach
2025-10-25add pvs-studio analyze to cihathach
2025-10-24add pvs-studio analyze to cihathach
2025-10-15add nuc to ci buildhathach
2025-10-15more warning fixhathach
2025-10-13fix build with west zephyrhathach
2025-10-03hil simplify skip board from previous runhathach
2025-10-03fix make stm32u0hathach
2025-10-03remove claude code workflowhathach
2025-10-02Merge pull request #3023 from ennebi/mtpHa Thach
Add support for MTP device class
2025-10-02use cache to store skip board in hil cihathach
2025-10-02remove claude-code-review.ymlhathach
2025-10-02add CLAUDE.md and fix pre-commit buildhathach
2025-10-02HIL add timeout for opening mtp devicehathach
2025-10-02"Claude Code Review workflow"Ha Thach
2025-10-02"Claude PR Assistant workflow"Ha Thach
2025-10-01hil tinyusb always checkoutt/download artifactshathach
2025-10-01Merge branch 'master' into fork/ennebi/mtphathach
2025-10-01test mtp with hilhathach
2025-09-29Add u0 to ciMengsk
Signed-off-by: Mengsk <[email protected]>
2025-09-12rename stm32wba eval to nucleohathach
use local linker to fix READONLY keyword with clang add wba to ci build
2025-09-04Create comprehensive GitHub Copilot instructions and fix pre-commit ↵Copilot
configuration for TinyUSB (#3234) * Initial plan * Create comprehensive GitHub Copilot instructions for TinyUSB Co-authored-by: hathach <[email protected]> * Remove accidentally committed dependencies, use tools/get_deps.py instead Co-authored-by: hathach <[email protected]> * Fix .gitignore: ignore vendor/ directory not ceedling script Co-authored-by: hathach <[email protected]> * Revert .gitignore changes and add README_processed.rst Co-authored-by: hathach <[email protected]> * Remove README_processed.rst and revert ceedling file permissions Co-authored-by: hathach <[email protected]> * Changes before error encountered Co-authored-by: hathach <[email protected]> * Remove redundant manual validation step, keep only pre-commit and build validation Co-authored-by: hathach <[email protected]> * fix pre-commit --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hathach <[email protected]>
2025-08-01Merge pull request #3191 from hathach/at32Ha Thach
support at32 mcu (2)
2025-07-31add ci build for all at32, use linker and startup from mcu cmsis instead of ↵hathach
local files
2025-07-29add ci build for at32: f402_405, f403a_407, f423hathach