Re: [PATCH] bsps/microblaze: Fix console interrupt build errors

2022-10-24 Thread Chris Johns
OK to push Chris On 25/10/2022 12:36 pm, Alex White wrote: > This fixes build errors seen when building with console interrupts > enabled. A few places were missing bspopts.h includes, and one of the > UART functions was not defined. > --- > bsps/microblaze/include/dev/serial/uartlite.h | 1 +

[PATCH] bsps/microblaze: Fix console interrupt build errors

2022-10-24 Thread Alex White
This fixes build errors seen when building with console interrupts enabled. A few places were missing bspopts.h includes, and one of the UART functions was not defined. --- bsps/microblaze/include/dev/serial/uartlite.h | 1 + .../microblaze/include/dev/serial/uartlite_l.h | 18

Increase Frequency of Updates of RTEMS GitHub Tools Mirroring

2022-10-24 Thread Joel Sherrill
Hi I'm not sure how often the GNU tools mirrors are updated for RTEMS at GitHub but it would be appreciated if the frequency could be increased. It seems to add a day to any tool update that requires using a git hash since the mirroring takes a while after the commit. I was updating the mips

Fwd: [libc-coord] Per-thread file system attributes

2022-10-24 Thread Joel Sherrill
This is similar to our private process environment. Based on this proposal, what do folks think? Would this work for RTEMS? --joel -- Forwarded message - From: Florian Weimer Date: Mon, Oct 24, 2022 at 11:42 AM Subject: [libc-coord] Per-thread file system attributes To: Some

Re: [PATCH] devel/sis: fix compilation of SIS on Mac OS X

2022-10-24 Thread Joel Sherrill
I'm ok with it. Please push it. On Mon, Oct 24, 2022, 8:34 AM Karel Gardas wrote: > SIS compiles on Mac OS X fine, but without providing --host/--build > configure options. Removing them solves the issue of configure not being > able to recognize arm64-darwin platform. > --- >

[PATCH] devel/sis: fix compilation of SIS on Mac OS X

2022-10-24 Thread Karel Gardas
SIS compiles on Mac OS X fine, but without providing --host/--build configure options. Removing them solves the issue of configure not being able to recognize arm64-darwin platform. --- source-builder/config/sis-2-1.cfg | 1 - 1 file changed, 1 deletion(-) diff --git