Kernel-efa9d4c6a5

DOWNLOAD: https://sourceforge.net/projects/mecrisp-across-folkdoc/files/mecrisp-stellaris-stm32f407-with-mecrisp-across-efa9d4c6a5.bin

_images/across-binary-efa9d4c6a5.jpg

Features:

  • All compiler warnings in RED

  • All compiler warnings ring the BELL

  • Host mode has color enabled in the mecrisp-stellaris-2.6.1 build, i.e. a light blue, or dark blue prompt

  • TARGET mode has a GREEN prompt

  • Default high speed USB user terminal which I use with Picocom as below.

  • Replaced the minimal default memmaps with a larger memmap from the MSP430G2553

xterm -geometry 101x62+10+10 -e picocom -b 115200 /dev/cuaU1 --hangup --imap lfcrlf,crcrlf --omap delbs,crlf --send-cmd "cat" &
  • Added “bin1. ( x – ) “ which prints a 16 bit number with a bit position legend in EMULATION Mode for development use. Your MSP430 doesn’t need to have a USART for this to work.

10000 bin1.

111111
5432109876543210
0010011100010000  ok.



P1IN @ 8 rshift bin1.

111111
5432109876543210
0000000001011010  ok.