[qemu][m4][gfx][display] Get the VNC based LCD working on the qemu-m4 port.

This commit is contained in:
Gurjant Kalsi
2015-12-16 11:57:01 -08:00
parent 6b208387f5
commit 7b453164dd
7 changed files with 280 additions and 9 deletions

View File

@@ -40,11 +40,12 @@ fi
PROJECT="qemu-m4-test"
ARGS=" -serial tcp::12345,server,nowait " # Logs
ARGS+=" -serial tcp::12344,server,nowait " # Debug
ARGS=" -serial tcp::12345,server,nowait " # Logs
ARGS+=" -serial tcp::12344,server,nowait " # Debug
ARGS+=" -serial stdio" # Console
ARGS+=" -machine pebble-s4-bb -cpu cortex-m4"
ARGS+=" -pflash build-${PROJECT}/lk.bin "
ARGS+=" -monitor tcp::12346,server,nowait"
if [ $DO_CMPCTMALLOC == 1 ]; then
MAKE_VARS=LK_HEAP_IMPLEMENTATION=cmpctmalloc