Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 688 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 688 Bytes

MSP430 code template

Select project type

Checkout following tags in git:

  • asm
  • freertos
  • baremetal_c

Dependencies

Configure

Modify the variable (GCC_DIR, FLASH_LIBDIR) in mk/toolchain.mk to path of above dependencies

Buildsystem

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