Ecosyste.ms: Timeline

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

apache/nuttx

metarutaiga created a comment on an issue on apache/nuttx
Hmmm, it's almost the same instructions. I give up to find the problem.

View on GitHub

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

View on GitHub

linguini1 created a comment on a pull request on apache/nuttx
I think it might be better to change the statement to a comment/TODO message instead of `#warning` in this case, rather than remove the `-Werror` flag. This compiler flag is here to prevent warning...

View on GitHub

xuxin930 created a review comment on a pull request on apache/nuttx
```suggestion nuttx_remove_compile_options(${SIM_NO_HOST_OPTIONS}) ```

View on GitHub

xuxin930 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) __Fill In The Commit Message:__ This PR contains a Commit with an Empty Commit...

View on GitHub

metarutaiga created a review comment on a pull request on apache/nuttx
Yeah, I fixed it.

View on GitHub

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

View on GitHub

lupyuen created a comment on an issue on apache/nuttx
@xiaoxiang781216 The macOS and Windows Builds are now running in our NuttX Mirror: https://github.com/NuttX/nuttx/actions/runs/11452528962 I made 2 fixes to enable the macOS and Windows Builds: ...

View on GitHub

NuttX forked apache/nuttx

NuttX/nuttx

lupyuen created a comment on an issue on apache/nuttx
@xiaoxiang781216 Yep lemme work on it

View on GitHub

xiaoxiang781216 created a comment on an issue on apache/nuttx
could we use this https://github.com/nuttx account?

View on GitHub

lupyuen created a comment on an issue on apache/nuttx
@xiaoxiang781216 Let's monitor for the rest of the day. Towards the end of the day, the number of Full-Time Runners will probably jump to 21. (Like yesterday) We could mirror the NuttX Repo to a...

View on GitHub

xiaoxiang781216 created a comment on an issue on apache/nuttx
@lupyuen the new number is very small, should we try restoring some macOS/msys2/windows ci?

View on GitHub

lupyuen created a comment on an issue on apache/nuttx
ASF Infra Reports are still now. But now we have our own __Live Metrics for Full-Time GitHub Runners!__ (reload for updates) ![](https://lupyuen.github.io/nuttx-metrics/github-fulltime-runners.p...

View on GitHub

bl4kraven opened a pull request on apache/nuttx
esp32c6-devkit: Remove -Werror to fix compile error
## Summary If dhcpd is enabled, gcc will report an error like this: > dhcpd.c:520:4: error: #warning "FIXME: Should check if anything responds to an ARP request or ping" [-Werror=cpp] > cc...
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 pull request appears **incomplete** and **does not meet NuttX requireme...

View on GitHub

HedongGao opened a pull request on apache/nuttx
nuttx/can: Remove the feature which to prevent message reordering.
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary There is a feature which to pre message with same can_id reordering. ...
xiaoxiang781216 pushed 5 commits to master apache/nuttx
  • rpmsg/rpmsg_virtio.h: include <openamp/remoteproc.h> to fix compile error /data/project/code/apache/nuttx/include/nu... d17cdbc
  • rpmsg/virtio: fix compile issue, feature uint32_t to uint64_t Has change the virtio feature bit to 64bit, so rpmsg v... ed14c1d
  • rpmsg_virtio: move notify_wait_cb to struct rpmsg_virtio_device notify_wait_cb has been moved to struct rpmsg_virtio... 320b1b8
  • sim:rpserver_virtio and rpproxy_virtio: add rpmsg_virtio config for sim add rpserver_virtio and rproxy_virtio to ver... 39560fd
  • MacOs: fix the sim compile warning in MacOS CC: clk/clk_fixed_rate.c clk/clk_divider.c:177:14: warning: taking the ... 71fe4ac

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
Rpmsg virtio: update rpmsg virtio and add sim config to verify rpmsg virtio
## Summary - sim:rpserver_virtio and rpproxy_virtio: add rpmsg_virtio config for sim add rpserver_virtio and rproxy_virtio to verify the rpmsg virtio transport - rpmsg_virtio: ...
xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • CI: Split the targets in sim-01 and add sim-03 This PR splits the CI Build Job sim-01 and adds sim-03: Before the S... c4d754f

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
CI: Split the targets in sim-01 and add sim-03
## Summary CI Build Job sim-01 has become the bottleneck for compiling Complex PRs. This PR splits sim-01 and adds sim-03. __Before the Split:__ Simulator Jobs take up to 1.5 hours to complet...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • tools/esp32s3/Config.mk: fix "printf:`\': invalid format character" The error was introduced by #14393, which was in... 39c7ef0

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
tools/esp32s3/Config.mk: fix "printf:`\': invalid format character"
## Summary * tools/esp32s3/Config.mk: fix "printf:\`': invalid format character" The error was introduced by #14393, which was intended to fix this line for MacOS. This commit makes this line...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 2 commits to master apache/nuttx
  • boards/arm/stm32f7: fix nucleo boards break for cmake fix nucleo-f722ze and nucleo-f746zg/pysim break for cmake 91b7186
  • boards/arm/stm32f7/nucleo-xxxx: refresh config 17daa06

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
boards/arm/stm32f7: fix nucleo boards break for cmake
## Summary fix nucleo-f722ze and nucleo-f746zg/pysim board break for cmake cmake build broken with https://github.com/apache/nuttx/pull/14414 ## Impact fix broken cmake build, unlock CI ...
FlyyingPiggy2020 closed an issue on apache/nuttx
Inquiry about BLE support for BL602 in NuttX
### Description I'm currently working with the BL602 microcontroller and I’m interested in using NuttX for my project. I would like to know if NuttX has support for Bluetooth Low Energy (BLE) on t...
lupyuen created a comment on an issue on apache/nuttx
__8 Days to Diwali:__ Will our CI Servers go Dark? Sorry we're not sure, because the ASF Infra Reports are Down (sigh). But I think we briefly hit a peak of __21 Full-Time GitHub Runners__, which i...

View on GitHub

Load more