Ecosyste.ms: Timeline

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

apache/nuttx

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • syslog: Don't allow blocking when in signal handler Blocking while running a signal handler is not advisable, instea... 7a137f0

View on GitHub

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

View on GitHub

W-M-R created a comment on a pull request on apache/nuttx
> @W-M-R I think we don't even need a config for it, just keep is something expected at the end of the build process, like others RTOSes do OK

View on GitHub

W-M-R created a comment on a pull request on apache/nuttx
> LD: nuttx > Memory region Used Size Region Size %age Used > flash: 284272 B 512 KB 54.22% > sram1: 13296 B 2 MB 0.63% > ...

View on GitHub

W-M-R closed a pull request on apache/nuttx
kconfig: Add link parameters that can print remaining memory information
## Summary LD: nuttx Memory region Used Size Region Size %age Used flash: 284272 B 512 KB 54.22% sram1: 13296 B 2 MB 0.63% ...
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 to meet the basic NuttX requirements. However, it...

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) **Meets Requirements?** No. **Missing Information:** * **Summary:** ...

View on GitHub

acassis created a comment on a pull request on apache/nuttx
@W-M-R I think we don't even need a config for it, just keep is something expected at the end of the build process, like others RTOSes do

View on GitHub

W-M-R created a comment on a pull request on apache/nuttx
> > @W-M-R maybe you can just ignore if for boards that doesn't support it. Since it is something that doesn't increase the final binary and it is very useful for all users. Others RTOSes show the ...

View on GitHub

W-M-R created a comment on a pull request on apache/nuttx
> @W-M-R maybe you can just ignore if for boards that doesn't support it. Since it is something that doesn't increase the final binary and it is very useful for all users. Others RTOSes show the me...

View on GitHub

no1wudi opened a pull request on apache/nuttx
boards/risc-v: Remove ref to riscv_internal.h
## Summary `riscv_internal.h` is a private chip level header file, and it should not be included in the board files. ## Impact Minor ## Testing CI
anchao 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) The PR summary is missing some details about the functional part of the code...

View on GitHub

anchao created a review comment on a pull request on apache/nuttx
```suggestion #ifdef CONFIG_SMP . = CONFIG_ARM64_SMP_BUSY_WAIT_FLAG_ADDR + 4; #endif ```

View on GitHub

anchao 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 comment on a pull request on apache/nuttx
@W-M-R maybe you can just ignore if for boards that doesn't support it. Since it is something that doesn't increase the final binary and it is very useful for all users. Others RTOSes show the memo...

View on GitHub

tmedicci opened a pull request on apache/nuttx
boards/esp32s3: Merge MCUboot and "simple-boot" linker scripts
## Summary * boards/esp32s3: Merge MCUboot and "simple-boot" linker scripts To make it easier to keep the linker scripts updated for both MCUboot and "simple-boot", this commit merges them in...
acassis pushed 1 commit to master apache/nuttx

View on GitHub

acassis closed a pull request on apache/nuttx
arm/stm32f401rc-rs485: Add support to WS2812 addressable LED
## Summary This commit adds support to WS2812 on stm32f401rc-rs485 boards. ## Impact This change impacts only stm32f401rc-rs485 board, adding the possibility of using an addressable LED compat...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

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

View on GitHub

xiaoxiang781216 created a comment on a pull request on apache/nuttx
@cuiziwei1 please fix the conflict

View on GitHub

xiaoxiang781216 pushed 5 commits to master apache/nuttx

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
Fix some build error
## Summary Fix some build error nuttx/arch:Enabling ARCH_MATH_H is required when compiling sim with the 13.2 version of the toolchain. lib_gdbstub: fix container of bluetooth: fix bt missin...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • nuttx/sim: Fix m64 build error. LD: nuttx nuttx.rel: in function `ff_dct32_float_sse2': (.text+0x66f9e): relocati... 002f3c7

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
nuttx/sim: Fix m64 build error.
## Summary LD: nuttx nuttx.rel: in function `ff_dct32_float_sse2': (.text+0x66f9e): relocation truncated to fit: R_X86_64_32S against symbol `ff_cos_32' defined in .bss.ff_cos_32 section in...
xiaoxiang781216 pushed 1 commit to master apache/nuttx

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
libxx: C++ low level library select LIBSUPCXX by default.
## Summary Add default `LIBCXXABI` if `LIBCXX` is to address the issue of `libsupcxx` not having thread support during multi-threading. https://github.com/apache/nuttx/commit/a055734912ebc9294...
Load more