[nuttx] branch master updated (aac0228c74 -> 3462061624)

2022-12-16 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 aac0228c74 ci: Force reinstall of python tools to workaround GitHub cache issue add 3d2ffed8ae Revert "pthread

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7909: Pthread: show thread main entry when display thread name

2022-12-16 Thread GitBox
xiaoxiang781216 merged PR #7909: URL: https://github.com/apache/nuttx/pull/7909 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1051328904 ## drivers/note/note_driver.c: ## @@ -416,203 +474,346 @@ void sched_note_start(FAR struct tcb_s *tcb) return; } - /* Copy the task name (if possib

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1051328904 ## drivers/note/note_driver.c: ## @@ -416,203 +474,346 @@ void sched_note_start(FAR struct tcb_s *tcb) return; } - /* Copy the task name (if possib

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1051328399 ## drivers/note/note_driver.c: ## @@ -416,203 +474,346 @@ void sched_note_start(FAR struct tcb_s *tcb) return; } - /* Copy the task name (if possib

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1051326765 ## drivers/note/note_driver.c: ## @@ -416,203 +474,346 @@ void sched_note_start(FAR struct tcb_s *tcb) return; } - /* Copy the task name (if possib

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7900: drivers/note: move taskname related functions to note_taskname.c

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7900: URL: https://github.com/apache/nuttx/pull/7900#discussion_r1051325410 ## drivers/note/noteram_driver.c: ## @@ -113,170 +95,6 @@ static volatile spinlock_t g_noteram_lock; * Private Functions *

[nuttx] branch master updated (cc0ee12092 -> aac0228c74)

2022-12-16 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 cc0ee12092 arch/arm/samv7: add ARCH_RAMVECTORS support add aac0228c74 ci: Force reinstall of python tools to wo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7903: ci: Force reinstall of python tools to workaround GitHub cache issue

2022-12-16 Thread GitBox
xiaoxiang781216 merged PR #7903: URL: https://github.com/apache/nuttx/pull/7903 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[nuttx] branch master updated: arch/arm/samv7: add ARCH_RAMVECTORS support

2022-12-16 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 cc0ee12092 arch/arm/samv7: add ARCH_RAMVECTORS

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7907: arch/arm/samv7: add ARCH_RAMVECTORS support

2022-12-16 Thread GitBox
xiaoxiang781216 merged PR #7907: URL: https://github.com/apache/nuttx/pull/7907 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[nuttx] branch master updated (37789e75aa -> e28e4fd320)

2022-12-16 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 37789e75aa task_setup: set sigprocmask directly to improve performance add e28e4fd320 arch/arm: fix typos in st

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7906: arch/arm: fix typos in start files

2022-12-16 Thread GitBox
xiaoxiang781216 merged PR #7906: URL: https://github.com/apache/nuttx/pull/7906 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[nuttx] branch master updated (ad33ccfa53 -> 37789e75aa)

2022-12-16 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 ad33ccfa53 SAMA5 serial and flexcom serial corrections add 37789e75aa task_setup: set sigprocmask directly to i

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7910: task_setup: set sigprocmask directly to improve performance

2022-12-16 Thread GitBox
xiaoxiang781216 merged PR #7910: URL: https://github.com/apache/nuttx/pull/7910 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1051320182 ## drivers/note/note_driver.c: ## @@ -416,203 +474,346 @@ void sched_note_start(FAR struct tcb_s *tcb) return; } - /* Copy the task name (if possible)

[GitHub] [nuttx] GD32-MCU commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-16 Thread GitBox
GD32-MCU commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1051311608 ## arch/arm/src/gd32f4/gd32f4xx_i2c.c: ## @@ -0,0 +1,2731 @@ +/ + * arch/arm/src/gd32f4/gd32f

[GitHub] [nuttx] zyfeier opened a new pull request, #7910: task_setup: set sigprocmask directly to improve performance

