[GitHub] [nuttx] no1wudi commented on a diff in pull request #9537: riscv: Add zicsr/zifencei flags for GCC 12

2023-06-14 Thread via GitHub
no1wudi commented on code in PR #9537: URL: https://github.com/apache/nuttx/pull/9537#discussion_r1230481764 ## arch/risc-v/src/common/Toolchain.defs: ## @@ -118,14 +118,28 @@ endif # Generic GNU RVG toolchain -ifeq ($(CONFIG_RISCV_TOOLCHAIN),GNU_RVG) +ifeq ($(CONFIG_RISCV_

[GitHub] [nuttx] no1wudi commented on a diff in pull request #9537: riscv: Add zicsr/zifencei flags for GCC 12

2023-06-14 Thread via GitHub
no1wudi commented on code in PR #9537: URL: https://github.com/apache/nuttx/pull/9537#discussion_r1230481764 ## arch/risc-v/src/common/Toolchain.defs: ## @@ -118,14 +118,28 @@ endif # Generic GNU RVG toolchain -ifeq ($(CONFIG_RISCV_TOOLCHAIN),GNU_RVG) +ifeq ($(CONFIG_RISCV_

[nuttx-apps] branch master updated: netutils/dhcpc: Set BOOTP BROADCAST flag when IPFORWARD is enabled

2023-06-14 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 3e68694bd netutils/dhcpc: Set BOOTP BROAD

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1791: netutils/dhcpc: Set BOOTP BROADCAST flag when IPFORWARD is enabled

2023-06-14 Thread via GitHub
xiaoxiang781216 merged PR #1791: URL: https://github.com/apache/nuttx-apps/pull/1791 -- 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...

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9543: netdev/upper: Optimize on quota related operations

2023-06-14 Thread via GitHub
xiaoxiang781216 commented on code in PR #9543: URL: https://github.com/apache/nuttx/pull/9543#discussion_r1230338079 ## drivers/net/netdev_upperhalf.c: ## @@ -72,6 +84,10 @@ struct netdev_upperhalf_s #else struct work_s work; #endif + +#ifdef HAVE_ATOMIC + atomic_int quota

[GitHub] [nuttx] zyfeier commented on pull request #9539: sched/pthread: Return ESRCH when the task is in the process of exit.

2023-06-14 Thread via GitHub
zyfeier commented on PR #9539: URL: https://github.com/apache/nuttx/pull/9539#issuecomment-1592211387 > Please include the remaining comments from Summary into commit message Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [nuttx] zyfeier commented on pull request #9540: fs/vfs: Proper use of sigisemptyset

2023-06-14 Thread via GitHub
zyfeier commented on PR #9540: URL: https://github.com/apache/nuttx/pull/9540#issuecomment-1592209695 > @zyfeier please include the Summary in the log message. Also if you can please point the PR that changed. I think it was PR #8885 correct? Done -- This is an automated message fr

[GitHub] [nuttx-apps] SunJun8 commented on a diff in pull request #1793: netutils/iperf: Fix possible precision loss

2023-06-14 Thread via GitHub
SunJun8 commented on code in PR #1793: URL: https://github.com/apache/nuttx-apps/pull/1793#discussion_r1230306387 ## netutils/iperf/iperf.c: ## @@ -323,7 +323,7 @@ static void iperf_report_task(FAR void *arg) ts_diff(&last, &start), ts_diff(&now, &sta

[GitHub] [nuttx] wengzhe commented on a diff in pull request #9543: netdev/upper: Optimize on quota related operations

2023-06-14 Thread via GitHub
wengzhe commented on code in PR #9543: URL: https://github.com/apache/nuttx/pull/9543#discussion_r1230300451 ## drivers/net/netdev_upperhalf.c: ## @@ -72,6 +84,10 @@ struct netdev_upperhalf_s #else struct work_s work; #endif + +#ifdef HAVE_ATOMIC + atomic_int quota[NETPKT_

