mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-07-12 21:48:33 +00:00
Updated usb serial console (markdown)
parent
6bcc22e54e
commit
8eeea06c0b
@ -52,17 +52,24 @@ The terminal exposes the ChibiOS/RT Shell:
|
||||
* button 8: Rotary Right
|
||||
* ls
|
||||
* Lists files and directories.
|
||||
* rm
|
||||
* mkdir
|
||||
* unlink
|
||||
* Deletes a file.
|
||||
* open
|
||||
* fopen
|
||||
* Opens a file for reading and modification.
|
||||
* Note: The current position will be set to the end of the file. Use "seek 0" to move to the start of the file.
|
||||
* seek
|
||||
* fseek
|
||||
* Sets the current position inside the currently opened file.
|
||||
* close
|
||||
* fclose
|
||||
* Closes the currently opened file.
|
||||
* read
|
||||
* ftruncate
|
||||
* removes all content in the file behind the current position.
|
||||
* ftell
|
||||
* shows the current position is the file.
|
||||
* fread
|
||||
* Reads n bytes from the currently opened file.
|
||||
* write
|
||||
* there is a faster binary read option: frb
|
||||
* fwrite
|
||||
* Writes bytes from the currently opened file.
|
||||
* 
|
||||
* there is a faster binary write option: frw
|
Loading…
x
Reference in New Issue
Block a user