[PATCH] rtems: Generate

2021-10-01 Thread Sebastian Huber
Write the documentation from scratch. --- cpukit/include/rtems/cpuuse.h | 217 -- 1 file changed, 178 insertions(+), 39 deletions(-) diff --git a/cpukit/include/rtems/cpuuse.h b/cpukit/include/rtems/cpuuse.h index 50c986671d..da51e9708a 100644 ---

Re: [PATCH] rtems: Generate

2021-09-10 Thread Sebastian Huber
Hello Chris, thanks for the review. On 10/09/2021 10:55, Chris Johns wrote: Nice set of changes. My comments are below On 10/9/21 6:11 pm, Sebastian Huber wrote: Remove the duplicated description which is an out dated copy and paste from the Classic API Guide. Instead, thoroughly

Re: [PATCH] rtems: Generate

2021-09-10 Thread Chris Johns
Nice set of changes. My comments are below On 10/9/21 6:11 pm, Sebastian Huber wrote: > Remove the duplicated description which is an out dated copy and paste > from the Classic API Guide. Instead, thoroughly document the individual > extensions. > > Change license to BSD-2-Clause

[PATCH] rtems: Generate

2021-09-10 Thread Sebastian Huber
Remove the duplicated description which is an out dated copy and paste from the Classic API Guide. Instead, thoroughly document the individual extensions. Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993. ---

Re: [PATCH] rtems: Generate

2021-09-09 Thread Gedare Bloom
This looks ok, but I am reminded that maybe the API for cache coherent allocations is not well-defined in case the BSP doesn't support coherent allocation. That's a separate, but related concern. On Wed, Sep 8, 2021 at 11:58 AM Sebastian Huber wrote: > > Change license to BSD-2-Clause according

[PATCH] rtems: Generate

2021-09-08 Thread Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993. --- cpukit/include/rtems/rtems/cache.h | 688 ++--- 1 file changed, 532 insertions(+), 156 deletions(-) diff --git

Re: [PATCH] rtems: Generate

2021-07-31 Thread Chris Johns
On 30/7/21 4:52 pm, Sebastian Huber wrote: > On 30/07/2021 00:54, Chris Johns wrote: >> On 29/7/21 10:59 pm, Sebastian Huber wrote: >>> On 29/07/2021 14:51, Sebastian Huber wrote: Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement.

Re: [PATCH] rtems: Generate

2021-07-30 Thread Joel Sherrill
On Fri, Jul 30, 2021, 9:24 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 30/07/2021 15:55, Joel Sherrill wrote: > > > > On Fri, Jul 30, 2021, 8:33 AM Sebastian Huber > > > > wrote: > > > > On 30/07/2021 15:25, Joel Sherrill

Re: [PATCH] rtems: Generate

2021-07-30 Thread Sebastian Huber
On 30/07/2021 15:55, Joel Sherrill wrote: On Fri, Jul 30, 2021, 8:33 AM Sebastian Huber > wrote: On 30/07/2021 15:25, Joel Sherrill wrote: > On Fri, Jul 30, 2021 at 1:52 AM Sebastian Huber > mailto:sebastian.hu...@embedded-brains.de>> 

Re: [PATCH] rtems: Generate

2021-07-30 Thread Joel Sherrill
On Fri, Jul 30, 2021, 8:33 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 30/07/2021 15:25, Joel Sherrill wrote: > > On Fri, Jul 30, 2021 at 1:52 AM Sebastian Huber > > wrote: > >> On 30/07/2021 00:54, Chris Johns wrote: > >>> On 29/7/21 10:59 pm, Sebastian Huber wrote: >

Re: [PATCH] rtems: Generate

2021-07-30 Thread Sebastian Huber
On 30/07/2021 15:25, Joel Sherrill wrote: On Fri, Jul 30, 2021 at 1:52 AM Sebastian Huber wrote: On 30/07/2021 00:54, Chris Johns wrote: On 29/7/21 10:59 pm, Sebastian Huber wrote: On 29/07/2021 14:51, Sebastian Huber wrote: Change license to BSD-2-Clause according to file histories and

Re: [PATCH] rtems: Generate

2021-07-30 Thread Joel Sherrill
On Fri, Jul 30, 2021 at 1:52 AM Sebastian Huber wrote: > > On 30/07/2021 00:54, Chris Johns wrote: > > On 29/7/21 10:59 pm, Sebastian Huber wrote: > >> On 29/07/2021 14:51, Sebastian Huber wrote: > >>> Change license to BSD-2-Clause according to file histories and > >>> documentation re-licensing

Re: [PATCH] rtems: Generate

2021-07-30 Thread Sebastian Huber
On 30/07/2021 00:54, Chris Johns wrote: On 29/7/21 10:59 pm, Sebastian Huber wrote: On 29/07/2021 14:51, Sebastian Huber wrote: Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Place the group into the I/O Manager group.  Add all source

Re: [PATCH] rtems: Generate

2021-07-29 Thread Chris Johns
On 29/7/21 10:59 pm, Sebastian Huber wrote: > On 29/07/2021 14:51, Sebastian Huber wrote: >> Change license to BSD-2-Clause according to file histories and >> documentation re-licensing agreement. >> >> Place the group into the I/O Manager group.  Add all source files to the >> group. >> >> Update

Re: [PATCH] rtems: Generate

2021-07-29 Thread Sebastian Huber
On 29/07/2021 14:51, Sebastian Huber wrote: Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Place the group into the I/O Manager group. Add all source files to the group. Update #3899. Update #3993. It would be easy to add a chapter for

[PATCH] rtems: Generate

2021-07-29 Thread Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Place the group into the I/O Manager group. Add all source files to the group. Update #3899. Update #3993. --- cpukit/include/rtems/bspIo.h| 274 +---

Re: [PATCH] rtems: Generate

2021-04-21 Thread Sebastian Huber
On 21/04/2021 16:19, Gedare Bloom wrote: +/* Generated from spec:/rtems/support/if/group */ + /** - * @addtogroup ClassicTasks + * @defgroup RTEMSAPIClassicSupport Support Services + * + * @ingroup RTEMSAPIClassic + * + * @brief Items of this group should move to other groups. I don't

Re: [PATCH] rtems: Generate

2021-04-21 Thread Gedare Bloom
On Wed, Apr 21, 2021 at 7:46 AM Sebastian Huber wrote: > > Change license to BSD-2-Clause according to file histories and > documentation re-licensing agreement. > > Update #3899. > Update #3993. > --- > cpukit/include/rtems/rtems/support.h | 404 +-- > 1 file changed,

[PATCH] rtems: Generate

2021-04-21 Thread Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993. --- cpukit/include/rtems/rtems/support.h | 404 +-- 1 file changed, 320 insertions(+), 84 deletions(-) diff --git

Re: [PATCH] rtems: Generate

2020-12-02 Thread Gedare Bloom
Looks good to me. On Wed, Dec 2, 2020 at 1:26 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Change license to BSD-2-Clause according to file histories and > documentation re-licensing agreement. > > Update #3899. > Update #3993. > --- > cpukit/include/rtems/rtems/timer.h |

[PATCH] rtems: Generate

2020-12-02 Thread Sebastian Huber
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Update #3899. Update #3993. --- cpukit/include/rtems/rtems/timer.h | 705 - 1 file changed, 494 insertions(+), 211 deletions(-) diff --git