[nuttx-website] branch asf-site updated: Publishing web: bedd222ce647cc428f1f896ea77db286eb1bfbce docs: d492823128d97b6259f4b3b0fcb670125e1fa5cf

2023-06-14 Thread github-bot
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 7a3cddb3 Publishing web: bedd222c

[GitHub] [nuttx] acassis merged pull request #9525: xtensa/esp32s3: Add USB OTG device driver

2023-06-14 Thread via GitHub
acassis merged PR #9525: URL: https://github.com/apache/nuttx/pull/9525 -- 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

[GitHub] [nuttx] acassis commented on a diff in pull request #9499: debug: change generate debug symbols default enable

2023-06-14 Thread via GitHub
acassis commented on code in PR #9499: URL: https://github.com/apache/nuttx/pull/9499#discussion_r1230096538 ## Kconfig: ## @@ -1904,7 +1904,7 @@ config HEAP_COLORATION config DEBUG_SYMBOLS bool "Generate Debug Symbols" - default n + default y Review Comm

[GitHub] [nuttx-apps] cederom opened a new issue, #1795: nrfutil / flashing firmware to Nordic chips

2023-06-14 Thread via GitHub
cederom opened a new issue, #1795: URL: https://github.com/apache/nuttx-apps/issues/1795 This is an issue to note DFU firmware flash possibility to Nordic Chips (like nRF52) as noted in https://github.com/apache/nuttx-apps/pull/1794#issuecomment-1591769020 when @raiden00pl provided USB Con

[GitHub] [nuttx] acassis commented on a diff in pull request #9499: debug: change generate debug symbols default enable

2023-06-14 Thread via GitHub
acassis commented on code in PR #9499: URL: https://github.com/apache/nuttx/pull/9499#discussion_r1230096538 ## Kconfig: ## @@ -1904,7 +1904,7 @@ config HEAP_COLORATION config DEBUG_SYMBOLS bool "Generate Debug Symbols" - default n + default y Review Comm

[nuttx] branch master updated: arch/xtensa/esp32s2: Fix SPI DMA implementation

2023-06-14 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang 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 4bcf454ae5 arch/xtensa/esp32s2: Fix SPI DMA im

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9542: arch/xtensa/esp32s2: Fix SPI DMA implementation

2023-06-14 Thread via GitHub
xiaoxiang781216 merged PR #9542: URL: https://github.com/apache/nuttx/pull/9542 -- 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...@nutt

[nuttx] branch master updated (387944b837 -> b2ff151282)

2023-06-14 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 387944b837 usbdev/cdcacm.c: register console only for device with minor number 0 add 04db52612e libc/fdcheck:

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9536: fdcheck compatibility enhancement

2023-06-14 Thread via GitHub
xiaoxiang781216 merged PR #9536: URL: https://github.com/apache/nuttx/pull/9536 -- 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...@nutt

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1793: netutils/iperf: Fix possible precision loss

2023-06-14 Thread via GitHub
xiaoxiang781216 commented on code in PR #1793: URL: https://github.com/apache/nuttx-apps/pull/1793#discussion_r1230073325 ## netutils/iperf/iperf.c: ## @@ -338,7 +338,7 @@ static void iperf_report_task(FAR void *arg) ts_diff(&start, &start), ts_diff(&

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1793: netutils/iperf: Fix possible precision loss

2023-06-14 Thread via GitHub
xiaoxiang781216 commented on code in PR #1793: URL: https://github.com/apache/nuttx-apps/pull/1793#discussion_r1230072673 ## netutils/iperf/iperf.c: ## @@ -323,7 +323,7 @@ static void iperf_report_task(FAR void *arg) ts_diff(&last, &start), ts_diff(&n

[nuttx] branch master updated: usbdev/cdcacm.c: register console only for device with minor number 0

2023-06-14 Thread acassis
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 387944b837 usbdev/cdcacm.c: register console onl

[GitHub] [nuttx] acassis merged pull request #9541: usbdev/cdcacm.c: register console only for device with minor number 0

2023-06-14 Thread via GitHub
acassis merged PR #9541: URL: https://github.com/apache/nuttx/pull/9541 -- 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

