[wip] jtag dbg waits

This commit is contained in:
Berkus Decker 2019-03-02 19:19:38 +02:00
parent b7812aa5a2
commit 8325ce5c28
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,7 @@ fn kmain() -> ! {
// Err(_) => endless_sleep(),
// }
// jtag_dbg_wait();
let mut out = Output::new();
writeln!(out, "JLink RTT is working!"); // @todo RttConsole
@ -109,6 +110,8 @@ fn kmain() -> ! {
// }
// println!("MMU initialised");
// jtag_dbg_wait();
if let Some(mut display) = VC::init_fb(Size2d { x: 800, y: 600 }, 32) {
println!("Display created");
@ -134,6 +137,8 @@ fn kmain() -> ! {
display.draw_text(170, 70, "BLUE", Color::blue());
}
// jtag_dbg_wait();
//------------------------------------------------------------
// Start a command prompt
//------------------------------------------------------------