[GitHub] [nuttx] xiaotailang commented on issue #9059: Using the ftpc client

2023-04-24 Thread via GitHub
xiaotailang commented on issue #9059: URL: https://github.com/apache/nuttx/issues/9059#issuecomment-1521242711 Hi@alancassis Thank you for your previous suggestion. Following your advice, I recompiled ftpc and it is now functioning properly. However, it can only be compiled and used in t

[GitHub] [nuttx] ldube commented on pull request #9086: wireless/bluetooth: Make btuart_lowerhalf_s usable in a USB driver.

2023-04-24 Thread via GitHub
ldube commented on PR #9086: URL: https://github.com/apache/nuttx/pull/9086#issuecomment-1521171236 Will abandon this change while I think about using bt_driver_s. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [nuttx] ldube closed pull request #9086: wireless/bluetooth: Make btuart_lowerhalf_s usable in a USB driver.

2023-04-24 Thread via GitHub
ldube closed pull request #9086: wireless/bluetooth: Make btuart_lowerhalf_s usable in a USB driver. URL: https://github.com/apache/nuttx/pull/9086 -- 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 th

[GitHub] [nuttx] hujun260 commented on pull request #9065: cpu: in smp pthread_cancel occasionally deadlock

2023-04-24 Thread via GitHub
d. > > ``` > commit 6063c0516e9899230d6de9e1c9ac8ca1bfbd0143 (tag: nuttx-20230424-015132) > Author: hujun5 > Date: Fri Apr 7 17:11:33 2023 +0800 > > cpu: in SMP pthread_cancel occasionally deadlock > > In smp when cpu0 calls up_c

[nuttx] 03/04: arch: imx6: Add support for AR8031 gigabit ethernet phy

2023-04-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 commit fb6bef2c2d768dfee37efd4bff75cff49f38d727 Author: Masayuki Ishikawa AuthorDate: Mon Apr 17 10:47:39 2023 +0900 arc

[nuttx] 01/04: arch: imx6: Fix CONFIG_IMX_ENET_ENHANCEDBD related code

2023-04-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 commit dc914f43eab992f40e11a0eae924e9dc860e69c9 Author: Masayuki Ishikawa AuthorDate: Wed Feb 22 08:18:24 2023 +0900 arc

[nuttx] 02/04: drivers/net, include/nuttx/net: Add AR8031 PHY

2023-04-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 commit 8c89052fb304c549881d737efbf1b53ffefc8a87 Author: Masayuki Ishikawa AuthorDate: Mon Apr 17 10:27:03 2023 +0900 dri

[nuttx] branch master updated (79fde96a1d -> 037dcbf7cc)

2023-04-24 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 79fde96a1d wireless/bluetooth: Fix build error when BT_GATT_CCC is used. new dc914f43ea arch: imx6: Fix CONFIG

[nuttx] 04/04: boards: sabre-6quad: Add netnsh_ar8031 configuration

2023-04-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 commit 037dcbf7ccc30459be96981ee78c174bec193595 Author: Masayuki Ishikawa AuthorDate: Mon Apr 17 10:51:36 2023 +0900 boa

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9026: i.mx6 with ar8031

2023-04-24 Thread via GitHub
xiaoxiang781216 merged PR #9026: URL: https://github.com/apache/nuttx/pull/9026 -- 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 #9086: wireless/bluetooth: Make btuart_lowerhalf_s usable in a USB driver.

2023-04-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #9086: URL: https://github.com/apache/nuttx/pull/9086#discussion_r117595 ## include/nuttx/wireless/bluetooth/bt_uart.h: ## @@ -142,6 +150,10 @@ struct btuart_lowerhalf_s CODE int (*ioctl)(FAR const struct btuart_lowerhalf_s *lower

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9086: wireless/bluetooth: Make btuart_lowerhalf_s usable in a USB driver.

2023-04-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #9086: URL: https://github.com/apache/nuttx/pull/9086#discussion_r117595 ## include/nuttx/wireless/bluetooth/bt_uart.h: ## @@ -142,6 +150,10 @@ struct btuart_lowerhalf_s CODE int (*ioctl)(FAR const struct btuart_lowerhalf_s *lower

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9087: wireless/bluetooth: Fix build error when BT_GATT_CCC is used.

2023-04-24 Thread via GitHub
xiaoxiang781216 merged PR #9087: URL: https://github.com/apache/nuttx/pull/9087 -- 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 (20c5c4f47d -> 79fde96a1d)

2023-04-24 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 20c5c4f47d sched/irq: optimizing IRQMONITOR, move up_perf_convert to irq_procfs add 79fde96a1d wireless/blueto

[GitHub] [nuttx] hartmannathan commented on pull request #9089: tm4c1294-launchpad: Add reboot support.

2023-04-24 Thread via GitHub
hartmannathan commented on PR #9089: URL: https://github.com/apache/nuttx/pull/9089#issuecomment-1521098274 Need to restart checks though :-/ -- 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 s

[GitHub] [nuttx] hartmannathan commented on a diff in pull request #9089: tm4c1294-launchpad: Add reboot support.

2023-04-24 Thread via GitHub
hartmannathan commented on code in PR #9089: URL: https://github.com/apache/nuttx/pull/9089#discussion_r1175965957 ## boards/arm/tiva/tm4c1294-launchpad/src/tm4c_reset.c: ## @@ -0,0 +1,62 @@ +/ + * board

[GitHub] [nuttx] ldube commented on a diff in pull request #9087: wireless/bluetooth: Fix build error when BT_GATT_CCC is used.

2023-04-24 Thread via GitHub
ldube commented on code in PR #9087: URL: https://github.com/apache/nuttx/pull/9087#discussion_r1175952524 ## include/nuttx/wireless/bluetooth/bt_gatt.h: ## @@ -40,6 +40,7 @@ * Included Files / +#i

[GitHub] [nuttx] ldube commented on a diff in pull request #9086: wireless/bluetooth: Make btuart_lowerhalf_s usable in a USB driver.

2023-04-24 Thread via GitHub
ldube commented on code in PR #9086: URL: https://github.com/apache/nuttx/pull/9086#discussion_r1175948808 ## include/nuttx/wireless/bluetooth/bt_uart.h: ## @@ -142,6 +150,10 @@ struct btuart_lowerhalf_s CODE int (*ioctl)(FAR const struct btuart_lowerhalf_s *lower,

[GitHub] [nuttx] ldube commented on a diff in pull request #9086: wireless/bluetooth: Make btuart_lowerhalf_s usable in a USB driver.

2023-04-24 Thread via GitHub
ldube commented on code in PR #9086: URL: https://github.com/apache/nuttx/pull/9086#discussion_r1175948538 ## include/nuttx/wireless/bluetooth/bt_uart.h: ## @@ -142,6 +150,10 @@ struct btuart_lowerhalf_s CODE int (*ioctl)(FAR const struct btuart_lowerhalf_s *lower,

[nuttx] branch master updated (3e3670af77 -> 20c5c4f47d)

2023-04-24 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 3e3670af77 arch/xtensa/esp32: fix wrong enabled BLE interrupts add 20c5c4f47d sched/irq: optimizing IRQMONITOR,

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9003: sched/irq: optimizing IRQMONITOR, move up_perf_convert to irq_procfs

2023-04-24 Thread via GitHub
xiaoxiang781216 merged PR #9003: URL: https://github.com/apache/nuttx/pull/9003 -- 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] masayuki2009 commented on pull request #9026: i.mx6 with ar8031

2023-04-24 Thread via GitHub
masayuki2009 commented on PR #9026: URL: https://github.com/apache/nuttx/pull/9026#issuecomment-1521037630 @pkarashchenko Could you please merge this PR if you do not have any other questions? -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9086: wireless/bluetooth: Make btuart_lowerhalf_s usable in a USB driver.

2023-04-24 Thread via GitHub
pkarashchenko commented on code in PR #9086: URL: https://github.com/apache/nuttx/pull/9086#discussion_r1175911936 ## include/nuttx/wireless/bluetooth/bt_uart.h: ## @@ -142,6 +150,10 @@ struct btuart_lowerhalf_s CODE int (*ioctl)(FAR const struct btuart_lowerhalf_s *lower,

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9087: wireless/bluetooth: Fix build error when BT_GATT_CCC is used.

2023-04-24 Thread via GitHub
pkarashchenko commented on code in PR #9087: URL: https://github.com/apache/nuttx/pull/9087#discussion_r1175910066 ## include/nuttx/wireless/bluetooth/bt_gatt.h: ## @@ -40,6 +40,7 @@ * Included Files ***

[nuttx-website] branch asf-site updated: Publishing web: e36cef39aad5bf1e82697e4e034530ddb77fcf7f docs: 3e3670af77139167be27c2cebaf0e00a2c1fdd0e

2023-04-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 08f22ccf Publishing web: e36cef39

[GitHub] [nuttx] ldube opened a new pull request, #9089: tm4c1294-launchpad: Add reboot support.

2023-04-24 Thread via GitHub
ldube opened a new pull request, #9089: URL: https://github.com/apache/nuttx/pull/9089 ## Summary Copy boards/arm/stm32/stm32f4discovery/src/stm32_reset.c ## Impact None ## Testing Reboot command now works. -- This is an automated message from the Apache Git Serv

[GitHub] [nuttx] fjpanag opened a new pull request, #9088: stm32_f7/h7_eth: Added error handling for abnormal interrupts.

2023-04-24 Thread via GitHub
fjpanag opened a new pull request, #9088: URL: https://github.com/apache/nuttx/pull/9088 ## Summary In #8943 error handling was added for all abnormal errors of the MAC, for STM32. This PR copies these changes to STM32F7 & STM32H7 too. ## Impact STM32 Ethernet ope

[GitHub] [nuttx] ldube opened a new pull request, #9087: wireless/bluetooth: Fix build error when BT_GATT_CCC is used.

2023-04-24 Thread via GitHub
ldube opened a new pull request, #9087: URL: https://github.com/apache/nuttx/pull/9087 ## Summary BT_GATT_CCC nitems from param.h. ## Impact ## Testing Successful build :) -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [nuttx] ldube opened a new pull request, #9086: wireless/bluetooth: Make btuart_lowerhalf_s usable in a USB driver.

2023-04-24 Thread via GitHub
ldube opened a new pull request, #9086: URL: https://github.com/apache/nuttx/pull/9086 ## Summary This reuses the btuart lower half in USB drivers. ## Impact None expected. ## Testing Bluetooth on the tiva board with a uart interface still works. -- This is an autom

[GitHub] [nuttx] fjpanag commented on a diff in pull request #8943: stm32_eth: Added error handling for abnormal interrupts.

2023-04-24 Thread via GitHub
fjpanag commented on code in PR #8943: URL: https://github.com/apache/nuttx/pull/8943#discussion_r1175693148 ## arch/arm/src/stm32/stm32_eth.c: ## @@ -2046,8 +2042,23 @@ static void stm32_interrupt_work(void *arg) /* Clear the pending abnormal summary interrupt */

[GitHub] [nuttx] fjpanag closed pull request #9064: stm32_eth: Lock the scheduler when reseting the MAC.

2023-04-24 Thread via GitHub
fjpanag closed pull request #9064: stm32_eth: Lock the scheduler when reseting the MAC. URL: https://github.com/apache/nuttx/pull/9064 -- 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 co

[GitHub] [nuttx] fjpanag commented on pull request #9064: stm32_eth: Lock the scheduler when reseting the MAC.

2023-04-24 Thread via GitHub
fjpanag commented on PR #9064: URL: https://github.com/apache/nuttx/pull/9064#issuecomment-1520701107 Indeed, the sequence is exactly as stated above. I added a delay in stm32_eth.c line 2058 (and several prints). This causes the worker (`stm32_txtimeout_work`) to start execution befo

[GitHub] [nuttx-apps] jpbland1 commented on pull request #1557: Wolfssl code back

2023-04-24 Thread via GitHub
jpbland1 commented on PR #1557: URL: https://github.com/apache/nuttx-apps/pull/1557#issuecomment-1520662973 Finally got back to this, I didn't realize that getting the source code was supposed to be an automated step in the Makefile, I've also added the GPL allowed condition to the Kconfig,

[GitHub] [nuttx] alancassis commented on a diff in pull request #9083: libm/openlibm: add math library openlibm support.

2023-04-24 Thread via GitHub
alancassis commented on code in PR #9083: URL: https://github.com/apache/nuttx/pull/9083#discussion_r1175301238 ## libs/libm/openlibm/0002-add-math.h-and-complex.h-to-openlibm.patch: ## @@ -0,0 +1,49 @@ +From 8af59fe95d7c878d96752cdc655d70ffbef28514 Mon Sep 17 00:00:00 2001 +Fro

[GitHub] [nuttx] gustavonihei commented on pull request #9078: esp32: enable LIBC_ARCH_ATOMIC

2023-04-24 Thread via GitHub
gustavonihei commented on PR #9078: URL: https://github.com/apache/nuttx/pull/9078#issuecomment-1520576686 @yamt Could you please explain about the need for this patch? ESP32's toolchain does implement the atomic builtins from GCC, so as long as the atomic operation does not include b

[GitHub] [nuttx] tmedicci commented on a diff in pull request #9022: libc/string: add option to force arch implementations on kernel

2023-04-24 Thread via GitHub
tmedicci commented on code in PR #9022: URL: https://github.com/apache/nuttx/pull/9022#discussion_r1175552966 ## arch/xtensa/Kconfig: ## @@ -82,6 +82,7 @@ config ARCH_CHIP_ESP32S3 select ARCH_HAVE_RESET select ARCH_HAVE_TESTSET select ARCH_VECNOTIRQ +

[nuttx] 05/05: arch/xtensa/esp32: fix wrong enabled BLE interrupts

2023-04-24 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 3e3670af77139167be27c2cebaf0e00a2c1fdd0e Author: Petro Karashchenko AuthorDate: Mon Apr 24 14:52:20 2023 +0300 arc

[nuttx] branch master updated (b8780fe906 -> 3e3670af77)

2023-04-24 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from b8780fe906 arch/arm: relax compiler check for workaround with "GCC 12.2" new d50ec662be arch/risc-v/esp32c3: Ch

[nuttx] 02/05: wireless/bluetooth: fix double buffer free

2023-04-24 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 756e244b182e16fe12000e09f9e9810ddf60aa56 Author: Petro Karashchenko AuthorDate: Mon Apr 24 14:46:04 2023 +0300 wir

[nuttx] 03/05: net/bluetooth: fix parameter indentation

2023-04-24 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 0a28b2a26e003b50904f8c875592fd373879bd34 Author: Petro Karashchenko AuthorDate: Mon Apr 24 14:46:35 2023 +0300 net

[nuttx] 01/05: arch/risc-v/esp32c3: Change the linker generated symbols from uint32_t to uint8_t *

2023-04-24 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit d50ec662be943ffdaa6c05d1d5300347465bc1db Author: Petro Karashchenko AuthorDate: Mon Apr 24 14:43:56 2023 +0300 arc

[nuttx] 04/05: arch/xtensa/esp32: fix crash in BLE startup

2023-04-24 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 0c28094059a7a21ba1d7c3b25bd6a595d142ad08 Author: Petro Karashchenko AuthorDate: Mon Apr 24 14:47:49 2023 +0300 arc

[GitHub] [nuttx] btashton merged pull request #9082: ESP32 BLE Bugfix

2023-04-24 Thread via GitHub
btashton merged PR #9082: URL: https://github.com/apache/nuttx/pull/9082 -- 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.apach

[GitHub] [nuttx] btashton closed issue #8477: ESP32 BLE driver is crashing

2023-04-24 Thread via GitHub
btashton closed issue #8477: ESP32 BLE driver is crashing URL: https://github.com/apache/nuttx/issues/8477 -- 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-mai

[GitHub] [nuttx] btashton commented on pull request #9082: ESP32 BLE Bugfix

2023-04-24 Thread via GitHub
btashton commented on PR #9082: URL: https://github.com/apache/nuttx/pull/9082#issuecomment-1520492996 > Can anybody from the team help me with HCI socket verification as I'm unfamiliar with what are the prerequisites to get that test done. Is it enough just a pure Linux system running SIM

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9066: system: pthread_barrierwait can not be preemption

2023-04-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #9066: URL: https://github.com/apache/nuttx/pull/9066#discussion_r1175530501 ## include/sys/syscall_lookup.h: ## @@ -307,6 +307,7 @@ SYSCALL_LOOKUP(munmap, 2) SYSCALL_LOOKUP(pthread_cond_wait,2) SYSCALL_LO

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9084: sched: add adjtime() interface

2023-04-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #9084: URL: https://github.com/apache/nuttx/pull/9084#discussion_r1175528333 ## sched/Kconfig: ## @@ -184,6 +184,57 @@ config SYSTEM_TIME64 and/or if a very long "uptime" is required, then this option can be

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8922: eMMC driver support

2023-04-24 Thread via GitHub
pkarashchenko commented on code in PR #8922: URL: https://github.com/apache/nuttx/pull/8922#discussion_r1175517253 ## drivers/mmcsd/mmcsd_sdio.c: ## @@ -3633,9 +3758,13 @@ static int mmcsd_cardidentify(FAR struct mmcsd_state_s *priv) * Then break out of the

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9083: libm/openlibm: add math library openlibm support.

2023-04-24 Thread via GitHub
pkarashchenko commented on code in PR #9083: URL: https://github.com/apache/nuttx/pull/9083#discussion_r1175511708 ## libs/libm/openlibm/Make.defs: ## @@ -0,0 +1,116 @@ + + +# libs/libm/openlibm/Make.def

[nuttx] branch master updated (d7de93f906 -> b8780fe906)

2023-04-24 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 d7de93f906 arch/arm: Resolving warnings for assembly instructions add b8780fe906 arch/arm: relax compiler c

[GitHub] [nuttx] pkarashchenko merged pull request #9072: arch/arm: relax compiler check for workaround with "GCC 12.2"

2023-04-24 Thread via GitHub
pkarashchenko merged PR #9072: URL: https://github.com/apache/nuttx/pull/9072 -- 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 #9082: ESP32 BLE Bugfix

2023-04-24 Thread via GitHub
pkarashchenko commented on PR #9082: URL: https://github.com/apache/nuttx/pull/9082#issuecomment-1520438874 Can anybody from the team help me with HCI socket verification as I'm unfamiliar with what are the prerequisites to get that test done. Is it enough just a pure Linux system running S

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9085: arch/arm: Resolving warnings for assembly instructions

2023-04-24 Thread via GitHub
xiaoxiang781216 merged PR #9085: URL: https://github.com/apache/nuttx/pull/9085 -- 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 (dd631265c4 -> d7de93f906)

2023-04-24 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 dd631265c4 fs: Add g_ prefix for all global mountpt_operations instances add d7de93f906 arch/arm: Resolving wa

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9049: tty:support tty c_cc VMIN & VTIME

2023-04-24 Thread via GitHub
xiaoxiang781216 commented on PR #9049: URL: https://github.com/apache/nuttx/pull/9049#issuecomment-1520424248 yes, it work.https://github.com/apache/nuttx-apps/pull/1720 depends on this.pr. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[nuttx-apps] branch master updated: apps/system: Call arg_freetable before iptables/tcpdump exit

2023-04-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 e935f153b apps/system: Call arg_freetable

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1719: apps/system: Call arg_freetable before iptables/tcpdump exit

2023-04-24 Thread via GitHub
xiaoxiang781216 merged PR #1719: URL: https://github.com/apache/nuttx-apps/pull/1719 -- 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] 01/02: bump toywasm version

2023-04-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 commit b7ac752ccafe232e2754790508dddf8e3aa64010 Author: YAMAMOTO Takashi AuthorDate: Sun Apr 23 20:48:59 2023 +0900

[nuttx-apps] branch master updated (3877c31b2 -> 15df04083)

2023-04-24 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-apps.git from 3877c31b2 critmon: add total time running time of task new b7ac752cc bump toywasm version new 15df040

[nuttx-apps] 02/02: toywasm: regen

2023-04-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 commit 15df04083eb762ce16479561102d64ad4773288f Author: YAMAMOTO Takashi AuthorDate: Sun Apr 23 20:49:18 2023 +0900

[GitHub] [nuttx-apps] xiaoxiang781216 merged pull request #1723: Bump toywasm version

2023-04-24 Thread via GitHub
xiaoxiang781216 merged PR #1723: URL: https://github.com/apache/nuttx-apps/pull/1723 -- 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] [nuttx] davids5 commented on pull request #9049: tty:support tty c_cc VMIN & VTIME

2023-04-24 Thread via GitHub
davids5 commented on PR #9049: URL: https://github.com/apache/nuttx/pull/9049#issuecomment-1520406434 > This is not a full posix implementation and does not refresh the timer when a byte is received. This is standard implementation And it cost 244 bytes of code space. Sho

[GitHub] [nuttx] zouboan commented on pull request #9076: makefile: fix libc/mm files can not be compiled incrementally

2023-04-24 Thread via GitHub
zouboan commented on PR #9076: URL: https://github.com/apache/nuttx/pull/9076#issuecomment-1520365049 @anchao windows native build didn't broken by this PR, but already broken by #8449 #8599 i will try to fix it later -- This is an automated message from the Apache Git Service. To res

[GitHub] [nuttx] xiaoxiang781216 commented on issue #8986: Move debug.h from include to include/nuttx

2023-04-24 Thread via GitHub
xiaoxiang781216 commented on issue #8986: URL: https://github.com/apache/nuttx/issues/8986#issuecomment-1520340658 Yes. -- 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 u

[GitHub] [nuttx] anjiahao1 commented on pull request #9049: tty:support tty c_cc VMIN & VTIME

2023-04-24 Thread via GitHub
anjiahao1 commented on PR #9049: URL: https://github.com/apache/nuttx/pull/9049#issuecomment-1520297511 @davids5 i use stm32f103minum:nsh with current patch ``` There are 19 section headers, starting at offset 0x2d3b0: Section Headers: [Nr] Name Type

