[GitHub] [nuttx] pussuw commented on a diff in pull request #8643: risc-v: SV32 MMU support for qemu-rv (WIP)

2023-02-24 Thread via GitHub
pussuw commented on code in PR #8643: URL: https://github.com/apache/nuttx/pull/8643#discussion_r1116628601 ## boards/risc-v/qemu-rv/rv-virt/scripts/ld-kernel.script: ## @@ -20,9 +20,9 @@ MEMORY { -kflash (rx) : ORIGIN = 0x8000, LENGTH = 2048K /* w/ cache */ -k

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1595: drivertest/drivertest_uart: uart driver testcase

2023-02-24 Thread via GitHub
xiaoxiang781216 merged PR #1595: URL: https://github.com/apache/nuttx-apps/pull/1595 -- 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: drivertest/drivertest_uart: uart driver testcase

2023-02-24 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 9246502ac drivertest/drivertest_uart: uar

[GitHub] [nuttx] FASTSHIFT opened a new pull request, #8644: drivers/video/fb: fix poll event lost

2023-02-24 Thread via GitHub
FASTSHIFT opened a new pull request, #8644: URL: https://github.com/apache/nuttx/pull/8644 ## Summary Add the pollready flag to cache the notify event to prevent event loss. ## Impact None ## Testing None -- This is an automated message from the Apache Git Se

[nuttx-apps] 02/02: nshlib: Remove the remaining CONFIG_FILE_STREAM dependence

2023-02-24 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 359f66ad3701c8a53b6344fe49a2d8d01e9c7f97 Author: Xiang Xiao AuthorDate: Wed Feb 22 06:08:13 2023 +0800 nshlib: Re

[nuttx-apps] branch master updated (9246502ac -> 359f66ad3)

2023-02-24 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from 9246502ac drivertest/drivertest_uart: uart driver testcase new 80feb2432 nshlib: Shouldn't set TIOCSCTTY with S

[nuttx-apps] 01/02: nshlib: Shouldn't set TIOCSCTTY with STDOUT_FILENO directly

2023-02-24 Thread ligd
This is an automated email from the ASF dual-hosted git repository. ligd pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git commit 80feb2432d9dfea262ea8a4fb3b9942bb384d44b Author: Xiang Xiao AuthorDate: Wed Feb 22 13:13:45 2023 +0800 nshlib: Sh

[GitHub] [nuttx-apps] GUIDINGLI merged pull request #1589: nshlib: Remove the remaining CONFIG_FILE_STREAM dependence

2023-02-24 Thread via GitHub
GUIDINGLI merged PR #1589: URL: https://github.com/apache/nuttx-apps/pull/1589 -- 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] fjpanag commented on a diff in pull request #7525: Improvements in TCP connections allocation.

2023-02-24 Thread via GitHub
fjpanag commented on code in PR #7525: URL: https://github.com/apache/nuttx/pull/7525#discussion_r1116761448 ## net/ieee802154/ieee802154_conn.c: ## @@ -188,9 +198,22 @@ void ieee802154_conn_free(FAR struct ieee802154_conn_s *conn) memset(conn, 0, sizeof(*conn)); - /* F

[GitHub] [nuttx] chirping78 commented on issue #8616: gdb function info_nxthreads show the PC incorrectly for cortex-m

2023-02-24 Thread via GitHub
chirping78 commented on issue #8616: URL: https://github.com/apache/nuttx/issues/8616#issuecomment-1443394500 @acassis thanks for pay attention on this. I will try JLink when I have them setup. And I will also try early release on the same environment (qemu and discovery). A

[GitHub] [nuttx] zyfeier opened a new pull request, #8645: mutex: move nxmutex to sched and add mutex_ interface for userspace

2023-02-24 Thread via GitHub
zyfeier opened a new pull request, #8645: URL: https://github.com/apache/nuttx/pull/8645 ## Summary 1. Move nxmutex to sched, split the mutex interface into nxmutex_ and mutex_, userspace can only use mutex_ interface; 2. Add mutex_clocklock, mutex_set_protocol and mutex_get_proto

[GitHub] [nuttx] no1wudi commented on pull request #8641: driver/telnet: Implement buffered write ops

2023-02-24 Thread via GitHub
no1wudi commented on PR #8641: URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1443418174 @masayuki2009 @xiaoxiang781216 This PR using wd timer and work queue to do delayed write now. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [nuttx] zyfeier opened a new pull request, #8646: Usb: add sim usb device and host driver

2023-02-24 Thread via GitHub
zyfeier opened a new pull request, #8646: URL: https://github.com/apache/nuttx/pull/8646 ## Summary 1. Use Linux Raw Gadget and Dummy UDC to set up virtual USB device; Get Raw Gadget: Get Raw Gadget code at https://github.com/xairy/raw-gadget. Make Raw Gadget: Run make in t

[GitHub] [nuttx] zyfeier commented on pull request #6376: nuttx/mutex: do not use non-nx interface in kernel except libs

2023-02-24 Thread via GitHub
zyfeier commented on PR #6376: URL: https://github.com/apache/nuttx/pull/6376#issuecomment-1443428263 @pkarashchenko, i have a similar modify, please help to review. [#8645](https://github.com/apache/nuttx/pull/8645) -- This is an automated message from the Apache Git Service. To respond

