[GitHub] [incubator-nuttx] raiden00pl commented on a diff in pull request #7385: stm32/socketcan: fix the EFF flag for received frames

2022-10-21 Thread GitBox
raiden00pl commented on code in PR #7385: URL: https://github.com/apache/incubator-nuttx/pull/7385#discussion_r1002379893 ## arch/arm/src/stm32/stm32_can_sock.c: ## @@ -1207,12 +1207,12 @@ static int stm32can_rxinterrupt_work(struct stm32_can_s *priv, int rxmb) if ((regval &

[incubator-nuttx] 02/04: use SEM_INITIALIZER inside of NXSEM_INITIALIZER

2022-10-21 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/incubator-nuttx.git commit e1ca51648812cfdebfc04ff60328f1964fcfd440 Author: anjiahao AuthorDate: Wed Oct 19 23:57:25 2022 +0800 us

[incubator-nuttx] 03/04: libc/semaphore:sem_init change defult protocol

2022-10-21 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/incubator-nuttx.git commit 577e550698610ba46fb35c2288e110fd2135d507 Author: anjiahao AuthorDate: Fri Dec 24 10:42:09 2021 +0800 li

[incubator-nuttx] branch master updated (205c8934a3 -> 1c416b1712)

2022-10-21 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/incubator-nuttx.git from 205c8934a3 sched/msgq: add support of System V message queue new 5724c6b2e4 sem:remove sem default pr

[incubator-nuttx] 04/04: Documentation:add nxmutex Description

2022-10-21 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/incubator-nuttx.git commit 1c416b1712ae41756f090139c7cd5ebebb2b6ba4 Author: anjiahao AuthorDate: Wed Oct 19 19:32:21 2022 +0800 Do

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #5184: Replace all place which use semaphore as lock with mutex wrapper

2022-10-21 Thread GitBox
xiaoxiang781216 closed issue #5184: Replace all place which use semaphore as lock with mutex wrapper URL: https://github.com/apache/incubator-nuttx/issues/5184 -- 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

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5070: libc/semaphore:sem_init change defult protocol

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #5070: URL: https://github.com/apache/incubator-nuttx/pull/5070 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6152: libc/stdio: Add stdio file locking functions

2022-10-21 Thread GitBox
xiaoxiang781216 commented on PR #6152: URL: https://github.com/apache/incubator-nuttx/pull/6152#issuecomment-1287650900 @maht @yamt could you review the update, it's ready for merging now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-nuttx] branch master updated (39a2acb821 -> 205c8934a3)

2022-10-21 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/incubator-nuttx.git from 39a2acb821 AUTHORS: Add myself into authors list add 96c3debe6a sched/mqueue: decoupling condition me

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7088: sched/msgq: add support of System V message queue

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7390: Fix random_pool.c:214:13: error: conflicting types for 'getentropy'

2022-10-21 Thread GitBox
xiaoxiang781216 opened a new pull request, #7390: URL: https://github.com/apache/incubator-nuttx/pull/7390 ## Summary ``` 214 | static void getentropy(FAR blake2s_state *S) | ^~ In file included from /home/work/ssd1/workspace/MiRTOS-CI@2/out/miwear/

[incubator-nuttx] branch master updated (b42b8c9275 -> 39a2acb821)

2022-10-21 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/incubator-nuttx.git from b42b8c9275 Revert "Revert "tools/ci: patch for gcc-arm-none-eabi to 11.3.Rel1 August 08, 2022"" add

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7387: AUTHORS: Add myself into authors list

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #7387: URL: https://github.com/apache/incubator-nuttx/pull/7387 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7389: Ci

2022-10-21 Thread GitBox
xiaoxiang781216 opened a new pull request, #7389: URL: https://github.com/apache/incubator-nuttx/pull/7389 ## Summary - tools/ci/cibuild.sh: Change wget to curl - tools/ci/cibuild.sh: Move all pip3 installation into python-tools - tools/ci/cibuild.sh: Keep the installation in al

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7388: ci: Install LLVM Embedded Toolchain for Arm

