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

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 makes minor changes to the issue templates to correct typos and capi...

View on GitHub

simbit18 opened a pull request on apache/nuttx
ISSUE_TEMPLATE: fix missing labels
## Summary Not all labels are added because there is no match with the label name. issue_labeler.yml os: Linux -> os: linux 001_bug_report.yml Type: bug -> Type: Bug Corrected label in ...
raiden00pl created a comment on a pull request on apache/nuttx
hi @cuiziwei1 , this PR fixes exception related issues, but do you have an idea where the rest of the warnings come frome ? ``` [984/1294] Building CXX object libs/libxx/CMakeFiles/libcxx.dir/l...

View on GitHub

jasonbu opened a pull request on apache/nuttx
arm: fix dataabort on qemu-armv7a:knsh
## Summary add memory map for DDR region fix arm-v7a/knsh boot dataabort on arm_addrenv_utils.c first time memset after arm_pgvaddr. ## Impact will dataabort before fix. ``` [ 0.008000] ...
acassis created a comment on an issue on apache/nuttx
@FlyyingPiggy2020 I suggest you to contact Bouffalo Lab, they added the initial support but didn´t contribute the complete support like Espressif did. So it is important they know there is customer...

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) **No, this PR does not meet the NuttX requirements.** **Missing Information...

View on GitHub

anchao 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 different task contexts...

View on GitHub

cuiziwei1 opened a pull request on apache/nuttx
fix GCCVER cmake define.
## Summary There are some errors in cmake's definition of GCCVER, which causes cmake to not find the definition of GCCVER when compiling. This has been fixed. ## Impact libcxx ## Testing ...
acassis created a review on a pull request on apache/nuttx

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

yamt created a comment on a pull request on apache/nuttx
> > > > This commit can solve the above problem and avoid the crash, in turn, why let such an operation crash? Reference counting makes the read and write process more robust > > > > > > > > >...

View on GitHub

anchao created a comment on a pull request on apache/nuttx
We should ensure that NuttX remains compact and lightweight, rather than expanding endlessly like Linux. @xiaoxiang781216 @yamt

View on GitHub

yamt created a review comment on a pull request on apache/nuttx
this part will be disappear on a rebase

View on GitHub

yamt 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 will probably rebase to master and squash commits later. other than that, this is ready to review.

View on GitHub

yamt created a comment on a pull request on apache/nuttx
> i wonder what caused this error on the CI. i couldn't reproduce it with local docker container using the same `ghcr.io/apache/nuttx/apache-nuttx-ci-linux` image. > > ``` > FAILED: nuttx > :...

View on GitHub

metarutaiga opened a pull request on apache/nuttx
risc-v/esp32: Fixed path of File-system mount point
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary the File-system Mount Point is miss in codes.
eren-terzioglu created a comment on an issue on apache/nuttx
Hi @FelipeMdeO , I checked the issue and seems it is some kind of feature. Code flow works like that: - Master devices creates an interrupt and `[spislave_periph_interrupt](https://github.com...

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • fs/nxffs: Fix syslog formats compile error If CONFIG_FS_LARGEFILE is enabled, the off_t is 64bit. So use PRIiOFF ins... c8d683c

View on GitHub

xiaoxiang781216 closed 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'...
jerpelea created a comment on an issue on apache/nuttx
@raiden00pl can you help?

View on GitHub

jerpelea created a comment on a pull request on apache/nuttx
backport https://github.com/apache/nuttx/pull/14430

View on GitHub

jerpelea opened a pull request on apache/nuttx
{Bp-14421} syslog: enable LF to CRLF config as default
**Summary** enable LF to CRLF config as default **Impact** log output **Testing** selftest
jerpelea created a comment on a pull request on apache/nuttx
@raiden00pl thanks

View on GitHub

jerpelea created a comment on an issue on apache/nuttx
@raiden00pl thanks for doing it

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • cmake(bugfix):Fixed the issue that the host toolchain version cannot be specified SIM arch does not need to execute ... 8267714

View on GitHub

Load more