[GitHub] [incubator-nuttx] yuening1999 opened a new issue, #7366: how to add microkernelized characteristics on nuttx 8.2

2022-10-19 Thread GitBox
yuening1999 opened a new issue, #7366: URL: https://github.com/apache/incubator-nuttx/issues/7366 Hi, all Could anyone give some advices about the topic? for instance network component,file system and device driver ,etc. I investigate the relevant code to network on nuttx 8.2, I found

[incubator-nuttx-apps] 01/02: crypto:add tinycrypt to apps/crypto

2022-10-19 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit 263f4ab8b96fe94f82a57ced66afe416ac63636c Author: anjiahao AuthorDate: Tue Oct 18 22:58:25 2022 +0800

[incubator-nuttx-apps] 02/02: mcuboot:move tinycrypt headfile path from make.defs to Makefile

2022-10-19 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git commit fa6aeb3e128fbb2a97f042db3c76381cc23e2c9a Author: anjiahao AuthorDate: Wed Oct 19 22:14:10 2022 +0800

[incubator-nuttx-apps] branch master updated (195ffe71e -> fa6aeb3e1)

2022-10-19 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git from 195ffe71e Add interpreters/toywasm new 263f4ab8b crypto:add tinycrypt to apps/crypto new fa

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1361: add tinycrypt to crypto

2022-10-19 Thread GitBox
xiaoxiang781216 merged PR #1361: URL: https://github.com/apache/incubator-nuttx-apps/pull/1361 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-u

[GitHub] [incubator-nuttx] ttnie opened a new pull request, #7365: install qemu-system-misc in dockerw

2022-10-19 Thread GitBox
ttnie opened a new pull request, #7365: URL: https://github.com/apache/incubator-nuttx/pull/7365 Signed-off-by: nietingting ## Summary install qemu-system-misc in dockerw ## Impact no ## Testing test on local -- This is an automated message from the Apache Git Se

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

2022-10-19 Thread GitBox
jerpelea commented on PR #7248: URL: https://github.com/apache/incubator-nuttx/pull/7248#issuecomment-1285018698 @xiaoxiang781216 @pkarashchenko anything else? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-nuttx] ttnie closed pull request #7352: build qemu in docker

2022-10-19 Thread GitBox
ttnie closed pull request #7352: build qemu in docker URL: https://github.com/apache/incubator-nuttx/pull/7352 -- 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

[GitHub] [incubator-nuttx] hartmannathan commented on pull request #5070: libc/semaphore:sem_init change defult protocol

2022-10-19 Thread GitBox
hartmannathan commented on PR #5070: URL: https://github.com/apache/incubator-nuttx/pull/5070#issuecomment-1284887367 > > > > > > [#6965 ](https://github.com/apache/incubator-nuttx/pull/6965) this patch repaced all sem use as lock with mutex Great! This is a much clean

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

2022-10-19 Thread GitBox
masayuki2009 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284882881 >It's strange, I can pass link without error, here is my local history: @xiaoxiang781216 Did you build apps for BUILD_KERNEL? The error happens with `make i

[GitHub] [incubator-nuttx] anjiahao1 commented on pull request #5070: libc/semaphore:sem_init change defult protocol

2022-10-19 Thread GitBox
anjiahao1 commented on PR #5070: URL: https://github.com/apache/incubator-nuttx/pull/5070#issuecomment-1284876786 > [#6965 ](https://github.com/apache/incubator-nuttx/pull/6965) this path repaced all sem use as lock with mutex -- This is an automated message from the Apache Git Se

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #7364: Support the stack size and address for posix_spawn and kernel mode

2022-10-19 Thread GitBox
xiaoxiang781216 opened a new pull request, #7364: URL: https://github.com/apache/incubator-nuttx/pull/7364 ## Summary - sched/spawn: Support task_spawnattr_[set|get]stacksize in kernel mode - sched/spawn: Support task_spawnattr_[set|get]stackaddr for posix_spawn ## Impact

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1000110222 ## include/nuttx/mqueue.h: ## @@ -85,25 +85,32 @@ # define nxmq_pollnotify(msgq, eventset) #endif -# define MQ_WNELIST(mq) (&((mq)->waitfornote

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