2022-10-21 Thread GitBox
xiaoxiang781216 opened a new pull request, #7388: URL: https://github.com/apache/incubator-nuttx/pull/7388 ## Summary ## Impact new toolchain ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] zouboan commented on pull request #7387: AUTHORS: Add myself into authors list

2022-10-21 Thread GitBox
zouboan commented on PR #7387: URL: https://github.com/apache/incubator-nuttx/pull/7387#issuecomment-1287582405 ![ICLA](https://user-images.githubusercontent.com/10884769/197314690-92bb2b59-a58d-438c-842f-3b70441d291d.png) -- This is an automated message from the Apache Git Service. T

[GitHub] [incubator-nuttx] zouboan opened a new pull request, #7387: AUTHORS: Add myself into authors list

2022-10-21 Thread GitBox
zouboan opened a new pull request, #7387: URL: https://github.com/apache/incubator-nuttx/pull/7387 ## Summary I have submitted ICLA in Jun 27, 2022, I'm glad to contribute code to nuttx ## Impact nothing ## Testing ci -- This is an automated message from the Apache Git Servi

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
xiaoxiang781216 commented on PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#issuecomment-1287576327 @Cynerd my last comment isn't resolved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
xiaoxiang781216 commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1002297711 ## libs/libc/obstack/lib_obstack_grow.c: ## @@ -0,0 +1,93 @@ +/ + * libs/lib

[incubator-nuttx] branch master updated (280aaa7b1d -> b42b8c9275)

2022-10-21 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/incubator-nuttx.git from 280aaa7b1d Implement Interface method for ESP32C3: go_setpintype add b42b8c9275 Revert "Revert "tools

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7325: Revert "Revert "tools/ci: patch for gcc-arm-none-eabi to 11.3.Rel1 August 08, 2022""

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #7325: URL: https://github.com/apache/incubator-nuttx/pull/7325 -- 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-unsubs

[incubator-nuttx] branch master updated (06c8e43df9 -> 280aaa7b1d)

2022-10-21 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/incubator-nuttx.git from 06c8e43df9 drivers: modem: update altair modem add 280aaa7b1d Implement Interface method for ESP32C3:

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7386: Implement Interface method for ESP32C3: go_setpintype

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #7386: URL: https://github.com/apache/incubator-nuttx/pull/7386 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7248: drivers: modem: update altair modem

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #7248: URL: https://github.com/apache/incubator-nuttx/pull/7248 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7248: drivers: modem: update altair modem

2022-10-21 Thread GitBox
xiaoxiang781216 commented on PR #7248: URL: https://github.com/apache/incubator-nuttx/pull/7248#issuecomment-1287565019 LGTM. -- 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.

[incubator-nuttx] branch master updated (2b0ce033d7 -> 06c8e43df9)

2022-10-21 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/incubator-nuttx.git from 2b0ce033d7 net/can/can_xxxsockopt.c: correct the code alignment add 06c8e43df9 drivers: modem: update

[incubator-nuttx-website] branch asf-site updated: Publishing web: d696c67810809c3f81a4dd87b09d9e940db854b4 docs: 2b0ce033d76727a62e79bdbf87f5c6c487c2a2d0

2022-10-21 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 6223593 Publishing web

[GitHub] [incubator-nuttx] AuroraRAS opened a new pull request, #7386: Implement Interface method for ESP32C3: go_setpintype

2022-10-21 Thread GitBox
AuroraRAS opened a new pull request, #7386: URL: https://github.com/apache/incubator-nuttx/pull/7386 ## Summary Implement driver interface: go_setpintype ## Impact GPIO ## Testing ESP32-C3-WROOM-02 -- This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-nuttx] acassis commented on pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
acassis commented on PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#issuecomment-1287385661 Guys, something strange is happening, none job is marked as failed, but it was cancelled without any reason: ``` Some checks were not successful 23 successful and 3 cancel

[incubator-nuttx] branch master updated: net/can/can_xxxsockopt.c: correct the code alignment

2022-10-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 2b0ce033d7 net/can/can_xxxsockopt.c: c

[GitHub] [incubator-nuttx] acassis merged pull request #7382: net/can/can_xxxsockopt.c: correct the code alignment

