Re: RTEMS Release Snapshot: 5.0.0-m1911 (01 Nov 2019)

2019-10-31 Thread Chris Johns
On 1/11/19 3:59 pm, chr...@rtems.org wrote: > RTEMS Release Build - 5.0.0-m1911 > > RTEMS 5 Release snapshot m1911 is avaliable for testing. > It can be found at: > > https://ftp.rtems.org/pub/rtems/releases/5/5.0.0-m1911/5.0.0-m1911 Bug in the announce generation, the path is ... https://ftp.

RTEMS Release Snapshot: 5.0.0-m1911 (01 Nov 2019)

2019-10-31 Thread chrisj
RTEMS Release Build - 5.0.0-m1911 RTEMS 5 Release snapshot m1911 is avaliable for testing. It can be found at: https://ftp.rtems.org/pub/rtems/releases/5/5.0.0-m1911/5.0.0-m1911 Please test and report any issues to the u...@rtems.org or devel@rtems.org mailing lists or please raise a ticket. I

Pi Support Status Question

2019-10-31 Thread Joel Sherrill
Hi I got asked a question about the Pi BSP which led me to a couple of more questions. Help appreciated. + Is there support for the Pi3 or Pi4? I recall some comment about the UART base address changing but nothing useful. + I don't see any networking support in rtems-libbsd. I know the controll

[PATCH] c-user: Document RTEMS_FATAL_SOURCE_HEAP

2019-10-31 Thread Sebastian Huber
Close #3806. --- c-user/fatal_error.rst | 4 1 file changed, 4 insertions(+) diff --git a/c-user/fatal_error.rst b/c-user/fatal_error.rst index f785647..2c72deb 100644 --- a/c-user/fatal_error.rst +++ b/c-user/fatal_error.rst @@ -129,6 +129,10 @@ RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE (12)

[PATCH] rtems-5: Improve heap fatal error information

2019-10-31 Thread Sebastian Huber
From: "sebastian.huber" Update #3806. --- cpukit/include/rtems/score/heap.h | 64 +- cpukit/include/rtems/score/heapimpl.h | 7 ++- cpukit/include/rtems/score/interr.h| 7 +++ cpukit/sapi/src/fatalsrctext.c |

Re: Add chapter for newib build in RTEMS Docs

2019-10-31 Thread Joel Sherrill
On Thu, Oct 31, 2019, 1:30 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 30/10/2019 10:35, Vaibhav Gupta wrote: > > So what's the final stand on this? > > > > Should be working on standalone guide or add the contents to RTEMS > > Software Engineering guide as suggested by Se

Re: [PATCH] riscv: Rename new *_clang.cfg file to *_clang.ccfg

2019-10-31 Thread Sebastian Huber
On 29/10/2019 10:34, Hesham Almatary wrote: This is to hide the new BSPs from GCC builds when building all RISC-V BSPs with configure --target=riscv-rtems5 Can you still build the clang variants after this change? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchh

Re: New Build System Planning

2019-10-31 Thread Sebastian Huber
I have to add that some progress is blocked by a Doorstop pull request: https://github.com/doorstop-dev/doorstop/pull/428 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.h

New Build System Planning

2019-10-31 Thread Sebastian Huber
Hello, the prototype for the new build system looks good so far. You can find a prototype implementation of the new build system here: https://git.rtems.org/sebh/rtems.git/commit/?h=build I do forced pushes to this branch. You can test it with: git clone git://git.rtems.org/sebh/rtems.git c