source: umon/ports/csb740/bashrc @ 87db514

Last change on this file since 87db514 was 87db514, checked in by Amar Takhar <amar@…>, on 04/16/15 at 19:26:21

Initial commit of the umon repository.

Prior to this three changes were made:

  • Remove umon_ prefix from parent directories.
  • Collapse main/target/ into main/
  • Remove ports/template/flashtest.scr.ucon script.
  • Property mode set to 100755
File size: 327 bytes
Line 
1PS1=CSB740:
2export TITLE="COGENT CSB740 ARM Monitor Development"
3export UMONTOP=../../umon_main
4export tools=$UMONTOP/host
5export target=$UMONTOP/target
6export cpu=$target/cpu
7export zlib=$target/zlib
8export com=$target/common
9export misc=$target/misc
10export make=$target/make
11export flash=$target/flash
12export dev=$target/dev
Note: See TracBrowser for help on using the repository browser.