mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-27 12:05:34 +00:00
Updated USB Serial Console (markdown)
parent
633718390c
commit
1ca108bd26
@ -55,8 +55,8 @@ The terminal exposes the ChibiOS/RT Shell:
|
|||||||
> The current position will be set to the end of the file. Use `fseek 0` to move to the start of the file.
|
> The current position will be set to the end of the file. Use `fseek 0` to move to the start of the file.
|
||||||
* `fseek`: Sets the current position inside the currently opened file.
|
* `fseek`: Sets the current position inside the currently opened file.
|
||||||
* `fclose`: Closes the currently opened file.
|
* `fclose`: Closes the currently opened file.
|
||||||
* `ftruncate`: removes all content in the file behind the current position.
|
* `ftruncate`: Removes all content in the file behind the current position.
|
||||||
* `ftell`: shows the current position is the file.
|
* `ftell`: Shows the current position is the file.
|
||||||
* `fread`: Reads n bytes from the currently opened file.
|
* `fread`: Reads n bytes from the currently opened file.
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> there is a faster binary read option: `frb`
|
> there is a faster binary read option: `frb`
|
||||||
@ -65,7 +65,8 @@ The terminal exposes the ChibiOS/RT Shell:
|
|||||||
![291070841-9e4ecef9-89bb-4a47-be0c-710384a84a22](https://github.com/eried/portapack-mayhem/assets/13151053/b7156f62-537a-4a7b-9d76-0c197992a040)
|
![291070841-9e4ecef9-89bb-4a47-be0c-710384a84a22](https://github.com/eried/portapack-mayhem/assets/13151053/b7156f62-537a-4a7b-9d76-0c197992a040)
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> there is a faster binary write option: `fwb`
|
> there is a faster binary write option: `fwb`
|
||||||
|
* `pmemreset`: Sets all values in PMEM to default. Pass the "yes" as a parameter, that indicates you know what are you doing.
|
||||||
|
* `settingsreset`: Deletes all INI files from settings folder, resetting app settings. Pass the "yes" as a parameter, that indicates you know what are you doing.
|
||||||
* `sysinfo`: show system hardware informations.
|
* `sysinfo`: show system hardware informations.
|
||||||
```
|
```
|
||||||
ch>sysinfo
|
ch>sysinfo
|
||||||
|
Loading…
Reference in New Issue
Block a user