[nuttx] branch master updated (308b93b168 -> dd631265c4)

2023-04-24 Thread jerpelea
This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 308b93b168 doc: add critmon comand docment add 51dc67ad5f fs: Add g_ prefix for all global file_operations insta

[GitHub] [nuttx] jerpelea merged pull request #9063: Add g_ prefix to file_operations and mountpt_operations

2023-04-24 Thread via GitHub
jerpelea merged PR #9063: URL: https://github.com/apache/nuttx/pull/9063 -- 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.apach

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #9033: Fix the style issue in procfs

2023-04-24 Thread via GitHub
xiaoxiang781216 commented on code in PR #9033: URL: https://github.com/apache/nuttx/pull/9033#discussion_r1175331960 ## drivers/mtd/mtd_partition.c: ## @@ -149,7 +149,7 @@ static int part_procfs_stat(FAR const char *relpath, #if defined(CONFIG_FS_PROCFS) && !defined(CONFIG_

[GitHub] [nuttx] patacongo commented on a diff in pull request #9033: Fix the style issue in procfs

2023-04-24 Thread via GitHub
patacongo commented on code in PR #9033: URL: https://github.com/apache/nuttx/pull/9033#discussion_r1175318178 ## drivers/mtd/mtd_partition.c: ## @@ -149,7 +149,7 @@ static int part_procfs_stat(FAR const char *relpath, #if defined(CONFIG_FS_PROCFS) && !defined(CONFIG_PROCFS

