[PATCH 11/35] bsps/no_cpu/no_bsp: Change license to BSD-2

2022-07-11 Thread Joel Sherrill
Updates #3053. --- bsps/no_cpu/no_bsp/btimer/btimer.c | 25 ++--- bsps/no_cpu/no_bsp/btimer/timerisr.c | 25 ++--- bsps/no_cpu/no_bsp/clock/ckinit.c| 25 ++--- bsps/no_cpu/no_bsp/console/console.c | 25

Re: no_cpu/no_bsp?

2019-11-23 Thread Gedare Bloom
On Fri, Nov 22, 2019, 5:43 AM Joel Sherrill wrote: > > > On Fri, Nov 22, 2019, 4:33 AM Chris Johns wrote: > >> On 22/11/19 5:56 pm, Sebastian Huber wrote: >> > On 18/11/2019 15:28, Sebastian Huber wrote: >> >> Hello, >> >> >> >

Re: no_cpu/no_bsp?

2019-11-22 Thread Chris Johns
On 22/11/19 5:56 pm, Sebastian Huber wrote: > On 18/11/2019 15:28, Sebastian Huber wrote: >> Hello, >> >> should I add the no_cpu/no_bsp BSP to the new build system? It results in >> errors like this: >> >> ./waf bsp_defaults > bsps.ini >> ... >&g

Re: no_cpu/no_bsp?

2019-11-21 Thread Sebastian Huber
On 18/11/2019 15:28, Sebastian Huber wrote: Hello, should I add the no_cpu/no_bsp BSP to the new build system? It results in errors like this: ./waf bsp_defaults > bsps.ini ... Configure board support package (BSP)  : no_cpu/no_bsp Checking for program 'no_cpu-rtems5-gcc'   : not fo

no_cpu/no_bsp?

2019-11-18 Thread Sebastian Huber
Hello, should I add the no_cpu/no_bsp BSP to the new build system? It results in errors like this: ./waf bsp_defaults > bsps.ini ... Configure board support package (BSP) : no_cpu/no_bsp Checking for program 'no_cpu-rtems5-gcc' : not found Could not find the program ['no_cpu-rtems5-

Re: [PATCH] no_cpu/no_bsp: Fix path to bspgetworkarea-default.c in Makefile

2018-05-14 Thread Sebastian Huber
I checked in the patch with a shortened commit message. -- 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.hu...@embedded-brains.de PGP : Public key available on request.

Re: [PATCH] no_cpu/no_bsp: Fix path to bspgetworkarea-default.c in Makefile

2018-05-14 Thread Amaan Cheval
be easier (for eg. a new arch + BSP from scratch). Would you all agree? On Mon, Apr 30, 2018 at 10:04 PM, Amaan Cheval <amaan.che...@gmail.com> wrote: > --- > c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/c/

[PATCH] no_cpu/no_bsp: Fix path to bspgetworkarea.c in Makefile for libbsp.a

2018-04-06 Thread Amaan Cheval
by 'bspgetworkarea.o'. Stop. --- c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am index 339870f03b..c556327fb4 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp

[PATCH 51/83] no_cpu/no_bsp/include/bsp.h: Do not include

2016-03-27 Thread Joel Sherrill
--- c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h b/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h index 53cc5d5..e84e1c5 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/include/bsp.h +++ b/c/src/lib/libbsp

[PATCH 33/54] no_cpu/no_bsp/clock/ckinit.c: Remove clock major/minor and clean up

2014-10-13 Thread Joel Sherrill
--- c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c | 49 +-- 1 file changed, 16 insertions(+), 33 deletions(-) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c b/c/src/lib/libbsp/no_cpu/no_bsp/clock/ckinit.c index 5badbe1..fbfe541 100644 --- a/c/src/lib/libbsp