Checkout following tags in git:
- asm
- freertos
- baremetal_c
- MSP430Flasher: http://www.ti.com/tool/msp430-flasher
- MSPGCC: http://www.ti.com/tool/msp430-gcc-opensource
Modify the variable (GCC_DIR, FLASH_LIBDIR) in mk/toolchain.mk to path of above dependencies
Make targets:
-
all:
- all source files under SRC folder defined in Makefile and FreeRTOS is compiled, linked and converted to firmware format. Header file dependencies is handled automatically.
-
debug
- Starts GDB server and GDB, check tools/gdbscript for initialize script.
-
flash
-
clean