[GitHub] [nuttx] michallenc commented on pull request #9084: sched: add adjtime() interface

2023-04-24 Thread via GitHub
michallenc commented on PR #9084: URL: https://github.com/apache/nuttx/pull/9084#issuecomment-1520198666 > I think it could be useful to use with IEEE1588 and GPS PPS sync pulse Yes! That might be the next step. I currently aim to have a separate app thread that once a while would com

[GitHub] [nuttx] alancassis commented on pull request #9084: sched: add adjtime() interface

2023-04-24 Thread via GitHub
alancassis commented on PR #9084: URL: https://github.com/apache/nuttx/pull/9084#issuecomment-1520189021 I think it could be useful to use with IEEE1588 and GPS PPS sync pulse -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [nuttx] patacongo commented on pull request #9063: Add g_ prefix to file_operations and mountpt_operations

2023-04-24 Thread via GitHub
patacongo commented on PR #9063: URL: https://github.com/apache/nuttx/pull/9063#issuecomment-1520188924 > I find confusing to tag a static const with g_ as they are only passed to register_driver() and never reference them outside the module. The coding standard has always required th

[GitHub] [nuttx] alancassis commented on a diff in pull request #9083: libm/openlibm: add math library openlibm support.

2023-04-24 Thread via GitHub
alancassis commented on code in PR #9083: URL: https://github.com/apache/nuttx/pull/9083#discussion_r1175297352 ## libs/libm/openlibm/0001-fix-build-float_t-error-float_t-has-not-been-declare.patch: ## @@ -0,0 +1,38 @@ +From 147f2e6962c7624920909c3e4a4ef120e6814a66 Mon Sep 17 00

