You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
554 B

5 years ago
  1. The MSP-EXP430G2 LaunchPad User Experience project comes in three versions supporting three different IDEs: CCS, IAR, and msp430-gcc.
  2. The CCS & IAR versions share the same code file, main.c, and have their associated project configuration files in the respective folders, CCS & IAR.
  3. The version using the open-source compiler msp430-gcc is located inside the msp430-gcc folder. It contains three files:
  4. 1. launchpad.c: main code file
  5. 2. makefile: customized makefile for the project
  6. 3. readme.txt: some basic info on building the msp430-gcc project.