Ecosyste.ms: Timeline

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

apache/nuttx

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
but R82 support the cache coherence: https://developer.arm.com/Processors/Cortex-R82

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
  • Writing documentation related to SPI slave. Fix build issues d291ed0

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
Writing documentation related to SPI slave.
This documentation refers to PR: https://github.com/apache/nuttx-apps/pull/2765
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

FelipeMdeO created a comment on a pull request on apache/nuttx
Hello @cederom. I am sending documentation again, now I take care with build issues and improve text, following @acassis instructions.

View on GitHub

jasonbu created a comment on a pull request on apache/nuttx
> @xiaoxiang781216 @xuxin930 @jasonbu this pr broke build msvc > > https://github.com/simbit18/nuttx_test_pr/actions/runs/11498059450/job/32003163671#step:8:1780 sched.vcxproj -> D:\a\nuttx_test...

View on GitHub

jasonbu opened a pull request on apache/nuttx
when COMPILE_OPTIONS is not set, skip the REMOVE_ITEM in ${HOSTSRCS}, fix mscv reported case.
## Summary sim/cmake: compatible when nuttx COMPILE_OPTIONS is not set yet #14440 when COMPILE_OPTIONS is not set, cmake will report an error: HOST_COMPILE_OPTIONS-NOTFOUND as we only want...
tmedicci created a comment on a pull request on apache/nuttx
Thanks @cuiziwei1 , I'll test it internally and return when I get the results...

View on GitHub

tmedicci created a comment on an issue on apache/nuttx
> ``` > make -j distclean && ./tools/configure.sh esp32s3-devkit:elf && make flash ESPTOOL_PORT=/dev/ttyUSB0 -s -j$(nproc) && minicom -D /dev/ttyUSB0 > ``` Of course: [nuttx.zip](https://gi...

View on GitHub

anchao opened 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: | commit 35c8c80a00a99ff0e19d51eaa74165bd830a36f8 | Author: ligd <[email protected]> | Date: Fri Ju...
jinliangli created a review comment on a pull request on apache/nuttx
In case of SMP, cache should be enabled after cache coherency unit is inited in later boot stage. However, typically ARMv8-R CPUs (cortex-r5/cortex-r52) do not have cache coherency, there is...

View on GitHub

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

View on GitHub

simbit18 created a comment on a pull request on apache/nuttx
@xiaoxiang781216 @xuxin930 @jasonbu this pr broke build msvc sched.vcxproj -> D:\a\nuttx_test_pr\nuttx_test_pr\sources\nuttx\vs2022\sched\Debug\sched.lib Generating nuttx_all.lib Microsof...

View on GitHub

yamt created a comment on a pull request on apache/nuttx
> @acassis @xiaoxiang781216 @yamt @jkivilin If you don't have any more questions, then this PR will be merged after CI pass i feel a few days is too short for this kind of change. please wait fo...

View on GitHub

yamt created a review comment on a pull request on apache/nuttx
this makes 32-bit time_t almost unusable. if we make this change, we should make a bold statement to users.

View on GitHub

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

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • armv8m/clang.cmake: add armv8m clang config Its makefile is implemented in arch/arm/src/armv8-m/Toolchain.defs as fo... d007193

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
armv8m/clang.cmake: add armv8m clang config
## Summary Its makefile is implemented in arch/arm/src/armv8-m/Toolchain.defs as follows: ``` ifeq ($(CONFIG_ARM_TOOLCHAIN_CLANG),y) ifeq ($(CONFIG_ARCH_CORTEXM23),y) TOOLCHAIN_CLANG...
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, as described, does not meet the NuttX requirements. Here's why: **M...

View on GitHub

GUIDINGLI opened a pull request on apache/nuttx
Revert "shced:sem: replace mutex with spinlock"
## Summary Revert "shced:sem: replace mutex with spinlock" Cause we can't do sem_post/wait within spinlock This reverts commit 23d65cb97f1019c98707c5536fe790398a0c164a. This bug is intr...
jasonbu created a comment on a pull request on apache/nuttx
> @jasonbu there is no support for the timer driver (`timer_register()`) in mps2-an500 so I doubt you can reproduce this issue with this platform. It's possible that timer drivers are broken also f...

View on GitHub

xiaoxiang781216 created a comment on a pull request on apache/nuttx
> @acassis @xiaoxiang781216 @yamt @jkivilin If you don't have any more questions, then this PR will be merged after CI pass I always prefer to align the implemented define behavior with other po...

View on GitHub

GUIDINGLI created a comment on a pull request on apache/nuttx
@acassis @xiaoxiang781216 @yamt @jkivilin If you don't have any more questions, then this PR will be merged after CI pass

View on GitHub

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

View on GitHub

GUIDINGLI reopened a pull request on apache/nuttx
types.h: time_t as int64_t
## Summary types.h: time_t as int64_t The following code will generate warnings: auto now = time(nullptr); auto last_active_time = GetEventService(self->ctx_)->getActiveTime(); if (last_act...
GUIDINGLI closed a pull request on apache/nuttx
types.h: time_t as int64_t
## Summary types.h: time_t as int64_t The following code will generate warnings: auto now = time(nullptr); auto last_active_time = GetEventService(self->ctx_)->getActiveTime(); if (last_act...
xiaoxiang781216 created a review comment on a pull request on apache/nuttx
Ok , please cowork with @xuxin930 fix this problem.

View on GitHub

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

View on GitHub

Load more