summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/rtems-fdt/rtems-fdt-shell.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix format warningsSebastian Huber2019-01-071-2/+2
|
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
| | | | Update #2133.
* libmisc/rtems-fdt: Add RTEMS FDT wrapper and shell command to libmisc.Chris Johns2017-08-201-0/+639
- Provide application support for handling FDT blobs in RTEMS. This is useful when interfacing FPGA fabrics. - Provide a shell command to list a blob as well as provide read and write access to addresses in the FTB. Closes #3099.