Ecosyste.ms: Timeline

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

apache/nuttx

raiden00pl pushed 1 commit to master apache/nuttx

View on GitHub

raiden00pl closed a pull request on apache/nuttx
fix GCCVER cmake define.
## Summary There are some errors in cmake's definition of GCCVER, which causes cmake to not find the definition of GCCVER when compiling. https://github.com/apache/nuttx/issues/14412 This has been...
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

lupyuen created a review comment on a pull request on apache/nuttx
Seems to be fixed here: https://github.com/apache/nuttx/pull/14437

View on GitHub

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

View on GitHub

CV-Bowen created a review comment on a pull request on apache/nuttx
Done

View on GitHub

CV-Bowen created a review on a pull request on apache/nuttx

View on GitHub

lupyuen created a review comment on a pull request on apache/nuttx
Sorry @raiden00pl I think this `endif()` is missing an `if()?` Here's the error from our Scheduled Merge Job: ```text Cmake in present: nucleo-f767zi/nsh,CONFIG_ARM_TOOLCHAIN_CLANG CMake Error a...

View on GitHub

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

View on GitHub

simbit18 opened a pull request on apache/nuttx
boards/arm/stm32f7: removed extra endif() from cmakefile for core-f746zg core-f722ze core-f767zi 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...
acassis created a comment on a pull request on apache/nuttx
@rcsim please rebase your branch and git push forced to fix the CI issue

View on GitHub

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

View on GitHub

TimJTi opened a pull request on apache/nuttx
sam_sfc.c incorrect EFUSEIOC name used
## Summary Updated sam_sfc.c to call EFUSEIOC_MASK rather than EFUSEIOC_SAMA5_MASK - this error must have slipped through my original testing and submission of the SMA5 SFC functionality, or a l...
jasonbu 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, master...

View on GitHub

metarutaiga created a comment on an issue on apache/nuttx
``` ./tools/configure.sh esp32c3-generic:sta_softap make ``` and some codes must be patch like ``` diff --git a/netutils/dhcpd/dhcpd.c b/netutils/dhcpd/dhcpd.c index 2f8f280d5..d53a33c38 1...

View on GitHub

jasonbu created a comment on a pull request on apache/nuttx
> @jasonbu > > `nucleo-g070rb/nsh` configuration from upstream and just run built-in `timer` application. I don't know if this can be reproduced on QEMU. will try later if it can re-produce i...

View on GitHub

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

View on GitHub

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

simbit18 created a comment on a pull request on apache/nuttx
@raiden00pl Ok

View on GitHub

raiden00pl created a comment on a pull request on apache/nuttx
can we change this to `Community: Question` ?

View on GitHub

simbit18 created a comment on a pull request on apache/nuttx
for 003_help.yml https://github.com/apache/nuttx/blob/35c278b716f7ffb3347395b8dc9bb31cc304093f/.github/ISSUE_TEMPLATE/003_help.yml?plain=1#L16

View on GitHub

raiden00pl created a comment on a pull request on apache/nuttx
what about this: https://github.com/apache/nuttx/labels/Community%3A%20Question ?

View on GitHub

simbit18 created a comment on a pull request on apache/nuttx
@raiden00pl missing label **Type: Question** can you add ? https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels#creating-a-label

View on GitHub

raiden00pl pushed 1 commit to master apache/nuttx
  • libcxx: Ignore compile warnings. nuttx/libs/libxx/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp:17:... 35c278b

View on GitHub

raiden00pl closed an issue on apache/nuttx
[BUG] warnings when compile stm32f4discovery/testlibcxx with cmake
### Description / Steps to reproduce the issue stm32f4discovery/testlibcxx with cmake returns warnings not present when building with make: ``` cmake -B build -DBOARD_CONFIG=stm32f4discovery...
raiden00pl closed a pull request on apache/nuttx
libcxx: Ignore compile warnings.
fix https://github.com/apache/nuttx/issues/14412 warning ## Summary Why didn’t we have this problem before? Because we have recently optimized cxx, and related source files will not be compiled...
raiden00pl pushed 1 commit to releases/12.7 apache/nuttx
  • syslog: enable LF to CRLF config as default This commit fixes the issue #14418 Signed-off-by: yangsong8 <yangsong8@... 5ff98fb

View on GitHub

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

View on GitHub

Load more