RTEMS  5.0.0
Functions
rtems-fdt-shell.h File Reference

RTEMS Flattened Device Tree Shell Command. More...

#include <rtems/rtems-fdt.h>

Go to the source code of this file.

Functions

void rtems_fdt_add_shell_command (void)
 
rtems_fdt_handlertems_fdt_get_shell_handle (void)
 

Detailed Description

RTEMS Flattened Device Tree Shell Command.

Support for loading, managing and accessing FDT blobs in RTEMS.

Function Documentation

◆ rtems_fdt_add_shell_command()

void rtems_fdt_add_shell_command ( void  )

Add a shell command to access memory and registers associated with the DTF.

◆ rtems_fdt_get_shell_handle()

rtems_fdt_handle* rtems_fdt_get_shell_handle ( void  )

Get a pointer to the handle. You can use this to load files or register blobs and have the shell command access them.