Re: [PATCH rtems-tools] fix _mkdir parameter error.

2022-11-27 Thread Chris Johns
Pushed. Thanks Chris On 27/11/2022 8:20 pm, zhengxiaojun wrote: > fix _mkdir parameter error. > > Signed-off-by: zhengxiaojun > --- >  tester/covoar/ReportsBase.cc | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tester/covoar/ReportsBase.cc

Re: [PATCH] spec/beagle: Add missing spi.h install

2022-11-27 Thread Chris Johns
Pushed. Thanks Chris On 26/11/2022 2:19 pm, Kinsey Moore wrote: > The beagle SPI functions are unusable by applications unless this file > is installed with the BSP. This ensures that the file is installed > properly. > --- > spec/build/bsps/arm/beagle/obj.yml | 1 + > 1 file changed, 1

[PATCH rtems-tools] fix _mkdir parameter error.

2022-11-27 Thread zhengxiaojun
fix _mkdir parameter error. Signed-off-by: zhengxiaojun --- tester/covoar/ReportsBase.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/covoar/ReportsBase.cc b/tester/covoar/ReportsBase.cc index 0fb9ce0..eb56c4f 100644 --- a/tester/covoar/ReportsBase.cc +++