On Wed, May 7, 2025 at 6:39 AM wrote:
> I noticed, thanks. To reply to the comments and feedback in the PR:
>
> 1. The discussion about AVR_LINUXGCC_TOOLCHAIN_IS_GCC - my overall goal
> was to minimize changes for boards and AVR families I am not using (and
> have no experience with them and, mos
Hi all,
We have found a problem with using sync in our platform.
sync() uses nxsched_foreach() to traverse the list of tasks and call
file_fsync on each; that call might cause a block write.
Such block writes can be long, in our case (AT45DB641E) can be up to
5ms. nxsched_foreach uses a critical
True, so this typo didn't create a side effect, right?
Are you git bisecting to find the root cause of the issue?
BR,
Alan
On Wed, May 7, 2025 at 12:08 AM Serg Podtynnyi
wrote:
> Yeah, but this macro is working because of coincidental match with
> variable prev already defined in the scope.
>
Nice to hear that Karukkuvel
If you found something that is missing in the Documentation and that you
had to do, please submit a PR fixing it in the official Documentation.
BR,
Alan
On Wed, May 7, 2025 at 6:08 AM karukkuvel Raj Deivasundaram <
karukkuvelraj.deivasunda...@killisbird.com> wrote:
Great work and Big Thank You Matteo! :-)
Tomek
On Wed, May 7, 2025 at 4:51 AM Matteo Golin wrote:
>
> Hello everyone,
>
> I just opened a PR here for migrating some of the README.txt files to RST
> files (for board documentation,
> https://github.com/apache/nuttx/pull/16328). This is part of the
Alllright, so we merged that change and we have two problems. I have
already contacted Apache Infra for support :-)
1. strict:true makes all PR require to be rebased each time master is
updated. That puts additional work on committers and eats up precious
CI resources as we have seeral master merg
Hi Alan,
Thank you for your inputs.
By following your video instructions I got the bit of info what to look for
eventhough the configurations were little bit different for my configuration.
And the documentation you have pointed out was very helpful :
"To generate a custom rc.sysinit and rcS fi