Conversation
[no changelog]
…per driver [no changelog]
[no changelog]
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (8)
💤 Files with no reviewable changes (3)
WalkthroughThis pull request consolidates hardware abstraction layer header dependencies by centralizing STM32 utility header includes into a shared BSP header (trezor_bsp.h) and removing direct includes from individual source files. The changes also include minor control flow adjustments for power clock initialization and RSOD handling in startup code, plus updates to firmware build configuration for MCU handling. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes The changes span eight files across build scripts, HAL dependencies, and startup logic. While individual modifications are straightforward (header removals, conditional logic inversions), verifying correctness requires examining the centralization pattern across multiple locations and confirming that relocated headers remain accessible through transitive includes. The build configuration changes and conditional logic inversions demand careful cross-referencing to ensure no compilation or runtime breakage occurs. 🚥 Pre-merge checks | ❌ 3❌ Failed checks (1 warning, 2 inconclusive)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
| model | device_test | click_test | persistence_test |
|---|---|---|---|
| T2T1 | test(all) main(all) ![]() |
test(all) main(all) ![]() |
test(all) main(all) ![]() |
| T3B1 | test(all) main(all) ![]() |
test(all) main(all) ![]() |
test(all) main(all) ![]() |
| T3T1 | test(all) main(all) ![]() |
test(all) main(all) ![]() |
test(all) main(all) ![]() |
| T3W1 | test(all) main(all) ![]() |
test(all) main(all) ![]() |
test(all) main(all) ![]() |
Latest CI run: 22220268016
dfaf445 to
a5f39ed
Compare




































This small PR does some preparation to ease adding support for new MCUs.