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
  • mm/kasan: extern kasan API only MM_KASAN is enabled this PR will fix g_region_init is incorrectly linked to the imag... 052ea5b

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
mm/kasan: extern kasan API only MM_KASAN is enabled
## Summary mm/kasan: extern kasan API only MM_KASAN is enabled this PR will fix `g_region_init` is incorrectly linked to the image if MM_KASAN is not enabled. Signed-off-by: chao an <ancha...
xiaoxiang781216 pushed 21 commits to releases/12.7 apache/nuttx
  • noteram:overflow may discard all the trace message noteram_add may cause head = tail when remain == NOTE_ALIGN(notel... ca989b5
  • note: add ringbuffer aligned access handle Fix ubsan warning that writes need to be aligned to memory boundaries whe... 1c8d0bf
  • noteram:read noteram may cause crash noteram_get may cause _read = ni_bufsize cause assert crash [ 1493.627200] [79... 2f12e18
  • ramlog:flush should reset the tail of the reader Signed-off-by: dulibo1 <[email protected]> c0ce208
  • task: use get_task_name where possible Signed-off-by: xuxingliang <[email protected]> 17cbaad
  • add mm_uninitialize empty implementation for sim Signed-off-by: lijianjun <[email protected]> Signed-off-by: Neo ... 803489b
  • note: add memory tracing event support Record all memory allocation and release, save to ram, used to analyze memory... 2c0e2ac
  • mm: fix memory statistics error Signed-off-by: yinshengkai <[email protected]> Signed-off-by: Neo Xu <neo.xu199... cff121b
  • sched/note: specify note event for heap instrumentation 1. Add NOTE_HEAP_ prefix for heap note event. 2. Use note ty... c2bcc56
  • sched/note: add note when mm add new region Signed-off-by: xuxingliang <[email protected]> Signed-off-by: Neo X... 7e89ff5
  • drivers/noteram: fix compile error Signed-off-by: xuxingliang <[email protected]> Signed-off-by: Neo Xu <neo.xu... 001de69
  • drivers/segger: add heap note support Signed-off-by: xuxingliang <[email protected]> Signed-off-by: Neo Xu <neo... f61bfd5
  • drivers/segger: upgrade segger to v356 From V3.5.6 on, data plot is supported. Signed-off-by: Neo Xu <neo.xu1990@gm... 17efd01
  • drivers/segger: add heap data plot Add heap current used to note. Plot it in segger sysview data plot. Signed-off-b... dceb26c
  • Documentation: add segger sysview heap trace example Signed-off-by: Neo Xu <[email protected]> f81c805
  • sched/note: add note for wdog module Signed-off-by: xuxingliang <[email protected]> 46b1c86
  • sched/note: add wdog note for segger sysview Signed-off-by: xuxingliang <[email protected]> f3d6119
  • boards/arm/stm32/stm32f429i-disco: use serial console by default Make it easy to access for beginners, using the def... 7e6f83a
  • note: change sched_note_counter to a macro Signed-off-by: yinshengkai <[email protected]> c874542
  • gote: implement asynchronous printf formatting Do not format immediately when calling sched_note_printf, but delay f... 57a385a
  • and 1 more ...

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
{Bp-13949} note: support asynchronous sched_note_printf output
**Summary** Change 1: Replace sched_note_printf with sched_note_bprintf to delay string formatting and improve sched_note_printf execution speed (bprintf does not format parameters, but only parse...
xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • esp32: Fix a heap corruption bug with SPIRAM Don't add SPIRAM ("HEAP2") to both of kernel/user heaps. Sync with the... 6a2e21d

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) The PR summary doesn't fully meet the NuttX requirements. Here's why and how...

View on GitHub

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

View on GitHub

anchao opened a pull request on apache/nuttx
driver/serial: remove return value of up_putc()
## Summary driver/serial: remove return value of up_putc() modify the prototype of up_putc(): remove the return value The architecture code does not care about the return value of up_putc(...
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.** **Missing Infor...

View on GitHub

xiaoxiang781216 opened a pull request on apache/nuttx
libc: Refine the arc4random_buf implementation
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary fill the buffer with getrandom instead random pool and move the imp...
yuening1999 created a comment on an issue on apache/nuttx
> Hi @acassis I followed the previous advice and enabled the debug configuration. After tracing, I discovered the issue causing my ELF file to fail loading. It was because I used global variables i...

View on GitHub

Kadxs starred apache/nuttx
yamt opened a pull request on apache/nuttx
esp32: Fix a heap corruption bug with SPIRAM
## Summary Don't add SPIRAM ("HEAP2") to both of kernel/user heaps. Sync with the corresponding logic in esp32s3. ## Impact ## Testing tested on a proprietary board with a lot of unrelat...
github-actions[bot] created a comment on a pull request on apache/nuttx
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

View on GitHub

jerpelea opened a pull request on apache/nuttx
{Bp-13949} note: support asynchronous sched_note_printf output
**Summary** Change 1: Replace sched_note_printf with sched_note_bprintf to delay string formatting and improve sched_note_printf execution speed (bprintf does not format parameters, but only parse...
raiden00pl created a review on a pull request on apache/nuttx

View on GitHub

raiden00pl created a comment on a pull request on apache/nuttx
> ld --version GNU ld (GNU Binutils for Ubuntu) 2.42 the same on my side. But it's possible that arch linux applies some additional patches to binutils/gcc or the reason is something else

View on GitHub

haiyuewa created a comment on a pull request on apache/nuttx
> > gcc --version > > gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 > > interesting, for me the problem doesn't occur for both `gcc 14.1.1` and `gcc 13.3.0`. Probably some linux distro differences in `b...

View on GitHub

raiden00pl created a comment on a pull request on apache/nuttx
> gcc --version gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 interesting, for me the problem doesn't occur for both `gcc 14.1.1` and `gcc 13.3.0`. Probably some linux distro differences in `binutils`

View on GitHub

jerpelea closed an issue on apache/nuttx
[RC] LVGL 9.2.1 on NuttX 12.7.0(-RC) workbench.
### Description / Steps to reproduce the issue As reported during 12.7.0-RC0 testing: @fjpanag: > I am stuck with stm32f746g-disco:lvgl configuration on a Discovery STM32F746 board, the scree...
raiden00pl created a review comment on a pull request on apache/nuttx
condition in `arch/x86_64/src/common/Make.defs` also doesn't make sense, this option is set permanently here: https://github.com/apache/nuttx/blob/b28f87e3f0cd4ec901b2a716fea15378cb4cfd09/arch/K...

View on GitHub

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

View on GitHub

haiyuewa created a review comment on a pull request on apache/nuttx
Since the warning is caused by linking fork.o: So I added the macro as source file did: vi arch/x86_64/src/common/Make.defs +28 ifeq ($(CONFIG_ARCH_HAVE_FORK),y) CMN_CSRCS += x86_64_fork.c ...

View on GitHub

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

View on GitHub

haiyuewa created a comment on a pull request on apache/nuttx
> @haiyuewa hi, how to reproduce this warning ? is this something toolchain specific? I've never seen anything like this and I'm curious why :) BTW x86_64 port isn't based on sim port, so changes f...

View on GitHub

raiden00pl created a review comment on a pull request on apache/nuttx
` if(CONFIG_ARCH_HAVE_FORK)` doesn't make sense in x86_64 port context, it is always set to `y`

View on GitHub

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

View on GitHub

raiden00pl created a comment on a pull request on apache/nuttx
@haiyuewa hi, how to reproduce this warning ? is this something toolchain specific? I've never seen anything like this and I'm curious why :) BTW x86_64 port isn't based on sim port, so changes f...

View on GitHub

dbaspider starred apache/nuttx
Load more