Re: V5.x porting guide or prototypical example?

2020-02-03 Thread groups
Thank you Seb and Joel. I’ll do it. One of our customers Flock Audio (flockaudio.com) has a product on the market, PATCH, that uses an STM32F767 and RTEMS. The product is a replacement for a professional audio studio patch bay that is used to route microphones, instruments, compressors and th

Re: [rtems-docs PATCH v2] user/testing: Add coverage analysis instructions

2020-02-03 Thread Chris Johns
On 4/2/20 10:26 am, Gedare Bloom wrote: > looks OK to me. +1 from me. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [rtems-docs PATCH v2] user/testing: Add coverage analysis instructions

2020-02-03 Thread Gedare Bloom
looks OK to me. On Mon, Feb 3, 2020 at 3:06 AM Vijay Kumar Banerjee wrote: > > --- > user/testing/coverage.rst | 68 +++ > user/testing/index.rst| 1 + > 2 files changed, 69 insertions(+) > create mode 100644 user/testing/coverage.rst > > diff --git a/us

Re: V5.x porting guide or prototypical example?

2020-02-03 Thread Joel Sherrill
On Sun, Feb 2, 2020 at 11:39 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Andrei, > > - Am 3. Feb 2020 um 4:14 schrieb gro...@chichak.ca: > > > \Good day, > > > > A while back I put together a BSP for STM32F7 based on the STM32F407 BSP > for an > > early version of

Re: [PATCH 6/7] bsps: Remove uses of BSP_GET_WORK_AREA_DEBUG

2020-02-03 Thread Chris Johns
On 3/2/20 5:38 pm, Sebastian Huber wrote: > - Am 3. Feb 2020 um 7:12 schrieb Chris Johns chr...@rtems.org: > >> On 3/2/20 4:21 pm, Sebastian Huber wrote: >>> - Am 3. Feb 2020 um 1:14 schrieb Chris Johns chr...@rtems.org: >>> On 2/2/20 1:28 am, Sebastian Huber wrote: > - Am 20.

[PATCH] score: Optimize STATUS_BUILD()

2020-02-03 Thread Sebastian Huber
Do not cast to unsigned int to avoid an unsigned long long enum type. Use a multiplication/division instead to preserve the signedness of the POSIX status. --- cpukit/include/rtems/score/status.h | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cpukit/include/rtems/score

[PATCH] termios: Fix input canonical mode

2020-02-03 Thread Sebastian Huber
Canonical input processing was broken by 667501a314ba75f80f1c13c6b43dd35d0a00efd1 as shown by test case termios09. Update #3800. --- cpukit/libcsupport/src/termios.c | 83 1 file changed, 33 insertions(+), 50 deletions(-) diff --git a/cpukit/libcsupport/s

Re: About Beaglebone Black device tree

2020-02-03 Thread Christian Mauderer
On 02/02/2020 18:34, Vijay Kumar Banerjee wrote: > > > > On Sun, Feb 2, 2020 at 9:49 PM Christian Mauderer > wrote: > > > On 31/01/2020 17:43, Vijay Kumar Banerjee wrote: > > > > > > On Fri, Jan 31, 2020 at 9:59 PM Christian Mauderer > mailto:l..

Pre-Qualification Master Plan

2020-02-03 Thread Sebastian Huber
Hello, I will try to present the "master plan" for the RTEMS pre-qualification project done in the scope of an ESA activity. Since I am not a master in software qualification activities, this is probably only a novice plan. There is a master ticket for this activity here: https://devel.rtems.or

Re: [PATCH] dhcpcd: Pass config structure.

2020-02-03 Thread Sebastian Huber
Looks good, sorry for this bug. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] dhcpcd: Pass config structure.

2020-02-03 Thread Christian Mauderer
--- dhcpcd/dhcpcd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dhcpcd/dhcpcd.c b/dhcpcd/dhcpcd.c index fd6356de..b7839d49 100644 --- a/dhcpcd/dhcpcd.c +++ b/dhcpcd/dhcpcd.c @@ -1181,7 +1181,8 @@ rtems_dhcpcd_start(const rtems_dhcpcd_config *config) if (sc

[rtems-docs PATCH v2] user/testing: Add coverage analysis instructions

2020-02-03 Thread Vijay Kumar Banerjee
--- user/testing/coverage.rst | 68 +++ user/testing/index.rst| 1 + 2 files changed, 69 insertions(+) create mode 100644 user/testing/coverage.rst diff --git a/user/testing/coverage.rst b/user/testing/coverage.rst new file mode 100644 index 000..4f22

Re: RTEMS Project projects?

2020-02-03 Thread Sebastian Huber
Hello, ok, I think we should at least write some words about these projects and give some context in the Software Engineering manual, maybe under https://docs.rtems.org/branches/master/eng/mission.html# ? ___ devel mailing list devel@rtems.org http://