wip: BT firmware debugging
This commit is contained in:
@@ -395,6 +395,7 @@ namespace Drivers::USB::Bluetooth {
|
||||
if (cpu) cpu->reservedForKernelWork = true;
|
||||
Hci::SetFwTrace(true); // bounded per-completion event-pipe trace
|
||||
CompleteInit();
|
||||
Hci::DumpFwTrace(); // flush remaining records (process context)
|
||||
Hci::SetFwTrace(false);
|
||||
if (cpu) cpu->reservedForKernelWork = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user