Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-10 Thread via GitHub
anchao commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1560505646 ## net/nat/ipv6_nat_entry.c: ## @@ -0,0 +1,439 @@ +/ + * net/nat/ipv6_nat_entry.c + * + * Lic

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-10 Thread via GitHub
anchao commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1560490056 ## net/nat/nat.c: ## @@ -0,0 +1,341 @@ +/ + * net/nat/nat.c + * + * Licensed to the Apache So

(nuttx) branch master updated: mm/map: minor reformating

2024-04-10 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer 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 24df2cc177 mm/map: minor reformating 24df2cc177 i

Re: [PR] mm/map: minor reformating vm_region.c [nuttx]

2024-04-10 Thread via GitHub
anchao merged PR #12124: URL: https://github.com/apache/nuttx/pull/12124 -- 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.apach

[PR] arch/riscv: add T-HEAD CSR mapping [nuttx]

2024-04-10 Thread via GitHub
inochisa opened a new pull request, #12125: URL: https://github.com/apache/nuttx/pull/12125 Add T-HEAD CSR mapping file. This allow user to access T-HEAD CSR in the way of #12117. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[PR] mm/map: minor reformating [nuttx]

2024-04-10 Thread via GitHub
yf13 opened a new pull request, #12124: URL: https://github.com/apache/nuttx/pull/12124 ## Summary This is for easier grep searching. ## Impact None ## Testing CI checks -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] mm/mm_gran: initial GRAN2 allocator [nuttx]

2024-04-10 Thread via GitHub
xiaoxiang781216 commented on PR #12095: URL: https://github.com/apache/nuttx/pull/12095#issuecomment-2048840718 > @xiaoxiang781216 and @acassis , I checked this patch with `rv-virt/knsh32`, `rv-virt/knsh64` and `canmv230/nsbi` and the `12.5.1-rc0` version, though `rv-virt/knsh32` has [issu

(nuttx) branch master updated (6c24ff95d4 -> 638716504d)

2024-04-10 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 6c24ff95d4 timer: use spin_lock_irqsave protect g_alloctimers add 638716504d fdcheck: update fdcheck impl No n

Re: [PR] timer: use spin_lock_irqsave protect g_alloctimers [nuttx]

2024-04-10 Thread via GitHub
xiaoxiang781216 merged PR #12113: URL: https://github.com/apache/nuttx/pull/12113 -- 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] fdcheck: update fdcheck impl [nuttx]

2024-04-10 Thread via GitHub
xiaoxiang781216 merged PR #12112: URL: https://github.com/apache/nuttx/pull/12112 -- 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 (bae686e127 -> 6c24ff95d4)

2024-04-10 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 bae686e127 arch/riscv: force using encoding macro for CSR access add 6c24ff95d4 timer: use spin_lock_irqsave pr

(nuttx) branch master updated: arch/riscv: force using encoding macro for CSR access

2024-04-10 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 bae686e127 arch/riscv: force using encoding ma

Re: [PR] arch/riscv: force using encoding macro for CSR access [nuttx]

2024-04-10 Thread via GitHub
xiaoxiang781216 merged PR #12117: URL: https://github.com/apache/nuttx/pull/12117 -- 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] add drivertest test cases on sim for CI [nuttx]

2024-04-10 Thread via GitHub
vela-mib commented on PR #12119: URL: https://github.com/apache/nuttx/pull/12119#issuecomment-2048799954 > @vela-mib I noticed we don't have a documentation for it, see: https://nuttx.apache.org/docs/latest/applications/testing/drivertest/index.html > > Please add a documentation expl

[I] rv-virt/knsh32 crashes runing ELF app [nuttx]

2024-04-10 Thread via GitHub
yf13 opened a new issue, #12123: URL: https://github.com/apache/nuttx/issues/12123 Host: Ubuntu 22.04 Toolchain: gcc-riscv64-unknown-elf 10.2.0-0ubuntu1 Target: `qemu-system-riscv32 -M virt,aclint=on -semihosting -nographic` 1:6.2+dfsg-2ubuntu6.16 Nuttx version: 12.5.1-rc0 o

