Re: RTEMS Python Standardization (ticket #3892)

2020-03-09 Thread Anmol Mishra
Sure thing, I have replied and reviewed all your comments. Working on them and I will restructure it at the earliest. Now I understand google's idea to get it reviewed by mentors asap, so that reshaping can be done to match the target in time. Thanks for your input and time. Best Regards On

Re: RTEMS Python Standardization (ticket #3892)

2020-03-09 Thread Gedare Bloom
Hello Anmol, I have provided some feedback on your draft. Please focus on reshaping your proposal to provide a stronger organization of both your thought process and your plan for working in the summer. You might like to review advice in: https://google.github.io/gsocguides/student/ On Mon, Mar

Re: rtems-examples hello no output devfs

2020-03-09 Thread Sebastian Huber
On 14/02/2020 16:29, Joel Sherrill wrote: This filesystem is needed because some applications want no filesystem but you require one for device nodes. Even the IMFS is subject to mallocs which are undesired in the applications that this was supporting. Termios uses

RTEMS Python Standardization (ticket #3892)

2020-03-09 Thread Anmol Mishra
Hello, I proposed the project and after a lot of input, I saw that a project RTEMS Python Standardization (ticket #3892) has been added to the list. I have drafted a proposal (It needs a lot of refinement and I seek from expected mentor and co-mentor in this step)

Re: Project Query for #3855 (BSP Buildset for EPICS)

2020-03-09 Thread Gedare Bloom
On Mon, Mar 9, 2020 at 7:31 AM Mritunjay Sharma wrote: > > Thank you, Chris, for such a detailed description of my query. > Yes, sure. I would be more than happy to help with this fantastic idea > proposed by Joel. I think I need to reschedule a few things in my proposal > now. So before things

Re: Beaglebone Black USB-OTG/FDT Support GSOC

2020-03-09 Thread Gedare Bloom
On Sun, Mar 8, 2020 at 3:07 PM Christian Mauderer wrote: > > Hello John, > > On 08/03/2020 18:32, John kongtcheu wrote: > > Thank you for the information. I have already done the hello world > > project, (I just forwarded it to you to take a look) and I took a break > > for a little bit, because

Re: [PATCH] Hello World

2020-03-09 Thread Gedare Bloom
Hi John, Thanks. Regarding BeagleBone Black (BBB) you should demonstrate that you can run RTEMS on the BBB during your proposal prep phase. You will need to dig to find out what remains to be done in this space. That said, there is a student with a proposal to advance Flattened Device Tree

[PATCH v2 3/3] i386: Port to RTEMS

2020-03-09 Thread Jan Sommer
- Update imported files to compile rtems-libbsd for i386 based BSPs --- freebsd/sbin/sysctl/sysctl.c |8 + freebsd/sys/dev/pci/pci_pci.c|2 + freebsd/sys/i386/i386/legacy.c | 381 --- freebsd/sys/i386/include/machine/cpufunc.h |2 +

[PATCH v2 2/3] i386: Update build system

2020-03-09 Thread Jan Sommer
- Update FreeBSD files in libbsd.py - Introduce path-mappings in waf_libsd.py and libbsd.py for include path fixes --- libbsd.py | 17 +++-- waf_libbsd.py | 13 +++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/libbsd.py b/libbsd.py index

[PATCH v2 0/3] [5-freebsd-12] Fix compilation for i386

2020-03-09 Thread Jan Sommer
This is the backport for the 5-freebsd-12 branch to make rtems-libbsd compile for i386 again: - It also introduces path-mappings to waf_libbsd.py as introduced here: https://lists.rtems.org/pipermail/devel/2020-February/057457.html Best regards, Jan Jan Sommer (3): i386: Add missing

Re: Project Query for #3855 (BSP Buildset for EPICS)

2020-03-09 Thread Mritunjay Sharma
Thank you, Chris, for such a detailed description of my query. Yes, sure. I would be more than happy to help with this fantastic idea proposed by Joel. I think I need to reschedule a few things in my proposal now. So before things start looking cleaner in my proposal, can we discuss more on our

Re: ticket #3676 support for aio.h

2020-03-09 Thread Joel Sherrill
On Mon, Mar 9, 2020, 7:08 AM Eshan Dhawan wrote: > aio.h is a header related to input and output then why should it be > shifted to newlib? > We have moved almost every c library and POSIX header file to newlib over the years. Only a few remain in RTEMS. Completeness so folks know where to

Re: Suggestion

2020-03-09 Thread Anmol Mishra
I am drafting a proposal for this, Will submit it as soon as possible, Possibly by tomorrow. I am getting an idea and I will try to match the ticket deliverables. Best Regards Anmol On Sat, Feb 29, 2020 at 12:39 AM Amar Takhar wrote: > On 2020-02-28 12:39 -0600, Joel Sherrill wrote: > > > >

ticket #3676 support for aio.h

2020-03-09 Thread Eshan Dhawan
aio.h is a header related to input and output then why should it be shifted to newlib? ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH 13/20] c-user: Move "General Scheduler Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/general-sched-config.rst | 389 + c-user/config/index.rst| 387 +--- 2 files changed, 390 insertions(+), 386 deletions(-) create mode 100644 c-user/config/general-sched-config.rst diff

[PATCH 15/20] c-user: Move "Device Driver Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/device-config.rst | 507 c-user/config/index.rst | 505 +-- 2 files changed, 508 insertions(+), 504 deletions(-) create mode 100644 c-user/config/device-config.rst diff --git

[PATCH 16/20] c-user: Move "Multiprocessing Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/index.rst | 182 + c-user/config/mpci-config.rst | 184 ++ 2 files changed, 185 insertions(+), 181 deletions(-) create mode 100644 c-user/config/mpci-config.rst diff --git

[PATCH 14/20] c-user: Move "Clustered Scheduler Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/clustered-sched-config.rst | 219 +++ c-user/config/index.rst | 217 +- 2 files changed, 220 insertions(+), 216 deletions(-) create mode 100644 c-user/config/clustered-sched-config.rst diff

[PATCH 11/20] c-user: Move "BSP Related Configuration Options"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/bsp-config.rst | 247 +++ c-user/config/index.rst | 245 +- 2 files changed, 248 insertions(+), 244 deletions(-) create mode 100644 c-user/config/bsp-config.rst diff --git

[PATCH 18/20] c-user: Move "Event Recording Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/event-record-config | 61 +++ c-user/config/index.rst | 59 + 2 files changed, 62 insertions(+), 58 deletions(-) create mode 100644 c-user/config/event-record-config diff --git

[PATCH 20/20] c-user: Move "Obsolete Configuration Options"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/index.rst | 222 + c-user/config/obsolete-config.rst | 224 ++ 2 files changed, 225 insertions(+), 221 deletions(-) create mode 100644 c-user/config/obsolete-config.rst diff --git

[PATCH 17/20] c-user: Move "PCI Library Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/index.rst | 53 +-- c-user/config/libpci-config.rst | 55 + 2 files changed, 56 insertions(+), 52 deletions(-) create mode 100644 c-user/config/libpci-config.rst diff --git

[PATCH 10/20] c-user: Move "Block Device Cache Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/bdbuf-config.rst | 338 + c-user/config/index.rst| 336 +--- 2 files changed, 339 insertions(+), 335 deletions(-) create mode 100644 c-user/config/bdbuf-config.rst diff --git

[PATCH 09/20] c-user: Move "Filesystem Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/filesystem-config.rst | 547 c-user/config/index.rst | 545 +-- 2 files changed, 548 insertions(+), 544 deletions(-) create mode 100644 c-user/config/filesystem-config.rst diff --git

[PATCH 19/20] c-user: Move "Ada Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/ada-config.rst | 15 +++ c-user/config/index.rst | 13 + 2 files changed, 16 insertions(+), 12 deletions(-) create mode 100644 c-user/config/ada-config.rst diff --git a/c-user/config/ada-config.rst b/c-user/config/ada-config.rst new

[PATCH 12/20] c-user: Move "Idle Task Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/idle-task-config | 96 ++ c-user/config/index.rst| 94 + 2 files changed, 97 insertions(+), 93 deletions(-) create mode 100644 c-user/config/idle-task-config diff --git

[PATCH 08/20] c-user: Move "Message Queue Buffer Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/index.rst | 91 +-- c-user/config/msgq-buffer-config.rst | 93 2 files changed, 94 insertions(+), 90 deletions(-) create mode 100644 c-user/config/msgq-buffer-config.rst diff --git

[PATCH 01/20] c-user: Split up configuring_a_system.rst

2020-03-09 Thread Sebastian Huber
Introduce an index file for this chapter. This helps to generate some sections from the specification in the future. Start with moving "Introduction" up to "Unlimited Objects" to a new file. Update #3836. --- .../{configuring_a_system.rst => config/index.rst} | 409 +---

[PATCH 06/20] c-user: Move "POSIX Initialization Thread Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/index.rst| 103 +--- c-user/config/posix-init-thread-config.rst | 105 + 2 files changed, 106 insertions(+), 102 deletions(-) create mode 100644 c-user/config/posix-init-thread-config.rst

[PATCH 07/20] c-user: Move "Task Stack Allocator Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/index.rst | 111 +- c-user/config/stack-alloc-config.rst | 113 +++ 2 files changed, 114 insertions(+), 110 deletions(-) create mode 100644 c-user/config/stack-alloc-config.rst diff

[PATCH 02/20] c-user: Move "General System Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/general-config.rst | 639 +++ c-user/config/index.rst | 637 +- 2 files changed, 640 insertions(+), 636 deletions(-) create mode 100644 c-user/config/general-config.rst diff --git

[PATCH 03/20] c-user: Move "Classic API Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/classic-api-config.rst | 291 +++ c-user/config/index.rst | 289 +- 2 files changed, 292 insertions(+), 288 deletions(-) create mode 100644 c-user/config/classic-api-config.rst diff

[PATCH 04/20] c-user: Move "Classic API Initialization Task Configuration"

2020-03-09 Thread Sebastian Huber
Update #3836. --- c-user/config/classic-init-task-config.rst | 234 + c-user/config/index.rst| 232 +--- 2 files changed, 235 insertions(+), 231 deletions(-) create mode 100644 c-user/config/classic-init-task-config.rst

Re: RTEMS Documentation BSD licensing

2020-03-09 Thread Sebastian Huber
Hello Martin, On 06/03/2020 19:36, Martin Erik Werner wrote: Based on the dual-licensing work done as part of https://devel.rtems.org/ticket/3899 I was wondering what the licensing state would be for the documentation going forward? Previously, as far as I understand it, contributions were