build-ccs

Atom Build provider for Code Composer Studio

leifmariposa

852

0

0.1.5

MIT

GitHub

This package provides the following services:

build-ccs

apm apm apm

Atom Build provider for building Code Composer Studio projects. (Windows only)

This is my first Atom Build provider and it's all manual. Path to eclipsec.exe, workspace, project name and configuration has to be entered in settings and this is what will be built, no matter which project or file is open in Atom.

Installation

apm

Install build-ccs from Atom's Package Manager or the command-line equivalent:

$ apm install build-ccs

GitHub

Change to your Atom packages directory:

$ cd %USERPROFILE%\.atom\packages

Clone repository as build-ccs:

$ git clone https://github.com/leifmariposa/atom-build-ccs build-ccs

Inside the cloned directory, install Node dependencies:

$ yarn || npm install

Settings

Path to eclipsec.exe

The path to eclipsec.exe, e.g. c:\ti\ccsv6\eclipse

Path to CCS workspace

The path to CCS workspace, e.g. C:\Users\leifm\ccs_workspace_v6_1_3

Project name

The name of the project to build

Configuration

The configuration to build, e.g. Debug

Note

For to be able to choose CCS as build target there must be a valid path to eclipsec.exe and the CCS workspace in settings.

Usage

Build

Before you can build, select an active target with your preferred build option.

Available targets:

Shortcuts

Here's a reminder of the default shortcuts you can use with this package:

Choose target

Super+Alt+T or F7

Toggle build panel

Super+Alt+V or F8

Build script

Super+Alt+B or F9

License

This work is licensed under the The MIT License.