On 01/06/2022 08:55, gabriel.moy...@dlr.de wrote:
On 30/05/2022 09:29, Gabriel Moyano wrote:
Since pps->capgen is not used in uniprocessor configurations, there is
no need to verified if it is equal to zero
Update #2349
---
cpukit/score/src/kern_tc.c | 4
1 file changed, 4 insertions(
On 30/05/2022 01:36, Karel Gardas wrote:
diff --git a/bsps/arm/stm32h7/start/bspstarthooks.c
b/bsps/arm/stm32h7/start/bspstarthooks.c
index ef26af5eba..dd8f544e52 100644
--- a/bsps/arm/stm32h7/start/bspstarthooks.c
+++ b/bsps/arm/stm32h7/start/bspstarthooks.c
@@ -101,7 +101,7 @@ void bsp_start_h
> On 01/06/2022 08:55, gabriel.moy...@dlr.de wrote:
> >> On 30/05/2022 09:29, Gabriel Moyano wrote:
> >>> Since pps->capgen is not used in uniprocessor configurations, there
> >>> is no need to verified if it is equal to zero
> >>>
> >>> Update #2349
> >>> ---
> >>>cpukit/score/src/kern_tc.c |
On 01/06/2022 11:19, gabriel.moy...@dlr.de wrote:
On 01/06/2022 08:55,gabriel.moy...@dlr.de wrote:
On 30/05/2022 09:29, Gabriel Moyano wrote:
Since pps->capgen is not used in uniprocessor configurations, there
is no need to verified if it is equal to zero
Update #2349
---
cpukit/score/src
Looks good to me.
On Wed, May 18, 2022 at 1:02 PM Karel Gardas wrote:
>
> This patch adds kind of HOWTO to the stm32h7 BSP description. The howto
> discusses various tools from STM tool-chain and how to use them in order
> to configure board for RTEMS and to upload RTEMS application binary
> to t
Sponsored-By: Precidata
---
.../bsps/arm/stm32h7/bspstm32h747i-disco.yml | 24 +++
spec/build/bsps/arm/stm32h7/optbootcore.yml | 1 +
spec/build/bsps/arm/stm32h7/optlinkcmds.yml | 1 +
spec/build/bsps/arm/stm32h7/optpwrsupply.yml | 1 +
.../arm/stm32h7/optusart1alternate
Besides C files for the BSP variant the patch also provides license
clarification on system_stm32h7xx.c file which is provided
in boards/stm/stm32h747i-disco directory.
The files comes from STM32CubeH7 project and references "root directory"
in its license comment and it's not clear where this poin
This means:
SDRAM 1: 0
SDRAM 2: 32 MB
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml | 1 +
spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
b/spec/build/bsps/arm/stm
This patch disables all U(S)ARTs which are not supported by the board
itself and its provided connectors. That means only USART1 and 2
and UART8 are enabled.
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/optenuart4.yml | 1 +
spec/build/bsps/arm/stm32h7/optenuart5.yml | 1 +
spec/
On 01/06/2022 14:23, Karel Gardas wrote:
Besides C files for the BSP variant the patch also provides license
clarification on system_stm32h7xx.c file which is provided
in boards/stm/stm32h747i-disco directory.
The files comes from STM32CubeH7 project and references "root directory"
in its license
What/Why did this change? Where we not using a release before?
Looks ok otherwise.
On Wed, May 25, 2022 at 12:31 PM Ryan Long wrote:
>
> Bump the hash of spike to match the 1.1.0 release
>
> Closes #4660
> ---
> bare/config/devel/spike-1.1.0.cfg | 4 ++--
> 1 file changed, 2 insertions(+), 2 de
ok
On Mon, May 23, 2022 at 7:13 AM Sebastian Huber
wrote:
>
> Content is from rtems-libbsd/libbsd.txt with minor modifications.
> ---
> user/bsps/arm/xilinx-zynq.rst | 18 +-
> 1 file changed, 17 insertions(+), 1 deletion(-)
>
> diff --git a/user/bsps/arm/xilinx-zynq.rst b/user/b
On Mon, May 23, 2022 at 6:22 AM Christian Mauderer
wrote:
>
> ---
> bsps/arm/imx/start/bspstart.c | 13 +
> 1 file changed, 13 insertions(+)
>
> diff --git a/bsps/arm/imx/start/bspstart.c b/bsps/arm/imx/start/bspstart.c
> index 04d48d1558..e9cca49200 100644
> --- a/bsps/arm/imx/start/
On Mon, May 23, 2022 at 6:21 AM Christian Mauderer
wrote:
>
> Typical embedded systems don't have that much memory. Reduce the buffer
> size to something more sensible for the usual type of application.
> ---
> freebsd/sys/dev/ffec/if_ffec.c | 8
> 1 file changed, 8 insertions(+)
>
> dif
Should this be upstreamed?
On Mon, May 23, 2022 at 6:22 AM Christian Mauderer
wrote:
>
> The i.MX6UL (and some others from the i.MX family) have shared MDIO
> lines for multiple FFECs. This patch allows to use the MDIO interface
> from another Ethernet controller.
>
> Note that you have to make s
ok
On Mon, May 23, 2022 at 6:16 AM Christian Mauderer
wrote:
>
> ATSAM_CONSOLE_DEVICE_INDEX and ATSAM_CONSOLE_DEVICE_TYPE have to be
> integers like suggested by their description. Otherwise it's not
> possible to select (for example) USART2 as console device.
> ---
> spec/build/bsps/arm/atsam/o
On Mon, May 23, 2022 at 1:40 AM wrote:
>
> From: Tian Ye
>
What is the bug this fixes? Is there an open ticket for it?
> ---
> cpukit/libmisc/capture/capture.c | 30
> cpukit/libmisc/capture/capture_support.c | 8 +--
> 2 files changed, 32 insertions(+), 6
On 6/1/2022 7:36 AM, Gedare Bloom wrote:
What/Why did this change? Where we not using a release before?
I'm not sure. Their Github only shows two releases. One's from 2019 and
the latest is from late 2021. The last time the hash was bumped was in
2020 by Joel, so I'm guessing that was changin
This patch adds stm32h747i-disco-m4 BSP variant and puts it in sync
with the stm32h747i-disco BSP variant hardware support. That means,
only USART 1, 2 and UART 8 are enabled. Also SDRAM 2 is set to 32MB,
SDRAM 1 size is set to 0.
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/abi.yml
This is the default configuration of the board out of the box.
Any other possible/supported configuration requires soldering,
so definitely not out of the box experience.
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/optprintkinstance.yml | 5 -
1 file changed, 4 insertions(+), 1
Nucleo does not have any SDRAM, so 0 size is the only possible right
choice here.
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
b/spec/build/bsps/arm/stm32h7/optmemsd
Nucleo does not have any SDRAM so default linkage to SDRAM does not make
any sense here.
Sponsored-By: Precidata
---
spec/build/bsps/arm/stm32h7/optlinkcmds.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml
b/spec/build/bsps/arm/stm32h7/optlink
Hello everyone,
I have pushed this patch and I would like to add a note regarding that.
This patch started interesting discussions about the possible ways to
organize code from multiple sources. Pavel also raised an issue with
the directory name "uLan". Since the repository is still in a personal
These three patches and the stm32h747i-disco-m4 patch are all right.
--
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.hu...@embedded-brains.de
phone: +49-89-18 94 741 - 16
fax: +49-89-18 94 741 - 08
Registergericht: Amtsgericht München
Register
Dear Vijay,
On Thursday 02 of June 2022 05:56:56 Vijay Kumar Banerjee wrote:
> I have pushed this patch and I would like to add a note regarding that.
thanks for the work and time.
> This patch started interesting discussions about the possible ways to
> organize code from multiple sources. Pave
25 matches
Mail list logo