Skip to content

Fix Teensy builds with GCC 11 toolchain#180

Merged
zackees merged 1 commit intomainfrom
fix/176-teensy-toolchain-codex
Apr 22, 2026
Merged

Fix Teensy builds with GCC 11 toolchain#180
zackees merged 1 commit intomainfrom
fix/176-teensy-toolchain-codex

Conversation

@zackees
Copy link
Copy Markdown
Member

@zackees zackees commented Apr 22, 2026

Summary

  • add a Teensy-specific ARM GCC package for PlatformIO toolchain-gccarmnoneeabi-teensy@1.110301.0 (GCC 11.3.1) with per-host checksums
  • switch the Teensy orchestrator away from generic Arm GNU 15.2 to the Teensy-compatible package
  • document the Teensy-specific toolchain path

Fixes #176.

Tests

  • uv run --project C:\Users\niteris\dev\fbuild soldr cargo fmt --manifest-path E:\fbuild-issue-176\Cargo.toml --all --check
  • uv run --project C:\Users\niteris\dev\fbuild soldr cargo test --manifest-path E:\fbuild-issue-176\Cargo.toml -p fbuild-packages teensy_arm --target-dir E:\fbuild-target-176 --jobs 2
  • uv run --project C:\Users\niteris\dev\fbuild soldr cargo test --manifest-path E:\fbuild-issue-176\Cargo.toml -p fbuild-build --test teensy_build build_teensy41_fixture --target-dir E:\fbuild-target-176 --jobs 2 -- --ignored --nocapture

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 22, 2026

Warning

Rate limit exceeded

@zackees has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 24 minutes and 59 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 24 minutes and 59 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8cd17cd7-2cf3-4a2b-a829-0215ee0cfdf2

📥 Commits

Reviewing files that changed from the base of the PR and between 58671cd and 1f2a424.

📒 Files selected for processing (5)
  • crates/fbuild-build/src/teensy/README.md
  • crates/fbuild-build/src/teensy/orchestrator.rs
  • crates/fbuild-packages/src/toolchain/README.md
  • crates/fbuild-packages/src/toolchain/mod.rs
  • crates/fbuild-packages/src/toolchain/teensy_arm.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/176-teensy-toolchain-codex

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@zackees zackees merged commit 8beb353 into main Apr 22, 2026
77 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Teensy 4.x build fails with Arm GNU 15.2 on WireIMXRT.cpp

1 participant