2022-12-16 Thread GitBox
zyfeier opened a new pull request, #7910: URL: https://github.com/apache/nuttx/pull/7910 ## Summary Set sigprocmask directly to improve performance. ## Impact pthread_create cost time: before modify: `22384` after modify: `20536` ## Testing s

[GitHub] [nuttx] zyfeier opened a new pull request, #7909: Pthread: show thread main entry when display thread name

2022-12-16 Thread GitBox
zyfeier opened a new pull request, #7909: URL: https://github.com/apache/nuttx/pull/7909 ## Summary Because snprintf takes long time, so delay display pthread entry until the thread name needs to be displayed. ## Impact pthread_create cost time: before modify: `243

[nuttx-website] branch asf-site updated: Publishing web: 4b401e13a9490577fa0448cbe8b6d393302e43f3 docs: ad33ccfa533edc79e814e8552f61808882c4536c

2022-12-16 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 9b28a48d Publishing web: 4b401e13

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
pkarashchenko commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1051241164 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5

[GitHub] [nuttx] pkarashchenko opened a new pull request, #7908: arch/arm/samv7: use in application programming in EEFC code

2022-12-16 Thread GitBox
pkarashchenko opened a new pull request, #7908: URL: https://github.com/apache/nuttx/pull/7908 ## Summary Use in application programming in EEFC code ## Impact SAMv7 based devices ## Testing Tested with MCUboot on same70-qmtech board -- This is an automated messa

[nuttx] branch master updated (7e75c475d4 -> ad33ccfa53)

2022-12-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 7e75c475d4 arch/sim: Move '\n' process from tty_send to up_putc add ad33ccfa53 SAMA5 serial and flexcom ser

[GitHub] [nuttx] pkarashchenko merged pull request #7904: SAMA5 serial and flexcom serial corrections

2022-12-16 Thread GitBox
pkarashchenko merged PR #7904: URL: https://github.com/apache/nuttx/pull/7904 -- 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.

[nuttx] 02/03: arch/sim: Don't need check isconsole in tty_setup and tty_shutdown

2022-12-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 4b3ea5b0523a3a084756f76b41d2af1e360b46d6 Author: Xiang Xiao AuthorDate: Sat Dec 17 03:29:18 2022 +0800 arch/s

[GitHub] [nuttx] pkarashchenko merged pull request #7905: Minor improvement for sim serial driver

2022-12-16 Thread GitBox
pkarashchenko merged PR #7905: URL: https://github.com/apache/nuttx/pull/7905 -- 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.

[nuttx] branch master updated (d5689e070b -> 7e75c475d4)

2022-12-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from d5689e070b net/arp: Remove nuttx/net/arp.h new 9cc608e4c4 drivers/serial: Don't call uart_shutdown if the s

[nuttx] 03/03: arch/sim: Move '\n' process from tty_send to up_putc

2022-12-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 7e75c475d46f304d16fce7e95d0861eb73ae2da9 Author: Xiang Xiao AuthorDate: Sat Dec 17 03:33:15 2022 +0800 arch/s

[nuttx] 01/03: drivers/serial: Don't call uart_shutdown if the serial work as a console

2022-12-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 9cc608e4c41c018c843f93e2ff52f731322704a4 Author: Xiang Xiao AuthorDate: Sat Dec 17 03:25:27 2022 +0800 driver

[GitHub] [nuttx] pkarashchenko opened a new pull request, #7907: arch/arm/samv7: add ARCH_RAMVECTORS support

2022-12-16 Thread GitBox
pkarashchenko opened a new pull request, #7907: URL: https://github.com/apache/nuttx/pull/7907 ## Summary Add ARCH_RAMVECTORS support for SAMv7 ## Impact Bugfix ## Testing Tested with same70-qmtech board with `CONFIG_ARCH_RAMVECTORS=y`. -- This is an automated me

[GitHub] [nuttx] pkarashchenko opened a new pull request, #7906: arch/arm: fix typos in start files

