Ecosyste.ms: Timeline

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

apache/nuttx

anchao opened 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 <anchao@...
haiyuewa opened a pull request on apache/nuttx
qemu-intel64: Fixes the linker 'noexecstack' warning
Fix the linker warning based on these two commits: ld: warning: fork.o: missing .note.GNU-stack section implies executable stack ld: NOTE: This behaviour is deprecated and will be removed in ...
anchao opened a pull request on apache/nuttx
sched/cpuload: move g_cpuload_wdog to private chapter
## Summary sched/cpuload: move g_cpuload_wdog to private chapter coding style Signed-off-by: chao an <[email protected]> ## Impact N/A ## Testing ci-check
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 PR description is missing some key elements to meet NuttX requirements....

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) ## NuttX PR Requirements Review: **Verdict:** This PR appears **incomplete*...

View on GitHub

anchao opened a pull request on apache/nuttx
arm/gicv3: replace this_cpu() to up_cpu_index()
## Summary arm/gicv3: replace this_cpu() to up_cpu_index() If the core id needs to be included in the hardware register calculation, up_cpu_index() should be used instead of this_cpu(). ...
jinliangli opened a pull request on apache/nuttx
arm/armv8-r: optimize generic timer initialization
## Summary 1. Enable timer and irq finally to make sure timer callback was already registered. When the CPU resets, the values of some generic timer registers are undefined. Enabling the timer i...
anchao created a comment on a pull request on apache/nuttx
> > why not enable MSVC ci on xiaomi internal server? Shouldn't similar changes be built and validated internally before being submitted to the community? > > sure @anchao, we have a CI task for...

View on GitHub

jinliangli created a review comment on a pull request on apache/nuttx
Yes, CONFIG_SMP checking should be removed. In future optimizations, I can add a configuration option for cache coherency. Different CPU architectures can choose whether they have cache coheren...

View on GitHub

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

View on GitHub

xuxin930 created a comment on a pull request on apache/nuttx
> why not enable MSVC ci on xiaomi internal server? Shouldn't similar changes be built and validated internally before being submitted to the community? sure @anchao, we have a CI task for msvc,...

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • arm/armv8-r: fix unable to switch context in ISR context Regression by: | commit 35c8c80a00a99ff0e19d51eaa74165bd830... ea4c4ef

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
arm/armv8-r: fix unable to switch context in ISR context
## Summary arm/armv8-r: fix unable to switch context in ISR context Regression by https://github.com/apache/nuttx/pull/13651: ``` | commit 35c8c80a00a99ff0e19d51eaa74165bd830a36f8 | Author...
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
@GUIDINGLI @hujun260 After your and hujun's changes: 1. any irq_dispatch() call needs to properly refresh tcb to check if context switch has occurred 2. The trace location also needs to be up...

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • sam_sfc.c incorrect EFUSEIOC name used 517c66d

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
sam_sfc.c incorrect EFUSEIOC name used
## Summary Updated sam_sfc.c to call EFUSEIOC_MASK rather than EFUSEIOC_SAMA5_MASK - this error must have slipped through my original testing and submission of the SMA5 SFC functionality, or a l...
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
> > > @lupyuen could we turn on windows ci to see how much budget will be used? > > > > > > @xiaoxiang781216 @xuxin930 why not enable MSVC ci on xiaomi internal server? Shouldn't similar chang...

View on GitHub

anchao created a comment on a pull request on apache/nuttx
> The SMP is another questions, so you should split to another patch or PR You should check your submission carefully if which have any rookie mistakes.

View on GitHub

cederom created a comment on an issue on apache/nuttx
As promissed LVGL 9.2.1 is out! :-) https://github.com/lvgl/lvgl/archive/refs/tags/v9.2.1.zip https://github.com/lvgl/lvgl/archive/refs/tags/v9.2.1.tar.gz

View on GitHub

lupyuen created a comment on an issue on apache/nuttx
__5 Days to Freedom:__ Yesterday we consumed __14 Full-Time GitHub Runners__. That's 56% of the ASF Quota for Full-Time Runners. Looking good! - We peaked briefly at 26 Full-Time Runners. Needs ...

View on GitHub

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
do you really get a negative number from real device? This register is read only and officially defined by arm: https://developer.arm.com/documentation/ddi0595/2021-03/AArch32-Registers/CCSIDR--Cu...

View on GitHub

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

View on GitHub

haiyuewa forked apache/nuttx

haiyuewa/nuttx

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
what about other arch

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
  • kconfig: Add link parameters that can print remaining memory information LD: nuttx Memory region Used Size ... f11b04f

View on GitHub

xiaoxiang781216 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% ...
xiaoxiang781216 closed a pull request on apache/nuttx
esp32s3: Increase the init task stask size when using NSH
## Summary * esp32s3: Increase the init task stask size when using NSH After recent changes on nuttx-apps (not limited to, but related to nuttx-apps#2738, for instance), the stack usage for t...
Load more