[GitHub] [incubator-nuttx-apps] no1wudi opened a new pull request, #1295: Don't download tarballs if a local git repo found

2022-08-26 Thread GitBox
no1wudi opened a new pull request, #1295: URL: https://github.com/apache/incubator-nuttx-apps/pull/1295 ## Summary Don't download tarballs if a local git repo found, to save time or avoid modify the makefile in local, make it easy to intergrate nuttx with customized third party software.

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6939: drivers/sensors/as5048b.c: change initialization of struct to C89 standard

2022-08-26 Thread GitBox
pkarashchenko merged PR #6939: URL: https://github.com/apache/incubator-nuttx/pull/6939 -- 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 (a5fd1140cb -> b933ea63c4)

2022-08-26 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 a5fd1140cb arch/xtensa: Remove non-existent ARCH_HAVE_TESTSET support for ESP32-S2 add b933ea63c

[incubator-nuttx] branch master updated (4b6d4de972 -> a5fd1140cb)

2022-08-26 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 4b6d4de972 sim: Added gcov dump on application exit. add a5fd1140cb arch/xtensa: Remove non-exist

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6937: arch/xtensa: Remove non-existent `ARCH_HAVE_TESTSET` support for ESP32-S2

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

[GitHub] [incubator-nuttx] zouboan opened a new pull request, #6939: as5048b.c: change initialization of struct to C89 standard

2022-08-26 Thread GitBox
zouboan opened a new pull request, #6939: URL: https://github.com/apache/incubator-nuttx/pull/6939 ## Summary as5048b.c: change initialization of struct to C89 standard ## Impact as5048b driver build with -std=c89 ## Testing CI -- This is an automated message from the Ap

[GitHub] [incubator-nuttx] greg5678 opened a new issue, #6938: Nuttx not installing correctly on the Particle Photon.

2022-08-26 Thread GitBox
greg5678 opened a new issue, #6938: URL: https://github.com/apache/incubator-nuttx/issues/6938 Here are the commands I've used. ``` $ mkdir nuttxspace $ cd nuttxspace $ git clone https://github.com/apache/incubator-nuttx.git nuttx $ git clone https://github.com/apache/incubato

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

2022-08-26 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 6fe8f4f Publishing web

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request, #6937: arch/xtensa: Remove non-existent ARCH_HAVE_TESTSET support for ESP32-S2

2022-08-26 Thread GitBox
gustavonihei opened a new pull request, #6937: URL: https://github.com/apache/incubator-nuttx/pull/6937 ## Summary This PR intends to fix the feature list for ESP32-S2, which added `ARCH_HAVE_TESTSET` support by mistake. **ESP32-S2** lacks support for **S32C1I** instruction for condition

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6926: list.h: Change inline function to macro as much as possbile

2022-08-26 Thread GitBox
pkarashchenko commented on code in PR #6926: URL: https://github.com/apache/incubator-nuttx/pull/6926#discussion_r956262713 ## include/nuttx/list.h: ## @@ -299,102 +311,6 @@ list_remove_tail(FAR struct list_node *list) } } -static inline FAR struct list_node * -list_peek

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1294: fix use of addroute/delroute

2022-08-26 Thread GitBox
pkarashchenko commented on code in PR #1294: URL: https://github.com/apache/incubator-nuttx-apps/pull/1294#discussion_r956258533 ## examples/mld/mld_main.c: ## @@ -359,31 +360,31 @@ int main(int argc, FAR char *argv[]) /* Set up a routing table entry for the address of the

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6936: cpuload: fix cpuload error

2022-08-26 Thread GitBox
pkarashchenko commented on PR #6936: URL: https://github.com/apache/incubator-nuttx/pull/6936#issuecomment-1228748431 Please remove Gerrit change id -- 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 t

[GitHub] [incubator-nuttx] fjpanag commented on pull request #6923: net: remove pvconn reference from all devif callback

2022-08-26 Thread GitBox
fjpanag commented on PR #6923: URL: https://github.com/apache/incubator-nuttx/pull/6923#issuecomment-1228726044 I just had one device crash again. The original issue of the NULL pointer is indeed resolved, but I believe the new problem is strongly related to the original issue (or may