2022-12-16 Thread GitBox
pkarashchenko opened a new pull request, #7906: URL: https://github.com/apache/nuttx/pull/7906 ## Summary Fix typos in start files ## Impact None ## Testing Pass CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [nuttx] gustavonihei commented on pull request #7903: ci: Force reinstall of python tools to workaround GitHub cache issue

2022-12-16 Thread GitBox
gustavonihei commented on PR #7903: URL: https://github.com/apache/nuttx/pull/7903#issuecomment-1355565601 > First successful CI run should save the tools in GitHub Cache. Then we shall trigger a second run for testing if after the cache is restored the build passes again. CI passes

[nuttx-apps] branch master updated: arp: Remove the unnecessary inclusion of nuttx/net/arp

2022-12-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new cfc005a46 arp: Remove the unnecessary

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1458: arp: Remove the unnecessary inclusion of nuttx/net/arp

2022-12-16 Thread GitBox
pkarashchenko merged PR #1458: URL: https://github.com/apache/nuttx-apps/pull/1458 -- 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...@n

[nuttx] branch master updated (453a1a7332 -> d5689e070b)

2022-12-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 453a1a7332 arch: move stack and task dump to common code add d5689e070b net/arp: Remove nuttx/net/arp.h No

[GitHub] [nuttx] pkarashchenko merged pull request #7889: net/arp: Remove nuttx/net/arp.h

2022-12-16 Thread GitBox
pkarashchenko merged PR #7889: URL: https://github.com/apache/nuttx/pull/7889 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #7905: Minor improvement for sim serial driver

2022-12-16 Thread GitBox
xiaoxiang781216 opened a new pull request, #7905: URL: https://github.com/apache/nuttx/pull/7905 ## Summary - drivers/serial: Don't call uart_shutdown if the serial work as a console - arch/sim: Don't need check isconsole in tty_setup and tty_shutdown - arch/sim: Move '\n' proc

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1051032792 ## drivers/note/note_driver.c: ## @@ -416,203 +474,346 @@ void sched_note_start(FAR struct tcb_s *tcb) return; } - /* Copy the task name (if possib

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1051032792 ## drivers/note/note_driver.c: ## @@ -416,203 +474,346 @@ void sched_note_start(FAR struct tcb_s *tcb) return; } - /* Copy the task name (if possib

[GitHub] [nuttx] TimJTi opened a new pull request, #7904: SAMA5 serial and flexcom serial corrections

2022-12-16 Thread GitBox
TimJTi opened a new pull request, #7904: URL: https://github.com/apache/nuttx/pull/7904 ## Summary Ongoing work with a SAMA5D2 board revealed compiler warnings that needed to be fixed. ## Impact None. ## Testing Custom board with SAMA5D27C-D1M -- This is an auto

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #7903: ci: Force reinstall of python tools to workaround GitHub cache issue

2022-12-16 Thread GitBox
gustavonihei commented on code in PR #7903: URL: https://github.com/apache/nuttx/pull/7903#discussion_r1051019634 ## tools/ci/cibuild.sh: ## @@ -288,12 +291,8 @@ function python-tools { pytest==6.2.5 \ pytest-json==0.4.0 \ pytest-ordering==0.6 \ -pytest-repeat

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7903: ci: Force reinstall of python tools to workaround GitHub cache issue

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7903: URL: https://github.com/apache/nuttx/pull/7903#discussion_r1051018616 ## tools/ci/cibuild.sh: ## @@ -288,12 +291,8 @@ function python-tools { pytest==6.2.5 \ pytest-json==0.4.0 \ pytest-ordering==0.6 \ -pytest-rep

[nuttx] branch master updated (739aca095a -> 453a1a7332)

2022-12-16 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 739aca095a risc-v/esp32c3: Prevent double initialization of SHA peripheral add 453a1a7332 arch: move stack and

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7875: arch: move stack and task dump to common code

