Re: Operations and Directives in Classic API Guide

2020-06-17 Thread Sebastian Huber
On 18/06/2020 00:08, Gedare Bloom wrote: On Wed, Jun 17, 2020 at 10:49 AM Sebastian Huber wrote: Hello, I go currently through the entire Classic API documentation. In the guide there are sections for Operations and Directives. This looks a bit duplicated. Should I move the content of the Ope

Context switching for protected stacks

2020-06-17 Thread Utkarsh Rai
Hello, For my GSoC project, I need to set/unset the memory attributes of the thread stacks on each context switch. Right now I am making changes to the CPU-specific context switch assembly code. The arm/../cpu.h file has the Context_Control structure, which is used to store the relevant registers a

Re: [PATCH] rtems: Remove RTEMS_MP_NOT_CONFIGURED error

2020-06-17 Thread Chris Johns
OK to push this change and the doco patch. Thanks Chris On 16/6/20 3:52 pm, Sebastian Huber wrote: > Some objects can be created with a local or global scope in a > multiprocessing network. In non-multiprocessing configurations setting > the scope to local or global had no effect since such a sys

Re: [PATCH] i386/pc: Initialise the printk serial port on first use

2020-06-17 Thread Gedare Bloom
Looks good to me, thanks for the type fixes too. On Tue, Jun 16, 2020, 11:58 PM wrote: > From: Chris Johns > > --- > bsps/i386/pc386/console/conscfg.c| 7 ++-- > bsps/i386/pc386/console/printk_support.c | 42 +++- > 2 files changed, 37 insertions(+), 12 deletions(-

Re: Operations and Directives in Classic API Guide

2020-06-17 Thread Gedare Bloom
On Wed, Jun 17, 2020 at 10:49 AM Sebastian Huber wrote: > > Hello, > > I go currently through the entire Classic API documentation. In the > guide there are sections for Operations and Directives. This looks a bit > duplicated. Should I move the content of the Operations into the > Directives subs

Operations and Directives in Classic API Guide

2020-06-17 Thread Sebastian Huber
Hello, I go currently through the entire Classic API documentation. In the guide there are sections for Operations and Directives. This looks a bit duplicated. Should I move the content of the Operations into the Directives subsection and then delete the Operations section? _

GSoC 2020: Weekly Update (Meeting #3)

2020-06-17 Thread Niteesh G. S.
Hello, Weekly Process Report. Project: Beagle BSP: Add FDT based initialization DATE: June 17, 2020 Current work: -- Import the pinmux driver from FreeBSD to RTEMS. Test the driver with libBSD. Implement simple FreeBSD structures into RTEMS to make porting easier. Progress:

Re: [PATCH] Added APA terms

2020-06-17 Thread Richi Dubey
Hi, Thanks a lot for your quick review and a detailed explanation of all my mistakes. I have sent in the new patch. Please let me know if it looks okay. Thanks! On Mon, Jun 15, 2020 at 9:26 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 15/06/2020 16:38, Richi Dubey wrote:

[PATCH] APA definitions

2020-06-17 Thread Richi Dubey
--- c-user/glossary.rst | 29 + 1 file changed, 29 insertions(+) diff --git a/c-user/glossary.rst b/c-user/glossary.rst index 86350a8..1d95f26 100644 --- a/c-user/glossary.rst +++ b/c-user/glossary.rst @@ -1,5 +1,6 @@ .. SPDX-License-Identifier: CC-BY-SA-4.0 +.. Cop