[GitHub] [incubator-nuttx] CV-Bowen opened a new pull request, #7133: tlsr82/serial: clear tx index also when uart_reset called.

2022-09-18 Thread GitBox
CV-Bowen opened a new pull request, #7133: URL: https://github.com/apache/incubator-nuttx/pull/7133 ## Summary Clear software tx index when uart_reset called. Otherwise, after the rx error occur, the tx output will be out of sequence, for example: normal log: [ 30.163000] 12345

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #7113: armv7-a/r: refact cp15_cache functions

2022-09-18 Thread GitBox
GUIDINGLI commented on PR #7113: URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250611533 Just update cp15.h in new version -- 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] GUIDINGLI commented on pull request #7113: armv7-a/r: refact cp15_cache functions

2022-09-18 Thread GitBox
GUIDINGLI commented on PR #7113: URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250597604 ligd@Opt:~/platform/mainline/nuttx$ arm-none-eabi-gcc --version arm-none-eabi-gcc (GNU Arm Embedded Toolchain 10.3-2021.10) 10.3.1 20210824 (release) Copyright (C) 2020 Fre

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7132: net/procfs: disable tcp/udp proc node if no stack available

2022-09-18 Thread GitBox
anchao opened a new pull request, #7132: URL: https://github.com/apache/incubator-nuttx/pull/7132 ## Summary net/procfs: disable tcp/udp proc node if no stack available ``` CC: procfs/net_tcp.c procfs/net_tcp.c: In function ‘netprocfs_tcpstats’: procfs/net_tcp.c:74:18:

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7113: armv7-a/r: refact cp15_cache functions

2022-09-18 Thread GitBox
masayuki2009 commented on PR #7113: URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250576572 >I have tried sabre-6quad:smp, both QEMU & real board, and can't reproduce your problem. Hmm, it's strange. Could you tell me the compiler version? I've been

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #7113: armv7-a/r: refact cp15_cache functions

2022-09-18 Thread GitBox
GUIDINGLI commented on PR #7113: URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250562818 @masayuki2009 I have tried sabre-6quad:smp, both QEMU & real board, and can't reproduce your problem. real board, step: ./tools/configure.sh sabre-6quad:smp -j8

[incubator-nuttx] branch master updated: arch: arm: tlsr: Use flase_read ins of memcpy

2022-09-18 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 3461990ef4 arch: arm: tlsr: Use flas

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7130: arch: arm: tlsr: Use flase_read ins of memcpy

2022-09-18 Thread GitBox
xiaoxiang781216 merged PR #7130: URL: https://github.com/apache/incubator-nuttx/pull/7130 -- 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] CV-Bowen opened a new pull request, #7131: poll: add poll_notify() api and call it in all drivers. [WIP]

2022-09-18 Thread GitBox
CV-Bowen opened a new pull request, #7131: URL: https://github.com/apache/incubator-nuttx/pull/7131 ## Summary 1. add poll_notify() api for poll notification; 2. call poll_notify() in all drivers poll notification process; ## Impact Only code refactor ## Testing Pass

[incubator-nuttx] branch master updated: arch/arm/makefile: linking libraries with GCC should use option -l

2022-09-18 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 3a5ae5681d arch/arm/makefile: linkin

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7128: arch/arm/makefile: linking libraries with GCC should use option -l

2022-09-18 Thread GitBox
xiaoxiang781216 merged PR #7128: URL: https://github.com/apache/incubator-nuttx/pull/7128 -- 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] LingaoM commented on pull request #7130: arch: arm: tlsr: Use flase_read ins of memcpy

2022-09-18 Thread GitBox
LingaoM commented on PR #7130: URL: https://github.com/apache/incubator-nuttx/pull/7130#issuecomment-1250467098 @CV-Bowen FYI -- 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] [incubator-nuttx] LingaoM opened a new pull request, #7130: arch: arm: tlsr: Use flase_read ins of memcpy

2022-09-18 Thread GitBox
LingaoM opened a new pull request, #7130: URL: https://github.com/apache/incubator-nuttx/pull/7130 Since tlsr arch support A/B bank, the hardware support relative addr to load or store, but for flash read, must use absolute addr. also combine with flash_<*>_method. Signed-off-by: Lin

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7048: Optimizing mkallsyms scripts with python

2022-09-18 Thread GitBox
xiaoxiang781216 commented on code in PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#discussion_r973812056 ## .gitignore: ## @@ -38,6 +38,7 @@ /.project /.version /_SAVED_APPS_config +/allsyms.tmp Review Comment: remove ## arch/sim/src/.gitig

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: 64c0ec592b8385e79db7faf33f3291be5561781a

2022-09-18 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 564c62c Publishing web

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7129: arch/arm: Unify arm_cpu_sgi to up_trigger_irq

