Re: [PATCH 1/2] dev/flash: Add API for Flash devices

2023-03-17 Thread Gedare Bloom
Some comments below. However, I think it will be best to first re-send just the flashdev.h file so that we can iterate on the API before you put too much more effort into implementing it. On Wed, Mar 15, 2023 at 8:56 PM wrote: > > From: Aaron Nyholm > > Updates #4896 I don't see a ticket with th

[PATCH 1/2] dev/flash: Add API for Flash devices

2023-03-15 Thread aaron . nyholm
From: Aaron Nyholm Updates #4896 --- cpukit/dev/flash/flashdev.c | 353 cpukit/include/dev/flash/flashdev.h | 95 spec/build/cpukit/librtemscpu.yml | 4 + 3 files changed, 452 insertions(+) create mode 100644 cpukit/dev/flash/flashdev.c create