2022-12-16 Thread GitBox
xiaoxiang781216 merged PR #7875: URL: https://github.com/apache/nuttx/pull/7875 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050682476 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] gustavonihei commented on pull request #7903: ci: Force reinstall of python tools to workaround GitHub cache issue

2022-12-16 Thread GitBox
gustavonihei commented on PR #7903: URL: https://github.com/apache/nuttx/pull/7903#issuecomment-1355243582 I'll change this PR to draft until the procedure described in https://github.com/apache/nuttx/pull/7903#issuecomment-1354763491 is executed successfully. -- This is an automated mes

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #7903: ci: Force reinstall of python tools to workaround GitHub cache issue

2022-12-16 Thread GitBox
gustavonihei commented on code in PR #7903: URL: https://github.com/apache/nuttx/pull/7903#discussion_r1050982173 ## tools/ci/cibuild.sh: ## @@ -278,7 +278,10 @@ function python-tools { export PIP_USER=yes export PYTHONUSERBASE=${tools}/pylocal add_path "${PYTHONUSERBAS

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050974055 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050970907 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7900: drivers/note: move taskname related functions to note_taskname.c

2022-12-16 Thread GitBox
Gary-Hobson commented on code in PR #7900: URL: https://github.com/apache/nuttx/pull/7900#discussion_r1050898174 ## drivers/note/noteram_driver.c: ## @@ -820,9 +638,9 @@ void sched_note_add(FAR const void *note, size_t notelen) note_st = (FAR struct note_start_s *)note;

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7900: drivers/note: move taskname related functions to note_taskname.c

2022-12-16 Thread GitBox
Gary-Hobson commented on code in PR #7900: URL: https://github.com/apache/nuttx/pull/7900#discussion_r1050897970 ## drivers/note/note_driver.c: ## @@ -1261,3 +1315,147 @@ void sched_note_filter_irq(FAR struct note_filter_irq_s *oldf, #endif #endif /* CONFIG_SCHED_INSTRUMENT

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1458: arp: Remove the unnecessary inclusion of nuttx/net/arp

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #1458: URL: https://github.com/apache/nuttx-apps/pull/1458#discussion_r1050822869 ## nshlib/nsh_telnetlogin.c: ## @@ -161,9 +162,19 @@ static void nsh_telnettoken(FAR struct console_stdio_s *pstate, int nsh_telnetlogin(FAR struct console

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1458: arp: Remove the unnecessary inclusion of nuttx/net/arp

2022-12-16 Thread GitBox
xiaoxiang781216 commented on PR #1458: URL: https://github.com/apache/nuttx-apps/pull/1458#issuecomment-1354949214 Done. -- 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

[nuttx-apps] branch master updated: nshlib: Add login skip, invalid name ignore and password challenge to telnet login

2022-12-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 988415934 nshlib: Add login skip, inv

[GitHub] [nuttx-apps] pkarashchenko commented on pull request #1458: arp: Remove the unnecessary inclusion of nuttx/net/arp

2022-12-16 Thread GitBox
pkarashchenko commented on PR #1458: URL: https://github.com/apache/nuttx-apps/pull/1458#issuecomment-1354943000 please rebase -- 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

[GitHub] [nuttx-apps] pkarashchenko merged pull request #1459: nshlib: Add login skip, invalid name ignore and password challenge to telnet login

2022-12-16 Thread GitBox
pkarashchenko merged PR #1459: URL: https://github.com/apache/nuttx-apps/pull/1459 -- 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...@n

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1458: arp: Remove the unnecessary inclusion of nuttx/net/arp

2022-12-16 Thread GitBox
pkarashchenko commented on code in PR #1458: URL: https://github.com/apache/nuttx-apps/pull/1458#discussion_r1050817224 ## nshlib/nsh_telnetlogin.c: ## @@ -161,9 +162,19 @@ static void nsh_telnettoken(FAR struct console_stdio_s *pstate, int nsh_telnetlogin(FAR struct console_s

[GitHub] [nuttx-apps] pkarashchenko commented on a diff in pull request #1458: arp: Remove the unnecessary inclusion of nuttx/net/arp

2022-12-16 Thread GitBox
pkarashchenko commented on code in PR #1458: URL: https://github.com/apache/nuttx-apps/pull/1458#discussion_r1050815816 ## nshlib/nsh_telnetlogin.c: ## @@ -161,9 +162,19 @@ static void nsh_telnettoken(FAR struct console_stdio_s *pstate, int nsh_telnetlogin(FAR struct console_s

[nuttx] branch master updated (632d87ee71 -> 739aca095a)

2022-12-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 632d87ee71 arch: remove up_release_pending function add 7114cc2978 risc-v/esp32c3: Revert aes_cypher name c

[GitHub] [nuttx] pkarashchenko merged pull request #7902: ESP32-C3: Fix double initialization of SHA Accelerator

2022-12-16 Thread GitBox
pkarashchenko merged PR #7902: URL: https://github.com/apache/nuttx/pull/7902 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7903: ci: Force reinstall of python tools to workaround GitHub cache issue

2022-12-16 Thread GitBox
pkarashchenko commented on code in PR #7903: URL: https://github.com/apache/nuttx/pull/7903#discussion_r1050799220 ## tools/ci/cibuild.sh: ## @@ -278,7 +278,10 @@ function python-tools { export PIP_USER=yes export PYTHONUSERBASE=${tools}/pylocal add_path "${PYTHONUSERBA

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7900: drivers/note: move taskname related functions to note_taskname.c

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7900: URL: https://github.com/apache/nuttx/pull/7900#discussion_r1050786045 ## drivers/note/note_driver.c: ## @@ -1261,3 +1315,147 @@ void sched_note_filter_irq(FAR struct note_filter_irq_s *oldf, #endif #endif /* CONFIG_SCHED_INSTRU

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7884: add i2c driver for gd32f450 MCU

2022-12-16 Thread GitBox
xiaoxiang781216 commented on PR #7884: URL: https://github.com/apache/nuttx/pull/7884#issuecomment-1354836811 please squash the change into one commit -- 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

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7884: add i2c driver for gd32f450 MCU

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7884: URL: https://github.com/apache/nuttx/pull/7884#discussion_r1050777138 ## boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c: ## @@ -0,0 +1,156 @@ +/ + *

[nuttx] branch master updated (548c417858 -> 632d87ee71)

2022-12-16 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 548c417858 boards: sabre-6quad: Improve iperf performance add 632d87ee71 arch: remove up_release_pending functi

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7899: arch: remove up_release_pending function

2022-12-16 Thread GitBox
xiaoxiang781216 merged PR #7899: URL: https://github.com/apache/nuttx/pull/7899 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[GitHub] [nuttx] gustavonihei commented on pull request #7903: ci: Force reinstall of python tools to workaround GitHub cache issue

2022-12-16 Thread GitBox
gustavonihei commented on PR #7903: URL: https://github.com/apache/nuttx/pull/7903#issuecomment-1354763491 First successful CI run should save the tools in GitHub Cache. Then we shall trigger a second run for testing if after the cache is restores the build passes again. -- This is an

[GitHub] [nuttx] gustavonihei opened a new pull request, #7903: ci: Force reinstall of python tools to workaround GitHub cache issue

2022-12-16 Thread GitBox
gustavonihei opened a new pull request, #7903: URL: https://github.com/apache/nuttx/pull/7903 ## Summary This PR intends to workaround an issue with the macOS runners occasionally failing due to wrong restoration of the tools cache via GitHub Cache Action. ## Impact CI fix for m

[GitHub] [nuttx] gustavonihei commented on pull request #7880: xtensa/esp32: Fix PSRAM support when Stack Smash protection is enabled

2022-12-16 Thread GitBox
gustavonihei commented on PR #7880: URL: https://github.com/apache/nuttx/pull/7880#issuecomment-135475 > @gustavonihei how to fix this issue? should we disable cache for macOS CI? the similar errors happen many times. The issue can be circumvented by forcing the install of python

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #7880: xtensa/esp32: Fix PSRAM support when Stack Smash protection is enabled