[GitHub] [nuttx] wengzhe opened a new pull request, #8647: net/udp: Add drop count when limited by recv bufsize

2023-02-24 Thread via GitHub
wengzhe opened a new pull request, #8647: URL: https://github.com/apache/nuttx/pull/8647 ## Summary The UDP drop stats does not count dropped packets limited by rcvbufs, try fix it. ## Impact Fix UDP drop statistics ## Testing Manually -- This is an automate

[GitHub] [nuttx] lucasssvaz opened a new pull request, #8648: boards/xtensa/esp32-lyrat: Add SD Card config

2023-02-24 Thread via GitHub
lucasssvaz opened a new pull request, #8648: URL: https://github.com/apache/nuttx/pull/8648 ## Summary Add configuration for using a SD Card with the ESP32-LyraT board. ## Impact Add `esp32-lyrat:mmcsdspi` configuration. ## Testing Tested using an ESP32-Lyra

[nuttx] branch master updated: net/udp: Add drop count when limited by recv bufsize

2023-02-24 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 The following commit(s) were added to refs/heads/master by this push: new 0069eefd4b net/udp: Add drop count when li

[GitHub] [nuttx] pkarashchenko merged pull request #8647: net/udp: Add drop count when limited by recv bufsize

2023-02-24 Thread via GitHub
pkarashchenko merged PR #8647: URL: https://github.com/apache/nuttx/pull/8647 -- 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 pull request #8645: mutex: move nxmutex to sched and add mutex_ interface for userspace

2023-02-24 Thread via GitHub
pkarashchenko commented on PR #8645: URL: https://github.com/apache/nuttx/pull/8645#issuecomment-1443628346 Why do we need nxmutex in user space. There is already a pthread_mutex interface available. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [nuttx] pkarashchenko closed pull request #6376: nuttx/mutex: do not use non-nx interface in kernel except libs

2023-02-24 Thread via GitHub
pkarashchenko closed pull request #6376: nuttx/mutex: do not use non-nx interface in kernel except libs URL: https://github.com/apache/nuttx/pull/6376 -- 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] [nuttx] acassis opened a new pull request, #8649: doc: Add xxd to get romfs working, reported by Simon Filgis

2023-02-24 Thread via GitHub
acassis opened a new pull request, #8649: URL: https://github.com/apache/nuttx/pull/8649 ## Summary Add xxd to get romfs working, reported by Simon Filgis ## Impact Now ROMFS will be included correctly on machines that doesn't have vim installed ## Testing N/A -- This i

[nuttx] branch master updated: doc: Add xxd to get romfs working, reported by Simon Filgis

2023-02-24 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 b216f74a4b doc: Add xxd to get romfs working,

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8649: doc: Add xxd to get romfs working, reported by Simon Filgis

2023-02-24 Thread via GitHub
xiaoxiang781216 merged PR #8649: URL: https://github.com/apache/nuttx/pull/8649 -- 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: boards/xtensa/esp32-lyrat: Add SD Card config

2023-02-24 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 b7bfd9e530 boards/xtensa/esp32-lyrat: Add SD C

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8648: boards/xtensa/esp32-lyrat: Add SD Card config

2023-02-24 Thread via GitHub
xiaoxiang781216 merged PR #8648: URL: https://github.com/apache/nuttx/pull/8648 -- 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: drivers/video/fb: fix poll event lost

2023-02-24 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 621bf54efc drivers/video/fb: fix poll event lo

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8644: drivers/video/fb: fix poll event lost

2023-02-24 Thread via GitHub
xiaoxiang781216 merged PR #8644: URL: https://github.com/apache/nuttx/pull/8644 -- 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 a diff in pull request #8645: mutex: move nxmutex to sched and add mutex_ interface for userspace

2023-02-24 Thread via GitHub
gustavonihei commented on code in PR #8645: URL: https://github.com/apache/nuttx/pull/8645#discussion_r1117150587 ## libs/libnx/nxfonts/nxfonts_cache.c: ## @@ -745,7 +745,7 @@ FCACHE nxf_cache_connect(enum nx_fontid_e fontid, * fhandle - A font cache handle previously return

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #8645: mutex: move nxmutex to sched and add mutex_ interface for userspace

2023-02-24 Thread via GitHub
gustavonihei commented on code in PR #8645: URL: https://github.com/apache/nuttx/pull/8645#discussion_r1117153002 ## sched/mutex/mutex.h: ## @@ -0,0 +1,53 @@ +/ + * sched/mutex/mutex.h + * + * Licensed t

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #8645: mutex: move nxmutex to sched and add mutex_ interface for userspace

2023-02-24 Thread via GitHub
gustavonihei commented on code in PR #8645: URL: https://github.com/apache/nuttx/pull/8645#discussion_r1117154061 ## sched/mutex/mutex_breaklock.c: ## @@ -0,0 +1,173 @@ +/ + * sched/mutex/mutex_breaklock

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #8645: mutex: move nxmutex to sched and add mutex_ interface for userspace

