Skip to content

Commit

Permalink
use stdio as rtenv shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar002 committed Mar 8, 2014
1 parent 86d5f61 commit a7021c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ main.bin: kernel.c context_switch.s syscall.s syscall.h
$(CROSS_COMPILE)objdump -S main.elf > main.list

qemu: main.bin $(QEMU_STM32)
$(QEMU_STM32) -M stm32-p103 -kernel main.bin
$(QEMU_STM32) -M stm32-p103 -kernel main.bin -nographic

qemudbg: main.bin $(QEMU_STM32)
$(QEMU_STM32) -M stm32-p103 \
Expand Down

1 comment on commit a7021c7

@jserv
Copy link

@jserv jserv commented on a7021c7 Mar 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is time to automate the unit tests.

Please sign in to comment.