Revision History
Changes from June 30, 2019 to June 30, 2020
- CCS v10.x is the current versionGo
- Removed 32-bit Linux installerGo
- Added share directory, changed name of manifest file, and provided
descriptionsGo
- Python 2.7 is required to debug with GDB and GDB Agent.Go
- Added -mmax-inline-shift and --symtab-meta options. Made corrections and
additions to descriptions for -mhwmult, -mmcu, -msmall, and -my options.Go
- Added -mQ assembler option and --relax/--no-relax linker
options.Go
- Explained how to set a hardware-assisted breakpoint on a
function.Go
- Using Ctrl+C to stop a running program is supported on Linux and macOS, but
not WindowsGo
- Software breakpoints are now used by default instead of hardware breakpoints
in GDB Agent.Go
- Added new section with descriptions of MSP430-specific GCC
features.Go
- Added location and retain function attributes and examples for
interrupt function attributes.Go
- Added location and retain data attributes.Go
- Added information about code size and performance penalty for data placed in
upper memory. Go
- Added section on startup behavior.Go
- Added section on using printf.Go
- Added section on link-time optimization.Go
- Added section on the __int20 type and pointers in the large memory
model.Go