From: Jeff Kubascik
Source files were copied from xilinx-zynq.
---
bsps/arm/xilinx-zynqmp/README | 13 ++
bsps/arm/xilinx-zynqmp/config/xilinx_zynq.inc | 10 ++
.../xilinx-zynqmp/console/console-config.c| 62
bsps/arm/xilinx-zynqmp/headers.am | 15 ++
From: Jeff Kubascik
Modifications to get xilinx-zynqmp BSP working on an Ultra96 board.
---
bsps/arm/xilinx-zynqmp/README | 43 --
.../{xilinx_zynq.inc => xilinx_zynqmp.inc}| 2 +-
.../config/xilinx_zynqmp_ultra96.cfg | 1 +
.../xilinx-zynqmp/console/console
From: Jeff Kubascik
This set of patches creates a new BSP layer for the Xilinx Zynq UltraScale+
MPSoC.
The first two patches move the zynq-uart driver into a common directory, so that
both the xilinx-zynq and xilinx-zynqmp BSPs can use it.
The third patch copies the xilinx-zynq BSP layer to xil
From: Jeff Kubascik
This driver will be shared with the xilinx-zynqmp BSP.
---
bsps/arm/{xilinx-zynq => }/include/bsp/zynq-uart-regs.h | 0
bsps/arm/{xilinx-zynq => }/include/bsp/zynq-uart.h | 0
bsps/arm/{xilinx-zynq/console => shared/serial}/zynq-uart.c | 0
bsps/arm/xilinx-zynq/h
From: Jeff Kubascik
This variable is BSP specific and should be removed from the driver
header file.
---
bsps/arm/xilinx-zynq/console/debug-console.c | 2 ++
bsps/arm/xilinx-zynq/include/bsp/zynq-uart.h | 4 +---
bsps/arm/xilinx-zynq/start/bspreset.c| 2 ++
3 files changed, 5 insertions(
Hi
Poking around at the generated Doxygen, it looks like the Files> tab has a
lot of structure but content seems to be missing in many of the categories.
Is this from not processing C files?
--joel
___
devel mailing list
devel@rtems.org
http://lists.rte
Hi
In poking at the generated RTEMS Doxygen, I think the Related Pages needs
attention
https://docs.rtems.org/doxygen/branches/master/pages.html
The first 2/3 of what's listed is categorized wrong to show up here:
SAM V71 Xplained Ultra - Board
"SAM V71 Xplained Ultra - Board informations"
"
Are you sure it can't be NULL when POSIX is disabled? The historical case
where it was NULL was when you disabled an API.
If it truly can't be NULL now, it would be good to see comments that
explain why it can't be NULL.
On Fri, Apr 5, 2019 at 3:00 AM Sebastian Huber <
sebastian.hu...@embedded-br
The _Objects_Information_table[ the_api ] is never NULL for a valid API
index.
---
cpukit/posix/src/killinfo.c | 8 +---
cpukit/score/src/threaditerate.c | 5 +
2 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c
in
On 13/03/2019 07:55, Sebastian Huber wrote:
On 28/02/2019 15:52, Sebastian Huber wrote:
Hello,
we agreed to use @param for function parameter documentation:
https://docs.rtems.org/branches/master/eng/coding-doxygen.html#doxygen-best-practices
Do we want to use [in], [out] or [in,out] as we
On 05/04/2019 08:51, Andreas wrote:
Hi there,
while reviewing the doxygen documentation in this file I found some
instances where I think the function parameters should be made constant.
Bellow my suggested changes:
commit 9fc61307be4f21039b7cd4553099e29e5fd5e456 (HEAD)
Author: Andreas D
Add rtems_scheduler_get_processor() as a replacement for
rtems_get_current_processor(). The rtems_get_current_processor() is a
bit orphaned. Adopt it by the Scheduler Manager. This is in line with
the glibc sched_getcpu() function.
Deprecate rtems_get_current_processor().
Update #3731.
---
bsps/
Close #3731.
---
c-user/scheduling_concepts.rst| 31
c-user/symmetric_multiprocessing_services.rst | 35 ---
2 files changed, 31 insertions(+), 35 deletions(-)
diff --git a/c-user/scheduling_concepts.rst b/c-user/scheduling_concepts
Close #3734.
---
cpukit/include/rtems/score/basedefs.h | 11 +++
1 file changed, 11 insertions(+)
diff --git a/cpukit/include/rtems/score/basedefs.h
b/cpukit/include/rtems/score/basedefs.h
index 770865bb80..8babc0a448 100644
--- a/cpukit/include/rtems/score/basedefs.h
+++ b/cpukit/includ
Add rtems_scheduler_get_processor_maximum() as a replacement for
rtems_get_processor_count(). The rtems_get_processor_count() is a bit
orphaned. Adopt it by the Scheduler Manager. The count is also
misleading, since the processor set may have gaps and the actual count
of online processors may be le
Close #3732.
---
c-user/scheduling_concepts.rst| 36 ++
c-user/symmetric_multiprocessing_services.rst | 43 ---
2 files changed, 36 insertions(+), 43 deletions(-)
diff --git a/c-user/scheduling_concepts.rst b/c-user/scheduling_concepts.r
16 matches
Mail list logo