2022-12-16 Thread GitBox
xiaoxiang781216 commented on PR #7880: URL: https://github.com/apache/nuttx/pull/7880#issuecomment-1354750931 @gustavonihei how to fix this issue? should we disable cache for macOS CI? the similar errors happen many times. -- This is an automated message from the Apache Git Service. To re

[GitHub] [nuttx] acassis merged pull request #7896: boards: sabre-6quad: Improve iperf performance

2022-12-16 Thread GitBox
acassis merged PR #7896: URL: https://github.com/apache/nuttx/pull/7896 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache

[nuttx] branch master updated (19ca5ecbb0 -> 548c417858)

2022-12-16 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/nuttx.git from 19ca5ecbb0 Fix S32K1XX PM which was broken by #7869 add 548c417858 boards: sabre-6quad: Improve iperf performance

[GitHub] [nuttx] gustavonihei opened a new pull request, #7902: ESP32-C3: Fix double initialization of SHA Accelerator

2022-12-16 Thread GitBox
gustavonihei opened a new pull request, #7902: URL: https://github.com/apache/nuttx/pull/7902 ## Summary This PR intends to fix the double initialization of the SHA peripheral, which was resulting in the following error in the `esp32c3-devkit:crypto`: ``` ERROR: Failed to initia

[nuttx] branch master updated (06842c824a -> 19ca5ecbb0)

2022-12-16 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 06842c824a sched/note: Change sched_note_[begin|end] to macro add 19ca5ecbb0 Fix S32K1XX PM which was broken by

[GitHub] [nuttx] xiaoxiang781216 merged pull request #7901: Fix S32K1XX PM which was broken by #7869

2022-12-16 Thread GitBox
xiaoxiang781216 merged PR #7901: URL: https://github.com/apache/nuttx/pull/7901 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nutt

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050697204 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050682476 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7900: drivers/note: move taskname related functions to note_taskname.c

2022-12-16 Thread GitBox
pkarashchenko commented on code in PR #7900: URL: https://github.com/apache/nuttx/pull/7900#discussion_r1050651277 ## drivers/note/noteram_driver.c: ## @@ -820,7 +638,7 @@ void sched_note_add(FAR const void *note, size_t notelen) note_st = (FAR struct note_start_s *)note;

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7899: arch: remove up_release_pending function

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7899: URL: https://github.com/apache/nuttx/pull/7899#discussion_r1050652775 ## arch/renesas/src/rx65n/Make.defs: ## @@ -23,7 +23,7 @@ HEAD_ASRC = rx65n_head.S CMN_CSRCS = renesas_allocateheap.c renesas_assert.c CMN_CSRCS += renesas_cr

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7875: arch: move stack and task dump to common code

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7875: URL: https://github.com/apache/nuttx/pull/7875#discussion_r1050607180 ## arch/renesas/src/m16c/m16c_registerdump.c: ## @@ -23,68 +23,55 @@ / #include

[GitHub] [nuttx] pkarashchenko commented on pull request #7901: Fix S32K1XX PM which was broken by #7869

2022-12-16 Thread GitBox
pkarashchenko commented on PR #7901: URL: https://github.com/apache/nuttx/pull/7901#issuecomment-1354587508 @PetervdPerk-NXP I think PR in reference has wrong number -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [nuttx] PetervdPerk-NXP opened a new pull request, #7901: Fix S32K1XX PM which was broken by #7869

2022-12-16 Thread GitBox
PetervdPerk-NXP opened a new pull request, #7901: URL: https://github.com/apache/nuttx/pull/7901 ## Summary #7896 changed priv definition but didn't account the PM calls, corrected this now compiles correctly with PM ## Testing Tested with BMS772 config -- This is an auto

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050615661 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050615177 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050614970 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050614764 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050614378 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050610906 ## arch/arm/src/sama5/sam_flexcom_spi.h: ## @@ -0,0 +1,277 @@ +/ + * arch/arm/src/sama5/sam_fle

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050607397 ## arch/arm/src/sama5/sam_flexcom_spi.c: ## @@ -0,0 +1,2116 @@ +/ + * arch/arm/src/sama5/sam_fl

