We experienced that u-boot (at least from Xilinx repositories) does not wait
until all its output has left the TX Buffer of the stdout uart, before handing
over to the RTEMS application
This causes some garbage output at the begin of the RTEMS application in some
cases and corrupts the test begi
Closes #4055
Closes #4056
---
bsps/arm/shared/serial/zynq-uart-polled.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bsps/arm/shared/serial/zynq-uart-polled.c
b/bsps/arm/shared/serial/zynq-uart-polled.c
index 4e0ca46aca..e6f478ee07 100644
--- a/bsps/arm/shared/serial/zynq-uart-polled.c
+
RTEMS OFW is a FDT only implementation of the OpenFirmWare
interface. This API is created to be compatible with FreeBSD
OpenFirmWare interface. The main intention is to make
porting of FreeBSD drivers to RTEMS easier.
Most functions implemented have an direct one-one mapping
with the original OFW
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/event/background.rst | 96 +++
c-user/event/directives.rst | 142
c-user/event/index.rst| 15 ++
c-user/event/introduction.rst | 13 ++
This patch set is a preparation to automatically generate parts of the
documentation (introduction.rst and directives.rst) in the future from
specification items.
Sebastian Huber (16):
c-user: Split up semaphore manager
c-user: Split up event manager
c-user: Split up barrier manager
c-user
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/barrier/background.rst | 68 +++
.../directives.rst} | 169 ++
c-user/barrier/index.rst |
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
c-user/timer/background.rst | 71 +++
.../directives.rst} | 180 -
Introduce a background section.
This makes it easier to automatically generate parts of the scheduling
concepts documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
c-user/sched/background.rst | 327
c-user/sched/directives.rst
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
c-user/region/background.rst | 87 +++
.../directives.rst} | 213 -
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
c-user/signal/background.rst | 112
c-user/signal/directives.rst | 126 +
c-user/signal/index.rst| 15 +
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
c-user/io/background.rst | 162 ++
c-user/{io_manager.rst => io/directives.rst} | 215 -
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
c-user/part/background.rst| 50
.../directives.rst} | 120
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/clock/background.rst | 96 +++
.../directives.rst} | 238 ++
c-user/clock/index.rst|
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
.../background.rst} | 161 --
c-user/userext/directives.rst | 143 ++
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
c-user/tasks/background.rst | 390 +++
.../directives.rst} | 625 -
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/dpmem/background.rst | 23 +
.../directives.rst} | 84 ---
c-user/dpmem/index.rst| 16 +
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
c-user/sem/background.rst | 180 ++
.../directives.rst} | 309 --
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst |2 +-
c-user/rate_monotonic_manager.rst | 1091 -
c-user/ratemon/background.rst | 390 +++
c-user/rate
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
c-user/intr/background.rst| 106
.../directives.rst} | 251
This makes it easier to automatically generate parts of the manager
documentation in the future.
Update #3993.
---
c-user/index.rst | 2 +-
c-user/message/background.rst | 91
.../directives.rst} | 205
Hi
I am in the tail end of a customer's Level C (headed to B) project and we
are tidying up documents that I don't recall having had a lot of
discussion. With all the work on the Software Engineering Guide and
automated generation, most of this likely already is addressed to some
extent but we may
Hello Joel,
On 20/08/2020 15:12, Joel Sherrill wrote:
Hi
I am in the tail end of a customer's Level C (headed to B) project and
we are tidying up documents that I don't recall having had a lot of
discussion. With all the work on the Software Engineering Guide and
automated generation, most o
Adds Confstr file To RTEMS with test
Signed-off-by: Eshan dhawan
---
cpukit/Makefile.am| 1 +
cpukit/posix/src/confstr.c| 105 ++
testsuites/psxtests/Makefile.am | 9 ++
testsuites/psxtests/configure.ac |
On 20/08/2020 19:05, Eshan dhawan wrote:
Adds Confstr file To RTEMS with test
Signed-off-by: Eshan dhawan
Please address all my review comments. Please review all the new file if
they make sense.
___
devel mailing list
devel@rtems.org
http://lists.
Close #4060.
---
cpukit/include/rtems/confdefs/mpci.h| 13 ++---
cpukit/include/rtems/confdefs/threads.h | 7 ++-
2 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/cpukit/include/rtems/confdefs/mpci.h
b/cpukit/include/rtems/confdefs/mpci.h
index e4d9737b31..0a9be4a2
Sebastian Huber (1):
confdefs: Fix cyclic dependency
cpukit/include/rtems/confdefs/mpci.h| 13 ++---
cpukit/include/rtems/confdefs/threads.h | 7 ++-
2 files changed, 8 insertions(+), 12 deletions(-)
--
2.26.2
___
devel mailing lis
26 matches
Mail list logo