Skip to content

Conversation

JordanYates
Copy link
Contributor

Tauro boot loop (due to GNSS driver shared_device usage).
Assertions in exception handlers under TF-M.
Printing COAP keys on creation.
Software watchdog timeouts.

Update zephyr fork with fix for assertions in exception handlers when
using a TF-M application.

Signed-off-by: Jordan Yates <[email protected]>
For users of the Infuse watchdog, always feed the channel before
returning to sleep. This prevents watchdog timeouts due to an action
taking slighly longer than normal to execute and the channel timing out
due to the default loop period.

Signed-off-by: Jordan Yates <[email protected]>
Handle the case where an empty device pointer is provided to the `_dt`
functions, which is typically a result of
`SHARED_DEVICE_DT_SPEC_INST_GET_OR(..., {0})`.

Signed-off-by: Jordan Yates <[email protected]>
Test the various `_dt` shared device functions with a NULL
`struct shared_device_dt_spec`.

Signed-off-by: Jordan Yates <[email protected]>
Remove debug outputs printing the COAP keys before saving to the modem,
which were left over from development.

Signed-off-by: Jordan Yates <[email protected]>
@JordanYates JordanYates force-pushed the bugfix/tauro_boot_loop branch from 848035b to aa73e13 Compare October 15, 2024 06:25
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.79%. Comparing base (49419fa) to head (aa73e13).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #283      +/-   ##
==========================================
+ Coverage   90.77%   90.79%   +0.02%     
==========================================
  Files         111      111              
  Lines        4367     4377      +10     
  Branches      695      698       +3     
==========================================
+ Hits         3964     3974      +10     
  Misses        210      210              
  Partials      193      193              

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

@JordanYates JordanYates merged commit 3ec577d into main Oct 15, 2024
11 checks passed
@JordanYates JordanYates deleted the bugfix/tauro_boot_loop branch October 15, 2024 06:53
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