2022-10-19 Thread GitBox
xiaoxiang781216 commented on PR #5070: URL: https://github.com/apache/incubator-nuttx/pull/5070#issuecomment-1284871474 > Before, mutual exclusion semaphores had priority inheritance enabled by default; now it is opt-in. > > So I wonder if the opposite of commit [48d8383](https://git

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1000108292 ## sched/mqueue/msgsnd.c: ## @@ -0,0 +1,246 @@ +/ + * sched/mqueue/msgsnd.c + * + * L

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

2022-10-19 Thread GitBox
xiaoxiang781216 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284867890 It's strange, I can pass link without error, here is my local history: nuttx ``` commit 594843ed48b7d99fe9e33dd5e02f93f3934c6078 (HEAD -> adb) Author: Xian

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1000107487 ## sched/mqueue/msginternal.c: ## @@ -0,0 +1,198 @@ +/ + * sched/mqueue/msginternal.c

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r1000107066 ## sched/mqueue/msg.h: ## @@ -0,0 +1,98 @@ +/ + * sched/mqueue/msg.h + * + * Lice

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r198728 ## sched/mqueue/msginternal.c: ## @@ -0,0 +1,198 @@ +/ + * sched/mqueue/msginternal.c

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r198656 ## sched/mqueue/msg.h: ## @@ -0,0 +1,98 @@ +/ + * sched/mqueue/msg.h + * + * Lice

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

2022-10-19 Thread GitBox
masayuki2009 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284844284 >I mean, do you fetch your nuttx repo to the last mainline? @xiaoxiang781216 I can reproduce the same error locally with the latest nuttx repo with this PR.

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r195145 ## include/sys/msg.h: ## @@ -0,0 +1,212 @@ +/ + * include/sys/msg.h + * + * Licensed

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r195259 ## include/sys/msg.h: ## @@ -0,0 +1,212 @@ +/ + * include/sys/msg.h + * + * Licensed

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r194888 ## sched/mqueue/msgctl.c: ## @@ -0,0 +1,124 @@ +/ + * sched/mqueue/msgctl.c + * + * L

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r194760 ## sched/mqueue/msg.h: ## @@ -0,0 +1,98 @@ +/ + * sched/mqueue/msg.h + * + * Lice

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

2022-10-19 Thread GitBox
xiaoxiang781216 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284837756 I mean, do you fetch your nuttx repo to the last mainline? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2022-10-19 Thread GitBox
masayuki2009 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284828190 >@masayuki2009 you need cherry-pick this patch in nuttx: https://github.com/apache/incubator-nuttx/pull/7327 @xiaoxiang781216 Sorry, I can not understand. The

[GitHub] [incubator-nuttx] masayuki2009 commented on a diff in pull request #7363: esp32s2: Fix SPI

2022-10-19 Thread GitBox
masayuki2009 commented on code in PR #7363: URL: https://github.com/apache/incubator-nuttx/pull/7363#discussion_r179836 ## arch/xtensa/src/esp32s2/esp32s2_spi.c: ## @@ -233,11 +352,18 @@ static struct esp32s2_spi_priv_s esp32s2_spi2_priv = { .spi_dev = { -

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

2022-10-19 Thread GitBox
xiaoxiang781216 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284813725 @masayuki2009 you need cherry-pick this patch in nuttx: https://github.com/apache/incubator-nuttx/pull/7327 -- This is an automated message from the Apache Git Ser

[incubator-nuttx] branch master updated (b0f96fc204 -> 11ca921b71)

2022-10-19 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 b0f96fc204 esp32/i2c: Add macros to conform with other peripherals and fix typos add a0a7375911 Fix

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7363: esp32s2: Fix SPI

2022-10-19 Thread GitBox
xiaoxiang781216 merged PR #7363: URL: https://github.com/apache/incubator-nuttx/pull/7363 -- 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] hartmannathan commented on a diff in pull request #7359: Add support for stm32h7b3xx MCU's flash

2022-10-19 Thread GitBox
hartmannathan commented on code in PR #7359: URL: https://github.com/apache/incubator-nuttx/pull/7359#discussion_r157785 ## arch/arm/src/stm32h7/hardware/stm32_exti.h: ## @@ -33,7 +33,7 @@ * families */ -#if defined(CONFIG_STM32H7_STM32H7X3XX) || defined(CONFIG_STM32H7

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

