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 on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • arch/arm/stm32: convert error to warning when CCM is not enabled User may set CONFIG_MM_REGIONS=1 on purpose to disa... da1ff4c

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
arch/arm/stm32: convert error to warning when CCM is not enabled
## Summary User may set CONFIG_MM_REGIONS=1 on purpose to disable CCM. This is a completely normal system config and should not be treated as error. I found this problem trying to run Renode ...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

darwinbeing created a comment on an issue on apache/nuttx
This is the patch to enable w43439 [w43439.patch](https://github.com/user-attachments/files/17528747/w43439.patch) make distclean && ./tools/configure.sh -l raspberrypi-pico-w:telnet && make -...

View on GitHub

lupyuen created a comment on an issue on apache/nuttx
Update: We should never apply this fix to `releases/12.7` of `nuttx-apps`. It will fail because the Newer CI Jobs don't exist in `releases/12.7` of `nuttx` repo: `arm64_01.dat`, `x86_64-01.dat`, `r...

View on GitHub

lupyuen opened an issue on apache/nuttx
[BUG] When building `nuttx-apps`, CI Workflow checks out the Incorrect Branch of `nuttx` repo
### Description / Steps to reproduce the issue 1. When compiling the Release Branch of `nuttx-apps`, our CI Workflow `nuttx-apps/build.yml` checks out the Master Branch of `nuttx` repo, which is i...
symisc starred apache/nuttx
cederom created a comment on an issue on apache/nuttx
Thank you @lupyuen for your amazing work!! Have a good calm weekend :-) :-)

View on GitHub

lupyuen created a comment on an issue on apache/nuttx
__4 Days to Festivity:__ Yesterday we consumed __13 Full-Time GitHub Runners__ (half of the ASF Quota for GitHub Runners)... ![Screenshot 2024-10-26 at 7 32 10 AM](https://github.com/user-attach...

View on GitHub

kisvegabor created a comment on an issue on apache/nuttx
Huh, great! I hope @XuNeo will confirm that it's okay.

View on GitHub

cederom created a comment on an issue on apache/nuttx
Thanks @kisvegabor :-) I think we use our own configuration mechanism that is not affected, did reply in https://github.com/lvgl/lvgl/issues/7098 and waiting for @XuNeo confirmation, but I think al...

View on GitHub

NWS99 starred apache/nuttx
stbenn created a comment on an issue on apache/nuttx
@lupyuen It looks I made a mistake with some commit messages, that caused our branch to get referenced to a few issues in the apache repo. My apologies. I believe I have removed the commit message ...

View on GitHub

linguini1 created a comment on an issue on apache/nuttx
Just wanted to comment for visibility that I was having the same issue and reducing clock speed helped me resolve it. Maybe I could include this on the Pico doc page for the spisd config as a note?...

View on GitHub

acassis created a comment on an issue on apache/nuttx
@anchao @xiaoxiang781216 any idea?

View on GitHub

kisvegabor created a comment on an issue on apache/nuttx
Sorry, please take look at [this comment](https://github.com/lvgl/lvgl/issues/7098#issuecomment-2438450134).

View on GitHub

haiyuewa created a review comment on a pull request on apache/nuttx
> why need check CONFIG_ARCH_HAVE_FORK This warning is just caused by fork.o, so added this macro check. Make sense to remove this, not only for this object link. Will remove it. Align this to ...

View on GitHub

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

View on GitHub

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

View on GitHub

raiden00pl opened a pull request on apache/nuttx
arch/arm/stm32: convert error to warning when CCM is not enabled
## Summary User may set CONFIG_MM_REGIONS=1 on purpose to disable CCM. This is a completely normal system config and should not be treated as error. I found this problem trying to run Renode ...
cederom created a comment on a pull request on apache/nuttx
Okay, TODO added in Issue https://github.com/apache/nuttx/issues/14511 :-)

View on GitHub

cederom opened an issue on apache/nuttx
[DOC] Random number generation needs documentation.
### Is your feature request related to a problem? Please describe. * Random number generation. * How to use hardware random entropy source. * What happens when hw random is not present. * How s...
acassis created a comment on a pull request on apache/nuttx
@xiaoxiang781216 @cederom exactly! How to integrate HW RNG, how to use pseudo random generator without HW RNG, etc

View on GitHub

cederom created a comment on a pull request on apache/nuttx
> > @acassis: @xiaoxiang781216 maybe we need to update the random number generation Documentation/ to explain that up_rngbuf() now is used to fill the randomness pool > > @xiaoxiang781216: but w...

View on GitHub

xiaoxiang781216 created a comment on a pull request on apache/nuttx
> Thank you @xiaoxiang781216 :-) Build errors :-) + documentation update needed? :-) fixed.

View on GitHub

xiaoxiang781216 created a comment on a pull request on apache/nuttx
> @xiaoxiang781216 maybe we need to update the random number generation Documentation/ to explain that up_rngbuf() now is used to fill the randomness pool but we don't have any document which de...

View on GitHub

cederom created a review on a pull request on apache/nuttx
Thank you @xiaoxiang781216 :-) Build errors :-) + documentation update needed? :-)

View on GitHub

acassis created a comment on a pull request on apache/nuttx
@xiaoxiang781216 maybe we need to update the random number generation Documentation/ to explain that up_rngbuf() now is used to fill the randomness pool

View on GitHub

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

View on GitHub

Load more