Ecosyste.ms: Timeline

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

apache/nuttx

elevenpassin starred apache/nuttx
tmedicci created a comment on an issue on apache/nuttx
Hi @metarutaiga , I couldn't reproduce your issue. I need clearer and more detailed instructions. I tried: 1. `esp32c6-devkitc:sta_softap`, enabling `wget`, `uiP web client` and `mbedTLS` (wi...

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, and the testing section need...

View on GitHub

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

View on GitHub

TimJTi created a comment on a pull request on apache/nuttx
Failed CI on arm-13 - no idea why: cmake stuff I think? If so, it's beyond me and can't see how it's related to this!

View on GitHub

jasonbu opened a pull request on apache/nuttx
arch/sim/cmake: remove the host specific -U when HOSTSRCS
^ *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary fix macos compile hostfs.c compile issu...
xiaoxiang781216 created a review on a pull request on apache/nuttx

View on GitHub

acassis pushed 2 commits to master apache/nuttx
  • add OTA to esp32c6 092af63
  • boards: riscv: esp32c6: Add partitioning support for OTA Add support for memory partitioning for OTA updates. This f... ef56aab

View on GitHub

acassis closed a pull request on apache/nuttx
Adding partitioning support for OTA
## Summary Added structure for partition initialization. Purpose of integration with MCUboot and ESP32C6. ## Impact RISC-V/ESP32 ## Testing ./tools/configure.sh esp32c6-devkitc:mc...
acassis created a comment on a pull request on apache/nuttx
@tmedicci it is better to keep two separated commits, because the second will be useful for people see how to add it to new boards.

View on GitHub

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

View on GitHub

tmedicci created a comment on a pull request on apache/nuttx
Hi @engdavidiogo , I was able to test it and validate it works for OTA on ESP32-C6. Can you please squash your commits and rebase to test it on CI and merge?

View on GitHub

raiden00pl created a comment on a pull request on apache/nuttx
another fix is here https://github.com/apache/nuttx/pull/14439

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 fully meet the NuttX requirements.** Here's why and...

View on GitHub

raiden00pl opened a pull request on apache/nuttx
boards/arm/stm32f7: fix nucleo boards break for cmake
## Summary fix nucleo-f722ze and nucleo-f746zg/pysim board break for cmake ## Impact unlock CI ## Testing local build with cmake, previously I tested only make build and errors were no...
raiden00pl pushed 1 commit to master apache/nuttx
  • boards/arm/stm32f7: fixed removed endif() in cmakefile nucleo-f746zg nucleo-f722ze nucleo-f767zi fix CMake Error at... d4aa30a

View on GitHub

raiden00pl closed a pull request on apache/nuttx
boards/arm/stm32f7: removed extra endif() from cmakefile for nucleo-f746zg nucleo-f722ze nucleo-f767zi
## Summary fix this error (for nucleo-f746zg nucleo-f722ze nucleo-f767zi) CMake Error at boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt:76 (endif): Flow control statements are not pro...
govindsi created a comment on an issue on apache/nuttx
> @jerpelea @govindsi I tried get newest [FVP](https://developer.arm.com/-/cdn-downloads/permalink/Fixed-Virtual-Platforms/FM-11.27/FVP_Base_AEMv8R_11.27_19_Linux64.tgz), and master of nuttx, maste...

View on GitHub

govindsi closed 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...
tmedicci created a review comment on a pull request on apache/nuttx
Probably the same here.

View on GitHub

tmedicci created a review comment on a pull request on apache/nuttx
Probably the same here.

View on GitHub

tmedicci created a review comment on a pull request on apache/nuttx
Same here (about the config).

View on GitHub

tmedicci created a review comment on a pull request on apache/nuttx
It seems this file doesn't have any reference to `nuttx/config.h` (and that is probably the reason for https://github.com/apache/nuttx/actions/runs/11443502523/job/31836407638#step:7:720).

View on GitHub

cederom created a comment on an issue on apache/nuttx
Looks like we are set on our side, all tested, waiting for LVGL 9.2.1 release to update the release URL, it should show up in days :-) nop nop nop :-)

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 and impact sections are well-written and informative. They cl...

View on GitHub

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

View on GitHub

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

View on GitHub

tmedicci opened a pull request on apache/nuttx
tools/esp32s3/Config.mk: fix "printf:`\': invalid format character"
## Summary * tools/esp32s3/Config.mk: fix "printf:\`': invalid format character" The error was introduced by #14393, which was intended to fix this line for MacOS. This commit makes this line...
raiden00pl pushed 1 commit to master apache/nuttx
  • ISSUE_TEMPLATE: fix missing labels Not all labels are added because there is no match with the label name. issue_la... 79073f0

View on GitHub

raiden00pl closed a pull request on apache/nuttx
ISSUE_TEMPLATE: fix missing labels
## Summary Not all labels are added because there is no match with the label name. issue_labeler.yml os: Linux -> os: linux 001_bug_report.yml Type: bug -> Type: Bug Corrected label in ...
Load more