[GitHub] [nuttx] raiden00pl commented on a diff in pull request #8793: nrf52/nrf53: various fixes

2023-03-12 Thread via GitHub
raiden00pl commented on code in PR #8793: URL: https://github.com/apache/nuttx/pull/8793#discussion_r1133213840 ## arch/arm/src/nrf53/Kconfig: ## @@ -205,9 +205,16 @@ config NRF53_SDC_PERIPHERAL_COUNT determines the number of central roles from the following:

[GitHub] [nuttx-apps] xiaoxiang781216 closed pull request #1217: Trigger clean and distclean for all directory which contain Makefile

2023-03-12 Thread via GitHub
xiaoxiang781216 closed pull request #1217: Trigger clean and distclean for all directory which contain Makefile URL: https://github.com/apache/nuttx-apps/pull/1217 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [nuttx-apps] xiaoxiang781216 closed pull request #1632: Revert "Don't run preconfig, clean or distclean when it's not necessary."

2023-03-12 Thread via GitHub
xiaoxiang781216 closed pull request #1632: Revert "Don't run preconfig, clean or distclean when it's not necessary." URL: https://github.com/apache/nuttx-apps/pull/1632 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1217: Trigger clean and distclean for all directory which contain Makefile

2023-03-12 Thread via GitHub
xiaoxiang781216 opened a new pull request, #1217: URL: https://github.com/apache/nuttx-apps/pull/1217 ## Summary Found by https://github.com/apache/incubator-nuttx/pull/6586 ## Impact make distclean and make clean ## Testing Pass CI -- This is an automated messag

[GitHub] [nuttx-apps] xiaoxiang781216 closed pull request #1217: Trigger clean and distclean for all directory which contain Makefile

2023-03-12 Thread via GitHub
xiaoxiang781216 closed pull request #1217: Trigger clean and distclean for all directory which contain Makefile URL: https://github.com/apache/nuttx-apps/pull/1217 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [nuttx] acassis commented on issue #8790: Errors getting started with C++ example

2023-03-12 Thread via GitHub
acassis commented on issue #8790: URL: https://github.com/apache/nuttx/issues/8790#issuecomment-1465195482 @icolwell-as please config that the issue was missing the apps/ directory and if so please close this issue. -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [nuttx-apps] xiaoxiang781216 opened a new pull request, #1657: Fix the indent issue found in build script

2023-03-12 Thread via GitHub
xiaoxiang781216 opened a new pull request, #1657: URL: https://github.com/apache/nuttx-apps/pull/1657 ## Summary style change only ## Impact None ## Testing CI -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8779: arch: Rename up_[early]serialinit to [arm64|riscv|x86_64][early]serialinit

2023-03-12 Thread via GitHub
xiaoxiang781216 commented on PR #8779: URL: https://github.com/apache/nuttx/pull/8779#issuecomment-1465205328 Done, @jerpelea @acassis -- 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 specifi

[nuttx] branch master updated: sensor/mpu60x0: Fix some error bit and width macro

2023-03-12 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 474bcedbd4 sensor/mpu60x0: Fix some error

[GitHub] [nuttx] pkarashchenko merged pull request #8797: sensor/mpu60x0: Fix some error bit and width macro

2023-03-12 Thread via GitHub
pkarashchenko merged PR #8797: URL: https://github.com/apache/nuttx/pull/8797 -- 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: nrf5340-dk: add sdc net core examples

2023-03-12 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 a581b99266 nrf5340-dk: add sdc net core ex

[GitHub] [nuttx] pkarashchenko merged pull request #8796: nrf5340-dk: add sdc net core examples

2023-03-12 Thread via GitHub
pkarashchenko merged PR #8796: URL: https://github.com/apache/nuttx/pull/8796 -- 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-apps] pkarashchenko commented on pull request #1632: Revert "Don't run preconfig, clean or distclean when it's not necessary."

2023-03-12 Thread via GitHub
pkarashchenko commented on PR #1632: URL: https://github.com/apache/nuttx-apps/pull/1632#issuecomment-1465208164 @xiaoxiang781216 I see that both your changes are closed. So does it mean that we do not have the issue, or that you are preparing another solution? -- This is an automated mes

[GitHub] [nuttx-apps] xiaoxiang781216 commented on pull request #1632: Revert "Don't run preconfig, clean or distclean when it's not necessary."

2023-03-12 Thread via GitHub
xiaoxiang781216 commented on PR #1632: URL: https://github.com/apache/nuttx-apps/pull/1632#issuecomment-1465210755 I will hack the individual Makefile instead. -- 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] [nuttx] laoniaokkk opened a new issue, #8798: use esp8266 base on stm32

