Ecosyste.ms: Timeline

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

apache/nuttx

pussuw created a review comment on a pull request on apache/nuttx
If fast mutexes are implemented the implementation should be in user space (i.e. libc) for it to benefit memory protected builds as well. There taking the lock (in our case, semaphore) is a very ex...

View on GitHub

pussuw 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 description is mostly okay, but could be improved for clarity and com...

View on GitHub

jlaitine opened a pull request on apache/nuttx
Imx9 lpspi fixes
## Summary This PR corrects the 9-16 bit transfers on IMX9 LPSPI, where buffer lengths were handled wrong. The driver was originally tested only on 8-bit transfers. Additionally, this syncs...
pussuw created a review comment on a pull request on apache/nuttx
So the fast path is usable only when priority inheritance is not used? For mutexes you could actually set the holder atomically without locking (by setting PID) although for semaphores this is not ...

View on GitHub

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

View on GitHub

pussuw created a review comment on a pull request on apache/nuttx
Why are these not relevant anymore?

View on GitHub

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

View on GitHub

pussuw created a review comment on a pull request on apache/nuttx
Should semcount be atomic_short to begin with ?

View on GitHub

pussuw 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) No, this PR does not meet the NuttX Requirements. Here's why: * **Insuffici...

View on GitHub

W-M-R opened a pull request on apache/nuttx
modify_sysreg: modify name to keep consistent with Linux, express more clearly
## Summary The linux implementation is as follows: /* * Modify bits in a sysreg. Bits in the clear mask are zeroed, then bits in the * set mask are set. Other bits are left as-is. */ u64 __sc...
xiaoxiang781216 created a comment on a pull request on apache/nuttx
@xuxin930 could you look at why cmake output the above warning.

View on GitHub

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
let's use hex number by changing CONFIG_ARM64_SMP_BUSY_WAIT_FLAG_ADDR type to hex

View on GitHub

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

View on GitHub

xiaoxiang781216 reopened 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

View on GitHub

GUIDINGLI created a comment on a pull request on apache/nuttx
@GUIDINGLI @acassis @xiaoxiang781216 Update time_t to int32_t & int64_t either in TIME32 or TIME64

View on GitHub

vt92i starred apache/nuttx
hujun260 opened 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 ...
xiaoxiang781216 pushed 1 commit to master apache/nuttx

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
arch/x86_64:Fix variable used before assignment
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary *Update this section with information on why change is necessary, ...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 2 commits to master apache/nuttx
  • drivers/timers/arch_alarm.c: Remove ndelay_accurate Using ONESHOT_CURRENT retrieves the tick number multiplied by ti... 1a267dc
  • boards/imx93-evk: Define CONFIG_BOARD_LOOPSPERMSEC Use value measured with 1.8GHz CPU speed Signed-off-by: Jukka La... 4752ef3

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
Remove ndelay_accurate
## Summary Currently up_ndelay & up_udelay are completely broken; they always sleep very long time (at least to the end of currently ongoing tick), due to the current time is obtained from "ones...
W-M-R created a review comment on a pull request on apache/nuttx
The library in compiler-rt is independent. For example, if certain functions are enabled, the functions inserted by the compiler into the program need to call the implementation in this library. In...

View on GitHub

W-M-R created a review on a pull request on apache/nuttx

View on GitHub

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

View on GitHub

yamt created a comment on a pull request on apache/nuttx
@xiaoxiang781216 thank you for your earlier feedback. now this PR is ready for wider review.

View on GitHub

lipengfei28 opened a pull request on apache/nuttx
remove unused variable 'cpu_freq'
1. remove unused variable 'cpu_freq' *Update this section with information on why change is necessary, what it exactly does and how, if new feature shows up, provide references (dependencies...
Load more