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
feat(uart): refactor PeriMan detaching function init (#11896)
* feat(uart): refactor PeriMan detaching function init
Removed uart_init_PeriMan function and related comments.
* feat(uart): remove uart_init_PeriMan function declaration
Removed unused uart_init_PeriMan function declaration.
* feat(uart): remove uart_init_PeriMan call in constructor
Removed call to uart_init_PeriMan in HardwareSerial destructor.
* feat(uart): reorganize Serial0 setup call to show in log_v within CDC
* feat(hwcdc): Refactor HWCDC constructor for bus deinitialization
Refactor HWCDC constructor to conditionally set bus deinitialization for USB DM and DP.
* fix(hwcdc): fixes problem with log message
* ci(pre-commit): Apply automatic fixes
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
0 commit comments