2023-02-24 Thread via GitHub
gustavonihei commented on code in PR #8645: URL: https://github.com/apache/nuttx/pull/8645#discussion_r1117156199 ## sched/mutex/mutex_breaklock.c: ## @@ -0,0 +1,173 @@ +/ + * sched/mutex/mutex_breaklock

[GitHub] [nuttx] gustavonihei commented on a diff in pull request #8645: mutex: move nxmutex to sched and add mutex_ interface for userspace

2023-02-24 Thread via GitHub
gustavonihei commented on code in PR #8645: URL: https://github.com/apache/nuttx/pull/8645#discussion_r1117160537 ## sched/mutex/mutex_breaklock.c: ## @@ -0,0 +1,173 @@ +/ + * sched/mutex/mutex_breaklock

[nuttx] 05/05: fixup! risc-v: Add Espressif chip family support on top of esp-hal-components

2023-02-24 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch feature/sync_hal_5 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit be5ab73d4f9d673229059af30003d0c5424f65f5 Author: Gustavo Henrique Nihei AuthorDate: Fri Feb 24 12:00:22

[nuttx] 04/05: risc-v/espressif: Add Watchdog support on top of MWDT0

2023-02-24 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch feature/sync_hal_5 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 50af09d74bc15507c13bffeba89d085a5dd7a183 Author: Gustavo Henrique Nihei AuthorDate: Fri Feb 24 11:07:46

[nuttx] branch feature/sync_hal_5 updated (04e29c7c3b -> be5ab73d4f)

2023-02-24 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch feature/sync_hal_5 in repository https://gitbox.apache.org/repos/asf/nuttx.git discard 04e29c7c3b risc-v/espressif: Add support for ESP32-H2 discard c25cec7d44 risc-v/espressif: Add suppo

[nuttx] 03/05: risc-v/espressif: Add support for ESP32-H2

2023-02-24 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch feature/sync_hal_5 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit ed139f37fba3c26d6bbd89bbb3abfaab9e046db1 Author: Gustavo Henrique Nihei AuthorDate: Fri Feb 17 14:37:12

[nuttx] 02/05: risc-v/espressif: Add support for ESP32-C6

2023-02-24 Thread gustavonihei
This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a commit to branch feature/sync_hal_5 in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 16ecfef8b542c86790b0fa9a47e9aa094fc34a32 Author: Gustavo Henrique Nihei AuthorDate: Fri Feb 24 11:36:14

[GitHub] [nuttx] masayuki2009 commented on pull request #8641: driver/telnet: Implement buffered write ops

2023-02-24 Thread via GitHub
masayuki2009 commented on PR #8641: URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1444730520 ``` Configuration/Tool: viewtool-stm32f107/tcpblaster,CONFIG_ARM_TOOLCHAIN_CLANG -

[GitHub] [nuttx] masayuki2009 commented on pull request #8641: driver/telnet: Implement buffered write ops

2023-02-24 Thread via GitHub
masayuki2009 commented on PR #8641: URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1444772946 @no1wudi I tried the latest commits with spresense:rndis_smp (CONFIG_SCHED_LPNTHREADS=2) The symptom was improved but sometimes the nsh prompt is not shown. ``` Trying

[nuttx-website] branch asf-site updated: Publishing web: b50f5ca4ed22743959c1160aab5dcc9ae18b3eff docs: 621bf54efc2229009dd784fb0835edd242871086

2023-02-24 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 9bf8df39 Publishing web: b50f5ca4

[GitHub] [nuttx] no1wudi commented on pull request #8641: driver/telnet: Implement buffered write ops

2023-02-24 Thread via GitHub
no1wudi commented on PR #8641: URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1444814518 > Trying 10.0.1.20... > Connected to 10.0.1.20. > Escape character is '^]'. > > NuttShell (NSH) NuttX-12.0.0 > Traceback (most recent call last): > File "./expect_nuttx_t

[GitHub] [nuttx] Donny9 opened a new pull request, #8650: driver/sensors: keep the upper's timing the same as the upper's buffer growth

2023-02-24 Thread via GitHub
Donny9 opened a new pull request, #8650: URL: https://github.com/apache/nuttx/pull/8650 ## Summary driver/sensors: keep the upper's timing the same as the upper's buffer growth When buffer overwrite occurs, the old data will be filtered and the new data will be

[GitHub] [nuttx] crafcat7 opened a new pull request, #8651: libc/lib_bzero:Add bzero prototype.

2023-02-24 Thread via GitHub
crafcat7 opened a new pull request, #8651: URL: https://github.com/apache/nuttx/pull/8651 ## Summary Implement the bzero function as an alternative to macro expansion. ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [nuttx] pkarashchenko merged pull request #8651: libc/lib_bzero:Add bzero prototype.

2023-02-24 Thread via GitHub
pkarashchenko merged PR #8651: URL: https://github.com/apache/nuttx/pull/8651 -- 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: libc/lib_bzero:Add bzero prototype.

2023-02-24 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 The following commit(s) were added to refs/heads/master by this push: new 4f3c73fb45 libc/lib_bzero:Add bzero protot