Commit Graph

3 Commits

Author SHA1 Message Date
Travis Geiselbrecht
467c5bf191 [lib][console] add a global input queue that anyone can push into
Changes the console from a pull to a push model from platform into the
queue, which may break the model of some of the drivers. At the moment
make it optional.
2016-02-15 14:05:10 -08:00
Travis Geiselbrecht
a1261deaad [lib][debug][panic] add pputc/pgetc hooks to the uart driver api
-Switch qemu and stm32f7xx to using it.
-Make sure panic getc is run without blocking.
2015-10-14 14:11:54 -07:00
Travis Geiselbrecht
861d637e8b [platform][qemu-virt] add support for -machine virt on qemu arm/aarch64
-add a arm64 cortex-a53 based target
2015-09-20 12:13:07 -07:00