fix(usp-main-2025): fix LR_FHSS_SRC_PATH for flattened lr_fhss_driver layout - #3
Mikefly123 wants to merge 1 commit into
Conversation
|
Warning Review limit reached
Next review available in: 59 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: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
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 |
… layout Upstream usp removed lr_fhss_driver/src/; lr_fhss_mac.c now lives flat in sx126x_driver/src (same dir as LBM_SX126X_LIB_DIR). Drop the now- invalid subdirectory suffix to fix the cmake path.
93c6ec7 to
fe4a28c
Compare
|
Stack position 3/6 of stack Lora-net#8: base #2. Next: #4. |
What
Fixes
LR_FHSS_SRC_PATHinmodules/usp_drivers/dev_env.cmaketo no longer append a now-nonexistentlr_fhss_driver/srcsubdirectory suffix.Why
Upstream
usp(main-2025) removed thelr_fhss_driver/src/subdirectory;lr_fhss_mac.cnow lives flat insx126x_driver/src, the same directory asLBM_SX126X_LIB_DIR. With the old suffix the cmake path pointed at a directory that no longer exists, breaking the build against current upstreamusp.Validation