2022-10-19 Thread GitBox
masayuki2009 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284763943 @xiaoxiang781216 The CI detected the following errors. ``` Conf

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

2022-10-19 Thread GitBox
masayuki2009 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284760388 >@masayuki2009 it isn't a dead lock, you need put telnetd to the background like other posix demean by: telnetd & @xiaoxiang781216 Thanks for your comments

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

2022-10-19 Thread GitBox
xiaoxiang781216 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284750133 @masayuki2009 it isn't a dead lock, you need put telnetd to the background by: telnetd & -- This is an automated message from the Apache Git Service. To respond

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

2022-10-19 Thread GitBox
masayuki2009 commented on PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#issuecomment-1284740690 >Done, @masayuki2009 the problem is fixed, could you try again? @xiaoxiang781216 `lm3s6965-ek:discover` works now but `spresense:wifi_smp` causes a deadlock w

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

2022-10-19 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 78a96c4 Publishing web

[GitHub] [incubator-nuttx] acassis closed issue #7215: mount file system

2022-10-19 Thread GitBox
acassis closed issue #7215: mount file system URL: https://github.com/apache/incubator-nuttx/issues/7215 -- 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:

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

2022-10-19 Thread GitBox
acassis commented on issue #7331: URL: https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1284708664 Yes, I have a solution to fix the issue you are facing! You don't need to enable the NSH_ALTCONDEV, instead just enable the CONFIG_CDCACM_CONSOLE ! Look boards/arm/rp2040/ra

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

2022-10-19 Thread GitBox
acassis commented on issue #7331: URL: https://github.com/apache/incubator-nuttx/issues/7331#issuecomment-1284704220 Hi @abdallah-ali-abdallah that is amazing!!! Kudos! Could you please submit this test as a guide to be included at https://nuttx.apache.org/docs/latest/guides/index.html ?

[incubator-nuttx] branch master updated: esp32/i2c: Add macros to conform with other peripherals and fix typos

2022-10-19 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new b0f96fc204 esp32/i2c: Add macros to co

[GitHub] [incubator-nuttx] acassis merged pull request #7361: esp32/i2c: Add macros to conform with other peripherals and fix typos

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

[GitHub] [incubator-nuttx] acassis opened a new pull request, #7363: esp32s2: Fix SPI

2022-10-19 Thread GitBox
acassis opened a new pull request, #7363: URL: https://github.com/apache/incubator-nuttx/pull/7363 ## Summary Fix issues found on ESP32S2 SPI driver ## Impact User will be able to use SPI on ESP32S2 ## Testing esp32s2-saola-1 -- This is an automated message from the Apac

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7362: arch/arm64/arm64_arch_timer: delete unused includes

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

[incubator-nuttx] branch master updated: arch/arm64/arm64_arch_timer: delete unused includes

2022-10-19 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 544552c305 arch/arm64/arm64_arch

[GitHub] [incubator-nuttx] hartmannathan commented on a diff in pull request #5070: libc/semaphore:sem_init change defult protocol

2022-10-19 Thread GitBox
hartmannathan commented on code in PR #5070: URL: https://github.com/apache/incubator-nuttx/pull/5070#discussion_r999892096 ## Documentation/reference/os/mutex.rst: ## @@ -0,0 +1,130 @@ += +Mutual Exclusion lock += + +nxmutex +=== + +U

[GitHub] [incubator-nuttx] hartmannathan commented on a diff in pull request #5070: libc/semaphore:sem_init change defult protocol

2022-10-19 Thread GitBox
hartmannathan commented on code in PR #5070: URL: https://github.com/apache/incubator-nuttx/pull/5070#discussion_r999883081 ## Documentation/reference/os/mutex.rst: ## @@ -0,0 +1,130 @@ += +Mutual Exclusion lock += + +nxmutex +=== + +U

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #7359: Add support for stm32h7b3xx MCU's flash

2022-10-19 Thread GitBox
davids5 commented on code in PR #7359: URL: https://github.com/apache/incubator-nuttx/pull/7359#discussion_r999845312 ## arch/arm/src/stm32h7/hardware/stm32h7x3xx_pwr.h: ## @@ -121,16 +121,24 @@ /* Power control register 3 (CR3) */ -#define STM32_PWR_CR3_BYPASS(1 <<

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #5070: libc/semaphore:sem_init change defult protocol

2022-10-19 Thread GitBox
davids5 commented on code in PR #5070: URL: https://github.com/apache/incubator-nuttx/pull/5070#discussion_r999812064 ## Documentation/reference/os/mutex.rst: ## @@ -0,0 +1,130 @@ += +Mutual Exclusion lock += + +nxmutex +=== + +Use `nx

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
xiaoxiang781216 commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r999761431 ## sched/mqueue/msgctl.c: ## @@ -0,0 +1,124 @@ +/ + * sched/mqueue/msgctl.c +

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
pkarashchenko commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r999747461 ## include/nuttx/mqueue.h: ## @@ -85,25 +85,32 @@ # define nxmq_pollnotify(msgq, eventset) #endif -# define MQ_WNELIST(mq) (&((mq)->waitf

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
xiaoxiang781216 commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r999746287 ## include/nuttx/mqueue.h: ## @@ -85,25 +85,32 @@ # define nxmq_pollnotify(msgq, eventset) #endif -# define MQ_WNELIST(mq) (&((mq)->wai

