Re: [PR] esp32: Add wifishare board config and documentation [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #10961: URL: https://github.com/apache/nuttx/pull/10961#discussion_r1363325887 ## net/route/net_del_ramroute.c: ## @@ -91,7 +91,8 @@ static int net_match_ipv4(FAR struct net_route_ipv4_s *route, FAR void *arg) net_ipv4_dumproute("Compa

[I] Does this project belong to Xiaomi Company? 这个项目归属于小米公司么? [nuttx]

2023-10-17 Thread via GitHub
david1025 opened a new issue, #10967: URL: https://github.com/apache/nuttx/issues/10967 Many people say that Nuttx belongs to Xiaomi and was developed by Xiaomi themselves. Do I want to confirm if this is true? 非常多的人说nuttx现在归属于小米,是小米自研的,我想确认下这个是真的么? Is it true that some people say

Re: [PR] industry/foc/ramp: fix acceleration in CCW direction and simplify code [nuttx-apps]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #2132: URL: https://github.com/apache/nuttx-apps/pull/2132 -- 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: industry/foc/ramp: fix acceleration in CCW direction and simplify code

2023-10-17 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 f117860a1 industry/foc/ramp: fix accelera

[nuttx-apps] branch master updated: examples/foc: rename SETPOINT_ADC_SCALE to SETPOINT_INTF_SCALE

2023-10-17 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 4652c5516 examples/foc: rename SETPOINT_A

Re: [PR] examples/foc: rename SETPOINT_ADC_SCALE to SETPOINT_INTF_SCALE [nuttx-apps]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #2134: URL: https://github.com/apache/nuttx-apps/pull/2134 -- 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] examples/foc: add velocity PI controller [nuttx-apps]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #2133: URL: https://github.com/apache/nuttx-apps/pull/2133 -- 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: examples/foc: add velocity PI controller

2023-10-17 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 de6a38466 examples/foc: add velocity PI c

Re: [PR] examples/sensor_fusion: Support for Madgwick Fusion lib and example [nuttx-apps]

2023-10-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #2113: URL: https://github.com/apache/nuttx-apps/pull/2113#discussion_r1363280347 ## examples/sensor_fusion/sensor_fusion_main.c: ## @@ -0,0 +1,162 @@ +/ + * apps/

Re: [PR] crypto/mbedtls: Unified configuration with mbedtls default configuration [nuttx-apps]

2023-10-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #2131: URL: https://github.com/apache/nuttx-apps/pull/2131#discussion_r1363231236 ## crypto/mbedtls/Kconfig: ## @@ -17,7 +17,7 @@ config MBEDTLS_VERSION config MBEDTLS_DEBUG_C bool "This module provides debugging functions." -

[PR] arch: arm64: Remove unnecessary code in arm64_cpu_idle.S [nuttx]

2023-10-17 Thread via GitHub
masayuki2009 opened a new pull request, #10966: URL: https://github.com/apache/nuttx/pull/10966 ## Summary - I noticed that irq is enabled explicitly in arm64_cpu_idle.S - The code is unnecessary since tasks, including the idle task, are created with irq enabled in up_initial_state

[nuttx] 03/03: crypto/rsa_verify: export rsa verify via /dev/crypto

2023-10-17 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 3dbe2d790ebb323cb27a03588e4b8e399a029fd1 Author: makejian AuthorDate: Wed Sep 20 22:22:39 2023 +0800 crypto/rsa_v

[nuttx] branch master updated (48ca996ad7 -> 3dbe2d790e)

2023-10-17 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 48ca996ad7 arch: arm64 support smp function call new 12935f2d33 crypto/bn: porting tiny-Bignum-C into nuttx cry

[nuttx] 01/03: crypto/bn: porting tiny-Bignum-C into nuttx crypto

2023-10-17 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 12935f2d3300d6ce8e5542f82e279dabea96d793 Author: makejian AuthorDate: Sun Jun 25 10:03:32 2023 +0800 crypto/bn: p

[nuttx] 02/03: crypto/bn:Add exponentiation algorithm in bignum

2023-10-17 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 aeac109e5013a6e3aeb2d7f9a7149207a05b369e Author: makejian AuthorDate: Sun Jun 25 20:35:21 2023 +0800 crypto/bn:Ad

Re: [PR] crypto/rsa_verify: export rsa verify via /dev/crypto [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10924: URL: https://github.com/apache/nuttx/pull/10924 -- 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] Minor improvement for mmc [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 commented on PR #10963: URL: https://github.com/apache/nuttx/pull/10963#issuecomment-1767613754 Change to draft to wait the internal patch which support multiple emmc partition? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Minor improvement for mmc [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 commented on PR #10963: URL: https://github.com/apache/nuttx/pull/10963#issuecomment-1767612892 > @xiaoxiang781216 - Thank you for the explanation. I would be much appreciated if your PR's answer the "Why" in the Title block. commit message contain this info: ```

Re: [PR] Minor improvement for mmc [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 commented on PR #10963: URL: https://github.com/apache/nuttx/pull/10963#issuecomment-1767557153 > > Rename mmcsd_read_csd to mmcsd_read_extcsd > > Why? since CSD and EXTCSD is different register, the origin code uses the wrong name: https://github.com/apache/

Re: [PR] {BP-10838} riscv/addrenv: Fix the user VMA end address [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10942: URL: https://github.com/apache/nuttx/pull/10942 -- 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 releases/12.3 updated: riscv/addrenv: Fix the user VMA end address

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new 8fdb56b5f2 riscv/addrenv: Fix th

Re: [I] How to print filename and line by assert [nuttx]

2023-10-17 Thread via GitHub
SPRESENSE commented on issue #10416: URL: https://github.com/apache/nuttx/issues/10416#issuecomment-1767541151 @anchao > You mean CONFIG_DEBUG is actually CONFIG_NDEBUG=y right? No. It is not about `CONFIG_NDEBUG`. The NuttX assertion has two types, `assert()`(=`ASSERT()`) an

Re: [PR] build(deps): bump urllib3 from 2.0.4 to 2.0.7 in /Documentation [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 closed pull request #10964: build(deps): bump urllib3 from 2.0.4 to 2.0.7 in /Documentation URL: https://github.com/apache/nuttx/pull/10964 -- 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

[nuttx] 02/06: kmm_map.c: Fix user page mapping

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 92baeea676ba096a51b9042979ef6aa703eefd81 Author: Ville Juven AuthorDate: Tue Oct 3 12:53:32 2023 +0300 kmm

[nuttx] 04/06: kmm_map.c: Add way to test if addr is within kmap area or not

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 8e5ab446cd1d49ac44f403f6dbcdcc916a5fe2c9 Author: Ville Juven AuthorDate: Tue Oct 3 13:33:41 2023 +0300 kmm

[nuttx] 05/06: kmm_map.c: Remember to free the temporary 'pages' variable

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 2603ddd01b17778d45dbe5a4fb6ad2e782c90170 Author: Ville Juven AuthorDate: Wed Oct 4 15:58:15 2023 +0300 kmm

[nuttx] 06/06: kmm_map: Add function to map a single page of kernel memory

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 0cb54c19598225f1529e5cdc7a6ad60b6d3fec58 Author: Ville Juven AuthorDate: Thu Oct 5 15:33:03 2023 +0300 kmm

[nuttx] 01/06: kmm_map.c: Fix call to gran_alloc

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 3a4abdee7df0bedaaac11ec8e0febd940d398673 Author: Ville Juven AuthorDate: Tue Oct 3 12:51:36 2023 +0300 kmm

[nuttx] branch releases/12.3 updated (ddfaa97601 -> 0cb54c1959)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from ddfaa97601 boards: Update all boards that were using CONFIG_NET_LL_GUARDSIZE=50 new 3a4abdee7d kmm_map.

[nuttx] branch dependabot/pip/Documentation/urllib3-2.0.7 deleted (was 91881acb37)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch dependabot/pip/Documentation/urllib3-2.0.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git was 91881acb37 build(deps): bump urllib3 from 2.0.4 to 2.0.7 in /Documentation The

Re: [PR] build(deps): bump urllib3 from 2.0.4 to 2.0.7 in /Documentation [nuttx]

2023-10-17 Thread via GitHub
dependabot[bot] commented on PR #10964: URL: https://github.com/apache/nuttx/pull/10964#issuecomment-1767488847 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

[nuttx] 03/06: kmm_map: Fix incorrect function name field

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit a5fdf7734bd4f18455d267a131b391a62092186a Author: Ville Juven AuthorDate: Tue Oct 3 12:55:24 2023 +0300 kmm

Re: [PR] {BP-10876} mm/kmm_map: Fix several issues with the kmm_map interface [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10962: URL: https://github.com/apache/nuttx/pull/10962 -- 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] 02/02: arch: arm64 support smp function call

2023-10-17 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 48ca996ad73ff8fd0d8da454b4f82247d58e0213 Author: zhangyuan21 AuthorDate: Tue Sep 26 10:15:57 2023 +0800 arch: arm

[nuttx] branch master updated (b5d640acc5 -> 48ca996ad7)

2023-10-17 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 b5d640acc5 fix Cygwin/MSYS2 ld: unrecognized option '-z' new 34412349e9 sched: add smp function call new

[nuttx] 01/02: sched: add smp function call

2023-10-17 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 34412349e9c4323dee221adbbacc3bcd64fc088e Author: zhangyuan21 AuthorDate: Tue Sep 26 10:06:49 2023 +0800 sched: ad

Re: [PR] sched: support smp function call [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10934: URL: https://github.com/apache/nuttx/pull/10934 -- 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] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1363005948 ## libs/libc/stdio/lib_fopencookie.c: ## @@ -0,0 +1,153 @@ +/ + * libs/libc/stdio/li

Re: [I] non-blocking socket select [nuttx]

2023-10-17 Thread via GitHub
xiaotailang commented on issue #10932: URL: https://github.com/apache/nuttx/issues/10932#issuecomment-1767470901 Thank you very much for your kind assistance. Upon a further review, I found that if the CONFIG_NET_TCPBACKLOG is enabled, the corresponding logic is to first select and then acc

Re: [PR] sched: support smp function call [nuttx]

2023-10-17 Thread via GitHub
zyfeier commented on PR #10934: URL: https://github.com/apache/nuttx/pull/10934#issuecomment-1767448953 > @zyfeier I think a similar testing should be included into ostest (including some why to detect it was ran in the right core) and executed when CONFIG_SMP_CALL is enabled. Ok, i'

Re: [I] Photon P0 WiFi not functional [nuttx]

2023-10-17 Thread via GitHub
TheCranston commented on issue #8839: URL: https://github.com/apache/nuttx/issues/8839#issuecomment-1767393780 @acassis Sure thing. I'll take that direction. thanks for the support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [I] Photon P0 WiFi not functional [nuttx]

2023-10-17 Thread via GitHub
TheCranston closed issue #8839: Photon P0 WiFi not functional URL: https://github.com/apache/nuttx/issues/8839 -- 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

[nuttx-website] branch asf-site updated: Publishing web: 290961ead873d6e5da06ed6388451de2e27c42f3 docs: b5d640acc5b3b1ea6242a7e90ad8897871bd7cab

2023-10-17 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 b52f3bd5 Publishing web: 290961ea

Re: [PR] esp32: Add wifishare board config and documentation [nuttx]

2023-10-17 Thread via GitHub
acassis commented on PR #10961: URL: https://github.com/apache/nuttx/pull/10961#issuecomment-1767322281 @xiaoxiang781216 the macro HTONL(match->target) is returning different types of integer depending on architecture and compiler. What should be the right fix here? -- This is an automat

Re: [PR] examples/sensor_fusion: Support for Madgwick Fusion lib and example [nuttx-apps]

2023-10-17 Thread via GitHub
fdcavalcanti commented on PR #2113: URL: https://github.com/apache/nuttx-apps/pull/2113#issuecomment-1767254908 Gitignore added. -- 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 comme

[nuttx] branch dependabot/pip/Documentation/urllib3-2.0.7 created (now 91881acb37)

2023-10-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/Documentation/urllib3-2.0.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git at 91881acb37 build(deps): bump urllib3 from 2.0.4 to 2.0.7 in /Documentation No

[PR] build(deps): bump urllib3 from 2.0.4 to 2.0.7 in /Documentation [nuttx]

2023-10-17 Thread via GitHub
dependabot[bot] opened a new pull request, #10964: URL: https://github.com/apache/nuttx/pull/10964 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.7. Release notes Sourced from https://github.com/urllib3/urllib3/releases";>urllib3's releases. 2.0.7

Re: [PR] sched: support smp function call [nuttx]

2023-10-17 Thread via GitHub
acassis commented on PR #10934: URL: https://github.com/apache/nuttx/pull/10934#issuecomment-1767083594 @zyfeier I think a similar testing should be included into ostest (including some why to detect it was ran in the right core) and executed when CONFIG_SMP_CALL is enabled. -- This is a

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-17 Thread via GitHub
michallenc commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1362636318 ## sched/tls/task_initinfo.c: ## @@ -28,6 +28,8 @@ #include #include +#include Review Comment: I see. Updated the implementation. I have added callbacks t

Re: [PR] Minor improvement for mmc [nuttx]

2023-10-17 Thread via GitHub
davids5 commented on PR #10963: URL: https://github.com/apache/nuttx/pull/10963#issuecomment-1766973239 > Rename mmcsd_read_csd to mmcsd_read_extcsd Why? -- 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

[PR] Minor improvement for mmc [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 opened a new pull request, #10963: URL: https://github.com/apache/nuttx/pull/10963 ## Summary - drivers/mmcsd: Rename mmcsd_read_csd to mmcsd_read_extcsd - drivers/mmcsd: mmcsd_sdinitialize should save csd register into priv->csd ## Impact code refacto

Re: [PR] libc: add support for custom streams with fopencookie() [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 commented on code in PR #10602: URL: https://github.com/apache/nuttx/pull/10602#discussion_r1361877829 ## sched/tls/task_initinfo.c: ## @@ -28,6 +28,8 @@ #include #include +#include Review Comment: > `` was used to reference `lib_stream_initialize` and

Re: [PR] fix Cygwin/MSYS2 ld: unrecognized option '-z' [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10960: URL: https://github.com/apache/nuttx/pull/10960 -- 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: fix Cygwin/MSYS2 ld: unrecognized option '-z'

2023-10-17 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 b5d640acc5 fix Cygwin/MSYS2 ld: unrecognized

[PR] examples/foc: rename SETPOINT_ADC_SCALE to SETPOINT_INTF_SCALE [nuttx-apps]

2023-10-17 Thread via GitHub
raiden00pl opened a new pull request, #2134: URL: https://github.com/apache/nuttx-apps/pull/2134 ## Summary - examples/foc: rename SETPOINT_ADC_SCALE to SETPOINT_INTF_SCALE SETPOINT_INTF_SCALE is more appropriate name because this definition is not only used for ADC scale

[PR] {BP-10876} mm/kmm_map: Fix several issues with the kmm_map interface [nuttx]

2023-10-17 Thread via GitHub
jerpelea opened a new pull request, #10962: URL: https://github.com/apache/nuttx/pull/10962 ## Summary This fixes several fatal issues with the kernel mapping interface. Highlights are in the commit messages. ## Impact RELEASE ## Testing MR1 -- This is an automa

[nuttx] branch releases/12.3 updated (20c95a9615 -> ddfaa97601)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 20c95a9615 Update Fix more generic for platforms that do not have execinfo.h new ed31f3c1d2 net: Fix RN

[nuttx] 02/02: boards: Update all boards that were using CONFIG_NET_LL_GUARDSIZE=50

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit ddfaa976015cd7409f9d4b832328e5b4542cc966 Author: Alan Carvalho de Assis AuthorDate: Sun Oct 15 14:06:33 2023 -0

[nuttx] 01/02: net: Fix RNDIS compilation error

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit ed31f3c1d2fedabe93b11ef7be0ac2e345cfe60f Author: Alan Carvalho de Assis AuthorDate: Sun Oct 15 10:59:23 2023 -0

Re: [PR] {BP-10916} net: Fix RNDIS compilation error [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10957: URL: https://github.com/apache/nuttx/pull/10957 -- 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] {BP-10841} arch/arm/src/stm32h7/stm32_oneshot.c: Fix format warnings. [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10943: URL: https://github.com/apache/nuttx/pull/10943 -- 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 releases/12.3 updated (35cd7d7232 -> e2a9773142)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 35cd7d7232 mpfs/mpfs_entrypoints.c: Fix potential R_RISCV_JAL linker error add e2a9773142 arch/arm/src/

[nuttx] branch releases/12.3 updated: Update Fix more generic for platforms that do not have execinfo.h

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new 20c95a9615 Update Fix more gener

Re: [PR] {BP-10910} Update Fix more generic for platforms that do not have execinfo.h [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10956: URL: https://github.com/apache/nuttx/pull/10956 -- 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 releases/12.3 updated: mpfs/mpfs_entrypoints.c: Fix potential R_RISCV_JAL linker error

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new 35cd7d7232 mpfs/mpfs_entrypoints

Re: [PR] {BP-10922} mpfs/mpfs_entrypoints.c: Fix potential R_RISCV_JAL linker error [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10959: URL: https://github.com/apache/nuttx/pull/10959 -- 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 releases/12.3 updated: filemtd:Fix teardown return error number EINVAL

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new ee985d8d10 filemtd:Fix teardown

[nuttx] branch releases/12.3 updated (ee985d8d10 -> 87334674cb)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from ee985d8d10 filemtd:Fix teardown return error number EINVAL add cc423c4c0f mpfs_ethernet.c: Fix possible

Re: [PR] {BP-10921} mpfs_ethernet.c: Fix RX/TX buffer and descriptor handling [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10958: URL: https://github.com/apache/nuttx/pull/10958 -- 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] {BP-10909} filemtd:Fix teardown return error number EINVAL [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10955: URL: https://github.com/apache/nuttx/pull/10955 -- 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 releases/12.3 updated: cpu_pause.c: fix typo

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new dfcf4c6217 cpu_pause.c: fix typo

Re: [PR] {BP-10908} cpu_pause.c: fix typo [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10954: URL: https://github.com/apache/nuttx/pull/10954 -- 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] {BP-10899} arch: x86_64: Fix idle stack assignment [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10953: URL: https://github.com/apache/nuttx/pull/10953 -- 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 releases/12.3 updated: arch: x86_64: Fix idle stack assignment

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new f32e721d9f arch: x86_64: Fix idl

[nuttx] branch releases/12.3 updated: Fix some typos in comments

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new b4a691885c Fix some typos in com

Re: [PR] {BP-10889} Fix some typos in comments [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10952: URL: https://github.com/apache/nuttx/pull/10952 -- 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 releases/12.3 updated (e66ae3968c -> 2e9c896e18)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from e66ae3968c esp32/irq: Fix erroneous interrupt allocation for each CPU core add 2e9c896e18 esp32/ble: Fi

[nuttx] branch releases/12.3 updated: esp32s3: fix the halt issue when esp32s3 wlan has high-speed or long time data transmission.

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new 1e63401fb1 esp32s3: fix the halt

Re: [PR] {BP-10882} esp32s3: fix the halt issue when esp32s3 wlan has high-speed or long … [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10951: URL: https://github.com/apache/nuttx/pull/10951 -- 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 releases/12.3 updated: fix: TreeNode has same attribute with NodeMixin

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new 9c5e9b4cbe fix: TreeNode has sam

[nuttx] branch releases/12.3 updated (2e9c896e18 -> b656fdbc86)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 2e9c896e18 esp32/ble: Fix task_create_wrapper CPU core ID passed as argument add 98c5993a73 fixedmath:

Re: [PR] {BP-10870} fixedmath: add abs and sign operations [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10949: URL: https://github.com/apache/nuttx/pull/10949 -- 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] {BP-10851} esp32/irq: Fix erroneous interrupt allocation for each CPU core [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10947: URL: https://github.com/apache/nuttx/pull/10947 -- 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] {BP-10879} fix: TreeNode has same attribute with NodeMixin [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10950: URL: https://github.com/apache/nuttx/pull/10950 -- 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] {BP-10847} arch/{stm32|stm32f7|at32|samv7|imxrt}: fix for adc_setup [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10946: URL: https://github.com/apache/nuttx/pull/10946 -- 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 releases/12.3 updated (b259311d1b -> e66ae3968c)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from b259311d1b samv7/adc: always increase initialization counter when adc_setup called add e66ae3968c esp32

[nuttx] 03/04: imxrt/adc: always increase initialization counter when adc_setup called

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 8d4962ad210b6de5885848880801cdecfdb47703 Author: raiden00pl AuthorDate: Mon Oct 2 14:14:21 2023 +0200 imxr

[nuttx] 01/04: stm32{f7}/adc: always increase initialization counter when adc_setup called

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 14fe9978a76191c52d7b687b70d8c27ac9d49456 Author: raiden00pl AuthorDate: Mon Oct 2 14:13:47 2023 +0200 stm3

[nuttx] 02/04: at32/adc: always increase initialization counter when adc_setup called

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f64833b36de3f5b73886d03d754b28bb17cfb131 Author: raiden00pl AuthorDate: Mon Oct 2 14:14:12 2023 +0200 at32

[nuttx] branch releases/12.3 updated (cd5b30eee3 -> 41dfcecc7f)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from cd5b30eee3 arch/arm/src/s32k1xx: Fix warnings in PWM code. add 41dfcecc7f arch/arm/src/s32k1xx: Fix LPUA

[nuttx] 04/04: samv7/adc: always increase initialization counter when adc_setup called

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit b259311d1bdabd99c5a96ef88c212c6561961894 Author: raiden00pl AuthorDate: Mon Oct 2 14:14:30 2023 +0200 samv

Re: [PR] {BP-10837} mm/kmap: Fix bug in kmm_unmap [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10941: URL: https://github.com/apache/nuttx/pull/10941 -- 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 releases/12.3 updated (af61e943fc -> 5d5bd29f60)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from af61e943fc Fixes compilation warnings. new 1d59d24216 mm/kmap: Change kmm_user_map to kmm_map_user

[nuttx] branch releases/12.3 updated: arch/nrf{52|53|91}: fix timer for small intervals and correct CC overflow check

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new 6c070330b2 arch/nrf{52|53|91}: f

[nuttx] branch releases/12.3 updated (86bacce7a1 -> 3ef23f594c)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 86bacce7a1 net/local: Allow the local udp socketpair function to use the local_release_fifos interface.

Re: [PR] {BP-10832} Fixes compilation warnings. [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10940: URL: https://github.com/apache/nuttx/pull/10940 -- 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 releases/12.3 updated: Fixes compilation warnings.

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new af61e943fc Fixes compilation war

Re: [PR] {BP-10859} esp32/ble: Fix task_create_wrapper CPU core ID passed as argument [nuttx]

2023-10-17 Thread via GitHub
xiaoxiang781216 merged PR #10948: URL: https://github.com/apache/nuttx/pull/10948 -- 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 releases/12.3 updated (41dfcecc7f -> b259311d1b)

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git from 41dfcecc7f arch/arm/src/s32k1xx: Fix LPUART inversion warnings & config. new 14fe9978a7 stm32{f7}/adc:

[nuttx] branch releases/12.3 updated: net/local: Allow the local udp socketpair function to use the local_release_fifos interface.

2023-10-17 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch releases/12.3 in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/releases/12.3 by this push: new 86bacce7a1 net/local: Allow the

  1   2   >