Re: [I] Unexpected behaviour with poll and tickless scheduler [nuttx]

2024-05-08 Thread via GitHub
g2gps commented on issue #11189: URL: https://github.com/apache/nuttx/issues/11189#issuecomment-2101999683 I've added a branch to our fork of nuttx-apps (https://github.com/motec-research/nuttx-apps/tree/issues/11189) and nuttx (https://github.com/motec-research/incubator-nuttx/tree/issues/

(nuttx) 04/04: csection: We can save execution time by removing judgments.

2024-05-08 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 commit 9a36b8b8231ea777b43174d59690dada05658416 Author: hujun5 AuthorDate: Wed May 8 19:56:22 2024 +0800 csection: We ca

(nuttx) 03/04: arm/imx6: we use spin_lock_irqsave replace enter_critical_section to protect gpio init ,because enter_critical_section may be called before os initialized

2024-05-08 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 commit ace5dde1a92112d758c1e1a89613439b93e3a092 Author: hujun5 AuthorDate: Mon May 6 18:34:53 2024 +0800 arm/imx6: we us

(nuttx) 01/04: up_putc: int up_putc, enter_critical_section may be called before kernel has been iniitialized,we use spin_lock_irqsave to replace.

2024-05-08 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 commit 5cee996588139e1f3d96b67daca353701c122c73 Author: hujun5 AuthorDate: Thu Dec 7 21:31:02 2023 +0800 up_putc: int up

(nuttx) branch master updated (90f9ffc2e8 -> 9a36b8b823)

2024-05-08 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 90f9ffc2e8 sched/sched: CONFIG_SCHED_RESUMESCHEDULER macro define error new 5cee996588 up_putc: int up_putc, en

(nuttx) 02/04: sched: we use spin_lock_irqsave replace enter_critical_section to protect g_irqvector

2024-05-08 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 commit 2ee8aa6f2b4ae5384f7dc984f467702d5f3fbf40 Author: hujun5 AuthorDate: Thu Jan 11 11:27:31 2024 +0800 sched: we use