[GitHub] [incubator-nuttx] GUIDINGLI opened a new pull request, #6936: cpuload: fix cpuload error

2022-08-26 Thread GitBox
GUIDINGLI opened a new pull request, #6936: URL: https://github.com/apache/incubator-nuttx/pull/6936 ## Summary cpuload: fix cpuload error ## Impact cpuload ## Testing VELA -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6933: sim: Added gcov dump on application exit.

2022-08-26 Thread GitBox
xiaoxiang781216 merged PR #6933: URL: https://github.com/apache/incubator-nuttx/pull/6933 -- 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] branch master updated: sim: Added gcov dump on application exit.

2022-08-26 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 4b6d4de972 sim: Added gcov dump on a

[GitHub] [incubator-nuttx] fjpanag commented on a diff in pull request #6933: sim: Added gcov dump on application exit.

2022-08-26 Thread GitBox
fjpanag commented on code in PR #6933: URL: https://github.com/apache/incubator-nuttx/pull/6933#discussion_r956036654 ## arch/sim/src/sim/win/up_hostmisc.c: ## @@ -40,6 +48,12 @@ void host_abort(int status) { +#ifdef CONFIG_ARCH_COVERAGE + /* Dump gcov data. */ + + __gcov_

[incubator-nuttx] branch master updated: fs/aio: fix typo ail

2022-08-26 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 9c0b71469c fs/aio: fix typo ail 9c0b

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6932: fs/aio: fix typo ail

2022-08-26 Thread GitBox
xiaoxiang781216 merged PR #6932: URL: https://github.com/apache/incubator-nuttx/pull/6932 -- 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] branch master updated (1ad066955f -> 162fcd10ca)

2022-08-26 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 1ad066955f Avoid assertion violation in case of kmm_free(NULL) new ea621599fd net: remove pvconn refe

[incubator-nuttx] 01/02: net: remove pvconn reference from all devif callback

2022-08-26 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 ea621599fd5502d9bcffeae7723f66797ebd72cc Author: chao.an AuthorDate: Thu Aug 25 20:15:56 2022 +0800 net

[incubator-nuttx] 02/02: net: cleanup pvconn reference to avoid confuse

2022-08-26 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 162fcd10caac9f369afe890e154323db2b2aea20 Author: chao.an AuthorDate: Thu Aug 25 21:17:57 2022 +0800 net

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6923: net: remove pvconn reference from all devif callback

2022-08-26 Thread GitBox
xiaoxiang781216 merged PR #6923: URL: https://github.com/apache/incubator-nuttx/pull/6923 -- 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] xiaoxiang781216 commented on a diff in pull request #6933: sim: Added gcov dump on application exit.

2022-08-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6933: URL: https://github.com/apache/incubator-nuttx/pull/6933#discussion_r956015327 ## arch/sim/src/sim/win/up_hostmisc.c: ## @@ -40,6 +48,12 @@ void host_abort(int status) { +#ifdef CONFIG_ARCH_COVERAGE + /* Dump gcov data. */ + +

[incubator-nuttx] branch master updated (2d32ebe952 -> 1ad066955f)

2022-08-26 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 2d32ebe952 arch/arm/src/stm32f7/stm32_otghost.c: fix syslog formats add 1ad066955f Avoid assertion vi

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6928: Avoid assertion violation in case of kmm_free(NULL)

2022-08-26 Thread GitBox
xiaoxiang781216 merged PR #6928: URL: https://github.com/apache/incubator-nuttx/pull/6928 -- 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] branch master updated (a1afd66d19 -> 2d32ebe952)

2022-08-26 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 a1afd66d19 boards/k210/maix-bit: Fix a typo in README add 2d32ebe952 arch/arm/src/stm32f7/stm32_otgho

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6930: arch/arm/src/stm32f7/stm32_otghost.c: fix syslog formats

2022-08-26 Thread GitBox
xiaoxiang781216 merged PR #6930: URL: https://github.com/apache/incubator-nuttx/pull/6930 -- 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] branch master updated (448c53a6f6 -> a1afd66d19)

