Skip to content

benwu95/MSP430f5529_Linux_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Assembly / Baremetal C / C with FreeRTOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.7%
  • C++ 6.2%
  • HTML 1.7%
  • Assembly 1.6%
  • XSLT 1.1%
  • Makefile 0.3%
  • Other 0.4%