Ecosyste.ms: Timeline

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

apache/nuttx

resyfer created a comment on an issue on apache/nuttx
> @resyfer currently the only option is just enabling the auto-format, right? The mount option `autoformat` is there for detecting mnemofs on the device and formatting if absent. The option `for...

View on GitHub

anchao 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
> 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, and we a...

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
remove unused variable 'cpu_freq'
1. remove unused variable 'cpu_freq' ## Impact *Update this section, where applicable, on how change affects users, build process, hardware, documentation, security, compatibility, etc.* ...
xiaoxiang781216 pushed 1 commit to master apache/nuttx

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
arm64/toolchains:Add the following kasan compilation options
## Summary 1. --param asan-instrument-reads=0 and --param asan-instrument-writes=0 is supported in arm64, they have been added in other arch toolchain.defs ## Impact ## Testing
cuiziwei1 opened 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...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • sim: fix asan address space conflict Modify the starting position of the elf segment to 0x5000000 ==2561587==Shadow... d063ca4

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
sim: fix asan address space conflict
## Summary sim: fix asan address space conflict Modify the starting position of the elf segment to 0x5000000 ==2561587==Shadow memory range interleaves with an existing memory mapping. ASan ca...
xiaoxiang781216 created a comment on a pull request on apache/nuttx
let's ignore the ci error: https://github.com/apache/nuttx/actions/runs/11462831417/job/31895285848?pr=14462 which is already fixed by https://github.com/apache/nuttx/pull/14463

View on GitHub

jasonbu 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 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) **No, this PR does not fully meet the NuttX requirements.** Here's why: *...

View on GitHub

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 review on a pull request on apache/nuttx

View on GitHub

W-M-R opened a pull request on apache/nuttx
arm64/toolchains:Add the following kasan compilation options
## Summary 1. --param asan-instrument-reads=0 and --param asan-instrument-writes=0 is supported in arm64, they have been added in other arch toolchain.defs ## Impact ## Testing
W-M-R created a comment on a pull request on apache/nuttx
> @W-M-R why don't we just add is by default instead of depending on Kconfig? Every user needs it and we can use it in the CI to warn about board profiles that are reaching the flash limit. > > ...

View on GitHub

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

View on GitHub

lipengfei28 opened a pull request on apache/nuttx
remove unused variable 'cpu_freq'
1. remove unused variable 'cpu_freq' ## Impact *Update this section, where applicable, on how change affects users, build process, hardware, documentation, security, compatibility, etc.* ...
cuiziwei1 opened a pull request on apache/nuttx
nuttx: Add LIBSUPCXX_TOOLCHAIN to link the prebuilt library provide by toolchain.
## Summary Enabling LIBSUPCXX_TOOLCHAIN will use the libsupcxx.a provided by the compiler by default. Enabling LIBSUPCXX will compile libsupcxx.a from source by default. ## Impact The pr...
xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • arhc/arm64: vector table may be far away form arm64_fatal_handle use 33-bit (+/-4GB) pc-relative addressing to load ... c95ed45

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
arhc/arm64: vector table may be far away form arm64_fatal_handle
use 33-bit (+/-4GB) pc-relative addressing to load the address of arm64_fatal_handle Some project,the vector table in TCM, but the arm64_fatal_handle in ddr,this case vector table may be far awa...
xiaoxiang781216 pushed 2 commits to master apache/nuttx
  • arch/sim/cmake: remove the host specific -U when HOSTSRCS fix macos compile hostfs.c compile issue. /Applications/Xc... 105d47b
  • Revert "libc/lib_bzero:Add bzero prototype." This reverts commit 908814a57508d07b4722657105917b7617ebbea4. In macos... cb72002

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
arch/sim/cmake: remove the host specific -U when HOSTSRCS. remove the bzero implement, use macro to memset.
## Summary fix macos compile hostfs.c compile issue. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/usr/include/_string.h:131:62: error: expect...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

Load more