You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we use context managers to ensure peripherals like sercoms, timers, etc. are deinitialized. This helps ensure soft reboots don't run into problems where peripherals are left in an initialized state and fail to initialize again. However we'd prefer to on reset explicitly deinitialize all the peripherals and put the board into a known 'clean' state.
The text was updated successfully, but these errors were encountered:
Right now we use context managers to ensure peripherals like sercoms, timers, etc. are deinitialized. This helps ensure soft reboots don't run into problems where peripherals are left in an initialized state and fail to initialize again. However we'd prefer to on reset explicitly deinitialize all the peripherals and put the board into a known 'clean' state.
The text was updated successfully, but these errors were encountered: