Ecosyste.ms: Timeline

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

apache/nuttx

tmedicci created a comment on an issue on apache/nuttx
Hi @FelipeMdeO ! Adding to what @eren-terzioglu said: SPI is a full-duplex bus, so it's expected that the first exchange receives all zeros from the slave device (even running the tx/rx copy exa...

View on GitHub

tmedicci closed an issue on apache/nuttx
[BUG] ESP32C6 Devkit SPI Slave initialization error
### Description / Steps to reproduce the issue Issue present in Master branch. 1 - Connect 2 devices, one as master and other as slave - I followed comments in this PR. 2 - Run simple example ...
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 provided PR description does not meet all of the NuttX requirements. Her...

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 The provided PR description is **missing cr...

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 is missing some key information: * **What functional part of...

View on GitHub

acassis created a comment on a pull request on apache/nuttx
@xiaoxiang781216 @lupyuen what are these errors: ``` Cmake in present: nucleo-f722ze/cansock,CONFIG_ARM_TOOLCHAIN_CLANG Configuration/Tool: nucleo-f722ze/cansock,CONFIG_ARM_TOOLCHAIN_CLANG 20...

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) __Fill In The Commit Message:__ This PR contains a Commit with an Empty Commit...

View on GitHub

FelipeMdeO opened 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
pussuw opened a pull request on apache/nuttx
syslog: Don't allow blocking when in signal handler
## Summary Blocking while running a signal handler is not advisable, instead write the log string character by character. There is also a potential for a deadlock, as discussed in #6618 No...
lipengfei28 opened a pull request on apache/nuttx
arhc/arm64: vector table may be far away form arm64_fatal_handle
use 33-bit (+/-4GB) pc-relative addressing to load the address of arm64_fatal_handle ## Summary *Update this section with information on why change is necessary, what it exactly does and ho...
pussuw opened a pull request on apache/nuttx
sched/task_exit.c: Refresh current CPU instead of relying on stale value
## Summary The comment about the CPU index remaining stable is incorrect. There is no guarantee the task does not yield during the exit process, meaning the CPU can most definitely change. Also,...
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 does not meet the NuttX requirements. Here's why: * **Insufficient ...

View on GitHub

simbit18 opened a pull request on apache/nuttx
Fix Kconfig style
## Summary Remove spaces from Kconfig files Add TABs ## Impact none ## Testing
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 provided PR information is **incomplete** and **does not meet the NuttX ...

View on GitHub

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

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

yangguangcai01 reopened a pull request on apache/nuttx
libc string:Separate code.
## Summary Separate the code that follows the BSD license into independent files. ## Impact newlibc string ## Testing qemu v7a
W-M-R opened 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% ...
yangguangcai01 closed a pull request on apache/nuttx
libc string:Separate code.
## Summary Separate the code that follows the BSD license into independent files. ## Impact newlibc string ## Testing qemu v7a
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 is missing some key information: * **What functional part of...

View on GitHub

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

yangguangcai01 opened a pull request on apache/nuttx
libc string:Separate code.
## Summary Separate the code that follows the BSD license into independent files. ## Impact newlibc string ## Testing qemu v7a
jlaitine opened 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 "on...
pussuw created a comment on an issue on apache/nuttx
Steps to reproduce: Enable: CONFIG_DEBUG_FEATURES=y CONFIG_DEBUG_SCHED_INFO=y tools/configure.sh rv-virt:ksmp64 Start qemu and run ostest. It will get stuck in one of the signal handler tes...

View on GitHub

HedongGao closed a pull request on apache/nuttx
nuttx/can: Remove the feature which to prevent message reordering.
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary There is a feature which to pre message with same can_id reordering. ...
tmedicci created a comment on an issue on apache/nuttx
This is not an issue of ESP32-S3, but for NuttX. Did you test with `kconfiglib` [too](https://nuttx.apache.org/docs/latest/quickstart/install.html#kconfig-frontend)? How did the CI test on MacOS?

View on GitHub

radupascale forked apache/nuttx

radupascale/nuttx

yangsong8-ai opened a pull request on apache/nuttx
sim_uart: rm LF to CRLF convertion
LF to CRLF has been converted in syslog framework *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary rm LF to CRLF co...
jerpelea created a comment on an issue on apache/nuttx
> > @jasonbu > > please try the same on releases/12.7 branch > > Thanks Alin > > it means you can confirm in your environment, the releases/12.7 can still re-produce the problem? if you can pr...

View on GitHub

pussuw opened an issue on apache/nuttx
[BUG] Resource leak in SMP mode when running signal handler
### Description / Steps to reproduce the issue There is a serious issue with the current asynchronous signal delivery system; it will forcibly make another CPU resume code at places where this mu...
Load more