| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-02 | ci: address codex/copilot review on claude workflows | hathach | |
| - claude.yml: gate @claude on author_association (OWNER/MEMBER/COLLABORATOR) so the write-scoped token and OAuth secret are never issued for an untrusted commenter on this public repo (defense-in-depth). - claude-code-review.yml: skip fork PRs in the job condition (head.repo.full_name == github.repository) since forks get no secrets and would only fail noisily; fix the misleading token comment; pass additional_permissions: actions: read so actions: read is effective. - hil SKILL.md: reword hostname guidance, use full test/hil/* paths, and show an explicit CONFIG= assignment so the local command is runnable. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> | |||
| 2026-06-01 | ci: re-enable Claude PR review and harden auth/permissions | hathach | |
| - claude-code-review.yml: re-enable (drop `if: false`); switch from pull_request_target to pull_request so fork PRs never receive the OAuth token (avoids prompt-injection token leak). Auto-review on open/synchronize/reopen/ready_for_review, skip drafts, sticky comment. - claude.yml: grant contents/pull-requests/issues write so @claude can reply and push fixes; @claude is the on-demand path for fork PRs. | |||
| 2026-05-12 | support map files | Michael Rogov Papernov | |
| 2026-05-05 | try to fix CI stuck | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> Signed-off-by: Zixun LI <[email protected]> | |||
| 2026-04-29 | clean up | hathach | |
| 2026-04-26 | change job name | HiFiPhile | |
| Co-authored-by: Copilot <[email protected]> Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-04-26 | run hil_hfp on gcc build | HiFiPhile | |
| Co-authored-by: Copilot <[email protected]> Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-31 | dont cancel build on merge to master | Michael Rogov Papernov | |
| 2026-03-18 | Update several actions to latest version | hathach | |
| 2026-03-14 | update rx65n_target: correct pin configuration and remove unused USB ↵ | hathach | |
| interrupt definitions | |||
| 2026-03-14 | migrate kinetis_k32l build system to new mcux-devices paths | hathach | |
| 2026-03-13 | add ft9xx-gcc toolchain support to CI | hathach | |
| 2026-03-13 | rename and migrate kinetis_k32l to new mcux-devices | hathach | |
| 2026-03-12 | download metrics in case hil failed | hathach | |
| 2026-03-12 | chore(workflows): update GitHub Actions dependencies and improve membrowse ↵ | hathach | |
| error handling update AGENTS.md with metrics compare | |||
| 2026-03-12 | also update metrics.json for pr | hathach | |
| 2026-03-10 | fix secret issue in membrowse-comment | Michael Rogov Papernov | |
| 2026-03-10 | set new membrowse comment github workflow with comment message | Michael Rogov Papernov | |
| 2026-03-07 | update hil test: remove unused ctypes, add fallback for skip boards | hathach | |
| 2026-03-05 | ci: fix claude-code-review for fork PRs | hathach | |
| Switch pull_request to pull_request_target so secrets and OIDC tokens are available when reviewing PRs from forks. Also add pull-requests: write permission so the action can post review comments. Co-Authored-By: Claude Sonnet 4.6 <[email protected]> | |||
| 2026-03-04 | fix trailing newline in workflow files to pass pre-commit | hathach | |
| Co-Authored-By: Claude Sonnet 4.6 <[email protected]> | |||
| 2026-03-04 | "Claude Code Review workflow" | Ha Thach | |
| 2026-03-04 | "Claude PR Assistant workflow" | Ha Thach | |
| 2026-02-12 | change membrowse target to board/target and remove redundant ↵ | hathach | |
| continue-on-error directive fix defsym can be followed by = or , | |||
| 2026-02-12 | refactor build scripts to support multiple build targets and improve ↵ | hathach | |
| argument handling | |||
| 2026-02-12 | clean up | hathach | |
| 2026-02-12 | fix ci | hathach | |
| 2026-02-12 | membrowse upload continue on error | hathach | |
| 2026-02-11 | make membrowse command more visible | hathach | |
| 2026-02-11 | correct membrowse upload step | hathach | |
| 2026-02-11 | add build target argument to improve flexibility of build scripts and workflows | hathach | |
| membrowse-upload upload with --identical if elf file does not exist | |||
| 2026-02-11 | fetch depth 0 if membrowse-upload | hathach | |
| 2026-02-11 | remove `membrowse-targets.json` as it is no longer required | hathach | |
| 2026-02-11 | 1 family per job in ci_set_matrix.py | hathach | |
| 2026-02-10 | add membrowse-upload target and use it in ci after build | hathach | |
| 2026-02-10 | Merge pull request #3437 from hathach/copilot/improve-build-steps-rp2040-esp32 | Ha Thach | |
| doc update | |||
| 2026-02-10 | update matrix build | hathach | |
| 2026-02-09 | Update membrowse job to run on all pushes for commit chain tracking | copilot-swe-agent[bot] | |
| Co-authored-by: hathach <[email protected]> | |||
| 2026-02-07 | Update .github/workflows/build.yml | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2026-02-07 | add back check-path job to path filter, make sure workflow always run to ↵ | hathach | |
| register commit chain with membrowse | |||
| 2026-02-06 | set folder property for flash tool targets | hathach | |
| update build.yml only build with pr and push-to-master | |||
| 2026-02-06 | skip zephyr and membrowse steps temporarily | hathach | |
| 2026-01-24 | restructure targets file | Michael Rogov Papernov | |
| 2026-01-16 | Integrate MemBrowse | Michael Rogov Papernov | |
| 2026-01-14 | correct dual port hil assert | hathach | |
| 2026-01-13 | minor clean up | hathach | |
| separate tud_mtp_data_send() and tud_mtp_data_receive() | |||
| 2026-01-09 | fix pre-commit, clean up tusb_mcu.h, add at32f45x to ci build | hathach | |
| 2025-12-16 | more fixes | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-16 | Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-16 | update ci | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
