Overview
These are some quick notes on the port of Squawk to the National Instruments Compact RIO, which is used as part of the FIRST Robotics Competition. This port is a joint project between Oracle and WPI. The main web site is http://firstforge.wpi.edu/sf/projects/wpilib.
Target Shell
- lkup - lkup. This command will list out all symbos that contains the string passed. For example, to find all symbols that contain tcp, do lkup "tcp" from the shell.
- i - lists all taks running
- ll - list files a la ls -l
- CTRL+C Aborts and restarts the shell.
- CTRL+H Deletes a character (backspace).
- CTRL+Q Resumes output.
- CTRL+S Temporarily suspends output.
- CTRL+U Deletes an entire line.
- CTRL+X Reboots (trap to the ROM monitor).
- ESC Toggles between input mode and edit mode (vi mode only).
Host Shell