Re: [PATCH] c-user: Add application config info directives

2022-09-22 Thread Chris Johns
On 23/9/2022 4:34 pm, Sebastian Huber wrote: On 23.09.22 00:04, Chris Johns wrote: On 22/9/2022 6:18 pm, Sebastian Huber wrote: On 17/09/2022 09:31, Chris Johns wrote: +.. index:: rtems_configuration_get_rtems_api_configuration() + +.. _InterfaceRtemsConfigurationGetRtemsApiConfiguration: + +r

Re: [PATCH] c-user: Add application config info directives

2022-09-22 Thread Sebastian Huber
On 23.09.22 00:04, Chris Johns wrote: On 22/9/2022 6:18 pm, Sebastian Huber wrote: On 17/09/2022 09:31, Chris Johns wrote: +.. index:: rtems_configuration_get_rtems_api_configuration() + +.. _InterfaceRtemsConfigurationGetRtemsApiConfiguration: + +rtems_configuration_get_rtems_api_configuration

Re: [PATCH v6 00/10] New GPIO, ADC API and STM32F4 BSP implementation

2022-09-22 Thread Chris Johns
On 22/9/2022 11:44 pm, Joel Sherrill wrote: > > > On Thu, Sep 22, 2022 at 4:44 AM Karel Gardas wrote: > > On 9/22/22 10:41, Sebastian Huber wrote: > > On 22/09/2022 10:30, Karel Gardas wrote: > >> On 9/22/22 00:00, Gedare Bloom wrote: > >>> On Wed, Sep 21, 2022 at 9:12 AM Joel S

Re: [PATCH] score: Simplify Chain_Node definition

2022-09-22 Thread Joel Sherrill
OK I think. On Thu, Sep 22, 2022 at 8:58 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Fix documentation. > --- > cpukit/include/rtems/score/chain.h | 22 ++ > 1 file changed, 6 insertions(+), 16 deletions(-) > > diff --git a/cpukit/include/rtems/score/cha

Re: [PATCH] c-user: Add application config info directives

2022-09-22 Thread Chris Johns
On 22/9/2022 6:18 pm, Sebastian Huber wrote: > On 17/09/2022 09:31, Chris Johns wrote: >>> +.. index:: rtems_configuration_get_rtems_api_configuration() >>> + >>> +.. _InterfaceRtemsConfigurationGetRtemsApiConfiguration: >>> + >>> +rtems_configuration_get_rtems_api_configuration() >>> +

[PATCH] score: Simplify Chain_Node definition

2022-09-22 Thread Sebastian Huber
Fix documentation. --- cpukit/include/rtems/score/chain.h | 22 ++ 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/cpukit/include/rtems/score/chain.h b/cpukit/include/rtems/score/chain.h index 7414fdb697..95f2d2b2ef 100644 --- a/cpukit/include/rtems/score/chain.

Re: [PATCH v6 00/10] New GPIO, ADC API and STM32F4 BSP implementation

2022-09-22 Thread Joel Sherrill
On Thu, Sep 22, 2022 at 4:44 AM Karel Gardas wrote: > On 9/22/22 10:41, Sebastian Huber wrote: > > On 22/09/2022 10:30, Karel Gardas wrote: > >> On 9/22/22 00:00, Gedare Bloom wrote: > >>> On Wed, Sep 21, 2022 at 9:12 AM Joel Sherrill wrote: > > > > On Wed, Sep 21, 2022 at 8:

Re: [PATCH 1/7] bsp/aarch64: New entry for Raspberry pi 4B AArch64 BSP

2022-09-22 Thread Kinsey Moore
It's great to see support for this get posted! One thing I'd like to note is that patch sets generally produce working code at every step. The usual progression is: * First patch adds a basic BSP with no interrupts that only works on an emulator (which usually means no MMU support) * Addit

Re: [PATCH 6/7] bsp/aarch64: Starthooks and MMU Sections for Raspberry pi 4B AArch64 BSP

2022-09-22 Thread Kinsey Moore
On 9/22/2022 01:20, Mohd Noor Aman wrote: This commit add starthooks and MMU files for the BSP. The MMU sections include peripheral, ARM Local regs, FIQs-IRQs, Watchdog, Videocore Timer, System Timer, GIC Timer, EMMC and UART Addresses. --- bsps/aarch64/raspberrypi/start/bspstart.c | 49

[PATCH] rtems: Add rtems_clock_get_ticks_since_boot() function

2022-09-22 Thread Sebastian Huber
This function was declared, however, a definition was missing. Add a validation test for it. --- cpukit/rtems/src/clockgettickssinceboot.c | 53 spec/build/cpukit/librtemscpu.yml | 1 + testsuites/validation/tc-clock.c | 75 ++- 3 files chang

Re: [PATCH v6 00/10] New GPIO, ADC API and STM32F4 BSP implementation

2022-09-22 Thread Karel Gardas
On 9/22/22 10:41, Sebastian Huber wrote: On 22/09/2022 10:30, Karel Gardas wrote: On 9/22/22 00:00, Gedare Bloom wrote: On Wed, Sep 21, 2022 at 9:12 AM Joel Sherrill wrote: On Wed, Sep 21, 2022 at 8:48 AM Karel Gardas wrote: The problem is that we still need to discuss licensing here.

Re: [PATCH v6 00/10] New GPIO, ADC API and STM32F4 BSP implementation

2022-09-22 Thread Sebastian Huber
On 22/09/2022 10:30, Karel Gardas wrote: On 9/22/22 00:00, Gedare Bloom wrote: On Wed, Sep 21, 2022 at 9:12 AM Joel Sherrill wrote: On Wed, Sep 21, 2022 at 8:48 AM Karel Gardas wrote: The problem is that we still need to discuss licensing here. Randomly checked files from the HAL patch

Re: [PATCH v6 00/10] New GPIO, ADC API and STM32F4 BSP implementation

2022-09-22 Thread Karel Gardas
On 9/22/22 00:00, Gedare Bloom wrote: On Wed, Sep 21, 2022 at 9:12 AM Joel Sherrill wrote: On Wed, Sep 21, 2022 at 8:48 AM Karel Gardas wrote: The problem is that we still need to discuss licensing here. Randomly checked files from the HAL patch contains this as a license: * This so

Re: [PATCH] c-user: Add application config info directives

2022-09-22 Thread Sebastian Huber
On 17/09/2022 09:31, Chris Johns wrote: +.. index:: rtems_configuration_get_rtems_api_configuration() + +.. _InterfaceRtemsConfigurationGetRtemsApiConfiguration: + +rtems_configuration_get_rtems_api_configuration() +- + +Gets the Classic API Configu