[GitHub] [nuttx] alancassis commented on a diff in pull request #9083: libm/openlibm: add math library openlibm support.

2023-04-24 Thread via GitHub
alancassis commented on code in PR #9083: URL: https://github.com/apache/nuttx/pull/9083#discussion_r1175301238 ## libs/libm/openlibm/0002-add-math.h-and-complex.h-to-openlibm.patch: ## @@ -0,0 +1,49 @@ +From 8af59fe95d7c878d96752cdc655d70ffbef28514 Mon Sep 17 00:00:00 2001 +Fro

[GitHub] [nuttx] pkarashchenko commented on pull request #9082: ESP32 BLE Bugfix

2023-04-24 Thread via GitHub
pkarashchenko commented on PR #9082: URL: https://github.com/apache/nuttx/pull/9082#issuecomment-1520170840 @btashton I do not think that I'm undoing those changes. Just please see the obvious double release in `hci_rx_work` -> `while ((buf = bt_dequeue_bufwork(list)) != NULL)` -> `switch (

[GitHub] [nuttx] alancassis commented on issue #8986: Move debug.h from include to include/nuttx

2023-04-24 Thread via GitHub
alancassis commented on issue #8986: URL: https://github.com/apache/nuttx/issues/8986#issuecomment-1520163803 Should it be move to include/nuttx/debug.h ? If so I agree! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [nuttx] zyfeier opened a new pull request, #9085: arch/arm: Resolving warnings for assembly instructions