2022-10-21 Thread GitBox
acassis merged PR #7382: URL: https://github.com/apache/incubator-nuttx/pull/7382 -- 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

[incubator-nuttx] 01/02: armv8-m: Fix MPU Attribute Indirection reg offsets

2022-10-21 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/incubator-nuttx.git commit d4cbb4f5b886a6c69d1edc925a09d4a8a3716f51 Author: Michael Jung AuthorDate: Thu Oct 20 12:57:51 2022 +0200

[incubator-nuttx] branch master updated (16b6d365e9 -> ec3805721c)

2022-10-21 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from 16b6d365e9 fs/procfs: check task status before get group info new d4cbb4f5b8 armv8-m: Fix MPU Attribute

[incubator-nuttx] 02/02: armv8-m: Fix MPU Region Limit Address config

2022-10-21 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/incubator-nuttx.git commit ec3805721ca4d519e49e3ebb03bf7914e3f9d7a6 Author: Michael Jung AuthorDate: Thu Oct 20 12:55:42 2022 +0200

[GitHub] [incubator-nuttx] acassis merged pull request #7384: armv8-m MPU fixes

2022-10-21 Thread GitBox
acassis merged PR #7384: URL: https://github.com/apache/incubator-nuttx/pull/7384 -- 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

[GitHub] [incubator-nuttx] acassis commented on pull request #7384: armv8-m MPU fixes

2022-10-21 Thread GitBox
acassis commented on PR #7384: URL: https://github.com/apache/incubator-nuttx/pull/7384#issuecomment-1287352812 Nice finding @michi-jung ! Kudos!!! -- 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

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
tmedicci commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1002074189 ## arch/xtensa/src/esp32s2/hardware/esp32s2_dma.h: ## @@ -0,0 +1,36 @@ +/ + * arch/

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
tmedicci commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1002067032 ## arch/xtensa/src/esp32s2/esp32s2_dma.h: ## @@ -0,0 +1,124 @@ +/ + * arch/xtensa/s

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
tmedicci commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1002066776 ## arch/xtensa/src/esp32s2/esp32s2_dma.h: ## @@ -0,0 +1,124 @@ +/ + * arch/xtensa/s

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
tmedicci commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1002065175 ## arch/xtensa/src/esp32s2/esp32s2_i2s.c: ## @@ -0,0 +1,1530 @@ +/ + * arch/xtensa/

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
tmedicci commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1002064892 ## arch/xtensa/src/esp32s2/esp32s2_i2s.c: ## @@ -0,0 +1,1530 @@ +/ + * arch/xtensa/

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
tmedicci commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1002064284 ## arch/xtensa/src/esp32s2/esp32s2_i2s.c: ## @@ -0,0 +1,1530 @@ +/ + * arch/xtensa/

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
tmedicci commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1002063993 ## arch/xtensa/src/esp32s2/esp32s2_i2s.c: ## @@ -0,0 +1,1530 @@ +/ + * arch/xtensa/

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
tmedicci commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1002063428 ## arch/xtensa/src/esp32s2/esp32s2_i2s.c: ## @@ -0,0 +1,1530 @@ +/ + * arch/xtensa/

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
tmedicci commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1002061456 ## arch/xtensa/src/esp32s2/esp32s2_dma.c: ## @@ -0,0 +1,186 @@ +/ + * arch/xtensa/s

[GitHub] [incubator-nuttx] pkarashchenko commented on issue #7331: Is it possible to enable nsh over composite usb configuration using RP2040?

2022-10-21 Thread GitBox
pkarashchenko commented on issue #7331: URL: https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1287273448 > @xiaoxiang781216 @pkarashchenko did you see this '\n' issue before? I will need to look around, but endlines are tricky with terminals and many configuration o

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #7248: drivers: modem: update altair modem

2022-10-21 Thread GitBox
pkarashchenko commented on PR #7248: URL: https://github.com/apache/incubator-nuttx/pull/7248#issuecomment-1287126948 @xiaoxiang781216 @acassis would you like to take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7385: stm32/socketcan: fix the EFF flag for received frames

