Ecosyste.ms: Timeline

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

apache/nuttx

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

View on GitHub

acassis pushed 1 commit to master apache/nuttx
  • task_exit.c: Add missing sched_note_stop() A regression from #13728 ; sched_note_stop() is never called for tasks th... 134ecf3

View on GitHub

acassis closed a pull request on apache/nuttx
task_exit.c: Add missing sched_note_stop()
## Summary I noticed that sched_note_stop() is never called for tasks that exit normally. This patch fixes a regression from #13728 ; there is a missing call to sched_note_stop() in task_exit()....
acassis created a review on a pull request on apache/nuttx

View on GitHub

anjiahao1 opened a pull request on apache/nuttx
gdbstub:remove ARCH_HAVE_DEBUG depends
## Summary gdbstub:remove ARCH_HAVE_DEBUG depends ## Impact gdbstub ## Testing build wtih qmeu use gdbstub
gneworld opened a pull request on apache/nuttx
coredump: coredump_add_memory_region need use flags
## Summary coredump_add_memory_region need use flags ## Impact coredump ## Testing CI
acassis created a comment on an issue on apache/nuttx
@w2016561536 maybe we can work together to get PX4 working on ESP32, ESP32-S2 and ESP32-S3. @henrykotze is working on PX4 for ESP32 and I want to run NuttX on ESP32-S2 to run on this device: htt...

View on GitHub

radupascale forked apache/nuttx

radupascale/nuttx

tmedicci closed an issue on apache/nuttx
[BUG] ESP32S3 spiflash_suspend_cache will hang at enable ESP32S3_APP_FORMAT_MCUBOOT
### Description / Steps to reproduce the issue CPU will hang when eanble ESP32S3_APP_FORMAT_MCUBOOT and ESP32S3_SPIFLASH,follow is console: ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x1 (P...
tmedicci created a comment on an issue on apache/nuttx
I'm sorry, @xiaoxiang781216 , the issue ID that https://github.com/apache/nuttx/pull/14481 solves is different. I already fixed it. I'm sorry.

View on GitHub

tmedicci reopened an issue on apache/nuttx
esp32s3 : float calc error or stack error
Hi, I was running PX4 based on NuttX on esp32s3 and found an error. a float data will be nan after a simple multiplication. ![nan_float](https://github.com/apache/nuttx/assets/40821031/5d326f3a-6...
W-M-R 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: sub...

View on GitHub

xiaoxiang781216 closed an issue on apache/nuttx
esp32s3 : float calc error or stack error
Hi, I was running PX4 based on NuttX on esp32s3 and found an error. a float data will be nan after a simple multiplication. ![nan_float](https://github.com/apache/nuttx/assets/40821031/5d326f3a-6...
xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • boards/esp32s3: Merge MCUboot and "simple-boot" linker scripts To make it easier to keep the linker scripts updated ... d1fd1ed

View on GitHub

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

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • boards/risc-v: Remove ref to riscv_internal.h `riscv_internal.h` is a private chip level header file, and it should ... f933b16

View on GitHub

xiaoxiang781216 closed 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
W-M-R 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: sub...

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

acassis 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: subcommand fa...

View on GitHub

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

View on GitHub

XuNeo created a review comment on a pull request on apache/nuttx
Any idea why FVP needs busy wait?

View on GitHub

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

View on GitHub

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

View on GitHub

lzc1001 opened an issue on apache/nuttx
[HELP] How to get the more 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. Thank you every much! ### Verification ...
jerpelea 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

pussuw opened a pull request on apache/nuttx
task_exit.c: Add missing sched_note_stop()
## Summary I noticed that sched_note_stop() is never called for tasks that exit normally. This patch fixes a regression from #13728 ; there is a missing call to sched_note_stop() in task_exit()....
Load more