Skip to content
Snippets Groups Projects
Select Git revision
  • 53302f16165dbbbfa665f1023720dfe4705d7fdc
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

uart.c

Blame
  • flash-bootloader.gdb 110 B
    source init.gdb
    
    set confirm off
    
    echo #### BOOTLOADER ####\n
    load build/bootloader/bootloader.elf
    reset
    quit