2023-04-24 Thread via GitHub
zyfeier opened a new pull request, #9085: URL: https://github.com/apache/nuttx/pull/9085 ## Summary Fixed warning: arm/arm_saveusercontext.S:61: Warning: duplicated register (r14) in register list ## Impact NA ## Testing CI PASS -- This is an automate

[GitHub] [nuttx] alancassis commented on issue #9080: littlefs on SD/eMMC read/write performance is poor

2023-04-24 Thread via GitHub
alancassis commented on issue #9080: URL: https://github.com/apache/nuttx/issues/9080#issuecomment-1520143317 @radek-pesina do you think it could be LittleFS specific? I remember testing SDCards on iMX1052 3 years ago and it was fast (but I was using SDIO interface instead SPI). More info h

[GitHub] [nuttx] alancassis commented on issue #9059: Using the ftpc client

2023-04-24 Thread via GitHub
alancassis commented on issue #9059: URL: https://github.com/apache/nuttx/issues/9059#issuecomment-1520133691 You are welcome @xiaotailang Hey @wangchen61698 I saw that recently you submitted an improvement to ftpd did you test NuttX ftpc too? -- This is an automated message from the

[GitHub] [nuttx] btashton commented on pull request #9082: ESP32 BLE Bugfix

2023-04-24 Thread via GitHub
btashton commented on PR #9082: URL: https://github.com/apache/nuttx/pull/9082#issuecomment-1520123388 Since you are undoing much of that PR that fixed real lifecycle issues im quite suspicious of this. Are you sure we are not just missing a ref count addition in this flow? This is t

