Re: [PATCH] build: Use build context for custom commands

2023-09-13 Thread Chris Johns
On 13/9/2023 6:52 pm, Sebastian Huber wrote: > On 13.09.23 09:20, Chris Johns wrote: >> On 13/9/2023 4:18 pm, Sebastian Huber wrote: >>> >>> On 13.09.23 03:12, Chris Johns wrote: On 12/9/2023 5:55 pm, Sebastian Huber wrote: > On 12.09.23 09:43, Chris Johns wrote: > Setting

Re: Outdated list of BSPs in rtems-tools/config

2023-09-13 Thread Peter Dufault
> On Jul 25, 2023, at 10:14 , Joel Sherrill wrote: > > Most of those are recent and from a lot of different people. GSoC, Kinsey, > you, Vijay or Chris, Karel, etc. But I wonder about that phycore_mpc5554. I > think it has been around a LONG time. > I'm cleaning my in-box, and I missed a

Re: [PATCH] doxygen: Replace and move main page

2023-09-13 Thread Sebastian Huber
On 03.08.23 09:38, Sebastian Huber wrote: Hello Joel, On 28.07.23 16:37, Sebastian Huber wrote: Replace the main page with a high level description of the RTEMS feature set similar to: https://docs.rtems.org/branches/master/user/overview/index.html#features The replaced content can be found

Re: [PATCH] build: Use build context for custom commands

2023-09-13 Thread Sebastian Huber
On 13.09.23 09:20, Chris Johns wrote: On 13/9/2023 4:18 pm, Sebastian Huber wrote: On 13.09.23 03:12, Chris Johns wrote: On 12/9/2023 5:55 pm, Sebastian Huber wrote: On 12.09.23 09:43, Chris Johns wrote: Setting OPTIMIZATION_FLAGS and TEST_OPTIMIZATION_FLAGS through the configuration file

Re: [PATCH] build: Use build context for custom commands

2023-09-13 Thread Chris Johns
On 13/9/2023 4:18 pm, Sebastian Huber wrote: > > > On 13.09.23 03:12, Chris Johns wrote: >> On 12/9/2023 5:55 pm, Sebastian Huber wrote: >>> On 12.09.23 09:43, Chris Johns wrote: >>> Setting OPTIMIZATION_FLAGS and TEST_OPTIMIZATION_FLAGS through the >>> configuration >>> file

Re: [PATCH] build: Use build context for custom commands

2023-09-13 Thread Sebastian Huber
On 13.09.23 03:12, Chris Johns wrote: On 12/9/2023 5:55 pm, Sebastian Huber wrote: On 12.09.23 09:43, Chris Johns wrote: Setting OPTIMIZATION_FLAGS and TEST_OPTIMIZATION_FLAGS through the configuration file always worked. Great. I am seeing: OPTIMIZATION_FLAGS = -O2 -g -fdata-sections

[PATCH] build: Merge regulator build into library item

2023-09-13 Thread Sebastian Huber
There is no need to use a separate build object item. --- spec/build/cpukit/librtemscpu.yml | 5 +++-- spec/build/cpukit/objregulator.yml | 18 -- 2 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 spec/build/cpukit/objregulator.yml diff --git