[spinel] add coprocessor reset failure callback (#11284)

Add a coprocessor reset failure callback to handle the coprocessor
reset failure instead of letting the program crash directly.
This commit is contained in:
xusiyu
2025-03-24 08:49:27 -07:00
committed by GitHub
parent 52ebf6f821
commit 036256729c
7 changed files with 78 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ main()
fi
reset_source
build -DOT_POSIX_RCP_VENDOR_BUS=ON "$@"
build -DOT_POSIX_RCP_VENDOR_BUS=ON -DOT_SPINEL_CP_RESET_FAIL_CALLBACK_ENABLE=ON "$@"
}
main "$@"