Re: Traceability from specification to source code?

2020-04-26 Thread Chris Johns
On 18/4/20 12:41 am, Joel Sherrill wrote: FWIW I have finally confirmed what I long believed. That writing simple single logic expression if conditions makes statement coverage results approach those of the higher levels. Those address if conditions with multiple sub-expressions. Avoid using mult

Re: [PATCH rtems-libbsd v2] regulator: Disable FDT parts for non-FDT targets

2020-04-26 Thread Chris Johns
On 17/4/20 11:04 pm, jan.som...@dlr.de wrote: I can confirm, that the current 5-freebsd-12 branch builds now for pc686-BSP. Thank you for sorting this out. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Release task request for help

2020-04-26 Thread Chris Johns
On 23/4/20 10:17 pm, Richi Dubey wrote: Dear Mr. Johns, I know Niteesh has agreed to help you with this. But if you ever need another person to work on this,I'll be happy to lend my hands. I always wanted to learn more about the release process and how the merging of different branches take p

Re: Release task request for help

2020-04-26 Thread Chris Johns
Hi, Sorry about the delay getting back to you. I had to take our dog to vet last Friday and then it was the weekend ... :) On 23/4/20 4:42 pm, Niteesh G. S. wrote: Hello Chris, Message: 4 Date: Thu, 23 Apr 2020 14:35:12 +1000 From: Chris Johns mailto:chr...@rtems.org>> To: RT

Re: RTEMS examples build failed

2020-04-26 Thread Chris Johns
On 26/4/20 8:24 pm, Vijay Kumar Banerjee wrote: After reading through the Waf book and some different trials, I came up with a nice one-line solution that works like a charm: https://lists.rtems.org/pipermail/devel/2020-April/059556.html Nice and thanks. I used the find_or_declare function

Re: RTEMS examples build failed

2020-04-26 Thread Vijay Kumar Banerjee
On Wed, Apr 22, 2020 at 11:40 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 21/04/2020 19:18, Gedare Bloom wrote: > > > On Tue, Apr 21, 2020 at 8:42 AM Vijay Kumar Banerjee > wrote: > >> > >> > >> On Tue, Apr 21, 2020 at 7:10 AM Chris Johns wrote: > >>> On 21/4/20 7:03 am,

[PATCH rtems-examples] filesystem: Fix file not found error

2020-04-26 Thread Vijay Kumar Banerjee
--- file_io/crc/wscript| 2 ++ filesystem/fat_ramdisk/wscript | 2 ++ 2 files changed, 4 insertions(+) diff --git a/file_io/crc/wscript b/file_io/crc/wscript index 45384a9..45596d2 100644 --- a/file_io/crc/wscript +++ b/file_io/crc/wscript @@ -31,6 +31,8 @@ def build(bld):