[nuttx] branch master updated: arch/{nrf52|nrf53}/usbd: various fixes to improve USB stability

2023-06-14 Thread acassis
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 2f58b55b4d arch/{nrf52|nrf53}/usbd: various fixe

[GitHub] [nuttx] acassis merged pull request #9508: arch/{nrf52|nrf53}/usbd: various fixes to improve USB stability

2023-06-14 Thread via GitHub
acassis merged PR #9508: URL: https://github.com/apache/nuttx/pull/9508 -- 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

[nuttx-apps] branch master updated: nsh_usbconsole.c: add support for NSH console over a composite device

2023-06-14 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 400951b7d nsh_usbconsole.c: add support f

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1794: nsh_usbconsole.c: add support for NSH console over composite device

2023-06-14 Thread via GitHub
xiaoxiang781216 merged PR #1794: URL: https://github.com/apache/nuttx-apps/pull/1794 -- 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] branch master updated: netdb/dns: fix dns wrong response ID error

2023-06-14 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang 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 693898d566 netdb/dns: fix dns wrong response I

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9534: netdb/dns: fix dns wrong response ID error

2023-06-14 Thread via GitHub
xiaoxiang781216 merged PR #9534: URL: https://github.com/apache/nuttx/pull/9534 -- 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...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9543: netdev/upper: Optimize on quota related operations

2023-06-14 Thread via GitHub
xiaoxiang781216 commented on code in PR #9543: URL: https://github.com/apache/nuttx/pull/9543#discussion_r1230066091 ## drivers/net/netdev_upperhalf.c: ## @@ -72,6 +84,10 @@ struct netdev_upperhalf_s #else struct work_s work; #endif + +#ifdef HAVE_ATOMIC + atomic_int quota

[GitHub] [nuttx] acassis merged pull request #9538: riscv/barrier: Define more granular memory barriers

2023-06-14 Thread via GitHub
acassis merged PR #9538: URL: https://github.com/apache/nuttx/pull/9538 -- 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

[nuttx] branch master updated: riscv/barrier: Define more granular memory barriers

2023-06-14 Thread acassis
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 9b5746cb5f riscv/barrier: Define more granular m

[GitHub] [nuttx] acassis commented on pull request #9539: sched/pthread: Return ESRCH when the task is in the process of exit.

2023-06-14 Thread via GitHub
acassis commented on PR #9539: URL: https://github.com/apache/nuttx/pull/9539#issuecomment-1591841887 Please include the remaining comments from Summary into commit message -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [nuttx] acassis commented on pull request #9540: fs/vfs: Proper use of sigisemptyset

2023-06-14 Thread via GitHub
acassis commented on PR #9540: URL: https://github.com/apache/nuttx/pull/9540#issuecomment-1591840537 @zyfeier please include the Summary in the log message. Also if you can please point the PR that changed. I think it was PR https://github.com/apache/nuttx/pull/8885 correct? -- This is

[GitHub] [nuttx-apps] cederom commented on pull request #1794: nsh_usbconsole.c: add support for NSH console over composite device

2023-06-14 Thread via GitHub
cederom commented on PR #1794: URL: https://github.com/apache/nuttx-apps/pull/1794#issuecomment-1591769020 Thanks @raiden00pl for this great feature! :-) I was not able to test it though.. looks like some changes were made in the toolset of the Nordic and they do not go full Open-Sour

[GitHub] [nuttx] mu578 commented on issue #1488: Use fair spinlocks in SMP

2023-06-14 Thread via GitHub
mu578 commented on issue #1488: URL: https://github.com/apache/nuttx/issues/1488#issuecomment-1591764586 Yes that was the point about my comment in the other thread, i.e context switching overheads entering critical section ; there is something like the Lamport algorithm if I remember well.

[GitHub] [nuttx] wengzhe opened a new pull request, #9543: netdev/upper: Optimize on quota related operations

