mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-20 04:03:03 +08:00
A flattened device tree blob must start at an address which is a multiple of eight, otherwise libfdt rejects it with FDT_ERR_ALIGNMENT. The blob was allocated by rtems_malloc(), which provides the heap alignment of the target. That is four bytes on MicroBlaze, so no blob could be loaded there at all. Close #5708. Assisted-by: Claude:claude-opus-5 claude-code Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
libmisc
This directory contains for the "miscellaneous" library. Currently this library contains a number of useful support libraries:
- Task Stack Overflow Checker
- Workspace Consistency Checker
- Task Execution Time Monitor
- Period Statistics Monitor
- Debug Monitor
The following ideas have been mentioned for items which could go in this library, but this list is not all inclusive:
- there are no outstanding suggestions.
The intent of this library is to provide a home for useful utility routines which are dependent upon RTEMS.
--joel 16 Sept 97