Re: [PR] irq: irq_cpu_locked can be remove [nuttx]

2024-04-10 Thread via GitHub
hujun260 commented on PR #12114: URL: https://github.com/apache/nuttx/pull/12114#issuecomment-2048707713 > @hujun260 > > Please describe which configurations and applications you tested. This patch will affect all SMP archs. We have tested it on multi-core scenarios using QEMU'

Re: [PR] sched/irq: remove scheduling check in csection [nuttx]

2024-04-10 Thread via GitHub
hujun260 commented on PR #12115: URL: https://github.com/apache/nuttx/pull/12115#issuecomment-2048691718 > Did you pass it in some internal testing? Although the modifications seen correct it could have side effects, more testing should be executed. Yes, we have been internally testin

Re: [PR] mm/mm_gran: initial GRAN2 allocator [nuttx]

2024-04-10 Thread via GitHub
yf13 commented on PR #12095: URL: https://github.com/apache/nuttx/pull/12095#issuecomment-2048666882 @xiaoxiang781216 and @acassis , I checked this patch with `rv-virt/knsh32`, `rv-virt/knsh64` and `canmv230/nsbi` and the `12.5.1-rc0` version. The `ostest` result is same as original alloc

(nuttx-website) branch asf-site updated: Publishing web: 64ae20e5a4df5e2feedb7e48b9ccd7cbb790aa4f docs: 4847587cf2464461b26bb4158a2cc77792cc83ef

2024-04-10 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 a21671408 Publishing web: 64ae20e

Re: [PR] arch/riscv: force using encoding macro for CSR access [nuttx]

2024-04-10 Thread via GitHub
lupyuen commented on PR #12117: URL: https://github.com/apache/nuttx/pull/12117#issuecomment-2048553027 That's an excellent example. Thanks! -- 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 s

Re: [PR] arch/riscv: force using encoding macro for CSR access [nuttx]

2024-04-10 Thread via GitHub
inochisa commented on PR #12117: URL: https://github.com/apache/nuttx/pull/12117#issuecomment-2048549568 > > Using CSR name depends on compiler support heavily, but CSR encoding does not have this problem. It also make it easy to add new CSR support even if the compiler does not support.

Re: [I] Can't build custom board [nuttx]

2024-04-10 Thread via GitHub
fdcavalcanti commented on issue #12122: URL: https://github.com/apache/nuttx/issues/12122#issuecomment-2048255584 Right, so I got it to compile by reading some issues from `make export` in #10388 Just had to add `CONFIG_ARCH_BOARD_COMMON=y`. I understand that there is a common directo

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-10 Thread via GitHub
acassis commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1559895216 ## net/nat/nat.c: ## @@ -0,0 +1,341 @@ +/ + * net/nat/nat.c + * + * Licensed to the Apache S

(nuttx) branch master updated: Documentation: update broken links

2024-04-10 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 4847587cf2 Documentation: update broken links 48

Re: [PR] Documentation: update broken links [nuttx]

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

Re: [I] Can't build custom board [nuttx]

2024-04-10 Thread via GitHub
fdcavalcanti commented on issue #12122: URL: https://github.com/apache/nuttx/issues/12122#issuecomment-2048045912 Hello @TimJTi thanks for the input. Yes I tried. I also applied the modifications in the issue description above. This is really an issue now because I think porting to a si

Re: [I] Can't build custom board [nuttx]

2024-04-10 Thread via GitHub
TimJTi commented on issue #12122: URL: https://github.com/apache/nuttx/issues/12122#issuecomment-2047872943 @fdcavalcanti - have you tried the instructions to move it completely out-of-tree? It works for me. @acassis - I "ported" the custom boards stuff from the old Wiki (Confluence

Re: [PR] Minor can driver improvement [nuttx]