[GitHub] [nuttx] pkarashchenko commented on pull request #9082: ESP32 BLE Bugfix

2023-04-24 Thread via GitHub
pkarashchenko commented on PR #9082: URL: https://github.com/apache/nuttx/pull/9082#issuecomment-1520115517 I can add all those release calls and hide one under the ifdef. I just made code to look similar as in `priority_rx_work`. But here maybe buffer starvation can be crucial so it is i

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #9063: Add g_ prefix to file_operations and mountpt_operations

2023-04-24 Thread via GitHub
xiaoxiang781216 commented on PR #9063: URL: https://github.com/apache/nuttx/pull/9063#issuecomment-1520108994 > @xiaoxiang781216 > > What is the motivation for this change? > > I find confusing to tag a static const with g_ as they are only passed to register_driver() and never

[GitHub] [nuttx] pkarashchenko commented on pull request #9082: ESP32 BLE Bugfix

2023-04-24 Thread via GitHub
pkarashchenko commented on PR #9082: URL: https://github.com/apache/nuttx/pull/9082#issuecomment-1520108687 @btashton I think here is where it was added https://github.com/apache/nuttx/commit/c6947199b21#diff-775a19937e402f32f385386681c5c61338b6466ae6e5e6d139ad68fc6c157a01 -- This is an a