[incubator-nuttx-apps] branch master updated (0b55209af -> 195ffe71e)

2022-10-19 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git from 0b55209af system: add cwebsocket support add 195ffe71e Add interpreters/toywasm No new revision

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #1364: Add interpreters/toywasm

2022-10-19 Thread GitBox
xiaoxiang781216 merged PR #1364: URL: https://github.com/apache/incubator-nuttx-apps/pull/1364 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-u

[incubator-nuttx] branch master updated: esp32/i2s: Reduce MCLK multiple to support existing boards

2022-10-19 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 cc04e2137a esp32/i2s: Reduce MCLK mu

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7360: esp32/i2s: Reduce MCLK multiple to support existing boards

2022-10-19 Thread GitBox
xiaoxiang781216 merged PR #7360: URL: https://github.com/apache/incubator-nuttx/pull/7360 -- 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-apps] xiaoxiang781216 commented on a diff in pull request #1362: netutils: Support telnetd in the kernel mode

2022-10-19 Thread GitBox
xiaoxiang781216 commented on code in PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#discussion_r999034800 ## system/telnet/telnet_client.c: ## @@ -286,7 +297,9 @@ int main(int argc, FAR char *argv[]) #ifdef CONFIG_NET_IPv4 struct sockaddr_in ipv4;

[incubator-nuttx] 03/04: stm32f7: add SocketCAN support

2022-10-19 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 a3db5fe24b75eb73d51192d873466d929d480fd9 Author: raiden00pl AuthorDate: Wed Oct 12 16:31:28 2022 +0200

[incubator-nuttx] 01/04: stm32f7/nucleo-144: add CAN1 pins selection

2022-10-19 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 0954b60df6f2095ebdc1941c79b505cb8005d183 Author: raiden00pl AuthorDate: Tue Oct 18 09:43:59 2022 +0200

[incubator-nuttx] branch master updated (56e3053b1a -> 0646ae92ff)

2022-10-19 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 56e3053b1a mtd/smart: Fix a compile error in smart_fsck new 0954b60df6 stm32f7/nucleo-144: add CAN1 p

[incubator-nuttx] 02/04: stm32f7/nucleo-144: refactor bringup logic

2022-10-19 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 0d8b8ce5e220c33c08da4ac91e7e0db903852653 Author: raiden00pl AuthorDate: Tue Oct 18 10:05:02 2022 +0200

[incubator-nuttx] 04/04: nucleo-144/f722: add CAN and SocketCAN configurations

2022-10-19 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 0646ae92ff2fd868d9b28ceff3858749a7cdf94b Author: raiden00pl AuthorDate: Tue Oct 18 10:17:32 2022 +0200

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7346: stm32f7: add SocketCAN support

2022-10-19 Thread GitBox
xiaoxiang781216 merged PR #7346: URL: https://github.com/apache/incubator-nuttx/pull/7346 -- 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-apps] xiaoxiang781216 commented on pull request #1358: ostest:add sem protocl to priority inheritance

2022-10-19 Thread GitBox
xiaoxiang781216 commented on PR #1358: URL: https://github.com/apache/incubator-nuttx-apps/pull/1358#issuecomment-1284250286 > > @masayuki2009 @pkarashchenko do you have more concern about this change? > > This is a case of counting semaphore with priority inheritance enabled.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7115: time: Typedef time_t to uint64_t if CONFIG_SYSTEM_TIME64 is defined