2022-08-26 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 448c53a6f6 boards/arm/stm32f7/nucleo-144/src/stm32_usb.c: fix CONFIG_STM32F4DISCO_USBHOST_PRIO && CONFIG_

[GitHub] [incubator-nuttx] fjpanag commented on a diff in pull request #6933: sim: Added gcov dump on application exit.

2022-08-26 Thread GitBox
fjpanag commented on code in PR #6933: URL: https://github.com/apache/incubator-nuttx/pull/6933#discussion_r956006259 ## arch/sim/src/sim/win/up_hostmisc.c: ## @@ -40,6 +48,12 @@ void host_abort(int status) { +#ifdef CONFIG_ARCH_COVERAGE + /* Dump gcov data. */ + + __gcov_

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6929: boards/k210/maix-bit: Fix a typo in README

2022-08-26 Thread GitBox
xiaoxiang781216 merged PR #6929: URL: https://github.com/apache/incubator-nuttx/pull/6929 -- 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] branch master updated: boards/arm/stm32f7/nucleo-144/src/stm32_usb.c: fix CONFIG_STM32F4DISCO_USBHOST_PRIO && CONFIG_STM32F4DISCO_USBHOST_STACKSIZE

2022-08-26 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 448c53a6f6 boards/arm/stm32f7/nucleo

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6931: boards/arm/stm32f7/nucleo-144/src/stm32_usb.c: fix CONFIG_STM32F4DISC…

2022-08-26 Thread GitBox
xiaoxiang781216 merged PR #6931: URL: https://github.com/apache/incubator-nuttx/pull/6931 -- 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] xiaoxiang781216 commented on a diff in pull request #6933: sim: Added gcov dump on application exit.

2022-08-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6933: URL: https://github.com/apache/incubator-nuttx/pull/6933#discussion_r956005949 ## arch/sim/src/sim/win/up_hostmisc.c: ## @@ -40,6 +48,12 @@ void host_abort(int status) { +#ifdef CONFIG_ARCH_COVERAGE + /* Dump gcov data. */ + +

[GitHub] [incubator-nuttx] fjpanag commented on a diff in pull request #6933: sim: Added gcov dump on application exit.

2022-08-26 Thread GitBox
fjpanag commented on code in PR #6933: URL: https://github.com/apache/incubator-nuttx/pull/6933#discussion_r956002068 ## arch/sim/src/sim/win/up_hostmisc.c: ## @@ -40,6 +48,12 @@ void host_abort(int status) { +#ifdef CONFIG_ARCH_COVERAGE + /* Dump gcov data. */ + + __gcov_

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6933: sim: Added gcov dump on application exit.

2022-08-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6933: URL: https://github.com/apache/incubator-nuttx/pull/6933#discussion_r956000600 ## arch/sim/src/sim/win/up_hostmisc.c: ## @@ -40,6 +48,12 @@ void host_abort(int status) { +#ifdef CONFIG_ARCH_COVERAGE + /* Dump gcov data. */ + +

[GitHub] [incubator-nuttx] chengkai15 opened a new pull request, #6935: arch/sim: add bth4 bridge codes

2022-08-26 Thread GitBox
chengkai15 opened a new pull request, #6935: URL: https://github.com/apache/incubator-nuttx/pull/6935 Signed-off-by: chengkai ## Summary add sim bt bridge register ## Impact NO ## Testing ci pass -- This is an automated message from the Apache Git Service

[GitHub] [incubator-nuttx] chengkai15 opened a new pull request, #6934: wireless/bluetooth:add bt bridge codes

2022-08-26 Thread GitBox
chengkai15 opened a new pull request, #6934: URL: https://github.com/apache/incubator-nuttx/pull/6934 Signed-off-by: chengkai ## Summary add bt bridge feature, with which two bt protocol stacks could coexist. ## Impact NO ## Testing ci pass -- This is an

[GitHub] [incubator-nuttx] fjpanag commented on pull request #6933: sim: Added gcov dump on application exit.

2022-08-26 Thread GitBox
fjpanag commented on PR #6933: URL: https://github.com/apache/incubator-nuttx/pull/6933#issuecomment-1228395751 I am not sure what is the style problem: ``` up_hostmisc.c:62:9: error: Mixed case identifier found ``` -- This is an automated message from the Apache Git S

