Ecosyste.ms: Timeline

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

apache/nuttx

gneworld opened an issue on apache/nuttx
[BUG] kernel mode gets stuck at the system call layer during backtrace to user mode
### Description / Steps to reproduce the issue build system in protect mode or kernel mode 1. make a breakpoint at function uart_read 2. type any character in the nsh shell As you can see, ...
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 somewhat informative, but the rest of the information is i...

View on GitHub

cuiziwei1 opened a pull request on apache/nuttx
nuttx/sim: Fix m64 build error.
## Summary LD: nuttx nuttx.rel: in function `ff_dct32_float_sse2': (.text+0x66f9e): relocation truncated to fit: R_X86_64_32S against symbol `ff_cos_32' defined in .bss.ff_cos_32 section in...
zyfeier opened a pull request on apache/nuttx
sem: change sem wait to atomic operation
## Summary Add sem_wait fast operations, use atomic to ensure atomicity of semcount operations, and do not depend on critical section. Test with robot board: before modify: nxmutex_lock c...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • libc string:Separate code. Separate the code that follows the BSD license into independent files. Signed-off-by: ya... f07aba5

View on GitHub

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

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • libcxx: fix compile error from ServiceManager.cpp:17: /home/ligd/platform/dev/apps/external/android... cdccce4

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
libcxx: fix compile error
## Summary libcxx: fix compile error from ServiceManager.cpp:17: /home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:71:24:...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

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

View on GitHub

jinliangli opened a pull request on apache/nuttx
arm/build: suppress LOAD RWX linker warning
Add --no-warn-rwx-segments in case of RAM boot mode to linker to suppress the below warning: "nuttx has a LOAD segment with RWX permissions" *Note: Please adhere to [Contributing Guidelines](ht...
lupyuen created a comment on an issue on apache/nuttx
__7 Days to Event Horizon:__ Yesterday we consumed __4 Full-Time GitHub Runners__ (too low?). Let's keep this number below __25 Full-Time Runners__, so our CI Servers won't sink into the black hole...

View on GitHub

acassis created a comment on a pull request on apache/nuttx
@W-M-R why don't we just add is by default instead of depending on Kconfig? Every user needs it and we can use it in the CI to warn about board profiles that are reaching the flash limit. @Jorge...

View on GitHub

acassis pushed 1 commit to master apache/nuttx
  • fs/mnemofs: Fix extra log unused value error. Fix the unused value error for when extra logs are OFF. Signed-off-by:... 974da12

View on GitHub

engdavidiogo created a comment on an issue on apache/nuttx
Hi @tmedicci thanks for the support with this! Closing...

View on GitHub

engdavidiogo closed an issue on apache/nuttx
[HELP] Making HTTPS calls using MBEDTLS
### Description I need help understanding what is wrong with this implementation attempt. I am trying to make **HTTPS** calls in my project using **MBEDTLS**, and for that, I am using the defau...
acassis created a review comment on a pull request on apache/nuttx
Please include a comment here

View on GitHub

acassis 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

FelipeMdeO created a comment on an issue on apache/nuttx
Hello @tmedicci, @eren-terzioglu, sorry for the delay. Using the example available in the master branch, yes, the first transmission will be zeroed, and the second transmission will repeat every...

View on GitHub

resyfer created a comment on a pull request on apache/nuttx
@xiaoxiang781216 Here's the CI fix to #14445.

View on GitHub

resyfer opened a pull request on apache/nuttx
fs/mnemofs: Fix extra log unused value error.
Fix the unused value error for when extra logs are OFF. ## Summary This PR fixes the unused value error when extra logs are configured to be OFF in mnemofs. This issue occurs because initiall...
cederom created a comment on a pull request on apache/nuttx
Ah, typo in underline syntax (one `=` missing): ``` Warning, treated as error: /home/runner/work/nuttx/nuttx/Documentation/applications/examples/spislv_test/index.rst:2:Title underline too short...

View on GitHub

resyfer created a comment on a pull request on apache/nuttx
@xiaoxiang781216 On it.

View on GitHub

cederom created a review on a pull request on apache/nuttx
Thank you @FelipeMdeO !! :-)

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • sim_uart: rm LF to CRLF convertion LF to CRLF has been converted in syslog framework Signed-off-by: yangsong8 <yang... 5b5f148

View on GitHub

xiaoxiang781216 closed 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...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

Load more