Re: [PATCH v3 1/3] cpukit/flash: Add API for Flash devices

2023-04-23 Thread Kinsey Moore
Great, if you could add a note to that IOCTL to that effect before commit, that'd be great since consumers shouldn't rely on it to alter their consumption of the API. Otherwise, looks good to me! Kinsey On Apr 23, 2023, at 21:45, Aaron Nyholm mailto:aaron.nyh...@unfoldedeffective.com>> wrote:

Re: [PATCH v3 1/3] cpukit/flash: Add API for Flash devices

2023-04-23 Thread Aaron Nyholm
Yes, it is purely informational. It just returns the 3-byte JEDEC ID. Regards, Aaron. --- Original Message --- On Monday, April 24th, 2023 at 12:35 PM, Kinsey Moore wrote: > I noticed that there is provision here to pass through the JEDEC ID from the > physical device (obtained by a

Re: [PATCH v3 1/3] cpukit/flash: Add API for Flash devices

2023-04-23 Thread Kinsey Moore
I noticed that there is provision here to pass through the JEDEC ID from the physical device (obtained by a JEDEC parameter page read, ONFI parameter page read, or other mechanism). Is this intended to be purely informational? Kinsey On Thu, Apr 20, 2023 at 2:23 AM wrote: > From: Aaron Nyholm

Re: [PATCH rtems-examples 1/6] c11/wscript: C11 concurrency does not require POSIX enabled

2023-04-23 Thread Chris Johns
Looks good. Chris On 24/4/2023 6:44 am, Joel Sherrill wrote: > --- > c11/wscript | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/c11/wscript b/c11/wscript > index 151c591..eeb60a9 100644 > --- a/c11/wscript > +++ b/c11/wscript > @@ -6,8 +6,7 @@ > import rtems_

[PATCH rtems-examples 6/6] */.../Makefile: MANAGERS=all has been obsolete a LONG time

2023-04-23 Thread Joel Sherrill
--- benchmarks/nbench/Makefile | 3 --- classic_api/classic_signal/Makefile | 3 --- classic_api/triple_period/Makefile | 3 --- cxx/cxx_throw/Makefile | 3 --- file_io/crc/Makefile | 3 --- file_io/fdopen/Makefile | 3 --- file_io/filerdback

[PATCH rtems-examples 4/6] psx_sched_report/psx_sched_report.c: Do not assume pid=1

2023-04-23 Thread Joel Sherrill
--- posix_api/psx_sched_report/psx_sched_report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix_api/psx_sched_report/psx_sched_report.c b/posix_api/psx_sched_report/psx_sched_report.c index b0381aa..ec0530c 100644 --- a/posix_api/psx_sched_report/psx_sched_report.c +++

[PATCH rtems-examples 3/6] led/wscript: POSIX threads does not require POSIX enabled

2023-04-23 Thread Joel Sherrill
--- led/wscript | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/led/wscript b/led/wscript index edccad5..b10d4e8 100644 --- a/led/wscript +++ b/led/wscript @@ -15,12 +15,11 @@ def build(bld): bld.recurse('timeout_event') bld.recurse('ratemon1')

[PATCH rtems-examples 2/6] hello/wscript: POSIX threads does not require POSIX enabled

2023-04-23 Thread Joel Sherrill
--- hello/wscript | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hello/wscript b/hello/wscript index ca09158..b3cfd08 100644 --- a/hello/wscript +++ b/hello/wscript @@ -7,7 +7,6 @@ import rtems_waf.rtems as rtems def build(bld): bld.recurse('hello_world_c') -i

[PATCH rtems-examples 5/6] livermore/wscript: POSIX threads does not require POSIX enabled

2023-04-23 Thread Joel Sherrill
--- posix_api/livermore/wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/posix_api/livermore/wscript b/posix_api/livermore/wscript index da99c30..8c3d44c 100644 --- a/posix_api/livermore/wscript +++ b/posix_api/livermore/wscript @@ -6,5 +6,4 @@ import rtems_waf.rtems

[PATCH rtems-examples 1/6] c11/wscript: C11 concurrency does not require POSIX enabled

2023-04-23 Thread Joel Sherrill
--- c11/wscript | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/c11/wscript b/c11/wscript index 151c591..eeb60a9 100644 --- a/c11/wscript +++ b/c11/wscript @@ -6,8 +6,7 @@ import rtems_waf.rtems as rtems def build(bld): -if rtems.check_posix(bld): -bld.