[GitHub] [nuttx] michallenc opened a new pull request, #9084: sched: add adjtime() interface

2023-04-24 Thread via GitHub
michallenc opened a new pull request, #9084: URL: https://github.com/apache/nuttx/pull/9084 ## Summary This commit adds Linux like adjtime() interface that is used to correct the system time clock if it varies from real value. The adjustment is done by slight adjustment of clock peri

[GitHub] [nuttx] pkarashchenko commented on pull request #9082: ESP32 BLE Bugfix

2023-04-24 Thread via GitHub
pkarashchenko commented on PR #9082: URL: https://github.com/apache/nuttx/pull/9082#issuecomment-1520099801 > @pkarashchenko can you explain the double free? I fixed a lot of memory leak issues in the past here so I'm suspect of these removals. Also let's verify the hcisocket sim build stil

[GitHub] [nuttx] anchao commented on a diff in pull request #9072: arch/arm: relax compiler check for workaround with "GCC 12.2"

2023-04-24 Thread via GitHub
anchao commented on code in PR #9072: URL: https://github.com/apache/nuttx/pull/9072#discussion_r1175235647 ## arch/arm/src/common/Toolchain.defs: ## @@ -232,9 +232,11 @@ else # Wrong warning array subscript [0] is outside array bounds: # https://gcc.gnu.org/bugzilla/show_

[GitHub] [nuttx] siryang2006 opened a new pull request, #9083: libm/openlibm: add math library openlibm support.

2023-04-24 Thread via GitHub
siryang2006 opened a new pull request, #9083: URL: https://github.com/apache/nuttx/pull/9083 add math library openlibm support (1)open menuconfig (2)close math.h:build setup->Customize Header Files->math.h (3) select openlibm:Library Rountines->Select math library->Math Library fram ope

[GitHub] [nuttx] btashton commented on pull request #9082: ESP32 BLE Bugfix

2023-04-24 Thread via GitHub
btashton commented on PR #9082: URL: https://github.com/apache/nuttx/pull/9082#issuecomment-1520053780 @pkarashchenko can you explain the double free? I fixed a lot of memory leak issues in the past here so I'm suspect of these removals. Also let's verify the hcisocket sim build still work

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9072: arch/arm: relax compiler check for workaround with "GCC 12.2"

