[BOOT] Print functions for debugging

This commit is contained in:
2016-07-29 23:07:29 +02:00
parent df86be2973
commit d149d4d20a
17 changed files with 450 additions and 31 deletions

View File

@@ -19,6 +19,7 @@ function decomp()
{
${TARGET}-objdump -S $1 | vim - -R
}
alias viewlog="cat serial.log | ${BUILDROOT}/util/colorize.sh"
export PS1="(mittos64)${PS1}"