This looks ok, There's a minor problem that this patch might break
existing BSPs due to the change in the option name
(RISCV_ENABLE_FRDME310ARTY_SUPPORT to
RISCV_ENABLE_SIFIVE_UART_SUPPORT) until the spec patch is applied, so
it would be better then to combine the patches together, so that it
comm
From: Aaron Nyholm
Closes #4869
---
cpukit/include/rtems/shellconfig.h | 7 +
cpukit/libmisc/shell/main_flashdev.c | 352 +++
spec/build/cpukit/objshell.yml | 1 +
3 files changed, 360 insertions(+)
create mode 100644 cpukit/libmisc/shell/main_flashdev.c
dif
From: Aaron Nyholm
Updates #4896
---
cpukit/dev/flash/flashdev.c | 353
cpukit/include/dev/flash/flashdev.h | 95
spec/build/cpukit/librtemscpu.yml | 4 +
3 files changed, 452 insertions(+)
create mode 100644 cpukit/dev/flash/flashdev.c
create
This generic flash device API creates a device wrapper for flash
drivers. It allows for the flash device to opened as a file descriptor
with region limiting. IOCTL calls are present to allow for device
idenification.
Designed with the goal of creating a generic flash driver that allows
different
This patch includes the spec/build options for the riscv kendrytek210
BSP variant. It includes options to allow the frdme310arty console
UART to be used on multiple BSPS, device tree options, memory
options, and other required options for the variant.
Updates #4876
---
spec/build/bsps/optdtb.yml
This patch adds the k210 device tree source and the corresponding
device tree blob encoded in the header which is used for the
embedded device tree blob for the Kendryte K210 BSP variant.
Updates #4876
---
bsps/riscv/riscv/dts/kendryte-k210.dts| 216
.../riscv/include/bsp/ken
This patch adds support for the Kendryte K210 RISC-V BSP variant.
The SoC uses the existing Interrupt Controller, Timer, and console UART.
It only needs SoC specific initialization and an embedded device tree binary
similar to the polarfire SoC BSP.
Updates #4876
---
bsps/riscv/riscv/config/kendr
Version 2 patch updates: Separated the device tree source and encoded
device tree blob into a separate patch, added the license text to
k210.h, eliminated whitespace warnings, and eliminated dead code in
the conditional compilation structure for the core_get_frequency
function in start/bspstart.c.
---
bsps/arm/stm32h7/start/mpu-config.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/bsps/arm/stm32h7/start/mpu-config.c
b/bsps/arm/stm32h7/start/mpu-config.c
index ce3c92ccb0..a3ebc065ec 100644
--- a/bsps/arm/stm32h7/start/mpu-config.c
+++ b/bsps/arm/stm32h7/start/mpu-config.c
The existing include path only works from inside the RTEMS build. This
fixes the include path to work both in the RTEMS build and with builds
of external apps since this file gets installed with the BSP.
---
bsps/aarch64/xilinx-zynqmp/include/bsp/jffs2_xqspipsu.h | 2 +-
1 file changed, 1 insertio
Sponsored-By: Precidata
---
.../score/cpu/arm/arm-exception-frame-print.c | 101 ++
.../cpu/arm/include/rtems/score/armv7m.h | 11 ++
2 files changed, 112 insertions(+)
diff --git a/cpukit/score/cpu/arm/arm-exception-frame-print.c
b/cpukit/score/cpu/arm/arm-exception-fram
On 15.03.23 14:58, Sam Price wrote:
I was looking at rtems-gtest from 4 years ago.
https://git.rtems.org/sebh/rtems-gtest.git/
Is this currently in use anywhere for the testing side?
I used the latest version recently. I was easy to port to RTEMS.
If not I plan on forking the main line google
I was looking at rtems-gtest from 4 years ago.
https://git.rtems.org/sebh/rtems-gtest.git/
Is this currently in use anywhere for the testing side?
If not I plan on forking the main line google test and writing a toolchain file.
The rtems gtest doesn't seem to share the same history as the official
Thank you
On Wed, Mar 15, 2023, 5:21 AM Karel Gardas wrote:
>
> Thanks! Applied with a slightly modified commit message.
>
> Karel
>
> On 3/15/23 05:38, Ruturaj Nanoti wrote:
> > Hi,
> >
> > I found a small typo while going through the BSP documentation for
> > stm32h7 and fixed it in this commi
On Tue, Mar 14, 2023 at 11:35 PM Gedare Bloom wrote:
> >> >> > diff --git a/bsps/riscv/riscv/start/bspstart.c
> b/bsps/riscv/riscv/start/bspstart.c
> >> >> > index 30d479ce88..a0b6e683f6 100644
> >> >> > --- a/bsps/riscv/riscv/start/bspstart.c
> >> >> > +++ b/bsps/riscv/riscv/start/bspstart.c
> >
---
cpukit/doxygen/hash-algorithms.h | 149 +++
1 file changed, 149 insertions(+)
create mode 100644 cpukit/doxygen/hash-algorithms.h
diff --git a/cpukit/doxygen/hash-algorithms.h b/cpukit/doxygen/hash-algorithms.h
new file mode 100644
index 00..c920d7685e
---
Thanks! Applied with a slightly modified commit message.
Karel
On 3/15/23 05:38, Ruturaj Nanoti wrote:
Hi,
I found a small typo while going through the BSP documentation for
stm32h7 and fixed it in this commit.
Thank You
Ruturaj Nanoti (1):
Fixed a typo in the /user/bsps/arm/stm32h7.rst
---
cpukit/libmisc/cpuuse/cpuusagedata.c | 2 +-
cpukit/libmisc/cpuuse/cpuusagereport.c | 2 +-
cpukit/libmisc/cpuuse/cpuusagereset.c | 2 +-
cpukit/libmisc/cpuuse/cpuusagetop.c| 2 +-
cpukit/libmisc/cpuuse/cpuuseimpl.h | 26 ++
5 files changed, 30 insertions
18 matches
Mail list logo