2023-04-24 Thread via GitHub
pkarashchenko commented on code in PR #9072: URL: https://github.com/apache/nuttx/pull/9072#discussion_r1175182439 ## arch/arm/src/common/Toolchain.defs: ## @@ -232,9 +232,11 @@ else # Wrong warning array subscript [0] is outside array bounds: # https://gcc.gnu.org/bugzill

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9072: arch/arm: relax compiler check for workaround with "GCC 12.2"

2023-04-24 Thread via GitHub
pkarashchenko commented on code in PR #9072: URL: https://github.com/apache/nuttx/pull/9072#discussion_r1175182439 ## arch/arm/src/common/Toolchain.defs: ## @@ -232,9 +232,11 @@ else # Wrong warning array subscript [0] is outside array bounds: # https://gcc.gnu.org/bugzill

[GitHub] [nuttx] pkarashchenko opened a new pull request, #9082: ESP32 BLE Bugfix

2023-04-24 Thread via GitHub
pkarashchenko opened a new pull request, #9082: URL: https://github.com/apache/nuttx/pull/9082 ## Summary Make ESP32 BLE mighty again ## Impact Fix ESP32 BLE operation ## Testing `esp32-devkitc:ble` with debug assertions enabled -- This is an automated message fr

[nuttx] branch master updated (3d3a86ae53 -> 308b93b168)

2023-04-24 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 3d3a86ae53 arch/sim: Move up_textheap_xxx to common place add c418d147fe procfs: add total time running time of

[GitHub] [nuttx] xiaoxiang781216 merged pull request #8991: procfs: add total time running time of task

2023-04-24 Thread via GitHub
xiaoxiang781216 merged PR #8991: URL: https://github.com/apache/nuttx/pull/8991 -- 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 (f620b039aa -> 3d3a86ae53)

2023-04-24 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 f620b039aa rv-virt/knsh64: increase proxy stack size to avoid overflow add 97f8817d6b arch/sim: Implement host_

[GitHub] [nuttx] xiaoxiang781216 merged pull request #9079: arch/sim: Move up_textheap_xxx to common place

2023-04-24 Thread via GitHub
xiaoxiang781216 merged PR #9079: URL: https://github.com/apache/nuttx/pull/9079 -- 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-apps] wengzhe commented on pull request #1719: apps/system: Call arg_freetable before iptables/tcpdump exit

2023-04-24 Thread via GitHub
wengzhe commented on PR #1719: URL: https://github.com/apache/nuttx-apps/pull/1719#issuecomment-1519952466 > @wengzhe please rebase your patch @xiaoxiang781216 done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [nuttx] pkarashchenko commented on pull request #8743: nxmutex: mutex priority inheritance optimization

2023-04-24 Thread via GitHub
pkarashchenko commented on PR #8743: URL: https://github.com/apache/nuttx/pull/8743#issuecomment-1519894265 > @pkarashchenko This is an optimization for priority inheritance for the one holder. Please help review it. Thanks. Sorry, I was busy with some other tasks last week. Will take

[GitHub] [nuttx] davids5 commented on a diff in pull request #8743: nxmutex: mutex priority inheritance optimization

2023-04-24 Thread via GitHub
davids5 commented on code in PR #8743: URL: https://github.com/apache/nuttx/pull/8743#discussion_r1175095716 ## include/semaphore.h: ## @@ -113,7 +113,7 @@ struct sem_s # if CONFIG_SEM_PREALLOCHOLDERS > 0 FAR struct semholder_s *hhead; /* List of holders of semaphore counts

[GitHub] [nuttx] davids5 commented on pull request #9064: stm32_eth: Lock the scheduler when reseting the MAC.

2023-04-24 Thread via GitHub
davids5 commented on PR #9064: URL: https://github.com/apache/nuttx/pull/9064#issuecomment-1519856070 > Maybe leave it as is, and not introduce uneccesary code? If you have determined it is not an issue. Then yes. Just close this PR -- This is an automated message from the Apache Gi

[GitHub] [nuttx] zyfeier commented on pull request #9047: arch/armv7ar: use robust code sequences for cache maintenance

2023-04-24 Thread via GitHub
zyfeier commented on PR #9047: URL: https://github.com/apache/nuttx/pull/9047#issuecomment-1519841311 > > sabre-6quad:smp > > @zyfeier Did you test this PR on a real board (i.e. sabre-6quad board)? Yes, test with sabre-6quad board and our bes2003 board. -- This is an automate

  1   2   >