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
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 ear
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 accur
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
http://lists
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 r
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 ...
con
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 n
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 st
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