2024-04-10 Thread via GitHub
PetervdPerk-NXP commented on PR #12078: URL: https://github.com/apache/nuttx/pull/12078#issuecomment-2047850816 That would incur a lot of overhead (Zephyr is doing it and their SocketCAN performance isn't that great due to it) It isn't hard to support both back-ends for a can driver I did i

(nuttx-apps) branch master updated: examples/pipe:removes useless data from test cases

2024-04-10 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 f633d11b6 examples/pipe:removes useless d

Re: [PR] examples/pipe:removes useless data from test cases [nuttx-apps]

2024-04-10 Thread via GitHub
xiaoxiang781216 merged PR #2351: URL: https://github.com/apache/nuttx-apps/pull/2351 -- 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: [PR] Minor can driver improvement [nuttx]

2024-04-10 Thread via GitHub
xiaoxiang781216 commented on PR #12078: URL: https://github.com/apache/nuttx/pull/12078#issuecomment-2047793399 Yes, I would suggest that we write a general net driver on top of can driver, so the user just need write char driver and expose char or socketcan interface in defconfig. -- Th

Re: [PR] arch/riscv: force using encoding macro for CSR access [nuttx]

2024-04-10 Thread via GitHub
lupyuen commented on PR #12117: URL: https://github.com/apache/nuttx/pull/12117#issuecomment-2047774304 > Using CSR name depends on compiler support heavily, but CSR encoding does not have this problem. It also make it easy to add new CSR support even if the compiler does not support.

(nuttx) branch master updated (9e78b235fe -> f0590eeaf0)

2024-04-10 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 9e78b235fe riscv: Add more debug related CSR definitions add f0590eeaf0 drivers/power/pm: Fix warning of type c

Re: [PR] drivers/power/pm: Fix warning of type cast [nuttx]

2024-04-10 Thread via GitHub
xiaoxiang781216 merged PR #12120: URL: https://github.com/apache/nuttx/pull/12120 -- 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] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-10 Thread via GitHub
wengzhe commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1559584460 ## net/nat/nat.c: ## @@ -0,0 +1,341 @@ +/ + * net/nat/nat.c + * + * Licensed to the Apache S

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-10 Thread via GitHub
wengzhe commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1559584460 ## net/nat/nat.c: ## @@ -0,0 +1,341 @@ +/ + * net/nat/nat.c + * + * Licensed to the Apache S

Re: [I] esp32: Compile error regarding assert statement in esp-hal-3rdparty code [nuttx]

2024-04-10 Thread via GitHub
dumitrache-adrian92 commented on issue #12111: URL: https://github.com/apache/nuttx/issues/12111#issuecomment-2047736284 @tmedicci ``` Nxdiag Report: Espressif specific information: Bootloader version: esp32: v5.1-dev-3972-g1559b6309f esp32s2: Bootlo

Re: [PR] irq: irq_cpu_locked can be remove [nuttx]

2024-04-10 Thread via GitHub
masayuki2009 commented on PR #12114: URL: https://github.com/apache/nuttx/pull/12114#issuecomment-2047712939 @hujun260 Please describe which configurations and applications you tested. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [I] Can't build custom board [nuttx]

2024-04-10 Thread via GitHub
fdcavalcanti commented on issue #12122: URL: https://github.com/apache/nuttx/issues/12122#issuecomment-2047692910 Hi @acassis. Its not a commercial board. I'm using a Nucleo-144 integrating in a different equipment as a proof of concept. Its just easier for me to version only the board file

Re: [PR] timer: use spin_lock_irqsave protect g_alloctimers [nuttx]

2024-04-10 Thread via GitHub
acassis commented on PR #12113: URL: https://github.com/apache/nuttx/pull/12113#issuecomment-2047691550 @xiaoxiang781216 @btashton something CI fails because TLS connection: Configuration/Tool: esp32s3-lcd-ev/ws2812 -

Re: [PR] irq: irq_cpu_locked can be remove [nuttx]