2023-03-12 Thread via GitHub
laoniaokkk opened a new issue, #8798: URL: https://github.com/apache/nuttx/issues/8798 I want use a module esp8266 as wifi(sta or ap mode) base on stm32,but there is no example tell me how to do it.I need help! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8779: arch: Rename up_[early]serialinit to [arm64|riscv|x86_64][early]serialinit

2023-03-12 Thread via GitHub
pkarashchenko commented on code in PR #8779: URL: https://github.com/apache/nuttx/pull/8779#discussion_r1133315730 ## arch/arm64/src/fvp-v8r/fvp_lowputc.S: ## @@ -50,24 +50,6 @@ * Public Functions /

[GitHub] [nuttx-apps] jturnsek opened a new pull request, #1658: Initial LuaJIT interpreter load

2023-03-12 Thread via GitHub
jturnsek opened a new pull request, #1658: URL: https://github.com/apache/nuttx-apps/pull/1658 ## Summary LuaJIT is Lua interpreter and Just-In-Time compiler. Originally it is not supporting Thumb instruction set (which all Cortex M processors are using), thus this PR is introducing

[GitHub] [nuttx] masayuki2009 commented on pull request #8776: arch: fixed error in the calculation of nwords caused an out of bounds

2023-03-12 Thread via GitHub
masayuki2009 commented on PR #8776: URL: https://github.com/apache/nuttx/pull/8776#issuecomment-1465337009 >Let me check this PR tomorrow but I think this PR just fixes stack coloring and would not fix the issue on stm32f4discovery because the feature was disabled when I encountered the har

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

2023-03-12 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 48b3e7d4 Publishing web: b50f5ca4

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8779: arch: Rename up_[early]serialinit to [arm64|riscv|x86_64][early]serialinit

2023-03-12 Thread via GitHub
xiaoxiang781216 commented on code in PR #8779: URL: https://github.com/apache/nuttx/pull/8779#discussion_r1133381746 ## arch/arm64/src/fvp-v8r/fvp_lowputc.S: ## @@ -50,24 +50,6 @@ * Public Functions

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8779: arch: Rename up_[early]serialinit to [arm64|riscv|x86_64][early]serialinit

2023-03-12 Thread via GitHub
xiaoxiang781216 commented on code in PR #8779: URL: https://github.com/apache/nuttx/pull/8779#discussion_r1133382282 ## arch/x86/src/qemu/qemu_serial.c: ## @@ -93,13 +93,13 @@ int up_putc(int ch) #ifdef USE_EARLYSERIALINIT void x86_earlyserialinit(void) { - up_earlyserialini

