midokura-xavi92 commented on code in PR #6718:
URL: https://github.com/apache/nuttx/pull/6718#discussion_r1150361452
##
CMakeLists.txt:
##
@@ -0,0 +1,664 @@
+#
##
+# CMakeLists.txt
+#
+# Licensed to the
fjpanag commented on code in PR #8911:
URL: https://github.com/apache/nuttx/pull/8911#discussion_r1150376378
##
libs/libc/stdio/lib_vasprintf.c:
##
@@ -119,14 +119,18 @@ int vasprintf(FAR char **ptr, FAR const IPTR char *fmt,
va_list ap)
#endif
/* Return a pointer to the
pussuw opened a new issue, #8917:
URL: https://github.com/apache/nuttx/issues/8917
I have encountered a little issue with semaphores, and nxsem_wait_irq which
is used to wake the process waiting for a sempahore and do other cleanup i.e.
handle priority inheritance etc.
The issue ari
pussuw opened a new pull request, #8918:
URL: https://github.com/apache/nuttx/pull/8918
## Summary
When MMU is in use, sem_waitirq fails because it tries to access sem_t (the
waited object) which is user memory. This either results in page fault (crash)
o access to the wrong address envi
pussuw commented on issue #8917:
URL: https://github.com/apache/nuttx/issues/8917#issuecomment-148385
Another option that comes to mind would be to temporarily map the user
semaphore data to a kernel scratch area but this is quite a lot of work, as the
physical page is needed and this i
lucasssvaz commented on code in PR #8913:
URL: https://github.com/apache/nuttx/pull/8913#discussion_r1150426033
##
tools/ci/testlist/arm-10.dat:
##
@@ -4,7 +4,7 @@
/arm/stm32/stm32f103-minimum,CONFIG_ARM_TOOLCHAIN_GNU_EABI
-/arm/stm32/stm32f334-disco,CONFIG_ARM_TOOLCHAIN_CL
lucasssvaz commented on code in PR #8913:
URL: https://github.com/apache/nuttx/pull/8913#discussion_r1150426264
##
boards/arm/stm32/nucleo-f302r8/configs/qenco/defconfig:
##
@@ -17,24 +71,40 @@ CONFIG_ARCH_INTERRUPTSTACK=1024
CONFIG_ARCH_IRQPRIO=y
CONFIG_BOARD_LOOPSPERMSEC=849
pkarashchenko commented on code in PR #8911:
URL: https://github.com/apache/nuttx/pull/8911#discussion_r1150454461
##
libs/libc/stdio/lib_vasprintf.c:
##
@@ -119,14 +119,18 @@ int vasprintf(FAR char **ptr, FAR const IPTR char *fmt,
va_list ap)
#endif
/* Return a pointer t
pkarashchenko commented on code in PR #8911:
URL: https://github.com/apache/nuttx/pull/8911#discussion_r1150456626
##
libs/libc/stdio/lib_vasprintf.c:
##
@@ -119,14 +119,18 @@ int vasprintf(FAR char **ptr, FAR const IPTR char *fmt,
va_list ap)
#endif
/* Return a pointer t
davids5 commented on code in PR #8911:
URL: https://github.com/apache/nuttx/pull/8911#discussion_r1150457885
##
libs/libc/stdio/lib_vasprintf.c:
##
@@ -119,14 +119,18 @@ int vasprintf(FAR char **ptr, FAR const IPTR char *fmt,
va_list ap)
#endif
/* Return a pointer to the
lucasssvaz commented on code in PR #8913:
URL: https://github.com/apache/nuttx/pull/8913#discussion_r1150460067
##
tools/ci/testlist/arm-10.dat:
##
@@ -4,7 +4,7 @@
/arm/stm32/stm32f103-minimum,CONFIG_ARM_TOOLCHAIN_GNU_EABI
-/arm/stm32/stm32f334-disco,CONFIG_ARM_TOOLCHAIN_CL
fjpanag commented on code in PR #8911:
URL: https://github.com/apache/nuttx/pull/8911#discussion_r1150464696
##
libs/libc/stdio/lib_vasprintf.c:
##
@@ -119,14 +119,18 @@ int vasprintf(FAR char **ptr, FAR const IPTR char *fmt,
va_list ap)
#endif
/* Return a pointer to the
Gary-Hobson opened a new pull request, #8919:
URL: https://github.com/apache/nuttx/pull/8919
## Summary
Compilation error occurs after SCHED_CRITMONITOR is enabled
sched/sched_critmonitor.c:315: undefined reference to `serr'
## Impact
## Testing
--
This is a
acassis commented on PR #8913:
URL: https://github.com/apache/nuttx/pull/8913#issuecomment-1486879938
> > Note that nxsig_timedwait and nxsig_procmask alone represent almost 50%
of increase, maybe these could be the functions to investigate.
>
> The three biggest increases in function
acassis commented on PR #8919:
URL: https://github.com/apache/nuttx/pull/8919#issuecomment-1486887383
@Gary-Hobson it is a good idea to include the info from this Summary in the
commit log message, this way people will see it in the git local repository.
--
This is an automated message fr
acassis commented on PR #8915:
URL: https://github.com/apache/nuttx/pull/8915#issuecomment-1486893216
@wengzhe please include this Summary message in the commit log message.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from c623a7b731 drivers/lcd/st7789: Support mirror X/Y
add 10f294c026 boards: Fix broken defconfigs
No new revisions
acassis merged PR #8913:
URL: https://github.com/apache/nuttx/pull/8913
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache
lucasssvaz commented on PR #8643:
URL: https://github.com/apache/nuttx/pull/8643#issuecomment-1486979187
@g2gps Please rebase your branch to the latest commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
lucasssvaz commented on code in PR #8905:
URL: https://github.com/apache/nuttx/pull/8905#discussion_r1150718229
##
boards/xtensa/esp32/esp32-audio-kit/src/esp32-audio-kit.h:
##
@@ -0,0 +1,177 @@
+/
+ * b
lucasssvaz commented on code in PR #8905:
URL: https://github.com/apache/nuttx/pull/8905#discussion_r1150718229
##
boards/xtensa/esp32/esp32-audio-kit/src/esp32-audio-kit.h:
##
@@ -0,0 +1,177 @@
+/
+ * b
gustavonihei opened a new pull request, #8920:
URL: https://github.com/apache/nuttx/pull/8920
## Summary
This PR intends to provide a fix for the WDT interrupt handling when using
the `WDIOC_CAPTURE` feature.
## Impact
Bugfix, now the `WDIOC_CAPTURE` ioctl is properly ha
fjpanag commented on PR #8911:
URL: https://github.com/apache/nuttx/pull/8911#issuecomment-1487062529
The checks failure here is a CI issue, right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
pkarashchenko commented on PR #8911:
URL: https://github.com/apache/nuttx/pull/8911#issuecomment-1487064090
Just rebase on top of the latest master
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
acassis commented on code in PR #8905:
URL: https://github.com/apache/nuttx/pull/8905#discussion_r1150790155
##
boards/xtensa/esp32/esp32-audio-kit/src/esp32-audio-kit.h:
##
@@ -0,0 +1,177 @@
+/
+ * boar
ldube opened a new pull request, #8921:
URL: https://github.com/apache/nuttx/pull/8921
## Summary
Using the interrupt pipe is recommended in the Get_Report request section of
the HID standard. This option has been added to support some keyboards that
refuse to return valid keys when poll
patacongo commented on issue #8858:
URL: https://github.com/apache/nuttx/issues/8858#issuecomment-1487212762
> * Licensing issue: While major part of the implementation is my own and
therefore can be released under Apache License, the idea of the algorithm
itself is taken from libntp @patac
patacongo merged PR #8914:
URL: https://github.com/apache/nuttx/pull/8914
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac
This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new a8f4a89221 signal: add SIGSYS
a8f4a89221 is descri
acassis merged PR #8912:
URL: https://github.com/apache/nuttx/pull/8912
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 6647f194db risc-v/espressif: Update revision of
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 0b1ba70ac5 asprintf: Fixed possible memory leak
acassis merged PR #8911:
URL: https://github.com/apache/nuttx/pull/8911
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache
acassis merged PR #1649:
URL: https://github.com/apache/nuttx-apps/pull/1649
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.a
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit efb4e0bc913a8858aac20aa9210fba3dba817e69
Author: Gustavo Henrique Nihei
AuthorDate: Wed Mar 8 15:57:51 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit d650d3276f15236da91f3477c32c6b4995807e06
Author: Gustavo Henrique Nihei
AuthorDate: Wed Mar 8 18:35:37 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from a1bca5070 Changes to apps needed by nutts PR 8885
new efb4e0bc9 Add another batch of missing headers through
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit ce68d7a7388ff63b20c0259be871d35cb7dec9db
Author: Gustavo Henrique Nihei
AuthorDate: Wed Mar 8 18:34:59 2023 -0300
pkarashchenko merged PR #8905:
URL: https://github.com/apache/nuttx/pull/8905
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 0b1ba70ac5 asprintf: Fixed possible memory leak if print fails.
new c5145257fe esp32: Add Ai-Thinker ESP32-
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit c5145257fe85a75a4e6abc4fa24d3a3a3b84e94a
Author: Alan Carvalho de Assis
AuthorDate: Sat Mar 25 10:31:27 2023 -0300
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit b87eb7c82fcdd2310d571521e022aebda256cf2b
Author: Alan Carvalho de Assis
AuthorDate: Sat Mar 25 11:21:18 2023 -0300
acassis commented on PR #8893:
URL: https://github.com/apache/nuttx/pull/8893#issuecomment-1487374305
please rebase to pass on CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comm
acassis commented on PR #8906:
URL: https://github.com/apache/nuttx/pull/8906#issuecomment-1487375366
please rebase to pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment
acassis commented on PR #8907:
URL: https://github.com/apache/nuttx/pull/8907#issuecomment-1487375944
please rebase to pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment
acassis commented on PR #8908:
URL: https://github.com/apache/nuttx/pull/8908#issuecomment-1487376893
please rebase to pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment
acassis commented on PR #8909:
URL: https://github.com/apache/nuttx/pull/8909#issuecomment-1487377385
please rebase to pass CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment
ALTracer commented on PR #8906:
URL: https://github.com/apache/nuttx/pull/8906#issuecomment-1487487457
Will rebase & test on master, fix lint warnings from local checkpatch.pl,
and add README.md for this board, just later this week.
To clarify, did you use precisely WeAct boards v3.1 revi
patacongo commented on PR #1683:
URL: https://github.com/apache/nuttx-apps/pull/1683#issuecomment-1487491570
Looks like this is trying to use the NuttX buildroot toolchain:
/usr/bin/bash: arm-nuttx-eabi-gcc: command not found
--
This is an automated message from the Apache G
pkarashchenko merged PR #8920:
URL: https://github.com/apache/nuttx/pull/8920
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.
This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new f462be5365 risc-v/espressif: Fix NULL-dere
pkarashchenko commented on PR #1683:
URL: https://github.com/apache/nuttx-apps/pull/1683#issuecomment-1487496587
Some configs have it enabled, but CI changes the toolchain to either
GNU_EABI or CLANG, so the actual build is done with one of those
--
This is an automated message from the A
pkarashchenko commented on PR #1683:
URL: https://github.com/apache/nuttx-apps/pull/1683#issuecomment-1487497263
@xiaoxiang781216 could you please rebase PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
acassis commented on code in PR #8921:
URL: https://github.com/apache/nuttx/pull/8921#discussion_r1151181433
##
drivers/usbhost/usbhost_hidkbd.c:
##
@@ -977,6 +1023,332 @@ static inline void usbhost_encodescancode(FAR struct
usbhost_state_s *priv,
}
#endif
+/***
acassis commented on PR #8921:
URL: https://github.com/apache/nuttx/pull/8921#issuecomment-1487637310
Hi @ldube nice work improving the USB Keyboard, thank you! I suggested
include the (void) because some compilers will complain about missing it.
--
This is an automated message from the A
acassis merged PR #8909:
URL: https://github.com/apache/nuttx/pull/8909
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 74b0e8c2c8b602495d87a0d76d63a969e7289edd
Author: raiden00pl
AuthorDate: Tue Mar 14 10:35:13 2023 +0100
arch/nrf53:
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f462be5365 risc-v/espressif: Fix NULL-dereferencing in WDT interrupt
handling
new 74b0e8c2c8 arch/nrf53: rename
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 6a2152aa44758e4cbb2eb58fb19de1ed9d5f789f
Author: raiden00pl
AuthorDate: Tue Mar 14 10:34:42 2023 +0100
boards/nrf53
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit bcecf2023f90ea22ff0d5941c128706bb8a4314a
Author: raiden00pl
AuthorDate: Mon Mar 13 12:51:29 2023 +0100
arch/nrf53:
acassis merged PR #8908:
URL: https://github.com/apache/nuttx/pull/8908
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit f9f41bbd95d7250e3d7505d81fcf8d1bbc95a29e
Author: raiden00pl
AuthorDate: Mon Mar 13 12:55:17 2023 +0100
arch/nrf53:
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 6a2152aa44 boards/nrf5340-dk: add buttons example
new f9f41bbd95 arch/nrf53: add RTC support
new d23759d457
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit da47c468b8897ccaee18173512d6df523e439bc6
Author: raiden00pl
AuthorDate: Thu Mar 16 10:01:55 2023 +0100
boards/nrf53
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit d23759d45719dc1bf4396e9203d43784eac67b5c
Author: raiden00pl
AuthorDate: Mon Mar 13 16:05:38 2023 +0100
arch/nrf53:
acassis merged PR #8893:
URL: https://github.com/apache/nuttx/pull/8893
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 10f1d3e76e63c8d61a0a3631b53ef39d1a5bf222
Author: raiden00pl
AuthorDate: Tue Mar 21 12:16:44 2023 +0100
rndis: fix d
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 9b70e010dca45e0d2e449d9bed51b564ff09231f
Author: raiden00pl
AuthorDate: Tue Mar 21 10:16:59 2023 +0100
rndis: refac
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit bed53538e87453c329d4f62cd25dfea548b354d4
Author: raiden00pl
AuthorDate: Thu Mar 23 12:55:29 2023 +0100
rndis: EP0 b
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from da47c468b8 boards/nrf5340-dk: add ostest_tickless configuration
new 9b70e010dc rndis: refactor usbdev_rndis_get_c
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 8de219777365a88979fa65e826fd948d6ac14e8e
Author: raiden00pl
AuthorDate: Thu Mar 23 13:18:38 2023 +0100
rndis: exclu
This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit cb05700acfc9e2c90bbea6c28abb6d37f4e0103d
Author: raiden00pl
AuthorDate: Tue Mar 21 21:18:35 2023 +0100
rndis: inter
ldube commented on PR #8921:
URL: https://github.com/apache/nuttx/pull/8921#issuecomment-1487746207
Thanks @acassis . I was forced to fix this driver because my USB keyboard
was refusing to work with hidkbd.
--
This is an automated message from the Apache Git Service.
To respond to the m
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 74f934e7 Publishing web: b50f5ca4
lucasssvaz commented on code in PR #8643:
URL: https://github.com/apache/nuttx/pull/8643#discussion_r1151293818
##
boards/risc-v/qemu-rv/rv-virt/configs/knsh32/defconfig:
##
Review Comment:
Please, normalize your defconfig by running `./tools/refresh.sh --silent
rv-virt:kn
radek-pesina opened a new pull request, #8922:
URL: https://github.com/apache/nuttx/pull/8922
## Summary
Extend sdmmc driver to add support for eMMC.
## Impact
Upon detection/insertion of an SD/eMMC device, the driver now determines if
it is talking to an SD card or eMMC and tak
g2gps commented on PR #8247:
URL: https://github.com/apache/nuttx/pull/8247#issuecomment-1487944462
> Yes, that's why I want to upgrade Ubuntu to 22.04 since we can get the new
version of gcc automatically.
I'm not sure if that is really going to help us in this situation. In
theory,
xiaoxiang781216 commented on PR #8247:
URL: https://github.com/apache/nuttx/pull/8247#issuecomment-1487972294
> > Yes, that's why I want to upgrade Ubuntu to 22.04 since we can get the
new version of gcc automatically.
>
> I'm not sure if that is really going to help us in this situat
xiaoxiang781216 commented on PR #1649:
URL: https://github.com/apache/nuttx-apps/pull/1649#issuecomment-1487973935
@acassis from the policy, you can't merge the common code from the same
company.
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
xiaoxiang781216 commented on PR #1683:
URL: https://github.com/apache/nuttx-apps/pull/1683#issuecomment-1487976441
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
davids5 commented on code in PR #1683:
URL: https://github.com/apache/nuttx-apps/pull/1683#discussion_r1151432282
##
include/graphics/twm4nx/twm4nx_config.hxx:
##
@@ -448,7 +448,7 @@
*/
#ifndef CONFIG_TWM4NX_INPUT_SIGNO
-# define CONFIG_TWM4NX_INPUT_SIGNO 6
+# define CONF
xiaoxiang781216 commented on code in PR #1683:
URL: https://github.com/apache/nuttx-apps/pull/1683#discussion_r1151438835
##
include/graphics/twm4nx/twm4nx_config.hxx:
##
@@ -448,7 +448,7 @@
*/
#ifndef CONFIG_TWM4NX_INPUT_SIGNO
-# define CONFIG_TWM4NX_INPUT_SIGNO 6
+# def
davids5 commented on code in PR #8922:
URL: https://github.com/apache/nuttx/pull/8922#discussion_r1151442701
##
drivers/mmcsd/mmcsd_sdio.c:
##
@@ -2464,16 +2469,22 @@ static void mmcsd_mediachange(FAR void *arg)
*
*
pkarashchenko commented on code in PR #1687:
URL: https://github.com/apache/nuttx-apps/pull/1687#discussion_r1151456308
##
system/cu/cu_main.c:
##
@@ -291,15 +288,15 @@ int main(int argc, FAR char *argv[])
/* Initialize global data */
- memset(&g_cu, 0, sizeof(struct cu_
pkarashchenko commented on PR #8247:
URL: https://github.com/apache/nuttx/pull/8247#issuecomment-1488027215
> Another possible method is we build Renesas toolchain in Ubuntu 18.04 and
use it in Ubuntu 22.04.
But most probably we will need to host binaries somewhere. Or create a
GitH
wangchen61698 closed pull request #1688: examples/ftpd: Add support for
choosing address family
URL: https://github.com/apache/nuttx-apps/pull/1688
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to th
pkarashchenko commented on PR #8247:
URL: https://github.com/apache/nuttx/pull/8247#issuecomment-1488028985
> but not good to simulator.
@xiaoxiang781216 what do you mean? Do we used simulation of Renesas? Or you
are talking that Renesas boards will be restricted to use C++ because of GCC
wangchen61698 opened a new pull request, #1689:
URL: https://github.com/apache/nuttx-apps/pull/1689
## Summary
choose the network protocol (ipv4 or ipv6) to bind network in setting
ftpd(default ipv6)
## Impact
N/A
## Testing
CI check
before
ap> ftpd_start
88 matches
Mail list logo