2023-06-14 Thread via GitHub
wengzhe opened a new pull request, #9543: URL: https://github.com/apache/nuttx/pull/9543 ## Summary Patches included: - netdev/upper: Make quota_load public - In case some lower-half need to get current quota, like https://github.com/apache/nuttx/pull/9297 - netdev/upper: Use a

[GitHub] [nuttx] btashton commented on a diff in pull request #9537: riscv: Add zicsr/zifencei flags for GCC 12

2023-06-14 Thread via GitHub
btashton commented on code in PR #9537: URL: https://github.com/apache/nuttx/pull/9537#discussion_r1229770149 ## arch/risc-v/src/common/Toolchain.defs: ## @@ -118,14 +118,28 @@ endif # Generic GNU RVG toolchain -ifeq ($(CONFIG_RISCV_TOOLCHAIN),GNU_RVG) +ifeq ($(CONFIG_RISCV

[GitHub] [nuttx] lucasssvaz opened a new pull request, #9542: arch/xtensa/esp32s2: Fix SPI DMA implementation

2023-06-14 Thread via GitHub
lucasssvaz opened a new pull request, #9542: URL: https://github.com/apache/nuttx/pull/9542 ## Summary Fixes broken compilation of SPI DMA on ESP32-S2. ## Impact Remove compilation errors when enabling SPI DMA. ## Testing ESP32-S2-Saola-1 -- This is an au

[GitHub] [nuttx] raiden00pl opened a new pull request, #9541: usbdev/cdcacm.c: register console only for device with minor number 0

2023-06-14 Thread via GitHub
raiden00pl opened a new pull request, #9541: URL: https://github.com/apache/nuttx/pull/9541 ## Summary - usbdev/cdcacm.c: register console only for device with minor number 0. With this change, we can register several CDCACM devices where one is used as a console. ## Impact

[GitHub] [nuttx-apps] raiden00pl opened a new pull request, #1794: nsh_usbconsole.c: add support for NSH console over composite device

2023-06-14 Thread via GitHub
raiden00pl opened a new pull request, #1794: URL: https://github.com/apache/nuttx-apps/pull/1794 ## Summary nsh_usbconsole.c: add support for NSH console over composite device ## Impact ## Testing nrf53840-dongle -- This is an automated message from the Apache Git Servi

[GitHub] [nuttx] zyfeier opened a new pull request, #9540: fs/vfs: Proper use of sigisemptyset

2023-06-14 Thread via GitHub
zyfeier opened a new pull request, #9540: URL: https://github.com/apache/nuttx/pull/9540 ## Summary Use sigandset function instead of & operation, because the sigset_t structure has been changed. ## Impact vfs ## Testing BES board test with vfs. -- This

[GitHub] [nuttx] zyfeier opened a new pull request, #9539: sched/pthread: Return ESRCH when the task is in the process of exit.

2023-06-14 Thread via GitHub
zyfeier opened a new pull request, #9539: URL: https://github.com/apache/nuttx/pull/9539 ## Summary Resolving the issue with the ltp_interfaces_pthread_join_6_2 test case. In SMP mode, the pthread may still be in the process of exiting when pthread_join returns, and calling pth

[GitHub] [nuttx-apps] SunJun8 opened a new pull request, #1793: netutils/iperf: Fix possible precision loss

2023-06-14 Thread via GitHub
SunJun8 opened a new pull request, #1793: URL: https://github.com/apache/nuttx-apps/pull/1793 ## Summary Fix the floating point precision issue when calculating data in the iperf cycle, to prevent abnormal bandwidth display caused by this. ## Impact None ## Testing bl6

[GitHub] [nuttx] pussuw opened a new pull request, #9538: riscv/barrier: Define more granular memory barriers

2023-06-14 Thread via GitHub
pussuw opened a new pull request, #9538: URL: https://github.com/apache/nuttx/pull/9538 ## Summary Separate barriers for full (memory + I/O) and local memory (cache) flushing. ## Impact Allow for more granular fencing ## Testing icicle:knsh -- This is an automated messag

[nuttx] branch master updated: arch/sim: Support more sockopts on native socket

