Re: [PATCH] rtems: Add RTEMS_PARTITION_ALIGNMENT

2020-10-01 Thread Sebastian Huber
On 01/10/2020 17:22, Gedare Bloom wrote: ok, this should be documented in the partition manager docs I will work on this after the integration of the IO manager changes: https://lists.rtems.org/pipermail/devel/2020-October/062443.html ___ devel mai

Re: [PATCH] rtems: Add RTEMS_PARTITION_ALIGNMENT

2020-10-01 Thread Gedare Bloom
ok, this should be documented in the partition manager docs On Wed, Sep 30, 2020 at 6:37 AM Sebastian Huber wrote: > > Update #4105. > --- > cpukit/include/rtems/rtems/part.h | 9 + > testsuites/psxtests/psxconfig01/init.c | 2 +- > testsuites/sptests/sppartition_err01/i

[PATCH] rtems: Add RTEMS_PARTITION_ALIGNMENT

2020-09-30 Thread Sebastian Huber
Update #4105. --- cpukit/include/rtems/rtems/part.h | 9 + testsuites/psxtests/psxconfig01/init.c | 2 +- testsuites/sptests/sppartition_err01/init.c | 17 + 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/cpukit/include/rtems/rtems/part.h