2022-10-19 Thread GitBox
xiaoxiang781216 commented on code in PR #7115: URL: https://github.com/apache/incubator-nuttx/pull/7115#discussion_r999669764 ## include/time.h: ## @@ -98,7 +98,11 @@ /* Scalar types */ +#ifdef CONFIG_SYSTEM_TIME64 +typedef int64_t time_t; /* Holds time in seconds

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #5070: libc/semaphore:sem_init change defult protocol

2022-10-19 Thread GitBox
xiaoxiang781216 commented on code in PR #5070: URL: https://github.com/apache/incubator-nuttx/pull/5070#discussion_r999647622 ## arch/arm/src/kinetis/kinetis_i2c.c: ## @@ -191,7 +191,7 @@ static struct kinetis_i2cdev_s g_i2c0_dev = .config = &kinetis_i2c0_config, .refs

[incubator-nuttx] branch master updated: mtd/smart: Fix a compile error in smart_fsck

2022-10-19 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 56e3053b1a mtd/smart: Fix a compile

[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #7233: mtd/smart: compile error in smart_fsck

2022-10-19 Thread GitBox
xiaoxiang781216 closed issue #7233: mtd/smart: compile error in smart_fsck URL: https://github.com/apache/incubator-nuttx/issues/7233 -- 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 com

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7358: mtd/smart: Fix a compile error in smart_fsck

2022-10-19 Thread GitBox
xiaoxiang781216 merged PR #7358: URL: https://github.com/apache/incubator-nuttx/pull/7358 -- 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] SPRESENSE commented on a diff in pull request #7358: mtd/smart: Fix a compile error in smart_fsck

2022-10-19 Thread GitBox
SPRESENSE commented on code in PR #7358: URL: https://github.com/apache/incubator-nuttx/pull/7358#discussion_r999633419 ## drivers/mtd/smart.c: ## @@ -146,6 +146,22 @@ #define CLR_BITMAP(m, n) do { (m)[(n) / 8] &= ~(1 << ((n) % 8)); } while (0) #define ISSET_BITMAP(m, n) ((m)[

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7115: time: Typedef time_t to uint64_t if CONFIG_SYSTEM_TIME64 is defined

2022-10-19 Thread GitBox
pkarashchenko commented on code in PR #7115: URL: https://github.com/apache/incubator-nuttx/pull/7115#discussion_r999623067 ## include/time.h: ## @@ -98,7 +98,11 @@ /* Scalar types */ +#ifdef CONFIG_SYSTEM_TIME64 +typedef int64_t time_t; /* Holds time in seconds *

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
pkarashchenko commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r999598724 ## include/sys/msg.h: ## @@ -0,0 +1,212 @@ +/ + * include/sys/msg.h + * + * Lic

[GitHub] [incubator-nuttx] SPRESENSE commented on issue #7355: usrsock: usrsock cannot return any error code

2022-10-19 Thread GitBox
SPRESENSE commented on issue #7355: URL: https://github.com/apache/incubator-nuttx/issues/7355#issuecomment-1284168688 @xiaoxiang781216 In my application the reason was that the events field of usrsock message was missing a clearing process. I have now resolved the issue. Thanks.

[GitHub] [incubator-nuttx] SPRESENSE closed issue #7355: usrsock: usrsock cannot return any error code

2022-10-19 Thread GitBox
SPRESENSE closed issue #7355: usrsock: usrsock cannot return any error code URL: https://github.com/apache/incubator-nuttx/issues/7355 -- 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 com

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

2022-10-19 Thread GitBox
pkarashchenko commented on code in PR #7248: URL: https://github.com/apache/incubator-nuttx/pull/7248#discussion_r999589776 ## drivers/modem/alt1250/alt1250.h: ## @@ -0,0 +1,59 @@ +/ + * drivers/modem/al

[GitHub] [incubator-nuttx] pkarashchenko closed issue #7232: build: libboard.a is not generated by make export

2022-10-19 Thread GitBox
pkarashchenko closed issue #7232: build: libboard.a is not generated by make export URL: https://github.com/apache/incubator-nuttx/issues/7232 -- 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 spe

[GitHub] [incubator-nuttx-apps] gustavonihei commented on pull request #1361: add tinycrypt to crypto

2022-10-19 Thread GitBox
gustavonihei commented on PR #1361: URL: https://github.com/apache/incubator-nuttx-apps/pull/1361#issuecomment-1284154930 I believe the addition of `tinycrypto` requires some new information to be added to [Export Restrictions](https://github.com/apache/incubator-nuttx-apps#export-restrict

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7357: tools: Fix an issue that libboard.a is not exported

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

[incubator-nuttx] branch master updated (a31316cab5 -> 10a5c660f2)

2022-10-19 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/incubator-nuttx.git from a31316cab5 group_kill_children_handler: use nxtask_delete as this is in-kernel add 10a5c660f2 to

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7358: mtd/smart: Fix a compile error in smart_fsck

2022-10-19 Thread GitBox
pkarashchenko commented on code in PR #7358: URL: https://github.com/apache/incubator-nuttx/pull/7358#discussion_r999584148 ## drivers/mtd/smart.c: ## @@ -146,6 +146,22 @@ #define CLR_BITMAP(m, n) do { (m)[(n) / 8] &= ~(1 << ((n) % 8)); } while (0) #define ISSET_BITMAP(m, n) (

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7358: mtd/smart: Fix a compile error in smart_fsck

2022-10-19 Thread GitBox
pkarashchenko commented on code in PR #7358: URL: https://github.com/apache/incubator-nuttx/pull/7358#discussion_r999583475 ## drivers/mtd/smart.c: ## @@ -146,6 +146,22 @@ #define CLR_BITMAP(m, n) do { (m)[(n) / 8] &= ~(1 << ((n) % 8)); } while (0) #define ISSET_BITMAP(m, n) (

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #5070: libc/semaphore:sem_init change defult protocol

2022-10-19 Thread GitBox
pkarashchenko commented on code in PR #5070: URL: https://github.com/apache/incubator-nuttx/pull/5070#discussion_r999580260 ## include/nuttx/mutex.h: ## @@ -98,6 +98,7 @@ static inline int nxmutex_init(FAR mutex_t *mutex) return _SEM_ERRVAL(ret); } + _SEM_SETPROTO

[GitHub] [incubator-nuttx] HidenoriMatsubayashi commented on pull request #7362: arch/arm64/arm64_arch_timer: delete unused includes

2022-10-19 Thread GitBox
HidenoriMatsubayashi commented on PR #7362: URL: https://github.com/apache/incubator-nuttx/pull/7362#issuecomment-1284148720 @masayuki2009 @xiaoxiang781216 Can you please review? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx] HidenoriMatsubayashi opened a new pull request, #7362: arch/arm64/arm64_arch_timer: delete unused includes

2022-10-19 Thread GitBox
HidenoriMatsubayashi opened a new pull request, #7362: URL: https://github.com/apache/incubator-nuttx/pull/7362 ## Summary Just delete unnecessary includes. ## Impact None ## Testing None Signed-off-by: Hidenori Matsubayashi -- This is an automated messag

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request, #1364: Add interpreters/toywasm

2022-10-19 Thread GitBox
yamt opened a new pull request, #1364: URL: https://github.com/apache/incubator-nuttx-apps/pull/1364 ## Summary Add interpreters/toywasm ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7088: sched/msgq: add support of System V message queue

2022-10-19 Thread GitBox
anchao commented on code in PR #7088: URL: https://github.com/apache/incubator-nuttx/pull/7088#discussion_r999563375 ## sched/mqueue/msginternal.c: ## @@ -0,0 +1,202 @@ +/ + * sched/mqueue/msginternal.c

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1361: add tinycrypt to crypto

2022-10-19 Thread GitBox
pkarashchenko commented on code in PR #1361: URL: https://github.com/apache/incubator-nuttx-apps/pull/1361#discussion_r999560442 ## crypto/tinycrypt/.gitignore: ## @@ -0,0 +1,2 @@ +*.zip +tinycrypt/* Review Comment: ```suggestion tinycrypt/* ``` ## cryp

[GitHub] [incubator-nuttx] btashton commented on pull request #7352: build qemu in docker

2022-10-19 Thread GitBox
btashton commented on PR #7352: URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1284127901 The push job that actually uploaded the image with your changes in master failed which is why it was missing. I restarted that job https://github.com/apache/incubator-nuttx/acti

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on pull request #1358: ostest:add sem protocl to priority inheritance

2022-10-19 Thread GitBox
pkarashchenko commented on PR #1358: URL: https://github.com/apache/incubator-nuttx-apps/pull/1358#issuecomment-1284126581 > @masayuki2009 @pkarashchenko do you have more concern about this change? This is a case of counting semaphore with priority inheritance enabled. We discussed t

[GitHub] [incubator-nuttx] btashton commented on pull request #7352: build qemu in docker

2022-10-19 Thread GitBox
btashton commented on PR #7352: URL: https://github.com/apache/incubator-nuttx/pull/7352#issuecomment-1284116473 > > > > qemu-system-arm be installed before, but still not work on https://github.com/apache/incubator-nuttx/pull/7266 > so I try to build from the source I look

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a diff in pull request #1361: add tinycrypt to crypto

2022-10-19 Thread GitBox
gustavonihei commented on code in PR #1361: URL: https://github.com/apache/incubator-nuttx-apps/pull/1361#discussion_r999526723 ## crypto/tinycrypt/Makefile: ## @@ -0,0 +1,89 @@ + +# apps/crypto/tinycry

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a diff in pull request #1361: add tinycrypt to crypto

2022-10-19 Thread GitBox
gustavonihei commented on code in PR #1361: URL: https://github.com/apache/incubator-nuttx-apps/pull/1361#discussion_r999526723 ## crypto/tinycrypt/Makefile: ## @@ -0,0 +1,89 @@ + +# apps/crypto/tinycry

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7361: esp32/i2c: Add macros to conform with other peripherals and fix typos

2022-10-19 Thread GitBox
pkarashchenko commented on code in PR #7361: URL: https://github.com/apache/incubator-nuttx/pull/7361#discussion_r999515265 ## arch/xtensa/src/esp32/esp32_i2c.h: ## @@ -43,6 +43,14 @@ extern "C" #define EXTERN extern #endif +#ifdef CONFIG_ESP32_I2C0 + #define ESP32_I2C0 0

[GitHub] [incubator-nuttx] tmedicci commented on a diff in pull request #7268: boards: adapt LVGL v8 defconfig

2022-10-19 Thread GitBox
tmedicci commented on code in PR #7268: URL: https://github.com/apache/incubator-nuttx/pull/7268#discussion_r999510752 ## boards/xtensa/esp32/ttgo_t_display_esp32/configs/lvgl_lcd/defconfig: ## @@ -42,7 +42,13 @@ CONFIG_LCD_ST7789_XOFFSET=53 CONFIG_LCD_ST7789_XRES=135 CONFIG_L

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1361: add tinycrypt to crypto

2022-10-19 Thread GitBox
xiaoxiang781216 commented on PR #1361: URL: https://github.com/apache/incubator-nuttx-apps/pull/1361#issuecomment-1284054281 > > @gustavonihei could you take a look? This patch replace mcuboot private copy to the official tinycrypto. > > MCUboot uses a modified version of tinycrypt,

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #1358: ostest:add sem protocl to priority inheritance

2022-10-19 Thread GitBox
xiaoxiang781216 commented on PR #1358: URL: https://github.com/apache/incubator-nuttx-apps/pull/1358#issuecomment-1284050773 @masayuki2009 @pkarashchenko do you have more concern about this change? -- This is an automated message from the Apache Git Service. To respond to the message, ple

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

2022-10-19 Thread GitBox
xiaoxiang781216 commented on PR #6152: URL: https://github.com/apache/incubator-nuttx/pull/6152#issuecomment-1284045431 If @maht doesn't have time to finish, @yamt may you continue his work? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7339: sched.h: Simplify HAVE_GROUP_MEMBERS logic

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

[incubator-nuttx] 01/02: sched.h: Simplify HAVE_GROUP_MEMBERS logic

2022-10-19 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 8a972817e0e4c541f720eeb994a498ae2a659352 Author: YAMAMOTO Takashi AuthorDate: Tue Oct 18 14:27:28 2022 +0900

[incubator-nuttx] 02/02: group_kill_children_handler: use nxtask_delete as this is in-kernel

2022-10-19 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 a31316cab513db9013a41bf0e321e20858c691de Author: YAMAMOTO Takashi AuthorDate: Wed Oct 19 19:33:30 2022 +0900

  1   2   >