fix(ide): correct probe-rs chip names; map Teensy 4.x (#1076) - #1203
Conversation
Verified against probe-rs/probe-rs master target files: - rp2350 -> RP235x (was RP2350, which probe-rs does not define; the ARM-core chip entry in RP235x.yaml is named RP235x) - imxrt1062 -> MIMXRT1060 (new; MIMXRT1060.yaml's single chip entry covers the 1061/1062 parts used by Teensy 4.x) - STM32F103C8 confirmed against STM32F1_Series.yaml per-part naming. Part of #1076 (Phase 3 chip-table expansion). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 48 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Chip-table follow-up for #1199, with names verified directly against probe-rs/probe-rs master
probe-rs/targets/:rp2350→RP235x(wasRP2350, which probe-rs does not define — the ARM-core chip entry inRP235x.yamlisRP235x; the shipped name would have failedprobe-rs dap-server --chip RP2350).imxrt1062→MIMXRT1060(new mapping;MIMXRT1060.yaml's single chip entry covers the 1061/1062 used by Teensy 4.x — previously deliberately unmapped pending exactly this verification. Teensy boards still need debug pads wired to a probe; the generated config is correct when they are).STM32F103C8confirmed againstSTM32F1_Series.yamlper-part naming;nRF52840_xxAAunchanged.Docs updated.
soldr cargo test -p fbuild-cli→ 249 passed; clippy-D warningsclean.Part of #1076 (Phase 3 chip-table expansion).
🤖 Generated with Claude Code