2023-06-14 Thread pkarashchenko
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 f2690837e7 arch/sim: Support more sockopts

[GitHub] [nuttx] pkarashchenko merged pull request #9533: arch/sim: Support more sockopts on native socket

2023-06-14 Thread via GitHub
pkarashchenko merged PR #9533: URL: https://github.com/apache/nuttx/pull/9533 -- 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.

[GitHub] [nuttx] no1wudi opened a new pull request, #9537: riscv: Add zicsr/zifencei flags for GCC 12

2023-06-14 Thread via GitHub
no1wudi opened a new pull request, #9537: URL: https://github.com/apache/nuttx/pull/9537 ## Summary Fix build break with GCC 12. ## Impact minor ## Testing local machine and CI -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [nuttx] hujun260 opened a new pull request, #9536: fdcheck compatibility enhancement

2023-06-14 Thread via GitHub
hujun260 opened a new pull request, #9536: URL: https://github.com/apache/nuttx/pull/9536 ## Summary fdcheck compatibility enhancement ## Impact none ## Testing none -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [nuttx] slorquet commented on pull request #9530: Smartcard for stm32h7 uart

2023-06-14 Thread via GitHub
slorquet commented on PR #9530: URL: https://github.com/apache/nuttx/pull/9530#issuecomment-1590666855 Thanks @pkarashchenko for the extensive proofreading. I'm waiting more confirmation for the alignments. @davids5 : Yes, it implements ISO7816, but the framework this goes into is PC

[GitHub] [nuttx] slorquet commented on a diff in pull request #9530: Smartcard for stm32h7 uart

2023-06-14 Thread via GitHub
slorquet commented on code in PR #9530: URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229164897 ## arch/arm/src/stm32h7/stm32_serial.c: ## @@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg) break; #endif +#ifdef CO

[GitHub] [nuttx] slorquet commented on a diff in pull request #9530: Smartcard for stm32h7 uart

2023-06-14 Thread via GitHub
slorquet commented on code in PR #9530: URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229164233 ## arch/arm/src/stm32h7/stm32_serial.c: ## @@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg) break; #endif +#ifdef CO

[GitHub] [nuttx] slorquet commented on a diff in pull request #9530: Smartcard for stm32h7 uart

2023-06-14 Thread via GitHub
slorquet commented on code in PR #9530: URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229163683 ## arch/arm/src/stm32h7/stm32_serial.c: ## @@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg) break; #endif +#ifdef CO

[GitHub] [nuttx] slorquet commented on a diff in pull request #9530: Smartcard for stm32h7 uart

2023-06-14 Thread via GitHub
slorquet commented on code in PR #9530: URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229162693 ## arch/arm/src/stm32h7/stm32_serial.c: ## @@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg) break; #endif +#ifdef CO

[GitHub] [nuttx] slorquet commented on a diff in pull request #9530: Smartcard for stm32h7 uart

2023-06-14 Thread via GitHub
slorquet commented on code in PR #9530: URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229162693 ## arch/arm/src/stm32h7/stm32_serial.c: ## @@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg) break; #endif +#ifdef CO

[GitHub] [nuttx] slorquet commented on a diff in pull request #9530: Smartcard for stm32h7 uart

2023-06-14 Thread via GitHub
slorquet commented on code in PR #9530: URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229159287 ## include/nuttx/serial/tioctl.h: ## @@ -202,6 +202,23 @@ #define TIOCSLINID _TIOC(0x0037) /* Master send one LIN header with specified LIN identifier: uint8_t

[GitHub] [nuttx] slorquet commented on a diff in pull request #9530: Smartcard for stm32h7 uart

2023-06-14 Thread via GitHub
slorquet commented on code in PR #9530: URL: https://github.com/apache/nuttx/pull/9530#discussion_r1229160968 ## arch/arm/src/stm32h7/stm32_serial.c: ## @@ -2660,6 +2719,201 @@ static int up_ioctl(struct file *filep, int cmd, unsigned long arg) break; #endif +#ifdef CO