2022-09-18 Thread GitBox
xiaoxiang781216 opened a new pull request, #7129: URL: https://github.com/apache/incubator-nuttx/pull/7129 ## Summary Make the API consistent between armv7-a/r and armv7/8-m ## Impact arm ## Testing -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7128: arch/arm/makefile: linking libraries with GCC should use option -l

2022-09-18 Thread GitBox
anchao commented on code in PR #7128: URL: https://github.com/apache/incubator-nuttx/pull/7128#discussion_r973750745 ## arch/arm/src/Makefile: ## @@ -106,6 +107,8 @@ else SCRIPT_OPT = --scatter= endif +LIBRARY_OPT ?= --library= Review Comment: Done -- This is an

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7128: arch/arm/makefile: linking libraries with GCC should use option -l

2022-09-18 Thread GitBox
anchao commented on code in PR #7128: URL: https://github.com/apache/incubator-nuttx/pull/7128#discussion_r973749179 ## arch/arm/src/Makefile: ## @@ -106,6 +107,8 @@ else SCRIPT_OPT = --scatter= endif +LIBRARY_OPT ?= --library= Review Comment: Yes, or use -l by defau

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7128: arch/arm/makefile: linking libraries with GCC should use option -l

2022-09-18 Thread GitBox
pkarashchenko commented on code in PR #7128: URL: https://github.com/apache/incubator-nuttx/pull/7128#discussion_r973744827 ## arch/arm/src/Makefile: ## @@ -106,6 +107,8 @@ else SCRIPT_OPT = --scatter= endif +LIBRARY_OPT ?= --library= Review Comment: So GCC linking w

[incubator-nuttx] branch master updated: esp32-devkitc: Add support to W5500 WIZnet

2022-09-18 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.git The following commit(s) were added to refs/heads/master by this push: new 64c0ec592b esp32-devkitc: Add su

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7127: esp32-devkitc: Add support to W5500 WIZnet

2022-09-18 Thread GitBox
pkarashchenko merged PR #7127: URL: https://github.com/apache/incubator-nuttx/pull/7127 -- 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

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7128: arch/arm/makefile: linking libraries with GCC should use option -l

2022-09-18 Thread GitBox
anchao opened a new pull request, #7128: URL: https://github.com/apache/incubator-nuttx/pull/7128 ## Summary arch/arm/makefile: linking libraries with GCC should use option -l Signed-off-by: chao an ## Impact N/A ## Testing ci check -- This is an

[incubator-nuttx] 02/02: boards: initial support for nrf5340-audio-dk - NSH boots on the app core

2022-09-18 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 7f79466d0b385587f24ae70e14a0292a370c22a3 Author: raiden00pl AuthorDate: Sun Sep 18 13:05:46 2022 +0200

[incubator-nuttx] branch master updated (f23a736c80 -> 7f79466d0b)

2022-09-18 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 f23a736c80 nxstyle: correct the file path new 69ecafd352 arch/arm: initial support for NRF5340 n

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7125: arch/arm: initial support for NRF5340

2022-09-18 Thread GitBox
xiaoxiang781216 merged PR #7125: URL: https://github.com/apache/incubator-nuttx/pull/7125 -- 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] acassis opened a new pull request, #7127: esp32-devkitc: Add support to W5500 WIZnet

2022-09-18 Thread GitBox
acassis opened a new pull request, #7127: URL: https://github.com/apache/incubator-nuttx/pull/7127 ## Summary Add support to W5500 WIZnet ## Impact Make it easier to user to test W5500 with ESP32 ## Testing ESP32-Devkitc -- This is an automated message from the Apache Gi

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7126: watchdog: Support auto monitor keep alive from timer、 lowerhalf

2022-09-18 Thread GitBox
xiaoxiang781216 opened a new pull request, #7126: URL: https://github.com/apache/incubator-nuttx/pull/7126 ## Summary - watchdog: Rename WATCHDOG_AUTOMONITOR_BY_TIMER to WATCHDOG_AUTOMONITOR_BY_WDOG - watchdog: Support auto monitor keep alive from timer lowerhalf - watchdog: Su

[GitHub] [incubator-nuttx] raiden00pl opened a new pull request, #7125: arch/arm: initial support for NRF5340

2022-09-18 Thread GitBox
raiden00pl opened a new pull request, #7125: URL: https://github.com/apache/incubator-nuttx/pull/7125 ## Summary - arch/arm: initial support for NRF5340 - boards: initial support for nrf5340-audio-dk - NSH boots on the app core ## Impact ## Testing nrf5340-audio

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7048: Optimizing mkallsyms scripts with python

2022-09-18 Thread GitBox
xiaoxiang781216 commented on PR #7048: URL: https://github.com/apache/incubator-nuttx/pull/7048#issuecomment-1250232154 > I gave up replacing the default mkallsyms.py because using it requires installing some dependencies. I may need to add the dependency in CI and then replace it Yo