Ecosyste.ms: Timeline

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

apache/nuttx

sdboy starred apache/nuttx
xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • arch/arm/stm32h7: add workaround for Renode Add an option to disable busy wait PWR_CSR1_ACTVOSRDY during boot which ... b5e5cdd

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
arch/arm/stm32h7: add workaround for Renode
## Summary arch/arm/stm32h7: add workaround for Renode Add an option to disable busy wait PWR_CSR1_ACTVOSRDY during boot which doesn't work with Renode simulation ## Impact workaround to ...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • Documentation: add some notes about running NuttX on Renode add some notes about running NuttX on Renode 8b9337f

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
Documentation: add some notes about running NuttX on Renode
## Summary Documentation: add some notes about running NuttX on Renode ## Impact none ## Testing local doc build
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) This PR does not meet the NuttX requirements in its current state. Here's wh...

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) **Yes, but with a minor addition.** The PR meets the requirements with a cl...

View on GitHub

raiden00pl opened a pull request on apache/nuttx
Documentation: add some notes about running NuttX on Renode
## Summary Documentation: add some notes about running NuttX on Renode ## Impact none ## Testing local doc build
raiden00pl opened a pull request on apache/nuttx
arch/arm/stm32h7: add workaround for Renode
## Summary arch/arm/stm32h7: add workaround for Renode Add an option to disable busy wait PWR_CSR1_ACTVOSRDY during boot which doesn't work with Renode simulation ## Impact workaround to ...
qqwqqw689 starred apache/nuttx
raiden00pl opened an issue on apache/nuttx
[BUG] hardware timers broken for ARM devices
### Description / Steps to reproduce the issue Hardware timer example (`apps/example/timer`) is broken for some of ARM devices (probably for all ARM chips, but I can't check all of them). What I ...
xiaoxiang781216 created a review comment on a pull request on apache/nuttx
```suggestion ssize_t uio_total_len(FAR const struct uio *uio); ```

View on GitHub

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
should we move `struct uio` definition and `iovec_total_len` prototype to include/nuttx/fs/fs.h and remove include/nuttx/fs/uio.h?

View on GitHub

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
```suggestion static ssize_t file_writev_compat(FAR struct file *filep, ``` let's apply the similar suggestion from fs_write.c

View on GitHub

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
```suggestion static ssize_t file_writev_compat(FAR struct file *filep, ```

View on GitHub

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
```suggestion FAR struct file *filep; struct uio uio; ```

View on GitHub

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

View on GitHub

jerpelea created a tag on apache/nuttx

nuttx-12.7.0-RC1 - Apache NuttX is a mature, real-time embedded operating system (RTOS)

yanwuguangjun starred apache/nuttx
xiaoxiang781216 created a comment on an issue on apache/nuttx
xtensa has the special code to make gdb pass through syscall boundary, @tmedicci does extensa trick apply to arm arch too?

View on GitHub

xiaoxiang781216 pushed 2 commits to master apache/nuttx
  • driver/serial: remove return value of up_putc() modify the prototype of up_putc(): remove the return value The arch... c6591c0
  • tools/nxstyle: add phy62xx/uart.c into style white list To skip the style issue: arch/arm/src/phy62xx/uart.c:59:15: ... 73c032d

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
driver/serial: remove return value of up_putc()
## Summary driver/serial: remove return value of up_putc() modify the prototype of up_putc(): remove the return value The architecture code does not care about the return value of up_putc(...
pkarashchenko created a review on a pull request on apache/nuttx

View on GitHub

xiaoxiang781216 created a review comment on a pull request on apache/nuttx
should we remove the return value from the callback in syslog_channel_s?

View on GitHub

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

View on GitHub

XuNeo created a comment on an issue on apache/nuttx
`nuttx` have no such issue. The Kconfig file content is copied out to nuttx-apps. The last minute changes in LVGL's Kconfig is not updated in nuttx-apps. ```patch diff --git a/graphics/lv...

View on GitHub

xiaoxiang781216 pushed 1 commit to master apache/nuttx
  • qemu-intel64: Fixes the linker 'noexecstack' warning Fix the linker warning based on these two commits: ld: warnin... d0f957a

View on GitHub

xiaoxiang781216 closed a pull request on apache/nuttx
qemu-intel64: Fixes the linker 'noexecstack' warning
Fix the linker warning based on these two commits: ld: warning: fork.o: missing .note.GNU-stack section implies executable stack ld: NOTE: This behaviour is deprecated and will be removed in ...
Load more