Skip to content

Commit d1b7095

Browse files
committed
docs: update optional commands section
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 55247bf commit d1b7095

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

docs/book/api/system/command_proc.rst

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Available commands
2828
+-------------------+--------------------------------------------------------+
2929
| echo | Display line of text |
3030
+-------------------+--------------------------------------------------------+
31+
| free | Display free and used memory in the system |
32+
+-------------------+--------------------------------------------------------+
3133
| cat | Display file on standard output |
3234
+-------------------+--------------------------------------------------------+
3335
| mkdir | Make directory |
@@ -36,6 +38,8 @@ Available commands
3638
+-------------------+--------------------------------------------------------+
3739
| mv | Move file or directory |
3840
+-------------------+--------------------------------------------------------+
41+
| format | Format device/filesystem |
42+
+-------------------+--------------------------------------------------------+
3943
| logout | Logout current user |
4044
+-------------------+--------------------------------------------------------+
4145
| help | Get command help |
@@ -49,7 +53,42 @@ application.
4953

5054
Following is the list of Commands with modules.
5155

52-
*TODO: optional command list to be added*
56+
+-----------+--------------------------------------+--------------------------------------------------------+
57+
| Command | Module | Description |
58+
+===========+======================================+========================================================+
59+
| wget | :doc:`Utility <../utils/index>` | Download file from web to filesystem |
60+
+-----------+--------------------------------------+--------------------------------------------------------+
61+
| load | :doc:`Utility <../utils/index>` | Download file on module via Console (Xmodem) |
62+
+-----------+--------------------------------------+--------------------------------------------------------+
63+
| dload | :doc:`Utility <../utils/index>` | Download file from module via Console (Xmodem) |
64+
+-----------+--------------------------------------+--------------------------------------------------------+
65+
| gpsinfo | :doc:`GPS <../peri/gps>` | Get GPS realtime information |
66+
+-----------+--------------------------------------+--------------------------------------------------------+
67+
| gpscmd | :doc:`GPS <../peri/gps>` | Send command to GPS module |
68+
+-----------+--------------------------------------+--------------------------------------------------------+
69+
| gpsbaud | :doc:`GPS <../peri/gps>` | Change gps baudrate |
70+
+-----------+--------------------------------------+--------------------------------------------------------+
71+
| btman | :doc:`Blutooth <../peri/bluetooth>` | Bluetooth manager command |
72+
+-----------+--------------------------------------+--------------------------------------------------------+
73+
| spifs | :doc:`SPIFS <../peri/spifs>` | Manage SPI filesystem |
74+
+-----------+--------------------------------------+--------------------------------------------------------+
75+
| fota | :doc:`FOTA <fota>` | Download firmware over the air |
76+
+-----------+--------------------------------------+--------------------------------------------------------+
77+
| rdbg | :doc:`Remote DBG <rdbg>` | Initiate a remote debug session |
78+
+-----------+--------------------------------------+--------------------------------------------------------+
79+
| ntpdate | :doc:`NTP Client <../proto/ntpc>` | Get date from NTP server and sync |
80+
+-----------+--------------------------------------+--------------------------------------------------------+
81+
82+
Following commands are available on 4G modules only
83+
84+
+-------------------+--------------------------------------------------------+
85+
| Command | Description |
86+
+===================+========================================================+
87+
| ifconfig | Get network device information |
88+
+-------------------+--------------------------------------------------------+
89+
| ping | Send ICMP ECHO REQUEST to network host |
90+
+-------------------+--------------------------------------------------------+
91+
5392

5493
Custom commands
5594
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)