Ecosyste.ms: Timeline

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

apache/nuttx

GUIDINGLI created a comment on a pull request on apache/nuttx
This will fix break in: https://github.com/apache/nuttx/pull/14458

View on GitHub

zhhyu7 opened a pull request on apache/nuttx
arch/Kconfig: remove ARCH_MATH_H if LIBCXX
## Summary Because some libraries do require a full libm implementation. ## Impact ## Testing sim:local cmake:local
lzc1001 closed an issue on apache/nuttx
[HELP] How to get the more cpu status when NuttX is running
### Description Hi everyone, I have boot NuttX on FVP multi-core, and those cores are armv8a arch, but I don't know how to get the status of each core. I found "coredump" command in NuttX do...
lzc1001 created a comment on an issue on apache/nuttx
@xiaoxiang781216 Thank you very much!

View on GitHub

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
but no really difference I think?

View on GitHub

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

View on GitHub

anchao created a comment on a pull request on apache/nuttx
> > @W-M-R I think you need to ignore the parameter for SIM board/arch: > > ``` > > aarch64-none-elf-g++: error: unrecognized command-line option '--print-memory-usage' > > ninja: build stopped:...

View on GitHub

xiaoxiang781216 created a comment on an issue on apache/nuttx
ps could also show multiple idle thread, and testing/cpuload could simulate the loading on the specific cpu core.

View on GitHub

PwnVerse opened a pull request on apache/nuttx
Fix Infinite Loop in arm_dcache.c
Infinite Loop can happen since `ways` is assigned to an `int32_t tmpways`. This can cause infinite loop if `ways` gets a sufficiently large integer. ```c void up_enable_dcache(void) { uin...
lzc1001 created a comment on an issue on apache/nuttx
@xiaoxiang781216 hhh, I have run apps/testing/smp_main.c to verify each core is activity. Thank you very much, I wonder if there's another way to check or prove this?😄

View on GitHub

lzc1001 created a comment on an issue on apache/nuttx
@xiaoxiang781216 I want to get each core ID by /proc/cpuinfo on FVP A510, But the related code isn't implemented for ARMV8A. I want get these information to verify multi-core are both active. I am ...

View on GitHub

cuiziwei1 created a comment on a pull request on apache/nuttx
@acassis yes, we have another pr to fix this problem, https://github.com/apache/nuttx/pull/14458, there are still some issues that need to be addressed. https://github.com/apache/nuttx/pull/14458#i...

View on GitHub

yamt created a comment on a pull request on apache/nuttx
> can we add an option to make the new feature selectable? it's possible. but it's better to remove it for now, IMO. adding more and more local patches like this here makes the use of different...

View on GitHub

xiaoxiang781216 created a comment on an issue on apache/nuttx
which state do you want to get?

View on GitHub

cuiziwei1 created a comment on a pull request on apache/nuttx
@tmedicci Sorry about that, I have submitted a pr https://github.com/apache/nuttx/pull/14489 to fix it.

View on GitHub

cuiziwei1 opened a pull request on apache/nuttx
Fix xtensa build error with choice LIBSUPCXX by default.
## Summary Due to our default modification of the C++ low-level library to LIBSUPCXX, some configurations that require LIBCXXABI have encountered errors https://github.com/apache/nuttx/pull/14...
xiaoxiang781216 created a comment on a pull request on apache/nuttx
can we add an option to make the new feature selectable?

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • CI: Enable sim-02 build when we create or update a Complex PR CI Build Job sim-02 was disabled to reduce our usage o... 25c8774

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
CI: Enable sim-02 build when we create or update a Complex PR
## Summary CI Build Job sim-02 was disabled to reduce our usage of GitHub Runners, to comply with ASF Policy: https://github.com/apache/nuttx/issues/14376#issuecomment-2427837859 However this...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

anjiahao1 created a comment on an issue on apache/nuttx
Could you help me upload the elf firmware of esp32s3 that you compiled? Thank you @tmedicci

View on GitHub

xiaoxiang781216 created a comment on a pull request on apache/nuttx
@cuiziwei1 please look at.

View on GitHub

XuGang1986 forked apache/nuttx

XuGang1986/nuttx

xiaoxiang781216 closed an issue on apache/nuttx
[HELP] ARMv8r FVP (fvp-armv8r) does not shows boot up logs and telnet to UART 1 port does not prompt to nuttx shell
### Description I am running fvp-armv8r Fixed Virtual Platforms (FVP) with nuttx. **Reference:** https://nuttx.apache.org/docs/12.5.0/platforms/arm64/fvp-v8r/boards/fvp-armv8r/index.html While...
xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • arm64: fix fvp smp faild to boot reason: we should give a busy wait addr This commit fixes the regression from http... 9395669

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
arm64: fix fvp smp faild to boot
## Summary fix fvp smp faild to boot we should give a busy wait addr This commit fixes the regression from https://github.com/apache/nuttx/pull/13640 ## Impact arm64 fvp smp ## Testing ...
cederom created a comment on an issue on apache/nuttx
LVGL 9.2.1 release is planned for tomorrow :-)

View on GitHub

lupyuen opened a pull request on apache/nuttx
CI: Enable sim-02 build when we create or update a Complex PR
## Summary CI Build Job sim-02 was disabled to reduce our usage of GitHub Runners, to comply with ASF Policy: https://github.com/apache/nuttx/issues/14376#issuecomment-2427837859 However this...
hujun260 created a review comment on a pull request on apache/nuttx
The FVP SMP startup has always been using the busywait strategy. Before my modification, it serially waited for a fixed global variable (cpu_ready_flag). After I changed it to parallel startup for ...

View on GitHub

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

View on GitHub

Load more