Re: Requirement Management tools

2019-03-15 Thread Mikail Yayla
formal language > written in python) > > > > For the remaining features, I would say that the tools are similar (they > have the same philosophy, although rmToo seems to be more complete but with > no capability to trace to other items as doorstop). > > > > Best rega

Re: Requirement Management tools

2019-03-15 Thread Mikail Yayla
Hello all, I am helping Sebastian trying out different requirement management tools. We are currently evaluating doorstop and how well it can be used. As an example we created a draft of a possible requirements management document structure in doorstop for the queue creation with rtems_message_qu

[PATCH] ClangFormat in Coding Conventions and ClangFormat table in Appendix B

2019-02-25 Thread Mikail Yayla
From 0760ede8cf14fb2bc2d6d670c18af63b7fd7d7b6 Mon Sep 17 00:00:00 2001 From: Mikail Date: Mon, 25 Feb 2019 11:26:06 +0100 Subject: [PATCH] ClangFormat in Coding Conventions and ClangFormat table in Appendix B --- eng/appendix-a.rst | 2 +- eng/appendix-b.rst | 138 +++

Re: clang-format Style for RTEMS

2019-01-13 Thread Mikail Yayla
Hello, to evaluate the effort needed to adapt clang-format for RTEMS, we are currently trying to implement the option to put the ")" at the end of a function declaration in a separate line, e.g.: bool _Thread_Initialize( Thread_Information *information, [...] Objects_Name

clang-format Style for RTEMS

2018-12-14 Thread Mikail Yayla
Hello, we are trying to describe the rtems formatting style using clang-format ( http://clang.llvm.org/docs/ClangFormatStyleOptions.html). To see whether it can be done, we used ratemonperiod.c as an example and tried to set up a .clang-format file to describe the formatting. In the mail added the