2022-10-21 Thread GitBox
pkarashchenko commented on code in PR #7385: URL: https://github.com/apache/incubator-nuttx/pull/7385#discussion_r1001910947 ## arch/arm/src/stm32/stm32_can_sock.c: ## @@ -1207,12 +1207,12 @@ static int stm32can_rxinterrupt_work(struct stm32_can_s *priv, int rxmb) if ((regva

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #7383: CI: add example to sim

2022-10-21 Thread GitBox
acassis commented on code in PR #7383: URL: https://github.com/apache/incubator-nuttx/pull/7383#discussion_r1001813028 ## tools/ci/testrun/script/test_example/test_example.py: ## @@ -0,0 +1,44 @@ +#!/usr/bin/python3 +# encoding: utf-8 +import pytest + +pytestmark = [pytest.mark.

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request, #7385: stm32/socketcan: fix the EFF flag for received frames

2022-10-21 Thread GitBox
raiden00pl opened a new pull request, #7385: URL: https://github.com/apache/incubator-nuttx/pull/7385 ## Summary stm32/socketcan: fix the EFF flag for received frames ## Impact The EFF flag for the received frames was set the opposite ## Testing Lely-core coctl tool -- T

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
gustavonihei commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1001703712 ## arch/xtensa/src/esp32s2/hardware/esp32s2_dma.h: ## @@ -0,0 +1,36 @@ +/ + * a

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
gustavonihei commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1001703247 ## arch/xtensa/src/esp32s2/esp32s2_dma.h: ## @@ -0,0 +1,124 @@ +/ + * arch/xten

[GitHub] [incubator-nuttx] davids5 commented on pull request #7372: use DEBUGASSERT instead of unnecessary check

2022-10-21 Thread GitBox
davids5 commented on PR #7372: URL: https://github.com/apache/incubator-nuttx/pull/7372#issuecomment-1286861147 @GUIDINGLI Value checking is not just a debug activity. Why do you deem these to be unnecessary? -- This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
gustavonihei commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1001702884 ## arch/xtensa/src/esp32s2/esp32s2_dma.h: ## @@ -0,0 +1,124 @@ +/ + * arch/xten

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
gustavonihei commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1001702333 ## arch/xtensa/src/esp32s2/esp32s2_dma.h: ## @@ -0,0 +1,124 @@ +/ + * arch/xten

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #7373: esp32s2/i2s: add support for I2S peripheral

2022-10-21 Thread GitBox
gustavonihei commented on code in PR #7373: URL: https://github.com/apache/incubator-nuttx/pull/7373#discussion_r1001701375 ## arch/xtensa/src/esp32s2/esp32s2_dma.h: ## @@ -0,0 +1,124 @@ +/ + * arch/xten

[GitHub] [incubator-nuttx] michi-jung opened a new pull request, #7384: armv8-m MPU fixes

2022-10-21 Thread GitBox
michi-jung opened a new pull request, #7384: URL: https://github.com/apache/incubator-nuttx/pull/7384 ## Summary - On armv8-m the MPU region limits are inclusive. Thus, we must substract one byte of size from (base + limit). - Both MPU_MAIR0 and MPU_MAIR1 were off by 0x10.

[GitHub] [incubator-nuttx-apps] ttnie opened a new pull request, #1373: ltp: fix build fail with "argument too long" issue on 20.04

2022-10-21 Thread GitBox
ttnie opened a new pull request, #1373: URL: https://github.com/apache/incubator-nuttx-apps/pull/1373 Signed-off-by: nietingting ## Summary ltp: fix build fail with "argument too long" issue on 20.04 ## Impact no ## Testing test on local -- This is an automated m

[incubator-nuttx] branch master updated: fs/procfs: check task status before get group info

2022-10-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 16b6d365e9 fs/procfs: check task sta

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7376: fs/procfs: check task group before get group info

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #7376: URL: https://github.com/apache/incubator-nuttx/pull/7376 -- 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-unsubs

[incubator-nuttx] branch master updated: include/nuttx/can.h: make error definitions compatible with Linux

