Re: [rtems-libbsd commit] sys/kern: Add VFS support

2022-02-13 Thread Sebastian Huber
On 09/02/2022 22:58, Chris Johns wrote: On 9/2/22 7:43 pm, Sebastian Huber wrote: On 09/02/2022 09:41, Sebastian Huber wrote: On 08/02/2022 11:07, Chris Johns wrote: It seems that the commit is not present in the master branch. This means all the work will be lost when we update to a newer Fre

[PATCH] added malloc usable size and test

2022-02-13 Thread zack leung
--- cpukit/include/rtems/libcsupport.h| 8 ++- cpukit/libcsupport/src/mallocusablesize.c | 28 +++ spec/build/cpukit/librtemscpu.yml | 1 + testsuites/libtests/malloctest/init.c | 15 +++- 4 files changed, 50 insertions(+), 2 deletions(-) crea

Re: [PATCH rtems-docs] Add option --build-manuals to build multiple specific manuals.

2022-02-13 Thread Chris Johns
On 12/2/22 3:37 am, Shashvat wrote: > Hi Gedare!! > > Is there a ticket associated with this, or any feature request? Or >> just something you thought of doing? >> > > I am sorry I should have mentioned the motive behind the option. > I was planning to work on ticket # which works on a specif

Re: [PATCH] bsp/atsam: Improve UART / USART tx performance

2022-02-13 Thread Gedare Bloom
ok for 5 and master On Fri, Feb 11, 2022 at 1:07 AM Christian Mauderer wrote: > > Put the next character into the send buffer if the buffer is empty and > not when the last character has been sent out to the line. This improves > the performance slightly. > > Before that patch, the receive path w