Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

apache/nuttx

raiden00pl created a comment on a pull request on apache/nuttx
@jerpelea please backport to 12.7

View on GitHub

xuxin930 opened a pull request on apache/nuttx
cmake(bugfix):Fixed the issue that the host toolchain version cannot be specified
## Summary SIM arch does not need to execute find_program ## Impact this should fix issue https://github.com/apache/nuttx/issues/14413 ## Testing cmake -B build -DBOARD_CONFIG=sim/li...
Zhangshoukui created a comment on a pull request on apache/nuttx
> > This prevents the file from being closed while it is being read or written > > what happens w/o this enabled? a crash? Prevent multithreaded operations on the same filep when one is in r/...

View on GitHub

raiden00pl closed an issue on apache/nuttx
[BUG] debug log "lost" carrier return in master
### Description / Steps to reproduce the issue Hello All, Using realeases/12.7 I am able to see debug output properly: ![image](https://github.com/user-attachments/assets/941bb3ae-7f89-423f-95...
raiden00pl pushed 1 commit to master apache/nuttx
  • syslog: enable LF to CRLF config as default This commit fixes the issue #14418 Signed-off-by: yangsong8 <yangsong8@... e00fbc5

View on GitHub

raiden00pl closed a pull request on apache/nuttx
syslog: enable LF to CRLF config as default
## Summary enable LF to CRLF config as default ## Impact log output ## Testing selftest
Zhangshoukui created a review comment on a pull request on apache/nuttx
In theory, it should be used by default and should not be configured by the user, but it actually increases the code size, so it is configurable.Any better suggestions? I can try to optimize

View on GitHub

Zhangshoukui created a review on a pull request on apache/nuttx

View on GitHub

raiden00pl created a review on a pull request on apache/nuttx

View on GitHub

yamt created a review comment on a pull request on apache/nuttx
my impression is that this kind of things should not be a user-visible option.

View on GitHub

yamt created a review on a pull request on apache/nuttx

View on GitHub

jerpelea created a comment on an issue on apache/nuttx
@xiaoxiang781216 updates?

View on GitHub

yamt created a comment on a pull request on apache/nuttx
> This prevents the file from being closed while it is being read or written what happens w/o this enabled? a crash?

View on GitHub

anchao pushed 1 commit to master apache/nuttx
  • ramlog: Remove RAMLOG_CRLF config and related code since the conversion is moved to common layer after: https://gith... 8c882cb

View on GitHub

anchao closed a pull request on apache/nuttx
ramlog: Remove RAMLOG_CRLF config and related code
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary since the conversion is moved to common layer after: https://github...
anchao created a review on a pull request on apache/nuttx

View on GitHub

fdcavalcanti created a comment on an issue on apache/nuttx
Hi @metarutaiga please give us details on how to reproduce the issue. Which defconfig you used, steps, all that.

View on GitHub

xuxin930 created a comment on an issue on apache/nuttx
hi @cuiziwei1 could you take a look at this issue?

View on GitHub

anchao created a review comment on a pull request on apache/nuttx
Done

View on GitHub

anchao created a review on a pull request on apache/nuttx

View on GitHub

yamt created a comment on a pull request on apache/nuttx
> > i just asked what "functional safety requirements" is because i had no idea what it is. > > i still have no idea what it is. so i have no idea if it matters for nuttx or not either. > > OK,...

View on GitHub

jinliangli opened an issue on apache/nuttx
[BUG] duplicate CFLAGS in linking when Cmake and ninja backend building
### Description / Steps to reproduce the issue Duplicate CFLAGS(e.g. -mcpu=cortex-a7) in linking like the below: `arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-g++ --specs...
raiden00pl created a comment on a pull request on apache/nuttx
> > > > is the "functional safety requirements" documented somewhere? > > > > or, is it just your internal requirement, which doesn't matter much for the nuttx project? > > > > > > > > > @yam...

View on GitHub

xiaoxiang781216 created a comment on a pull request on apache/nuttx
As the convention, we could hold the revert for several days if someone could provide a fix, otherwise the revert has to been merged.

View on GitHub

yamt created a comment on a pull request on apache/nuttx
> > it makes "struct filelist" larger, which consumes memory. > > But task_create will also request the same memory, I just moved it to tcb->group by static. if all tasks have a few open file...

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
Fix make warn as error in pci drivers
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary struct pci_ops_s defined uint32,unified data structure ## Impact...
yamt created a comment on a pull request on apache/nuttx
> > is the "functional safety requirements" documented somewhere? > > or, is it just your internal requirement, which doesn't matter much for the nuttx project? > > @yamt why do you think that ...

View on GitHub

michallenc created a comment on a pull request on apache/nuttx
It seems we are missing some core peripherals in CI checks. I have a config for Xult evaluation kit that has most of the peripherals enabled, will go through it later this week (hopefully), create ...

View on GitHub

raiden00pl created a comment on a pull request on apache/nuttx
@jasonbu `nucleo-g070rb/nsh` configuration from upstream and just run built-in `timer` application. I don't know if this can be reproduced on QEMU.

View on GitHub

Load more