Difference between revisions of "User:Domen"

From Electriki
Jump to navigationJump to search
Line 6: Line 6:
  
 
I'm getting a pet [[Mantis | mantis]].
 
I'm getting a pet [[Mantis | mantis]].
 +
 +
 +
 +
blah, using this as a clipboard
 +
{{{
 +
set symbol-reloading on
 +
define openocd
 +
        target remote localhost:3333
 +
end
 +
define cortex_flash
 +
        monitor reset init
 +
        monitor stm32x unlock 0
 +
        monitor stm32x mass_erase 0
 +
        monitor flash write_image cortex-linux.elf
 +
end
 +
}}}

Revision as of 14:12, 12 January 2009

HAI THAR!

Just another lazyperson from #electronics.

My latest thing is the printable sudoku page.

I'm getting a pet mantis.


blah, using this as a clipboard {{{ set symbol-reloading on define openocd

       target remote localhost:3333

end define cortex_flash

       monitor reset init
       monitor stm32x unlock 0
       monitor stm32x mass_erase 0
       monitor flash write_image cortex-linux.elf

end }}}