Ecosyste.ms: Timeline

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

apache/nuttx

yamt created a comment on a pull request on apache/nuttx
> i will probably rebase to master and squash commits later. done

View on GitHub

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

View on GitHub

yamt 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
done

View on GitHub

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

View on GitHub

jinliangli created a comment on a pull request on apache/nuttx
abandon, new PR: https://github.com/apache/nuttx/pull/14474

View on GitHub

jinliangli closed a pull request on apache/nuttx
arm/build: suppress LOAD RWX linker warning
Add --no-warn-rwx-segments in case of RAM boot mode to linker to suppress the below warning: "nuttx has a LOAD segment with RWX permissions" *Note: Please adhere to [Contributing Guidelines](ht...
jinliangli opened a pull request on apache/nuttx
arm/build: suppress LOAD RWX linker warning
Add --no-warn-rwx-segments in case of RAM boot mode to linker to suppress the below warning: "nuttx has a LOAD segment with RWX permissions" *Note: Please adhere to [Contributing Guidelines](ht...
xianglyc opened a pull request on apache/nuttx
arch/x86_64:Fix variable used before assignment
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary *Update this section with information on why change is necessary, ...
yamt created a comment on a pull request on apache/nuttx
> > > > I think it was discussed some time ago, but I don't remember about the consensus: if it should be unsigned or signed. I think signed makes sense > > > > > > > > > ALL other POSIX OS us...

View on GitHub

yamt created a review comment on a pull request on apache/nuttx
in nuttx, is pthread the only way to share files between threads? how about eg. aio? IMO, FS_REFCOUNT should not be a user-visible option at all. we should just enable it automatically when a ...

View on GitHub

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

View on GitHub

xiaoxiang781216 created a comment on a pull request on apache/nuttx
> > > I think it was discussed some time ago, but I don't remember about the consensus: if it should be unsigned or signed. I think signed makes sense > > > > > > ALL other POSIX OS use signed...

View on GitHub

yamt created a comment on a pull request on apache/nuttx
> Most RTOS developers typically do not do the following things: > > 1. Open and close file descriptors after system bringup frequently. > > 2. Open and close file descriptors via dif...

View on GitHub

yamt created a comment on a pull request on apache/nuttx
@GUIDINGLI can you include pros/cons and references to prior discussions in the commit message? i think a single incomplete example of compiler warning is not enough for this kind of changes.

View on GitHub

yamt created a comment on a pull request on apache/nuttx
> > I think it was discussed some time ago, but I don't remember about the consensus: if it should be unsigned or signed. I think signed makes sense > > ALL other POSIX OS use signed integer, an...

View on GitHub

yamt created a comment on a pull request on apache/nuttx
> types.h: time_t as int64_t > > The following code will generate warnings: auto now = time(nullptr); auto last_active_time = GetEventService(self->ctx_)->getActiveTime(); if (last_active_time...

View on GitHub

anchao created a review comment on a pull request on apache/nuttx
why not recompile llvm clang based on NuttX? If the system features is bound to the compiler, the compiler should be recompiled based on NuttX

View on GitHub

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

View on GitHub

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

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) This PR summary is incomplete to assess if it meets NuttX requirements. Here...

View on GitHub

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

View on GitHub

W-M-R opened a pull request on apache/nuttx
clang: libclang_rt.builtins-xxx.a supports builtin
## Summary 1. Enable CONFIG_TOOLCHAINS_BUILTIN libclang_rt.builtins-xxx.a and no longer use the compiler's built-in ## Impact ## Testing
anchao created a review comment on a pull request on apache/nuttx
I think this PR should be split to two, one is replace semaphore count type to atomic, another one is fast mutex

View on GitHub

anchao created a review comment on a pull request on apache/nuttx
why not move SEM_TYPE_MUTEX related logic inside mutex?

View on GitHub

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

View on GitHub

anchao created a review comment on a pull request on apache/nuttx
let us wrapper inline function named nxsem_post_fast https://github.com/torvalds/linux/blob/master/kernel/locking/mutex.c#L177-L182

View on GitHub

anchao created a review on a pull request on apache/nuttx
LGTM, just some minor comments

View on GitHub

anchao created a review on a pull request on apache/nuttx
LGTM, just some minor comments

View on GitHub

roberto-ayala starred apache/nuttx
Load more