Fwd: [GSoC Mentors] GSoC 2019 is now open for student applications!

2019-03-25 Thread Joel Sherrill
Passing along that student applications are now open. --joel -- Forwarded message - From: 'sttaylor' via Google Summer of Code Mentors List < google-summer-of-code-mentors-l...@googlegroups.com> Date: Mon, Mar 25, 2019 at 1:27 PM Subject: [GSoC Mentors] GSoC 2019 is now open for s

RE: Design Tools for RTEMS Qualification Toolchain

2019-03-25 Thread Jose Valdez
Hello Joel, Thank you for your reply. I meant by design tools, UML tools (I am targeting component and sequence diagrams). It seems that you meant that you consider design tools the ones that are able to produce code from the design. Indeed was not with that goal in mind, because: è RTEMS sou

Re: Design Tools for RTEMS Qualification Toolchain

2019-03-25 Thread Joel Sherrill
You haven't defined what you mean by design tool. The implication seems to be something to do UML-ish things in. PlantUML with DITAA, mscgen, and dot (e.g. graphviz) as backups is a pretty good combination for drawing diagrams. But they are not design tools IMO. They are tools to produce diagrams

Design Tools for RTEMS Qualification Toolchain

2019-03-25 Thread Jose Valdez
Hello, I have been doing the Design Tools investigation. I had investigated several tools with the following features in mind: è Open Source and active project è Text-file based tool, which allows git control and manipulation of the files with other tools (to add extra functionality) è Diagr

[PATCH 2/4] score: Rename ScoreCPU Doxygen group

2019-03-25 Thread Sebastian Huber
Update #3706. --- cpukit/include/rtems/score/object.h | 2 +- cpukit/score/cpu/arm/arm_exc_abort.S | 2 +- cpukit/score/cpu/arm/arm_exc_interrupt.S | 2 +- cpukit/score/cpu/arm/cpu.c

[PATCH 3/4] score: Add example CPU architecture group

2019-03-25 Thread Sebastian Huber
Update #3706. --- cpukit/score/cpu/no_cpu/include/rtems/asm.h | 4 ++-- cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h | 12 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/cpukit/score/cpu/no_cpu/include/rtems/asm.h b/cpukit/score/cpu/no_cpu/include

[PATCH 1/4] score: Add implementation top-level group

2019-03-25 Thread Sebastian Huber
Update #3706. --- cpukit/doxygen.h| 5 + cpukit/include/rtems/score/object.h | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 cpukit/doxygen.h diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h new file mode 100644 index 00..449026b707 --- /dev/null +++ b

[PATCH 4/4] score: Add ARM CPU architecture group

2019-03-25 Thread Sebastian Huber
Update #3706. --- cpukit/score/cpu/arm/arm_exc_abort.S| 2 +- cpukit/score/cpu/arm/arm_exc_interrupt.S| 2 +- cpukit/score/cpu/arm/cpu.c | 2 +- cpukit/score/cpu/arm/cpu_asm.S | 2 +- cpukit/score/cpu/arm/include/rtems/a

RE: RTEMS Requirement Management Tools

2019-03-25 Thread Jose Valdez
Hello All, Sorry for my late reply and thanks to the people who answered these questions. I believe these positive answers reinforces the choice for doorstop. For the requirement analysis, I meant that this feature is descoped (too much complexity to make it) and it will be the responsibility o