wip: BT firmware debugging

This commit is contained in:
2026-07-06 18:17:06 +02:00
parent 8bf3ceb457
commit 8fdc10953b
4 changed files with 59 additions and 20 deletions
@@ -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;
}