Ecosyste.ms: Timeline

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

apache/nuttx

xiaoxiang781216 closed an issue on apache/nuttx
[BUG] environmental variables doesn't work for cmake build
### Description / Steps to reproduce the issue when I pass compiler versions as environmental variable it doesn't work: ``` CXX=g++-13 CC=gcc-13 cmake -B build -DBOARD_CONFIG=sim/libcxxtest ...
xiaoxiang781216 closed 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...
jerpelea created a review comment on a pull request on apache/nuttx
it is a long line nxtools is right

View on GitHub

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

View on GitHub

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
change Task to thread

View on GitHub

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

View on GitHub

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
I think the default should be !DISABLE_PTHREAD

View on GitHub

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

View on GitHub

jerpelea created a comment on an issue on apache/nuttx
fix https://github.com/apache/nuttx-apps/pull/2764

View on GitHub

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

View on GitHub

wengzhe created a review comment on a pull request on apache/nuttx
Hi @jerpelea , I found that our `checkpatch.sh`(`nxstyle.c`) does not allow this long line, but I don't know which one should we modify, this header file or `nxstyle.c`? ```bash ./tools/checkpatc...

View on GitHub

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

View on GitHub

xiaoxiang781216 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? > > > > > > > > > > > > Preven...

View on GitHub

wengzhe commented on a commit on apache/nuttx
Hi @jerpelea , I found that our `checkpatch.sh`(`nxstyle.c`) does not allow this long line, but I don't know which one should we modify, this header file or `nxstyle.c`? ```bash ./tools/checkpatc...

View on GitHub

xiaoxiang781216 created a comment on a pull request on apache/nuttx
The patch tries to fix this common issue: thread 1 call read(fd, ...) and block, thread2 call close(fd). without this patch, read will access the memory which is freed by close.

View on GitHub

raiden00pl created a comment on an issue on apache/nuttx
#14427 fixes the problem, thanks

View on GitHub

xiaoxiang781216 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

bl4kraven opened a pull request on apache/nuttx
fs/nxffs: Fix syslog formats compile error
## Summary If CONFIG_FS_LARGEFILE is enabled, the off_t is 64bit. And if you enable CONFIG_DEBUG_FS the gcc report compile error like this: > nxffs/nxffs_dump.c:161:30: error: format '%li'...
yamt created a comment on an issue on apache/nuttx
> Hi @yamt. This is a kconfig-merge issue and not exactly a ESP32S3 one, but I get the problem. iirc, this kconfig-merge fork is maintained by nuttx. thus i filed this issue here. > Installin...

View on GitHub

simbit18 created a comment on an issue on apache/nuttx
@raiden00pl or see if this can work cmake -B build -GNinja -DBOARD_CONFIG=sim:libcxxtest -DCMAKE_CXX_COMPILER=`which g++-13` -DCMAKE_C_COMPILER=`which gcc-13`

View on GitHub

bl4kraven forked apache/nuttx

bl4kraven/nuttx

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? > > > > > > > > > Prevent multithreade...

View on GitHub

fdcavalcanti created a comment on an issue on apache/nuttx
Hi @yamt. This is a kconfig-merge issue and not exactly a ESP32S3 one, but I get the problem. Installing `coreutils` may solve your problem. You would have access to the expected `cp` options. Re...

View on GitHub

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 o...

View on GitHub

raiden00pl created a comment on an issue on apache/nuttx
great ! thanks for your help :)

View on GitHub

nuttxpr created a comment on a pull request on apache/nuttx
[**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) The PR generally meets the NuttX requirements, providing a clear explanation...

View on GitHub

lupyuen opened a draft pull request on apache/nuttx
CI: Split the targets in sim-01 and add sim-03
## Summary This PR splits the CI Build Job sim-01 and adds sim-03: Before the Split: Simulator Jobs take up to 1.5 hours to complete - sim-01 (1 hour 31 mins): adb, citest, lvgl, matter - s...
xuxin930 created a comment on an issue on apache/nuttx
https://github.com/apache/nuttx/pull/14427 @raiden00pl Let's not find_program in sim arch

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? > > Prevent multithreaded operations on the same filep w...

View on GitHub

Load more