2024-04-10 Thread via GitHub
acassis commented on PR #12114: URL: https://github.com/apache/nuttx/pull/12114#issuecomment-2047669279 Strange, libmetal is failing! Maybe we should fallback to librock :-D -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] sched/irq: remove scheduling check in csection [nuttx]

2024-04-10 Thread via GitHub
acassis commented on PR #12115: URL: https://github.com/apache/nuttx/pull/12115#issuecomment-2047656464 Did you pass it in some internal testing? Although the modifications seen correct it could have side effects, more testing should be executed. -- This is an automated message from the A

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-10 Thread via GitHub
acassis commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1559510298 ## net/nat/nat.c: ## @@ -0,0 +1,341 @@ +/ + * net/nat/nat.c + * + * Licensed to the Apache S

Re: [I] Can't build custom board [nuttx]

2024-04-10 Thread via GitHub
acassis commented on issue #12122: URL: https://github.com/apache/nuttx/issues/12122#issuecomment-2047621748 @fdcavalcanti I just saw that our documentation for custom board is very shallow: https://nuttx.apache.org/docs/latest/guides/customboards.html# we need something like Custom Apps th

Re: [PR] add drivertest test cases on sim for CI [nuttx]

2024-04-10 Thread via GitHub
acassis commented on PR #12119: URL: https://github.com/apache/nuttx/pull/12119#issuecomment-2047594652 @vela-mib I noticed we don't have a documentation for it, see: https://nuttx.apache.org/docs/latest/applications/testing/drivertest/index.html Please add a documentation explaining

Re: [PR] Documentation: update broken links [nuttx]

2024-04-10 Thread via GitHub
acassis commented on PR #12121: URL: https://github.com/apache/nuttx/pull/12121#issuecomment-2047577421 Thank you very much @emmanuel-ferdman ! -- 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

Re: [PR] Minor can driver improvement [nuttx]

2024-04-10 Thread via GitHub
acassis commented on PR #12078: URL: https://github.com/apache/nuttx/pull/12078#issuecomment-2047575308 > I rather keep the Char Device CAN and SocketCAN separate, they're both fundamentally different subsystems with their own API's. Agree! -- This is an automated message from the

Re: [PR] riscv: Add more debug related CSR definitions [nuttx]

2024-04-10 Thread via GitHub
anchao merged PR #12118: URL: https://github.com/apache/nuttx/pull/12118 -- 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.apach

(nuttx) branch master updated: riscv: Add more debug related CSR definitions

2024-04-10 Thread archer
This is an automated email from the ASF dual-hosted git repository. archer 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 9e78b235fe riscv: Add more debug related CSR defi

[I] Can't build custom board [nuttx]

2024-04-10 Thread via GitHub
fdcavalcanti opened a new issue, #12122: URL: https://github.com/apache/nuttx/issues/12122 Hi everyone, I'm trying to create a custom board that is based on a Nucleo-144. I want to have this board versioned so I simply copied the directory `boads/arm/stm32f7/nucleo-144` to my reposit

Re: [I] esp32: Compile error regarding assert statement in esp-hal-3rdparty code [nuttx]

2024-04-10 Thread via GitHub
tmedicci commented on issue #12111: URL: https://github.com/apache/nuttx/issues/12111#issuecomment-2047386412 Can you please run this defconfig directly: ``` ./tools/configure.sh -l esp32-devkitc:nxdiag ``` or, at least, enable the following configs in your setup: ``` CO

[PR] mtd_config_fs: support align size test [nuttx-apps]

2024-04-10 Thread via GitHub
zhaoxingyu12 opened a new pull request, #2354: URL: https://github.com/apache/nuttx-apps/pull/2354 ## Summary ## Impact ## Testing -- 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

Re: [I] esp32: Compile error regarding assert statement in esp-hal-3rdparty code [nuttx]

2024-04-10 Thread via GitHub
pkarashchenko commented on issue #12111: URL: https://github.com/apache/nuttx/issues/12111#issuecomment-2047372655 I just tried to compile this on MAC with the latest master and it built successfully. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] ESP32-C6 devkit cannot be built [nuttx]

