]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
Add TI PRU compiler to PATH
authorR. Steve McKown <rsmckown@gmail.com>
Sat, 26 Mar 2016 00:06:55 +0000 (18:06 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Sat, 26 Mar 2016 00:06:55 +0000 (18:06 -0600)
bashrc

diff --git a/bashrc b/bashrc
index 1aa73166c424b0c0d0668dfc3800c224f0aca921..0b35d27d369dd83cd04d33f8f528418dfd249665 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -178,3 +178,6 @@ source /opt/tinyos/tinyos.sh ~/workspace/tinyos-2.x
 #stty -a | grep werase
 stty werase undef
 bind '\C-w:unix-filename-rubout'
+
+# Add TI PRU compiler (for AM335x SoCs) to path
+export PATH=/home/smckown/opt/ti-cgt-pru_2.1.2/bin:${PATH}