2022-10-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 36ae5316b7 include/nuttx/can.h: make

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7381: include/nuttx/can.h: make error definitions compatible with Linux

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #7381: URL: https://github.com/apache/incubator-nuttx/pull/7381 -- 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-unsubs

[incubator-nuttx] branch master updated: tcp: Update conn laddr after select device

2022-10-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 2a6a869962 tcp: Update conn laddr af

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7377: tcp: Update conn laddr after select device

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #7377: URL: https://github.com/apache/incubator-nuttx/pull/7377 -- 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-unsubs

[GitHub] [incubator-nuttx] ttnie opened a new pull request, #7383: CI: add example to sim

2022-10-21 Thread GitBox
ttnie opened a new pull request, #7383: URL: https://github.com/apache/incubator-nuttx/pull/7383 Signed-off-by: nietingting ## Summary add example include usrsocktest to sim ## Impact no ## Testing test on local -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001602677 ## libs/libc/obstack/lib_obstack_init.c: ## @@ -0,0 +1,41 @@ +/ + * libs/libc/obstack

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001602412 ## libs/libc/obstack/lib_obstack_free.c: ## @@ -0,0 +1,60 @@ +/ + * libs/libc/obstack

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001602118 ## libs/libc/obstack/lib_obstack_alloc.c: ## @@ -0,0 +1,54 @@ +/ + * libs/libc/obstac

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001600815 ## libs/libc/obstack/lib_obstack_alloc.c: ## @@ -0,0 +1,54 @@ +/ + * libs/libc/obstac

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001600500 ## include/obstack.h: ## @@ -0,0 +1,466 @@ +/ + * include/obstack.h + * + * Licensed

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001596110 ## include/obstack.h: ## @@ -0,0 +1,466 @@ +/ + * include/obstack.h + * + * Licensed

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001595589 ## include/obstack.h: ## @@ -0,0 +1,466 @@ +/ + * include/obstack.h + * + * Licensed

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001595150 ## libs/libc/obstack/lib_obstack_room.c: ## @@ -0,0 +1,36 @@ +/ + * libs/libc/obstack

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001594863 ## libs/libc/obstack/lib_obstack_printf.c: ## @@ -0,0 +1,43 @@ +/ + * libs/libc/obsta

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001593858 ## libs/libc/obstack/lib_obstack_make_room.c: ## @@ -0,0 +1,79 @@ +/ + * libs/libc/ob

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001593451 ## libs/libc/obstack/lib_obstack_init.c: ## @@ -0,0 +1,41 @@ +/ + * libs/libc/obstack

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001592978 ## libs/libc/obstack/lib_obstack_grow.c: ## @@ -0,0 +1,54 @@ +/ + * libs/libc/obstack

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001591886 ## libs/libc/obstack/lib_obstack_finish.c: ## @@ -0,0 +1,57 @@ +/ + * libs/libc/obsta

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001588205 ## libs/libc/obstack/lib_obstack_free.c: ## @@ -0,0 +1,60 @@ +/ + * libs/libc/obstack

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001587648 ## libs/libc/obstack/lib_obstack_finish.c: ## @@ -0,0 +1,57 @@ +/ + * libs/libc/obsta

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001556567 ## libs/libc/obstack/lib_obstack_make_room.c: ## @@ -0,0 +1,79 @@ +/ + * libs/libc/ob

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7325: Revert "Revert "tools/ci: patch for gcc-arm-none-eabi to 11.3.Rel1 August 08, 2022""

2022-10-21 Thread GitBox
xiaoxiang781216 commented on code in PR #7325: URL: https://github.com/apache/incubator-nuttx/pull/7325#discussion_r1001554419 ## tools/ci/docker/linux/Dockerfile: ## @@ -84,8 +85,10 @@ WORKDIR /tools FROM nuttx-toolchain-base AS nuttx-toolchain-arm # Download the latest ARM G

[incubator-nuttx] branch revert-7299-22101301 updated (5f506bb64c -> 743a8af258)