[GitHub] [nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1658: Initial LuaJIT interpreter load

2023-03-12 Thread via GitHub
xiaoxiang781216 commented on code in PR #1658: URL: https://github.com/apache/nuttx-apps/pull/1658#discussion_r1133394828 ## interpreters/luajit/Make.defs: ## @@ -0,0 +1,28 @@ + +# apps/interpreters/luaj

[GitHub] [nuttx] qinwei2004 opened a new pull request, #8799: arm64: Support for FPU profile with procfs

2023-03-12 Thread via GitHub
qinwei2004 opened a new pull request, #8799: URL: https://github.com/apache/nuttx/pull/8799 ## Summary To reduce the count of FPU context switching will result at a performance improve with system. but it need to balance the using of FPU instruction and register the patch

[GitHub] [nuttx] zhhyu7 commented on pull request #8782: tcp: add TCP_MAXSEG support

2023-03-12 Thread via GitHub
zhhyu7 commented on PR #8782: URL: https://github.com/apache/nuttx/pull/8782#issuecomment-1465459713 Update the return value of set TCP_MAXSEG to be consistent with linux. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [nuttx] zyfeier commented on a diff in pull request #8645: mutex: move nxmutex to sched

2023-03-12 Thread via GitHub
zyfeier commented on code in PR #8645: URL: https://github.com/apache/nuttx/pull/8645#discussion_r1133441798 ## libs/libc/mutex/mutex_is_hold.c: ## @@ -0,0 +1,50 @@ +/ + * libs/libc/mutex/mutex_is_hold.c

[GitHub] [nuttx-apps] anchao commented on a diff in pull request #1638: wasm: increase WASM_INITIAL_MEMORY if stack size is great than initial memory

2023-03-12 Thread via GitHub
anchao commented on code in PR #1638: URL: https://github.com/apache/nuttx-apps/pull/1638#discussion_r1133445718 ## interpreters/Wasm.mk: ## @@ -25,6 +25,10 @@ WASM_INITIAL_MEMORY ?= 65536 STACKSIZE ?= $(CONFIG_DEFAULT_TASK_STACKSIZE) PRIORITY?= SCHED_PRI

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8776: arch: fixed error in the calculation of nwords caused an out of bounds

2023-03-12 Thread via GitHub
xiaoxiang781216 commented on PR #8776: URL: https://github.com/apache/nuttx/pull/8776#issuecomment-1465520546 @masayuki2009 could you merge it? -- 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

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #8755: ramlog: optimize ramlog_addchar, copy as much content as possible at a time

2023-03-12 Thread via GitHub
Gary-Hobson commented on code in PR #8755: URL: https://github.com/apache/nuttx/pull/8755#discussion_r1133461392 ## drivers/syslog/ramlog.c: ## @@ -286,84 +296,42 @@ static int ramlog_addchar(FAR struct ramlog_dev_s *priv, char ch) flags = enter_critical_section(); - /*

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #8755: ramlog: optimize ramlog_addchar, copy as much content as possible at a time

2023-03-12 Thread via GitHub
Gary-Hobson commented on code in PR #8755: URL: https://github.com/apache/nuttx/pull/8755#discussion_r1133461607 ## drivers/syslog/ramlog.c: ## @@ -286,84 +296,42 @@ static int ramlog_addchar(FAR struct ramlog_dev_s *priv, char ch) flags = enter_critical_section(); - /*

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #8755: ramlog: optimize ramlog_addchar, copy as much content as possible at a time

2023-03-12 Thread via GitHub
Gary-Hobson commented on code in PR #8755: URL: https://github.com/apache/nuttx/pull/8755#discussion_r1133463931 ## drivers/syslog/ramlog.c: ## @@ -267,13 +266,24 @@ static void ramlog_initbuf(void) #endif /

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #8755: ramlog: optimize ramlog_addchar, copy as much content as possible at a time

2023-03-12 Thread via GitHub
Gary-Hobson commented on code in PR #8755: URL: https://github.com/apache/nuttx/pull/8755#discussion_r1133464231 ## drivers/syslog/ramlog.c: ## @@ -286,84 +296,42 @@ static int ramlog_addchar(FAR struct ramlog_dev_s *priv, char ch) flags = enter_critical_section(); - /*

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8755: ramlog: optimize ramlog_addchar, copy as much content as possible at a time

2023-03-12 Thread via GitHub
xiaoxiang781216 commented on code in PR #8755: URL: https://github.com/apache/nuttx/pull/8755#discussion_r1133466823 ## drivers/syslog/ramlog.c: ## @@ -286,84 +296,42 @@ static int ramlog_addchar(FAR struct ramlog_dev_s *priv, char ch) flags = enter_critical_section(); -

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8755: ramlog: optimize ramlog_addchar, copy as much content as possible at a time

2023-03-12 Thread via GitHub
xiaoxiang781216 commented on code in PR #8755: URL: https://github.com/apache/nuttx/pull/8755#discussion_r1133468916 ## drivers/syslog/ramlog.c: ## @@ -267,13 +266,24 @@ static void ramlog_initbuf(void) #endif /

[GitHub] [nuttx] Gary-Hobson commented on a diff in pull request #8755: ramlog: optimize ramlog_addchar, copy as much content as possible at a time

2023-03-12 Thread via GitHub
Gary-Hobson commented on code in PR #8755: URL: https://github.com/apache/nuttx/pull/8755#discussion_r1133478607 ## drivers/syslog/ramlog.c: ## @@ -267,13 +266,24 @@ static void ramlog_initbuf(void) #endif /

[GitHub] [nuttx-apps] jturnsek commented on a diff in pull request #1658: Initial LuaJIT interpreter load

2023-03-12 Thread via GitHub
jturnsek commented on code in PR #1658: URL: https://github.com/apache/nuttx-apps/pull/1658#discussion_r1133484255 ## interpreters/luajit/Makefile: ## @@ -0,0 +1,172 @@ + +# apps/interpreters/luajit/Make

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8645: mutex: move nxmutex to sched

2023-03-12 Thread via GitHub
xiaoxiang781216 commented on PR #8645: URL: https://github.com/apache/nuttx/pull/8645#issuecomment-1465597505 > I will take a look over the weekend. @pkarashchenko do you finish the review? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8799: arm64: Support for FPU profile with procfs

2023-03-12 Thread via GitHub
xiaoxiang781216 commented on code in PR #8799: URL: https://github.com/apache/nuttx/pull/8799#discussion_r1133459801 ## arch/arm64/Kconfig: ## @@ -158,9 +158,11 @@ config ARCH_CORTEX_R82 bool default n select ARCH_ARMV8R + select ARM_HAVE_NEON Revi