Re: Add currently best clang-format configuration to repository?

2023-07-05 Thread Chris Johns
On 6/7/2023 11:59 am, Gedare Bloom wrote: > On Wed, Jul 5, 2023 at 5:27 PM Chris Johns wrote: >> >> On 6/7/2023 4:21 am, Gedare Bloom wrote: >>> OK I will prepare something soon. I have my WIP version at >>> https://git.rtems.org/gedare/rtems.git/tree/_clang-format?h=test-reformat >>> >>> I think

Re: Add currently best clang-format configuration to repository?

2023-07-05 Thread Gedare Bloom
On Wed, Jul 5, 2023 at 5:27 PM Chris Johns wrote: > > On 6/7/2023 4:21 am, Gedare Bloom wrote: > > OK I will prepare something soon. I have my WIP version at > > https://git.rtems.org/gedare/rtems.git/tree/_clang-format?h=test-reformat > > > > I think the format file itself should be just about

Re: Add currently best clang-format configuration to repository?

2023-07-05 Thread Chris Johns
On 6/7/2023 4:21 am, Gedare Bloom wrote: > OK I will prepare something soon. I have my WIP version at > https://git.rtems.org/gedare/rtems.git/tree/_clang-format?h=test-reformat > > I think the format file itself should be just about stable. I will > make one more test and check of it within the

Re: rtems_waf Include File Detection Question

2023-07-05 Thread Chris Johns
On 6/7/2023 8:24 am, Joel Sherrill wrote: > I have a case for an addition to rtems-examples where I want to know if a > particular header file is installed before enabling the example. How does one > do > that in rtems_waf/wscripts? https://git.rtems.org/rtems_waf/tree/rtems_bsd.py#n65 ...

Re: [PATCH rtems-docs v3] c-user: Update references to rtems_task_wake_after

2023-07-05 Thread Gedare Bloom
This looks good to me. The only other thing worth mentioning, that is not mentioned, is that this directive provides an "upper bound" (maximum sleeping time) on how long a task might be non-schedulable, whereas other sleep directives tend to provide a "lower bound" (minimum sleeping time). At any

rtems_waf Include File Detection Question

2023-07-05 Thread Joel Sherrill
Hi I have a case for an addition to rtems-examples where I want to know if a particular header file is installed before enabling the example. How does one do that in rtems_waf/wscripts? Thanks. --joel ___ devel mailing list devel@rtems.org

[PATCH rtems-docs v3] c-user: Update references to rtems_task_wake_after

2023-07-05 Thread Kinsey Moore
rtems_task_wake_after takes a parameter in terms of a count of clock ticks and not a measure in a subunit of seconds. This updates documentation to reflect that. This also makes obvious the caveat about the first tick wait not being a whole tick and points the user at a replacement for better

Re: Add currently best clang-format configuration to repository?

2023-07-05 Thread Gedare Bloom
OK I will prepare something soon. I have my WIP version at https://git.rtems.org/gedare/rtems.git/tree/_clang-format?h=test-reformat I think the format file itself should be just about stable. I will make one more test and check of it within the next few days, and then send the patch hopefully

Re: GIT Issues?

2023-07-05 Thread Cedric Berger
Hello, On 03.07.23 23:58, Joel Sherrill wrote: On Mon, Jul 3, 2023 at 11:29 AM Christian Mauderer wrote: Hello Cedric, Am 03.07.23 um 08:47 schrieb Cedric Berger: > Hello, > > Two issues here: > > 1) When looking at RTEMS on github, it seems everything stopped