Re: [PR] smp optmization [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #12281: URL: https://github.com/apache/nuttx/pull/12281 -- 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...@nu

Re: [I] Unexpected behaviour with poll and tickless scheduler [nuttx]

2024-05-08 Thread via GitHub
g2gps commented on issue #11189: URL: https://github.com/apache/nuttx/issues/11189#issuecomment-2101922628 I retested this today with NuttX main. The issue is not present with `qemu-armv8a:nsh_smp_tickless`. Although I still have the same failed result with the `esp32c3-devkit:tickle

[PR] tools/mkimport.sh enrich help message [nuttx-apps]

2024-05-08 Thread via GitHub
yf13 opened a new pull request, #2378: URL: https://github.com/apache/nuttx-apps/pull/2378 ## Summary enrich help message for tools/mkimport.sh ## Impact None ## Testing Checked on Ubuntu 22.04 -- This is an automated message from the Apache Git S

[I] lte_send_atcmd_sync says inappropriate I/O for device [nuttx]

2024-05-08 Thread via GitHub
gcmurray1990 opened a new issue, #12309: URL: https://github.com/apache/nuttx/issues/12309 I am using NuttX 12.2.1 on an stm32 nucleo f103rb with a SIM7600G-H to try to use an AT command (via the LTE library). This is how I am using the AT command: int customhello_main(int argc, c

(nuttx-website) branch asf-site updated: Publishing web: ce5ab6cc062dbbe6065b26acd6a7b45062848749 docs: 90f9ffc2e8b555171e1976620af7fac225a15a4b

2024-05-08 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 2bcccf374 Publishing web: ce5ab6c

[PR] riscv/virt: enable debug features in nsh/nsh64 [nuttx]

2024-05-08 Thread via GitHub
yf13 opened a new pull request, #12308: URL: https://github.com/apache/nuttx/pull/12308 ## Summary Enables debug features in `rv-virt/nsh` and `rv-virt/nsh64` to help debugging with QEMU target. ## Impact rv-virt/nsh and rv-virt/nsh64 ## Testing - Configs

(nuttx) branch master updated (c4dbabb1bb -> 90f9ffc2e8)

2024-05-08 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 c4dbabb1bb drivers/devicetree: Add a set of commonly used FDT utilities. new e187dbd663 chip/s698pm_cpustart.c

Re: [PR] sched/sched: CONFIG_SCHED_RESUMESCHEDULER macro define error [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #12282: URL: https://github.com/apache/nuttx/pull/12282 -- 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...@nu

(nuttx) 01/02: chip/s698pm_cpustart.c: Fix compile error

2024-05-08 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 commit e187dbd66358c30b8ead34371b76ac4d2975e9e5 Author: hujun5 AuthorDate: Tue May 7 12:06:59 2024 +0800 chip/s698pm_cpu

(nuttx) 02/02: sched/sched: CONFIG_SCHED_RESUMESCHEDULER macro define error

2024-05-08 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 commit 90f9ffc2e8b555171e1976620af7fac225a15a4b Author: hujun5 AuthorDate: Tue May 7 12:08:46 2024 +0800 sched/sched: CO

(nuttx) branch master updated: drivers/devicetree: Add a set of commonly used FDT utilities.

2024-05-08 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 c4dbabb1bb drivers/devicetree: Add a set of co

Re: [PR] drivers/devicetree: Add a set of commonly used FDT utilities. [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #11940: URL: https://github.com/apache/nuttx/pull/11940 -- 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...@nu

Re: [PR] include: When defining NDEBUG, assert will implement alignment standards [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 commented on PR #12303: URL: https://github.com/apache/nuttx/pull/12303#issuecomment-2100919217 > @Gary-Hobson after your modification microADB is failing here: > > ``` > if (!uv_is_active((uv_handle_t*)&client->read_pipe)) { > /* Restart read events *

Re: [PR] include: When defining NDEBUG, assert will implement alignment standards [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 commented on PR #12303: URL: https://github.com/apache/nuttx/pull/12303#issuecomment-2100895046 > I thought that the internal assertions, like `ASSERT()` and `VERIFY()` (not the standard `assert()`), were controlled by `CONFIG_DEBUG_ASSERTIONS` and not `NDEBUG`. >

(nuttx) 01/02: esp32-devkitc/wamr_wasi_debug: Remove a few things to reduce the size

2024-05-08 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 commit adcabeb6bf4c9b4d4135e8716499be52975a2c6a Author: YAMAMOTO Takashi AuthorDate: Wed May 8 17:58:33 2024 +0900 esp32

(nuttx) branch master updated: arch/arm/src/samv7/sam_pwm.c: option to make channels synchronous

2024-05-08 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 297b3b0209 arch/arm/src/samv7/sam_pwm.c: optio

(nuttx) 02/02: esp32-devkitc/wamr_wasi_debug: fix image size in an example

2024-05-08 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 commit b049b490b8297dcf15fdef1253c7537a573f7815 Author: YAMAMOTO Takashi AuthorDate: Wed May 8 18:01:22 2024 +0900 esp32

Re: [PR] arch/arm/src/samv7/sam_pwm.c: option to make channels synchronous [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #12306: URL: https://github.com/apache/nuttx/pull/12306 -- 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...@nu

Re: [PR] update esp32-devkitc/wamr_wasi_debug [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #12304: URL: https://github.com/apache/nuttx/pull/12304 -- 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...@nu

(nuttx) branch master updated (8de8308bb4 -> b049b490b8)

2024-05-08 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 8de8308bb4 Documentation/Documentation/platforms/arm/gd32f4/boards/gd32f470zk-eval: gd32f470z_eval.png Remove the

Re: [PR] Documentation/platforms/arm/gd32f4/boards/gd32f470zk-eval: gd32f470z_eval.png Removed the execute permissions. [nuttx]

2024-05-08 Thread via GitHub
acassis merged PR #12307: URL: https://github.com/apache/nuttx/pull/12307 -- 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

(nuttx) branch master updated: Documentation/Documentation/platforms/arm/gd32f4/boards/gd32f470zk-eval: gd32f470z_eval.png Remove the execute permissions on the updated files.

2024-05-08 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 8de8308bb4 Documentation/Documentation/platform

Re: [PR] include: When defining NDEBUG, assert will implement alignment standards [nuttx]

2024-05-08 Thread via GitHub
fjpanag commented on PR #12303: URL: https://github.com/apache/nuttx/pull/12303#issuecomment-2100642189 I thought that the internal assertions, like `ASSERT()` and `VERIFY()` (not the standard `assert()`), were controlled by `CONFIG_DEBUG_ASSERTIONS` and not `NDEBUG`. Also before `AS

Re: [PR] include: When defining NDEBUG, assert will implement alignment standards [nuttx]

2024-05-08 Thread via GitHub
acassis commented on PR #12303: URL: https://github.com/apache/nuttx/pull/12303#issuecomment-2100633501 @Gary-Hobson after your modification microADB is failing here: ``` if (!uv_is_active((uv_handle_t*)&client->read_pipe)) { /* Restart read events */ int r

Re: [PR] smp optmization [nuttx]

2024-05-08 Thread via GitHub
hujun260 commented on PR #12281: URL: https://github.com/apache/nuttx/pull/12281#issuecomment-2100414599 > @hujun260 > > Why did you add fatfs and yaffs in the latest commit? > > ``` > ommit f3e05c9c068f2afe5ed78926f794fb58f8ec2cda (HEAD -> apache_1, origin/apache_1) > Au

Re: [PR] smp optmization [nuttx]

2024-05-08 Thread via GitHub
masayuki2009 commented on code in PR #12281: URL: https://github.com/apache/nuttx/pull/12281#discussion_r1593909360 ## fs/fatfs/fatfs: ## Review Comment: @hujun260 Please remove this submodule from the commit. -- This is an automated message from the Apache Git

Re: [PR] smp optmization [nuttx]

2024-05-08 Thread via GitHub
masayuki2009 commented on code in PR #12281: URL: https://github.com/apache/nuttx/pull/12281#discussion_r1593909360 ## fs/fatfs/fatfs: ## Review Comment: @hujun260 Please remove this submodule in the commit. -- This is an automated message from the Apache Git Se

[PR] Documentation/platforms/arm/gd32f4/boards/gd32f470zk-eval: gd32f470z_eval.png Removed the execute permissions on the updated files [nuttx]

2024-05-08 Thread via GitHub
simbit18 opened a new pull request, #12307: URL: https://github.com/apache/nuttx/pull/12307 ## Summary gd32f470z_eval.png Removed the execute permissions on the updated files. ## Impact none ## Testing -- This is an automated message from the Apache Git Service. To resp

Re: [PR] smp optmization [nuttx]

2024-05-08 Thread via GitHub
masayuki2009 commented on PR #12281: URL: https://github.com/apache/nuttx/pull/12281#issuecomment-2100333427 @hujun260 Why did you modiy fatfs and yaffs in the latest commit? ``` ommit f3e05c9c068f2afe5ed78926f794fb58f8ec2cda (HEAD -> apache_1, origin/apache_1) Author: h

[PR] arch/arm/src/samv7/sam_pwm.c: option to make channels synchronous [nuttx]

2024-05-08 Thread via GitHub
zdebanos opened a new pull request, #12306: URL: https://github.com/apache/nuttx/pull/12306 Make channels synchronous (i.e. share the same timebase) with the help of SAMV7_PWMx_CHy_SYNC defines. All the channels share the same timebase of channel 0, so this channel must be defined too.

Re: [I] Some errors is reported when the sqlite database is compiled [nuttx-apps]

2024-05-08 Thread via GitHub
Gary-Hobson commented on issue #2336: URL: https://github.com/apache/nuttx-apps/issues/2336#issuecomment-2100166917 Compilation error problems can be solved by adding this patch: https://github.com/apache/nuttx/pull/12303 The following patch adds an example of sqlite in sim: https://

[PR] sim: add sqlite configuration [nuttx]

2024-05-08 Thread via GitHub
Gary-Hobson opened a new pull request, #12305: URL: https://github.com/apache/nuttx/pull/12305 ## Summary Add sqlite based on sim/minibasic configuration ## Impact Since hostfs does not support FIOC_FILEPATH, it cannot currently be used in hostfs ## Testing ``` nsh>

[PR] update esp32-devkitc/wamr_wasi_debug [nuttx]

2024-05-08 Thread via GitHub
yamt opened a new pull request, #12304: URL: https://github.com/apache/nuttx/pull/12304 ## Summary ## Impact ## Testing tested on esp32-devkitc 1.0 with ESP32_IGNORE_CHIP_REVISION_CHECK -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [I] MPFS Icicle Kit knsh config failure [nuttx]

2024-05-08 Thread via GitHub
pussuw commented on issue #12259: URL: https://github.com/apache/nuttx/issues/12259#issuecomment-2100101473 Yes that makes sense, forgot I enabled kmap for icicle. Adding CONFIG_RAM_VSTART to the defconfig should fix this issue. What's causing the stack coloring issue depends on which stack

(nuttx-apps) branch master updated: wapi: use strlen to calc the length of ssid

2024-05-08 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 673dcb8df wapi: use strlen to calc the le

Re: [PR] wapi: use strlen to calc the length of ssid [nuttx-apps]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #2377: URL: https://github.com/apache/nuttx-apps/pull/2377 -- 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-apps) branch master updated (c6051e4c4 -> 5f166c09b)

2024-05-08 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-apps.git from c6051e4c4 connectedhomeip: supports specifying CHIP_ROOT from the cmake parameter. new cc8c3357f testing/

(nuttx-apps) 01/02: testing/sd_bench: Restrict variable and function scope to file only.

2024-05-08 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 commit cc8c3357f19252bf60d358730480dcd04c1a7234 Author: Stuart Ianna AuthorDate: Fri Nov 17 04:34:30 2023 + tes

(nuttx-apps) 02/02: testing/sd_stress: Restrict variable and function scope to file only.

2024-05-08 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 commit 5f166c09be8b914752b9015374f741c93cb232e2 Author: Stuart Ianna AuthorDate: Fri Nov 17 04:35:04 2023 + tes

Re: [PR] testing/sd_*: Restrict function and variable scope to current file. [nuttx-apps]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #2201: URL: https://github.com/apache/nuttx-apps/pull/2201 -- 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...

Re: [I] Some errors is reported when the sqlite database is compiled [nuttx-apps]

2024-05-08 Thread via GitHub
xiaoxiang781216 commented on issue #2336: URL: https://github.com/apache/nuttx-apps/issues/2336#issuecomment-2100077315 @Gary-Hobson will provide patch soon. -- 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

[PR] include: When defining NDEBUG, assert will implement alignment standards [nuttx]

2024-05-08 Thread via GitHub
Gary-Hobson opened a new pull request, #12303: URL: https://github.com/apache/nuttx/pull/12303 ## Summary As defined by the C standard, if NDEBUG is defined, assert should do nothing but be simply defined as: #define assert(ignore) ((void)0) Reference link: https://pubs

Re: [PR] arch/risc-v: assign idlestack array statically [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 commented on PR #12265: URL: https://github.com/apache/nuttx/pull/12265#issuecomment-2099967502 @inochisa can we rebase this patch now? -- 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 g

Re: [PR] serial: Add TIOCSSINGLEWIREDUPLEX for LPUART singleduplex [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 commented on code in PR #12299: URL: https://github.com/apache/nuttx/pull/12299#discussion_r1593553958 ## include/nuttx/serial/tioctl.h: ## @@ -198,6 +198,14 @@ #define SER_SWAP_ENABLED (1 << 0) /* Enable/disable RX/TX swap */ +/* Single-wire UART Duplex *

Re: [PR] arch/risc-v: Make esp32 SoCs allocate idle stack after ebss [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #12295: URL: https://github.com/apache/nuttx/pull/12295 -- 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...@nu

(nuttx) branch master updated (ce8cfde768 -> 64e008f65b)

2024-05-08 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 ce8cfde768 nuttx/sched.h: minor revision on comments add 64e008f65b sched/task: minor polish on task_init() No

(nuttx) branch master updated (64e008f65b -> f4a38c01df)

2024-05-08 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 64e008f65b sched/task: minor polish on task_init() add f4a38c01df arch/risc-v: Make esp32 SoCs allocate idle st

Re: [PR] sched/task: minor revision on task_init.c [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #12302: URL: https://github.com/apache/nuttx/pull/12302 -- 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...@nu

(nuttx) branch master updated: nuttx/sched.h: minor revision on comments

2024-05-08 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 ce8cfde768 nuttx/sched.h: minor revision on co

Re: [PR] nuttx/sched.h: aligning comments [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #12300: URL: https://github.com/apache/nuttx/pull/12300 -- 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...@nu

(nuttx) branch master updated (5b3ef20629 -> ef15b5296d)

2024-05-08 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 5b3ef20629 arm64/imx9: Allocate 64B granules instead of 256B add ef15b5296d riscv/virt: M-mode poweroff support

Re: [PR] riscv/virt: graceful shutdown in M-mode [nuttx]

2024-05-08 Thread via GitHub
xiaoxiang781216 merged PR #12301: URL: https://github.com/apache/nuttx/pull/12301 -- 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...@nu

Re: [PR] serial: Add TIOCSSINGLEWIREDUPLEX for LPUART singleduplex [nuttx]

2024-05-08 Thread via GitHub
davids5 commented on code in PR #12299: URL: https://github.com/apache/nuttx/pull/12299#discussion_r1593515048 ## arch/arm/src/imxrt/imxrt_serial.c: ## @@ -2629,7 +2629,7 @@ static int imxrt_ioctl(struct file *filep, int cmd, unsigned long arg) if ((arg & SER_SINGLEW

Re: [PR] serial: Add TIOCSSINGLEWIREDUPLEX for LPUART singleduplex [nuttx]

2024-05-08 Thread via GitHub
PetervdPerk-NXP commented on code in PR #12299: URL: https://github.com/apache/nuttx/pull/12299#discussion_r1593503687 ## arch/arm/src/imxrt/imxrt_serial.c: ## @@ -2629,7 +2629,7 @@ static int imxrt_ioctl(struct file *filep, int cmd, unsigned long arg) if ((arg & SER

Re: [PR] serial: Add TIOCSSINGLEWIREDUPLEX for LPUART singleduplex [nuttx]

2024-05-08 Thread via GitHub
davids5 commented on code in PR #12299: URL: https://github.com/apache/nuttx/pull/12299#discussion_r1593496785 ## include/nuttx/serial/tioctl.h: ## @@ -202,6 +202,14 @@ #define TIOCSLINID _TIOC(0x0037) /* Master send one LIN header with specified LIN identifier: uint8_t

Re: [PR] serial: Add TIOCSSINGLEWIREDUPLEX for LPUART singleduplex [nuttx]

2024-05-08 Thread via GitHub
davids5 commented on code in PR #12299: URL: https://github.com/apache/nuttx/pull/12299#discussion_r1593491650 ## arch/arm/src/imxrt/imxrt_serial.c: ## @@ -2629,7 +2629,7 @@ static int imxrt_ioctl(struct file *filep, int cmd, unsigned long arg) if ((arg & SER_SINGLEW