ARM_User_Space_App: resize the terminal to print out all lines
* This is required when running the user space application with processor sdk
filesystem on NFS, which has screen size of 24 rows, and cannot print out
the last several lines for Delay/Compensation, Estimated Frequency, and etc.
Signed-off-by: Hongmei Gou <a0271529@ti.com>
* This is required when running the user space application with processor sdk
filesystem on NFS, which has screen size of 24 rows, and cannot print out
the last several lines for Delay/Compensation, Estimated Frequency, and etc.
Signed-off-by: Hongmei Gou <a0271529@ti.com>
ARM_User_Space_App: Makefile: remove ARM_CCT and use CC
* CC is defined from Processor SDK Linux
Signed-off-by: Hongmei Gou <a0271529@ti.com>
* CC is defined from Processor SDK Linux
Signed-off-by: Hongmei Gou <a0271529@ti.com>
Updating the run.sh script to include the output enable GPIO
Signed-off-by: Jason Reeder <jreeder@ti.com>
Signed-off-by: Jason Reeder <jreeder@ti.com>
Updating the dts file to include the output enable GPIO
Signed-off-by: Jason Reeder <jreeder@ti.com>
Signed-off-by: Jason Reeder <jreeder@ti.com>
Change the frequency estimation channel index to be 1 based
Signed-off-by: Jason Reeder <jreeder@ti.com>
Signed-off-by: Jason Reeder <jreeder@ti.com>
Change the out of box frequency estimation device
Signed-off-by: Jason Reeder <jreeder@ti.com>
Signed-off-by: Jason Reeder <jreeder@ti.com>
More description user space app display output
Signed-off-by: Jason Reeder <jreeder@ti.com>
Signed-off-by: Jason Reeder <jreeder@ti.com>
Fixed a bug that could cause a lockup to occur
There was one handshake that did not use a temporary variable
before checking the value in the while loop. Without the
temporary variable the XIN instruction may place the value to
be checked into a different core register than the one being
checked.
This commit adds a temporary variable in order to force the
compiler to copy the value to the variable being checked by
the while loop. All other while loops involving the XIN
instruction already used this method.
Signed-off-by: Jason Reeder <jreeder@ti.com>
There was one handshake that did not use a temporary variable
before checking the value in the while loop. Without the
temporary variable the XIN instruction may place the value to
be checked into a different core register than the one being
checked.
This commit adds a temporary variable in order to force the
compiler to copy the value to the variable being checked by
the while loop. All other while loops involving the XIN
instruction already used this method.
Signed-off-by: Jason Reeder <jreeder@ti.com>
Ignoring/removing temporary vim files
Signed-off-by: Jason Reeder <jreeder@ti.com>
Signed-off-by: Jason Reeder <jreeder@ti.com>
Fix channel configuration comment
Signed-off-by: Jason Reeder <jreeder@ti.com>
Signed-off-by: Jason Reeder <jreeder@ti.com>
Adding .gitignore to ignore generated files
Signed-off-by: Jason Reeder <jreeder@ti.com>
Signed-off-by: Jason Reeder <jreeder@ti.com>
Removing generated files
Signed-off-by: Jason Reeder <jreeder@ti.com>
Signed-off-by: Jason Reeder <jreeder@ti.com>
Initial commit
Signed-off-by: Jason Reeder <jreeder@ti.com>
Signed-off-by: Jason Reeder <jreeder@ti.com>