2022-10-21 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch revert-7299-22101301 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git discard 5f506bb64c Revert "Revert "tools/ci: patch for gcc-arm-none-eabi to 11.3.Rel1 August 08, 20

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1362: netutils: Support telnetd in the kernel mode

2022-10-21 Thread GitBox
xiaoxiang781216 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1286669543 @masayuki2009 I will look at tomorrow, thanks for helping verify. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7364: Support the stack size and address for posix_spawn and kernel mode

2022-10-21 Thread GitBox
xiaoxiang781216 commented on PR #7364: URL: https://github.com/apache/incubator-nuttx/pull/7364#issuecomment-1286668677 I will take a look tonight or tomorrow, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[incubator-nuttx] branch master updated: arch/sim: fix MTU mismatch on TAP device in host route mode

2022-10-21 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 4ac44bc8b5 arch/sim: fix MTU mismatc

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7380: arch/sim: fix MTU mismatch on TAP device in host route mode

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #7380: URL: https://github.com/apache/incubator-nuttx/pull/7380 -- 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-unsubs

[incubator-nuttx] branch master updated (d6b441f141 -> ae3e1d8ec5)

2022-10-21 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/incubator-nuttx.git from d6b441f141 tools/ci: patch for docker gcc-arm-none-eabi to 11.3.Rel1 August 08, 2022 add 6b955b0ef0

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7378: Some relatively reasonable error code modifications

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #7378: URL: https://github.com/apache/incubator-nuttx/pull/7378 -- 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-unsubs

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001542849 ## libs/libc/obstack/lib_obstack_make_room.c: ## @@ -0,0 +1,79 @@ +/ + * libs/libc/ob

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001540115 ## libs/libc/obstack/lib_obstack_copy.c: ## @@ -0,0 +1,47 @@ +/ + * libs/libc/obstack

[GitHub] [incubator-nuttx] Cynerd commented on a diff in pull request #7198: libs/libc: add obstack

2022-10-21 Thread GitBox
Cynerd commented on code in PR #7198: URL: https://github.com/apache/incubator-nuttx/pull/7198#discussion_r1001529879 ## libs/libc/obstack/lib_obstack_alloc.c: ## @@ -0,0 +1,54 @@ +/ + * libs/libc/obstac

[incubator-nuttx-apps] branch master updated (6fb173e3d -> f6ab04add)

2022-10-21 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/incubator-nuttx-apps.git from 6fb173e3d netutils: webserver: Fix directory handling new cfb64cffb netlib_getarptab: fix codech

[incubator-nuttx-apps] 02/02: dhcpc: codechecker issuse fix

2022-10-21 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/incubator-nuttx-apps.git commit f6ab04addb97b22c488db2910d3582c31692db24 Author: zhanghongyu AuthorDate: Fri Oct 21 11:04:52 2022 +0800

[incubator-nuttx-apps] 01/02: netlib_getarptab: fix codechecker high level issue

2022-10-21 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/incubator-nuttx-apps.git commit cfb64cffb165eef61336cb8530ebeffd74aded77 Author: zhanghongyu AuthorDate: Wed Oct 12 17:28:56 2022 +0800

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1371: Fixed some codechecker issues related to netutils

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #1371: URL: https://github.com/apache/incubator-nuttx-apps/pull/1371 -- 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-u

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1372: netutils: webserver: Fix directory handling

2022-10-21 Thread GitBox
xiaoxiang781216 merged PR #1372: URL: https://github.com/apache/incubator-nuttx-apps/pull/1372 -- 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-u

[incubator-nuttx-apps] branch master updated: netutils: webserver: Fix directory handling

2022-10-21 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 6fb173e3d netutils: webserver:

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1369: usrsock:fix stack-buffer-overflow issue when running basic_send test case

2022-10-21 Thread GitBox
pkarashchenko commented on PR #1369: URL: https://github.com/apache/incubator-nuttx-apps/pull/1369#issuecomment-1286573156 Please remove the TABs -- 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

[incubator-nuttx-apps] branch master updated: netutils/mqttc: Add mbedtls configs.

2022-10-21 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/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 4eda9bda8 netutils/mqttc: A

  1   2   >