2024-04-10 Thread via GitHub
tmedicci commented on issue #10820: URL: https://github.com/apache/nuttx/issues/10820#issuecomment-2047365705 Alright, since the original issue is gone, I'll close this issue. Please, let us know if you find any trouble... -- This is an automated message from the Apache Git Service. To re

Re: [I] ESP32-C6 devkit cannot be built [nuttx]

2024-04-10 Thread via GitHub
tmedicci closed issue #10820: ESP32-C6 devkit cannot be built URL: https://github.com/apache/nuttx/issues/10820 -- 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,

[PR] Documentation: update broken links [nuttx]

2024-04-10 Thread via GitHub
emmanuel-ferdman opened a new pull request, #12121: URL: https://github.com/apache/nuttx/pull/12121 ## Summary PR #11048 moved the different `README.txt` files to different location. This PR adjusts the location with the changes. -- This is an automated message from the Apache Git Serv

[PR] drivers/power/pm: Fix warning of type cast [nuttx]

2024-04-10 Thread via GitHub
JianyuWang0623 opened a new pull request, #12120: URL: https://github.com/apache/nuttx/pull/12120 ## Summary sim (Ubuntu 22.04.3 LTS (x86_64 GNU/Linux)), enable PM ``` power/pm/pm_autoupdate.c: In function ‘pm_auto_updatestate’: power/pm/pm_autoupdate.c:84:46: warning: cast to poi

[PR] add drivertest test cases on sim for CI [nuttx]

2024-04-10 Thread via GitHub
vela-mib opened a new pull request, #12119: URL: https://github.com/apache/nuttx/pull/12119 ## Summary add drivertest test cases on sim for CI ## Impact CI ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] Minor can driver improvement [nuttx]

2024-04-10 Thread via GitHub
PetervdPerk-NXP commented on PR #12078: URL: https://github.com/apache/nuttx/pull/12078#issuecomment-2046945949 I rather keep the Char Device CAN and SocketCAN separate, they're both fundamentally different subsystems with their own API's. -- This is an automated message from the Apache G

[PR] riscv: Add more debug related CSR definitions [nuttx]

2024-04-10 Thread via GitHub
no1wudi opened a new pull request, #12118: URL: https://github.com/apache/nuttx/pull/12118 ## Summary This patch adds more debug related CSR definitions to arch/risc-v/include/csr.h. These definitions are from the RISC-V Debug Specification Version 1.0 rc1 (https://github.com/risc

(nuttx) 01/03: ESP32S3 I2S BCLK, WSPIN, DINPIN, DOUTPIN pin range changed to 0 48

2024-04-10 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 b864522b65357aabec2bfbdd4308f28d3c4d4226 Author: Omar AuthorDate: Sat Apr 6 03:53:05 2024 +0600 ESP32S3 I2S BCLK,

Re: [PR] ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for purposes other than USB/JTAG Controller and I2S pin selection range fixed [nuttx]

2024-04-10 Thread via GitHub
xiaoxiang781216 merged PR #12076: URL: https://github.com/apache/nuttx/pull/12076 -- 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 (9847c6219d -> 01aeeaeac6)

2024-04-10 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 9847c6219d add libuv and cmocka test cases with file system on sim and qemu on CI new b864522b65 ESP32S3 I2S B

(nuttx) 03/03: ESP32S3 I2S GPIO selection master/slave hase same range for BCLK,WS pin

2024-04-10 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 01aeeaeac62a47ff3e713ed13c866e34841b96fc Author: Omar AuthorDate: Wed Apr 10 00:56:46 2024 +0600 ESP32S3 I2S GPIO

(nuttx) 02/03: ESP32S3 configuring gpio pin 19 or 20 ( USB_D+/- ) for any purposes

2024-04-10 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 4c744f1c0eb8370e981a533de80d97491166754f Author: Omar AuthorDate: Sat Apr 6 03:56:07 2024 +0600 ESP32S3 configuri