Skip to content

Conversation

JordanYates
Copy link
Contributor

Add an implementation for the OS_MGMT_ID_MCUMGR_PARAMS command.

Don't allow the peripheral to automatically request a PHY update, leave it to the central. Leaving this option enabled has caused connection instability on some Android phones.

Copy link

codecov bot commented Sep 6, 2024

Codecov Report

Attention: Patch coverage is 52.17391% with 11 lines in your changes missing coverage. Please review.

Project coverage is 92.67%. Comparing base (05fd851) to head (c40b0c0).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
subsys/mgmt/mcumgr/os_mgmt_infuse/os_mgmt_infuse.c 52.17% 1 Missing and 10 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #240      +/-   ##
==========================================
- Coverage   92.92%   92.67%   -0.25%     
==========================================
  Files         102      102              
  Lines        3774     3797      +23     
  Branches      577      589      +12     
==========================================
+ Hits         3507     3519      +12     
- Misses        136      137       +1     
- Partials      131      141      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Update zephyr fork to automatically generate a signed TF-M binary file
together with the hex file.

Signed-off-by: Jordan Yates <[email protected]>
@JordanYates JordanYates force-pushed the feature/mcumgr_params branch 3 times, most recently from d715e0c to 42cc3dc Compare September 6, 2024 08:17
Add an option to reroute the `TDF_DATA_LOGGER_SERIAL` option to the
dummy backend in tests that need to use a mask.

Signed-off-by: Jordan Yates <[email protected]>
@JordanYates JordanYates force-pushed the feature/mcumgr_params branch from 42cc3dc to 49d2ab6 Compare September 7, 2024 07:30
Don't redefine `tdf_logger_serial` in test overlays, as that will cause
conflicts with real hardware. Use `tdf_logger_dummy` instead and enable
the switch to route `TDF_DATA_LOGGER_SERIAL` to `tdf_logger_dummy`.

Signed-off-by: Jordan Yates <[email protected]>
Don't allow the peripheral to automatically request a PHY update, leave
it to the central. Leaving this option enabled has caused connection
instability on some Android phones.

Signed-off-by: Jordan Yates <[email protected]>
Add an implementation for the `OS_MGMT_ID_MCUMGR_PARAMS` command.

Signed-off-by: Jordan Yates <[email protected]>
Add tests for the `OS_MGMT_ID_MCUMGR_PARAMS` implementation.

Signed-off-by: Jordan Yates <[email protected]>
Add an implementation for `OS_MGMT_ID_BOOTLOADER_INFO`.

Signed-off-by: Jordan Yates <[email protected]>
Add tests for the `OS_MGMT_ID_BOOTLOADER_INFO` implementation.

Signed-off-by: Jordan Yates <[email protected]>
Test the `tauro` board in CI.

Signed-off-by: Jordan Yates <[email protected]>
@JordanYates JordanYates force-pushed the feature/mcumgr_params branch from 49d2ab6 to c40b0c0 Compare September 7, 2024 07:39
@JordanYates JordanYates merged commit eb47b96 into main Sep 7, 2024
10 checks passed
@JordanYates JordanYates deleted the feature/mcumgr_params branch September 7, 2024 08:12
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.

1 participant