Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

File Related Command Line Interface
FreeRTOS-Plus-TCP and FreeRTOS-Plus-FAT Examples

The UDP command line interface example includes commands that allow files to be viewed, accessed and manipulated, as described in the table below.

The commands are implemented in /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/File-releated-CLI-commands.c.

Command Description
dir View a directory listing
cd <path> Change the current working directory (CWD) to <path>
del <file> Delete <file>
rmdir <path> Remove the directory <path> - the directory must be empty
type <file> Display the contents of <file>.
copy <src> <dest> Copy the file <src> to the file <dest>
pwd Print the working directory


Accessing the embedded FAT file system through the command line interface
Accessing the file system through the command line interface

Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.