[GitHub] [incubator-nuttx] fjpanag commented on pull request #6923: net: remove pvconn reference from all devif callback

2022-08-26 Thread GitBox
fjpanag commented on PR #6923: URL: https://github.com/apache/incubator-nuttx/pull/6923#issuecomment-1228380069 @xiaoxiang781216 I have performed some tests, and I used the patch for some time. No issues so far. Now I have applied the patch on the production firmware and I have left i

[GitHub] [incubator-nuttx] fjpanag opened a new pull request, #6933: sim: Added gcov dump on application exit.

2022-08-26 Thread GitBox
fjpanag opened a new pull request, #6933: URL: https://github.com/apache/incubator-nuttx/pull/6933 ## Summary Added gcov data dumping when the simulator exits. ## Impact Gcov can be used without NSH and the gcov app. ## Testing Tested that the simulator inde

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6923: net: remove pvconn reference from all devif callback

2022-08-26 Thread GitBox
xiaoxiang781216 commented on PR #6923: URL: https://github.com/apache/incubator-nuttx/pull/6923#issuecomment-1228314930 @fjpanag do you have the final result? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[incubator-nuttx] branch master updated (77a99acc98 -> e68c975c41)

2022-08-26 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 77a99acc98 net/icmpv6: fix build break "duplicate macro parameter" add e68c975c41 boards: lm3s6965-ek

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6927: boards: lm3s6965-ek: Fix to load ELF applications for qemu-protected

2022-08-26 Thread GitBox
xiaoxiang781216 merged PR #6927: URL: https://github.com/apache/incubator-nuttx/pull/6927 -- 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] xiaoxiang781216 commented on a diff in pull request #6928: Avoid assertion violation in case of kmm_free(NULL)

2022-08-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6928: URL: https://github.com/apache/incubator-nuttx/pull/6928#discussion_r955883412 ## fs/tmpfs/fs_tmpfs.c: ## @@ -1442,7 +1442,11 @@ static int tmpfs_close(FAR struct file *filep) * have any other references. */ -

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6928: Avoid assertion violation in case of kmm_free(NULL)

2022-08-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6928: URL: https://github.com/apache/incubator-nuttx/pull/6928#discussion_r955883412 ## fs/tmpfs/fs_tmpfs.c: ## @@ -1442,7 +1442,11 @@ static int tmpfs_close(FAR struct file *filep) * have any other references. */ -

[GitHub] [incubator-nuttx] yangxuan8282 opened a new pull request, #6932: fs/aio: fix typo ail

2022-08-26 Thread GitBox
yangxuan8282 opened a new pull request, #6932: URL: https://github.com/apache/incubator-nuttx/pull/6932 ## Summary Fix typo in comment section. Replace `ail` with `fail` ## Impact No impact is expected. ## Testing Local build ok. -- This is an auto

[GitHub] [incubator-nuttx] yangxuan8282 opened a new pull request, #6931: boards/arm/stm32f7/nucleo-144/src/stm32_usb.c: fix CONFIG_STM32F4DISC…

2022-08-26 Thread GitBox
yangxuan8282 opened a new pull request, #6931: URL: https://github.com/apache/incubator-nuttx/pull/6931 ## Summary I guess the `CONFIG_STM32F4DISCO_USBHOST_PRIO` and `CONFIG_STM32F4DISCO_USBHOST_STACKSIZE` should be `CONFIG_NUCLEO144_USBHOST_PRIO` and `CONFIG_NUCLEO_USBHOST_STA

[GitHub] [incubator-nuttx] yangxuan8282 opened a new pull request, #6930: arch/arm/src/stm32f7/stm32_otghost.c: fix syslog formats

2022-08-26 Thread GitBox
yangxuan8282 opened a new pull request, #6930: URL: https://github.com/apache/incubator-nuttx/pull/6930 ## Summary Similar to this commit for stm32h7: https://github.com/apache/incubator-nuttx/commit/41db756d78ce5462b56fe69f5004efc1bcf66fae ## Impact No impact is expec

[GitHub] [incubator-nuttx] no1wudi opened a new pull request, #6929: boards/k210/maix-bit: Fix a typo in README

2022-08-26 Thread GitBox
no1wudi opened a new pull request, #6929: URL: https://github.com/apache/incubator-nuttx/pull/6929 ## Summary ## Impact NO ## Testing CI -- 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

[GitHub] [incubator-nuttx] michi-jung commented on a diff in pull request #6928: tmpfs: Avoid potential kmm_free(NULL)

2022-08-26 Thread GitBox
michi-jung commented on code in PR #6928: URL: https://github.com/apache/incubator-nuttx/pull/6928#discussion_r955809453 ## fs/tmpfs/fs_tmpfs.c: ## @@ -1442,7 +1442,11 @@ static int tmpfs_close(FAR struct file *filep) * have any other references. */ - kmm_

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6928: tmpfs: Avoid potential kmm_free(NULL)

2022-08-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6928: URL: https://github.com/apache/incubator-nuttx/pull/6928#discussion_r955800443 ## fs/tmpfs/fs_tmpfs.c: ## @@ -1442,7 +1442,11 @@ static int tmpfs_close(FAR struct file *filep) * have any other references. */ -

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6928: tmpfs: Avoid potential kmm_free(NULL)

2022-08-26 Thread GitBox
xiaoxiang781216 commented on code in PR #6928: URL: https://github.com/apache/incubator-nuttx/pull/6928#discussion_r955800443 ## fs/tmpfs/fs_tmpfs.c: ## @@ -1442,7 +1442,11 @@ static int tmpfs_close(FAR struct file *filep) * have any other references. */ -

[GitHub] [incubator-nuttx-apps] github-liyi opened a new pull request, #1294: fix use of addroute/delroute

2022-08-26 Thread GitBox
github-liyi opened a new pull request, #1294: URL: https://github.com/apache/incubator-nuttx-apps/pull/1294 Signed-off-by: liyi ## Summary fix the use of addroute/delroute addroute/delroute function's input parameter may be a structure sockadd_in(netlib_set_dripv4addr), whic

[GitHub] [incubator-nuttx] michi-jung opened a new pull request, #6928: tmpfs: Avoid potential kmm_free(NULL)

2022-08-26 Thread GitBox
michi-jung opened a new pull request, #6928: URL: https://github.com/apache/incubator-nuttx/pull/6928 ## Summary If a file on tmpfs is opened, unlinked and closed without writing anything to the file, then no heap buffer has ever been allocated to hold the file's content. This l

[incubator-nuttx] 02/04: update IPv6 NIC parameters unconditionally when ICMPv6 RA is received

2022-08-26 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 commit 00cf3e559d367f16d93511ce272c0963285684c0 Author: luojun1 AuthorDate: Fri Jul 29 19:22:27 2022 +0800

[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6925: net/icmpv6: finetune the RA parsing procedure

2022-08-26 Thread GitBox
pkarashchenko merged PR #6925: URL: https://github.com/apache/incubator-nuttx/pull/6925 -- 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 (423ee67554 -> 77a99acc98)

2022-08-26 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 423ee67554 Double the MMCSD_IDLE_DELAY from 50ms to 100ms because I found one card that needs this to

[incubator-nuttx] 01/04: finetune the RA parsing procedure

2022-08-26 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 commit 7c2986bb34f8334d5906a1bdefa02de7b00f3df0 Author: luojun1 AuthorDate: Thu Jul 28 21:53:58 2022 +0800

[incubator-nuttx] 04/04: net/icmpv6: fix build break "duplicate macro parameter"

2022-08-26 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 commit 77a99acc98737a9e38694fa8270de806b4087e53 Author: chao.an AuthorDate: Fri Aug 26 14:11:48 2022 +0800

[incubator-nuttx] 03/04: icmpv6: add NTOHL when parse ICMPV6 option MTU

2022-08-26 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 commit cc421e43e4b7bb1b38dfe269a4dd1d029c2a1c8d Author: zhanghongyu AuthorDate: Tue Aug 23 23:21:20 2022 +0800