summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/rtems-fdt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-204-0/+2493
- 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.