[wip] jtag dbg waits
This commit is contained in:
parent
b7812aa5a2
commit
8325ce5c28
|
@ -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
|
||||
//------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue