Skip to content

Eddy0402/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