[GitHub] [nuttx] TimJTi commented on a diff in pull request #7894: SAMA5D2 - Add Flexcom SPI support

2022-12-16 Thread GitBox
TimJTi commented on code in PR #7894: URL: https://github.com/apache/nuttx/pull/7894#discussion_r1050603636 ## arch/arm/src/sama5/hardware/sam_flexcom_spi.h: ## @@ -34,10 +34,263 @@ * Pre-processor Definitions *

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1050599205 ## drivers/note/note_driver.c: ## @@ -91,6 +139,13 @@ static unsigned int g_note_disabled_irq_nest[CONFIG_SMP_NCPUS]; #endif #endif +FAR struct note_driver_s *g_

[GitHub] [nuttx] zyfeier commented on a diff in pull request #7875: arch: move stack and task dump to common code

2022-12-16 Thread GitBox
zyfeier commented on code in PR #7875: URL: https://github.com/apache/nuttx/pull/7875#discussion_r1050592617 ## arch/x86_64/src/common/x86_64_getintstack.c: ## @@ -0,0 +1,46 @@ +/ + * arch/x86_64/src/com

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #7900: drivers/note: move taskname related functions to note_taskname.c

2022-12-16 Thread GitBox
Gary-Hobson opened a new pull request, #7900: URL: https://github.com/apache/nuttx/pull/7900 ## Summary move taskname related functions to note_taskname.c used to simplify noteram while giving taskname to other reuse ## Impact ## Testing -- This is an automated

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
xiaoxiang781216 commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1050578046 ## drivers/note/note_driver.c: ## @@ -91,6 +139,13 @@ static unsigned int g_note_disabled_irq_nest[CONFIG_SMP_NCPUS]; #endif #endif +FAR struct note_driver_s

[nuttx] branch master updated (552cf4b549 -> 06842c824a)

2022-12-16 Thread pkarashchenko
This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 552cf4b549 merge sched_note_spinxx into sched_note_spincommon add 06842c824a sched/note: Change sched_note_

[GitHub] [nuttx] pkarashchenko merged pull request #7893: sched/note: Change sched_note_[begin|end] to macro

2022-12-16 Thread GitBox
pkarashchenko merged PR #7893: URL: https://github.com/apache/nuttx/pull/7893 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #7899: arch: remove up_release_pending function

2022-12-16 Thread GitBox
pkarashchenko commented on code in PR #7899: URL: https://github.com/apache/nuttx/pull/7899#discussion_r1050581220 ## arch/arm64/src/common/arm64_releasepending.c: ## @@ -1,116 +0,0 @@ -/ Review Comment

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1050555119 ## include/nuttx/note/note_driver.h: ## @@ -35,6 +39,72 @@ * Public Types / +struct

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #7841: drivers/note: sched_note support mulit-channel

2022-12-16 Thread GitBox
Gary-Hobson commented on code in PR #7841: URL: https://github.com/apache/nuttx/pull/7841#discussion_r1050554922 ## drivers/note/noteram_driver.c: ## @@ -105,10 +108,24 @@ static struct noteram_info_s g_noteram_info = static struct noteram_taskname_s g_noteram_taskname; #endif

[GitHub] [nuttx] gustavonihei commented on pull request #7895: arch: Make REG_[GET/SET]_FIELD thread safe for ESP SOCs

2022-12-16 Thread GitBox
gustavonihei commented on PR #7895: URL: https://github.com/apache/nuttx/pull/7895#issuecomment-1354466327 > look like macOS CI fail to download the esp32 firmware frequently: > > ``` > > >

  1   2   >