[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #4191: Add BOARDCTL_SWITCH_BOOT to support switch Boot A/B system

2021-07-20 Thread GitBox
xiaoxiang781216 edited a comment on pull request #4191: URL: https://github.com/apache/incubator-nuttx/pull/4191#issuecomment-883941665 > Seems rather application-specific.  Have you considered the generic BOARDIOC_IOCTL instead?Sent from my Galaxy Yes, but it isn't too specific. If

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4191: Add BOARDCTL_SWITCH_BOOT to support switch Boot A/B system

2021-07-20 Thread GitBox
xiaoxiang781216 commented on pull request #4191: URL: https://github.com/apache/incubator-nuttx/pull/4191#issuecomment-883941665 > Seems rather application-specific.  Have you considered the generic BOARDIOC_IOCTL instead?Sent from my Galaxy Yes, but it isn't too specific. If the boa

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4192: boards: sim: Update smp/defconfig

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #4192: URL: https://github.com/apache/incubator-nuttx/pull/4192 -- 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

[incubator-nuttx] branch master updated (7d4502a -> 301ec1c)

2021-07-20 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 7d4502a net/socket: add SO_SNDBUF support add 301ec1c boards: sim: Update smp/defconfig No new re

[GitHub] [incubator-nuttx] TA1DB opened a new issue #4194: Unnecessary download of ESP Wireless Drivers

2021-07-20 Thread GitBox
TA1DB opened a new issue #4194: URL: https://github.com/apache/incubator-nuttx/issues/4194 I am working with esp32-wrover-kit:wapi configuration. Whenever I do "make menuconfig" and "make", the build system loads the ESP Wireless Drivers again and again irrelevant of their being already do

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4193: fs: Change off_t and related types to int64_t if long long is supported

2021-07-20 Thread GitBox
xiaoxiang781216 opened a new pull request #4193: URL: https://github.com/apache/incubator-nuttx/pull/4193 ## Summary since it is very popular that the storage capcacity is large than 4GB even in the embedded system: https://www.opengroup.org/platform/lfs.html https://en.wikipedia

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #4192: boards: sim: Update smp/defconfig

2021-07-20 Thread GitBox
masayuki2009 opened a new pull request #4192: URL: https://github.com/apache/incubator-nuttx/pull/4192 ## Summary - This commit adds CONFIG_STACK_COLORATION=y to smp/defconfig ## Impact - None ## Testing - Tested with ostest -- This is an automated m

[GitHub] [incubator-nuttx-apps] yamt commented on pull request #809: Revert "webclient: Don't call the sink callback if no data is available"

2021-07-20 Thread GitBox
yamt commented on pull request #809: URL: https://github.com/apache/incubator-nuttx-apps/pull/809#issuecomment-883871081 > > i'm not sure if i understand what your app does. > > sink_callback is for the response body. > > as far as i know, right now there is no api for applications to

[GitHub] [incubator-nuttx] patacongo commented on pull request #4191: Add BOARDCTL_SWITCH_BOOT to support switch Boot A/B system

2021-07-20 Thread GitBox
patacongo commented on pull request #4191: URL: https://github.com/apache/incubator-nuttx/pull/4191#issuecomment-883857910 Seems rather application-specific.  Have you considered the generic BOARDIOC_IOCTL instead?Sent from my Galaxy -- This is an automated message from the Apache Gi

[incubator-nuttx] 02/02: net/socket: add SO_SNDBUF support

2021-07-20 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 7d4502aca61d3e760f3af0868efe800e864f3bf2 Author: chao.an AuthorDate: Mon Jul 19 21:45:46 2021 +0800 net

[incubator-nuttx] branch master updated (011c938 -> 7d4502a)

2021-07-20 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 011c938 Remove xtensa_backtrace.S reference from esp32s2 as well new f52757f net/wrb: add tcp/udp_

[incubator-nuttx] 01/02: net/wrb: add tcp/udp_inqueue_wrb_size() interface

2021-07-20 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 f52757f90a3de3da57af5ea6d7e8ad7993236dc0 Author: chao.an AuthorDate: Wed Jul 14 17:30:44 2021 +0800 net

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4080: net/socket: add SO_SNDBUF support

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #4080: URL: https://github.com/apache/incubator-nuttx/pull/4080 -- 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-apps] gustavonihei commented on pull request #809: Revert "webclient: Don't call the sink callback if no data is available"

2021-07-20 Thread GitBox
gustavonihei commented on pull request #809: URL: https://github.com/apache/incubator-nuttx-apps/pull/809#issuecomment-883852570 > i'm not sure if i understand what your app does. > sink_callback is for the response body. > as far as i know, right now there is no api for applications

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #4191: Add BOARDCTL_SWITCH_BOOT to support switch Boot A/B system

2021-07-20 Thread GitBox
liuguo09 opened a new pull request #4191: URL: https://github.com/apache/incubator-nuttx/pull/4191 ## Summary board/ctrl: add BOARDCTL_SWITCH_BOOT support Add switch boot system suppport once the Boot A/B system updated or specified. Also correct BOARDIOC_USER cmd value.

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2414: net/tcp: implement the fast retransmit

2021-07-20 Thread GitBox
yamt commented on a change in pull request #2414: URL: https://github.com/apache/incubator-nuttx/pull/2414#discussion_r673617283 ## File path: net/tcp/tcp_send_buffered.c ## @@ -484,6 +485,26 @@ static uint16_t psock_send_eventhandler(FAR struct net_driver_s *dev,

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4187: Fix xtensa_btdump() to look at the exception frame

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #4187: URL: https://github.com/apache/incubator-nuttx/pull/4187 -- 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

[incubator-nuttx] branch master updated (19fddc4 -> 011c938)

2021-07-20 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 19fddc4 Kintis:LPUART add RX DMA new d2e Fix xtensa_btdump() to look at the exception frame

[incubator-nuttx] 02/02: Remove xtensa_backtrace.S reference from esp32s2 as well

2021-07-20 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 011c938116716038443d3d385f3f34aa37729b97 Author: Alan C. Assis AuthorDate: Tue Jul 20 16:32:50 2021 -0300

[incubator-nuttx] 01/02: Fix xtensa_btdump() to look at the exception frame

2021-07-20 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 d2e262ef2d66cf4d7708ce64d0687b08e4e4 Author: Alan C. Assis AuthorDate: Tue Jul 20 09:34:14 2021 -0300

[incubator-nuttx] 01/02: kinetis:LPUART Add IOCTL for invert

2021-07-20 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 34eb91866542e83943b540d8590d04b76caee42b Author: David Sidrane AuthorDate: Tue Jul 20 10:16:35 2021 -0700

[incubator-nuttx] branch master updated (5db4d2a -> 19fddc4)

2021-07-20 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 5db4d2a sched/task: Fix wrong return value from nxspawn_open() new 34eb918 kinetis:LPUART Add IOCT

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4190: kinetis lpserial add RX DMA

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #4190: URL: https://github.com/apache/incubator-nuttx/pull/4190 -- 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

[incubator-nuttx] 02/02: Kintis:LPUART add RX DMA

2021-07-20 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 19fddc451ca7f9d43f5a57e591f58c453cd61a0b Author: David Sidrane AuthorDate: Tue Jul 20 11:43:24 2021 -0700

[GitHub] [incubator-nuttx-apps] yamt commented on pull request #809: Revert "webclient: Don't call the sink callback if no data is available"

2021-07-20 Thread GitBox
yamt commented on pull request #809: URL: https://github.com/apache/incubator-nuttx-apps/pull/809#issuecomment-883835451 i'm not sure if i understand what your app does. sink_callback is for the response body. as far as i know, right now there is no api for applications to investigate

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new pull request #809: Revert "webclient: Don't call the sink callback if no data is available"

2021-07-20 Thread GitBox
gustavonihei opened a new pull request #809: URL: https://github.com/apache/incubator-nuttx-apps/pull/809 ## Summary This PR intends to revert commit ee1f4fdcdbbfbb02f4e9e9970b27e45a95a724e7. After the mentioned commit an application no longer receives the HTTP header via the `sin

[incubator-nuttx-website] branch asf-site updated: Publishing web: 934a4647f20f1ab1148ce00d3b05b97fb19ad702 docs: 5db4d2a83baafbd97716cbe392b3ceebe37aff6a

2021-07-20 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 f4329c5 Publishing web

[GitHub] [incubator-nuttx] acassis edited a comment on issue #4188: nucleo_h743zi2 peripheral use

2021-07-20 Thread GitBox
acassis edited a comment on issue #4188: URL: https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883707156 Try to enable in the menuconfig: ``` Application Configuration ---> NSH Library ---> [*] Have architecture-specific initialization ```

[GitHub] [incubator-nuttx] acassis commented on issue #4188: nucleo_h743zi2 peripheral use

2021-07-20 Thread GitBox
acassis commented on issue #4188: URL: https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883707156 Try to enable in the menuconfig: Application Configuration ---> NSH Library ---> [*] Have architecture-specific initialization If it you still facing error (wha

[GitHub] [incubator-nuttx] eden-desta edited a comment on issue #4188: nucleo_h743zi2 peripheral use

2021-07-20 Thread GitBox
eden-desta edited a comment on issue #4188: URL: https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883688441 Thank @michallenc @saramonteiro @acassis all for taking the time! So I have attempted to do this as you said above. And these are the steps I took without a

[GitHub] [incubator-nuttx] eden-desta edited a comment on issue #4188: nucleo_h743zi2 peripheral use

2021-07-20 Thread GitBox
eden-desta edited a comment on issue #4188: URL: https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883688441 Thank you all for taking the time! So I have attempted to do this as you said above. And these are the steps I took without any success. the `stm32_br

[GitHub] [incubator-nuttx] eden-desta commented on issue #4188: nucleo_h743zi2 peripheral use

2021-07-20 Thread GitBox
eden-desta commented on issue #4188: URL: https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883688441 Thank you all for taking the time! So I have attempted to do this as you said above. And these are the steps I took without any success. the `stm32_bringup.c

[GitHub] [incubator-nuttx] acassis commented on issue #4188: nucleo_h743zi2 peripheral use

2021-07-20 Thread GitBox
acassis commented on issue #4188: URL: https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883639567 @saramonteiro and @michallenc the board she is using is the nucleo-h743zi2 not nucleo-h743zi. The file to be modified is the boards/arm/stm32h7/nucleo-h743zi2/src/stm32_brin

[GitHub] [incubator-nuttx] saramonteiro commented on issue #4188: nucleo_h743zi2 peripheral use

2021-07-20 Thread GitBox
saramonteiro commented on issue #4188: URL: https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883618746 From what I see here, nucleo-h743zi board userleds implementation is incomplete. We already have `nuttx/boards/arm/stm32h7/nucleo-h743zi/src/stm32_userleds.c`, so wh

[GitHub] [incubator-nuttx] davids5 opened a new pull request #4190: kinetis lpserial add RX DMA

2021-07-20 Thread GitBox
davids5 opened a new pull request #4190: URL: https://github.com/apache/incubator-nuttx/pull/4190 ## Summary Adds RX DMA for LPUART ## Impact None not use in tree ## Testing nxp_fmu_k66-xx -- This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-nuttx] michallenc edited a comment on issue #4188: nucleo_h743zi2 peripheral use

2021-07-20 Thread GitBox
michallenc edited a comment on issue #4188: URL: https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883605655 Hello, I think the problem is that you do not register the device /dev/userleds/ in board level code. If you take a look into this part of code for Teensy 4.

[GitHub] [incubator-nuttx] acassis commented on issue #4189: NuttX md5 command doesn't return same hash value returned by Linux md5sum

2021-07-20 Thread GitBox
acassis commented on issue #4189: URL: https://github.com/apache/incubator-nuttx/issues/4189#issuecomment-883605943 An easier way to test: ``` NuttX: nsh> dd if=/dev/zero of=bytes.bin bs=1 count=8 nsh> md5 bytes.bin

[GitHub] [incubator-nuttx] michallenc commented on issue #4188: nucleo_h743zi2 peripheral use

2021-07-20 Thread GitBox
michallenc commented on issue #4188: URL: https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883605655 Hello, I think the problem is that you do not register the device /dev/userleds/ in board level code. If you take a look into this part of code for Teensy 4.1 boar

[GitHub] [incubator-nuttx] acassis opened a new issue #4189: NuttX md5 command doesn't return same hash value returned by Linux md5sum

2021-07-20 Thread GitBox
acassis opened a new issue #4189: URL: https://github.com/apache/incubator-nuttx/issues/4189 Please see the test: ``` nsh> wapi essid wlan0 ACA2021_2.4GHz 1 nsh> wapi psk wlan0 3 nsh> ifconfig wlan0 Link encap:Ethernet HWaddr ac:67:b2:53:95:18 at UP inet

[GitHub] [incubator-nuttx] eden-desta opened a new issue #4188: nucleo_h743zi peripheral use

2021-07-20 Thread GitBox
eden-desta opened a new issue #4188: URL: https://github.com/apache/incubator-nuttx/issues/4188 Hello! I am just starting out with NuttX and I am extremely stuck on trying to figure out how to access specific peripherals using my nucel h743zi board. For the purpose of backgro

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4186: libc: Implement times function

2021-07-20 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4186: URL: https://github.com/apache/incubator-nuttx/pull/4186#discussion_r673198887 ## File path: libs/libc/unistd/lib_times.c ## @@ -0,0 +1,61 @@ +/*

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #4186: libc: Implement times function

2021-07-20 Thread GitBox
Ouss4 commented on a change in pull request #4186: URL: https://github.com/apache/incubator-nuttx/pull/4186#discussion_r673176320 ## File path: libs/libc/unistd/lib_times.c ## @@ -0,0 +1,61 @@ +/ + * li

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4187: Fix xtensa_btdump() to look at the exception frame

2021-07-20 Thread GitBox
acassis commented on a change in pull request #4187: URL: https://github.com/apache/incubator-nuttx/pull/4187#discussion_r673124769 ## File path: arch/xtensa/src/common/xtensa_dumpstate.c ## @@ -232,7 +232,11 @@ static inline void xtensa_btdump(void) int i; bool corrupted

[GitHub] [incubator-nuttx] igrr commented on a change in pull request #4187: Fix xtensa_btdump() to look at the exception frame

2021-07-20 Thread GitBox
igrr commented on a change in pull request #4187: URL: https://github.com/apache/incubator-nuttx/pull/4187#discussion_r673122218 ## File path: arch/xtensa/src/common/xtensa_dumpstate.c ## @@ -232,7 +232,11 @@ static inline void xtensa_btdump(void) int i; bool corrupted =

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4186: libc: Implement times function

2021-07-20 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4186: URL: https://github.com/apache/incubator-nuttx/pull/4186#discussion_r673100882 ## File path: libs/libc/unistd/lib_times.c ## @@ -0,0 +1,37 @@ +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4186: libc: Implement times function

2021-07-20 Thread GitBox
xiaoxiang781216 commented on pull request #4186: URL: https://github.com/apache/incubator-nuttx/pull/4186#issuecomment-883371066 > Hi @xiaoxiang781216 why aren't the fields of tms filled? > What happens when you run this example: > } > ``` per task/child don't consume any use

[GitHub] [incubator-nuttx] acassis opened a new pull request #4187: Fix xtensa_btdump() to look at the exception frame

2021-07-20 Thread GitBox
acassis opened a new pull request #4187: URL: https://github.com/apache/incubator-nuttx/pull/4187 ## Summary While debugging a division by zero on NuttX and passing the bt to decoder script it was returning the current sp instruction: ``` $ ./tools/esp32/btdecode.sh backtrace.txt

[GitHub] [incubator-nuttx] saramonteiro commented on a change in pull request #4186: libc: Implement times function

2021-07-20 Thread GitBox
saramonteiro commented on a change in pull request #4186: URL: https://github.com/apache/incubator-nuttx/pull/4186#discussion_r673079415 ## File path: libs/libc/unistd/lib_times.c ## @@ -0,0 +1,37 @@ +/

[GitHub] [incubator-nuttx] acassis edited a comment on pull request #4186: libc: Implement times function

2021-07-20 Thread GitBox
acassis edited a comment on pull request #4186: URL: https://github.com/apache/incubator-nuttx/pull/4186#issuecomment-883350583 Hi @xiaoxiang781216 why aren't the fields of tms filled? What happens when you run this example: ``` #include #include ... void start_clock(void

[GitHub] [incubator-nuttx] saramonteiro merged pull request #4183: sched/task: Fix wrong return value from nxspawn_open()

2021-07-20 Thread GitBox
saramonteiro merged pull request #4183: URL: https://github.com/apache/incubator-nuttx/pull/4183 -- 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: c

[GitHub] [incubator-nuttx] anchao commented on pull request #4080: net/socket: add SO_SNDBUF support

2021-07-20 Thread GitBox
anchao commented on pull request #4080: URL: https://github.com/apache/incubator-nuttx/pull/4080#issuecomment-883343485 @yamt san, please review again -- 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

[GitHub] [incubator-nuttx] acassis commented on pull request #4186: libc: Implement times function

2021-07-20 Thread GitBox
acassis commented on pull request #4186: URL: https://github.com/apache/incubator-nuttx/pull/4186#issuecomment-883350583 Hi @xiaoxiang781216 why aren't the fields of tms filled? What happens when you run this example: ``` void end_clock(char *msg) { en_time = times(&en_

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #2414: net/tcp: implement the fast retransmit

2021-07-20 Thread GitBox
anchao commented on a change in pull request #2414: URL: https://github.com/apache/incubator-nuttx/pull/2414#discussion_r673055270 ## File path: net/tcp/tcp_send_buffered.c ## @@ -484,6 +485,26 @@ static uint16_t psock_send_eventhandler(FAR struct net_driver_s *dev,

[incubator-nuttx] branch master updated (7a580ae -> 5db4d2a)

2021-07-20 Thread sara
This is an automated email from the ASF dual-hosted git repository. sara pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 7a580ae iob_trimhead: fix an integer truncation add 5db4d2a sched/task: Fix wrong return value from nxs

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4177: serial: use Ctrl+? composite key to force panic"

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #4177: URL: https://github.com/apache/incubator-nuttx/pull/4177 -- 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] gustavonihei merged pull request #4179: Update socket rpmsg

2021-07-20 Thread GitBox
gustavonihei merged pull request #4179: URL: https://github.com/apache/incubator-nuttx/pull/4179 -- 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: c

[GitHub] [incubator-nuttx] SunJun8 commented on pull request #4178: Add BL602 documentation

2021-07-20 Thread GitBox
SunJun8 commented on pull request #4178: URL: https://github.com/apache/incubator-nuttx/pull/4178#issuecomment-882980624 @acassis well, noticed that it has been deleted in the new commit, thanks -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #4178: Add BL602 documentation

2021-07-20 Thread GitBox
btashton edited a comment on pull request #4178: URL: https://github.com/apache/incubator-nuttx/pull/4178#issuecomment-882535493 > BTW @btashton did you see @gustavonihei comment at https://github.com/apache/incubator-nuttx-apps/pull/566 ? > What do you suggest? We have three options: 1

[GitHub] [incubator-nuttx] yamt commented on issue #4181: TCP iob_free.c assert

2021-07-20 Thread GitBox
yamt commented on issue #4181: URL: https://github.com/apache/incubator-nuttx/issues/4181#issuecomment-883010594 -- 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 unsubsc

[GitHub] [incubator-nuttx] GUIDINGLI commented on issue #4181: TCP iob_free.c assert

2021-07-20 Thread GitBox
GUIDINGLI commented on issue #4181: URL: https://github.com/apache/incubator-nuttx/issues/4181#issuecomment-883106133 Test pass. Confirm #4185 fix iob_free.c assert. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] btashton merged pull request #4180: Remove duplicated Documentation of the bl602evb

2021-07-20 Thread GitBox
btashton merged pull request #4180: URL: https://github.com/apache/incubator-nuttx/pull/4180 -- 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: commi

[GitHub] [incubator-nuttx] acassis merged pull request #4173: Make: fix use of gcc as LD for modules and ELF executables builds

2021-07-20 Thread GitBox
acassis merged pull request #4173: URL: https://github.com/apache/incubator-nuttx/pull/4173 -- 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: commit

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4179: Update socket rpmsg

2021-07-20 Thread GitBox
gustavonihei commented on a change in pull request #4179: URL: https://github.com/apache/incubator-nuttx/pull/4179#discussion_r672279701 ## File path: net/rpmsg/rpmsg_sockif.c ## @@ -505,8 +502,25 @@ static void rpmsg_socket_ns_bind(FAR struct rpmsg_device *rdev, strcpy(new

[GitHub] [incubator-nuttx] GUIDINGLI commented on a change in pull request #4179: Update socket rpmsg

2021-07-20 Thread GitBox
GUIDINGLI commented on a change in pull request #4179: URL: https://github.com/apache/incubator-nuttx/pull/4179#discussion_r672395696 ## File path: net/rpmsg/rpmsg_sockif.c ## @@ -505,8 +502,25 @@ static void rpmsg_socket_ns_bind(FAR struct rpmsg_device *rdev, strcpy(new->r

[GitHub] [incubator-nuttx] anchao commented on pull request #4185: iob_trimhead: fix an integer truncation

2021-07-20 Thread GitBox
anchao commented on pull request #4185: URL: https://github.com/apache/incubator-nuttx/pull/4185#issuecomment-883107611 LGTM -- 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.

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #749: Add initial support libtommath and libtomcrypt libraries

2021-07-20 Thread GitBox
btashton commented on pull request #749: URL: https://github.com/apache/incubator-nuttx-apps/pull/749#issuecomment-882542240 Unfortunate that this was merged with outstanding issues. This PR should not have been merged without the security export work completed... -- This is an automate

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4172: sched: Remove unused TLS member from task_group_s

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #4172: URL: https://github.com/apache/incubator-nuttx/pull/4172 -- 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] anchao commented on issue #4181: TCP iob_free.c assert

2021-07-20 Thread GitBox
anchao commented on issue #4181: URL: https://github.com/apache/incubator-nuttx/issues/4181#issuecomment-883106988 @yamt , Thanks a lot for the quickly fix, I will close this PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-nuttx] yamt edited a comment on pull request #3900: Revert "Make: use gcc as LD"

2021-07-20 Thread GitBox
yamt edited a comment on pull request #3900: URL: https://github.com/apache/incubator-nuttx/pull/3900#issuecomment-882527566 @xiaoxiang781216 @gustavonihei i haven't found a chance to investigate the lto things. you haven't either, it guess. on the other hand, the "cc as LD" th

[GitHub] [incubator-nuttx] btashton commented on pull request #4144: tools/version.sh: Fix version number to get on master branch

2021-07-20 Thread GitBox
btashton commented on pull request #4144: URL: https://github.com/apache/incubator-nuttx/pull/4144#issuecomment-882546450 > @btashton > On the advice of @gustavonihei , I have changed this PR to add `-c 'versionsort.suffix=-'`. Will this PR be accepted? If not, I will close it. P

[GitHub] [incubator-nuttx] anchao closed issue #4181: TCP iob_free.c assert

2021-07-20 Thread GitBox
anchao closed issue #4181: URL: https://github.com/apache/incubator-nuttx/issues/4181 -- 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-unsu

[GitHub] [incubator-nuttx] acassis merged pull request #4176: ARM: fix CPSR corruption after exception handling

2021-07-20 Thread GitBox
acassis merged pull request #4176: URL: https://github.com/apache/incubator-nuttx/pull/4176 -- 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: commit

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #566: WIP: crypto: Initial support for Mbed TLS

2021-07-20 Thread GitBox
btashton commented on pull request #566: URL: https://github.com/apache/incubator-nuttx-apps/pull/566#issuecomment-882539476 @acassis this should _not_ be merged (or the other crypto PR I have) until the export control work for Apache is completed. I can try to start the process for that

[GitHub] [incubator-nuttx] gustavonihei merged pull request #4182: Fix typos in comments and identifiers

2021-07-20 Thread GitBox
gustavonihei merged pull request #4182: URL: https://github.com/apache/incubator-nuttx/pull/4182 -- 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: c

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4174: Fix nfs and statfs

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #4174: URL: https://github.com/apache/incubator-nuttx/pull/4174 -- 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-apps] acassis commented on pull request #566: WIP: crypto: Initial support for Mbed TLS

2021-07-20 Thread GitBox
acassis commented on pull request #566: URL: https://github.com/apache/incubator-nuttx-apps/pull/566#issuecomment-882552606 Thank you @btashton, please let me know how we can help you to complete it. Our new Wi-Fi library will not include the wpa_supplicant internally and we need to provi

[GitHub] [incubator-nuttx] anchao merged pull request #4185: iob_trimhead: fix an integer truncation

2021-07-20 Thread GitBox
anchao merged pull request #4185: URL: https://github.com/apache/incubator-nuttx/pull/4185 -- 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

[GitHub] [incubator-nuttx] michallenc commented on issue #3765: GSoC: NuttX support for pysimCoder (info thread)

2021-07-20 Thread GitBox
michallenc commented on issue #3765: URL: https://github.com/apache/incubator-nuttx/issues/3765#issuecomment-882899549 Hello, my implementation of tickless mode for iMXRT MCU mentioned above was tested on real time DC motor control application and [merged into mainline during the p

[GitHub] [incubator-nuttx] btashton commented on pull request #4178: Add BL602 documentation

2021-07-20 Thread GitBox
btashton commented on pull request #4178: URL: https://github.com/apache/incubator-nuttx/pull/4178#issuecomment-882528237 -- 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

[GitHub] [incubator-nuttx] acassis commented on pull request #4178: Add BL602 documentation

2021-07-20 Thread GitBox
acassis commented on pull request #4178: URL: https://github.com/apache/incubator-nuttx/pull/4178#issuecomment-882530711 -- 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

[GitHub] [incubator-nuttx] acassis merged pull request #4178: Add BL602 documentation

2021-07-20 Thread GitBox
acassis merged pull request #4178: URL: https://github.com/apache/incubator-nuttx/pull/4178 -- 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: commit

[GitHub] [incubator-nuttx] acassis merged pull request #4144: tools/version.sh: Fix version number to get on master branch

2021-07-20 Thread GitBox
acassis merged pull request #4144: URL: https://github.com/apache/incubator-nuttx/pull/4144 -- 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: commit

[GitHub] [incubator-nuttx] yamt commented on pull request #3900: Revert "Make: use gcc as LD"

2021-07-20 Thread GitBox
yamt commented on pull request #3900: URL: https://github.com/apache/incubator-nuttx/pull/3900#issuecomment-882527566 -- 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 uns

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4179: Update socket rpmsg

2021-07-20 Thread GitBox
xiaoxiang781216 commented on a change in pull request #4179: URL: https://github.com/apache/incubator-nuttx/pull/4179#discussion_r672407804 ## File path: net/rpmsg/rpmsg_sockif.c ## @@ -510,8 +502,25 @@ static void rpmsg_socket_ns_bind(FAR struct rpmsg_device *rdev, strcpy(

[GitHub] [incubator-nuttx-apps] btashton commented on pull request #749: Add initial support libtommath and libtomcrypt libraries

2021-07-20 Thread GitBox
btashton commented on pull request #749: URL: https://github.com/apache/incubator-nuttx-apps/pull/749#issuecomment-882542240 Unfortunate that this was merged with outstanding issues. This PR should not have been merged without the security export work completed... -- This is an automate

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4177: serial: use Ctrl+? composite key to force panic"

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #4177: URL: https://github.com/apache/incubator-nuttx/pull/4177 -- 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] gustavonihei merged pull request #4179: Update socket rpmsg

2021-07-20 Thread GitBox
gustavonihei merged pull request #4179: URL: https://github.com/apache/incubator-nuttx/pull/4179 -- 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: c

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4175: author: Zilogic Systems: update licenses to Apache

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #4175: URL: https://github.com/apache/incubator-nuttx/pull/4175 -- 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-apps] xiaoxiang781216 merged pull request #808: system/cu: fix setting termios with parity

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #808: URL: https://github.com/apache/incubator-nuttx-apps/pull/808 -- 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-m

[GitHub] [incubator-nuttx-apps] lukegluke removed a comment on pull request #808: system/cu: fix setting termios with parity

2021-07-20 Thread GitBox
lukegluke removed a comment on pull request #808: URL: https://github.com/apache/incubator-nuttx-apps/pull/808#issuecomment-882372301 It was much easier to fix this here in web github, so can't amend previous commit with style fix. Please squash. -- This is an automated message from the

[GitHub] [incubator-nuttx] acassis merged pull request #4173: Make: fix use of gcc as LD for modules and ELF executables builds

2021-07-20 Thread GitBox
acassis merged pull request #4173: URL: https://github.com/apache/incubator-nuttx/pull/4173 -- 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: commit

[GitHub] [incubator-nuttx] SunJun8 commented on pull request #4178: Add BL602 documentation

2021-07-20 Thread GitBox
SunJun8 commented on pull request #4178: URL: https://github.com/apache/incubator-nuttx/pull/4178#issuecomment-882980624 @acassis well, noticed that it has been deleted in the new commit, thanks -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #4178: Add BL602 documentation

2021-07-20 Thread GitBox
btashton edited a comment on pull request #4178: URL: https://github.com/apache/incubator-nuttx/pull/4178#issuecomment-882535493 > BTW @btashton did you see @gustavonihei comment at https://github.com/apache/incubator-nuttx-apps/pull/566 ? > What do you suggest? We have three options: 1

[GitHub] [incubator-nuttx] yamt commented on issue #4181: TCP iob_free.c assert

2021-07-20 Thread GitBox
yamt commented on issue #4181: URL: https://github.com/apache/incubator-nuttx/issues/4181#issuecomment-883010594 -- 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 unsubsc

[GitHub] [incubator-nuttx] GUIDINGLI commented on issue #4181: TCP iob_free.c assert

2021-07-20 Thread GitBox
GUIDINGLI commented on issue #4181: URL: https://github.com/apache/incubator-nuttx/issues/4181#issuecomment-883106133 Test pass. Confirm #4185 fix iob_free.c assert. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-nuttx] btashton merged pull request #4180: Remove duplicated Documentation of the bl602evb

2021-07-20 Thread GitBox
btashton merged pull request #4180: URL: https://github.com/apache/incubator-nuttx/pull/4180 -- 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: commi

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4179: Update socket rpmsg

2021-07-20 Thread GitBox
gustavonihei commented on a change in pull request #4179: URL: https://github.com/apache/incubator-nuttx/pull/4179#discussion_r672279701 ## File path: net/rpmsg/rpmsg_sockif.c ## @@ -505,8 +502,25 @@ static void rpmsg_socket_ns_bind(FAR struct rpmsg_device *rdev, strcpy(new

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4174: Fix nfs and statfs

2021-07-20 Thread GitBox
xiaoxiang781216 merged pull request #4174: URL: https://github.com/apache/incubator-nuttx/pull/4174 -- 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] GUIDINGLI commented on a change in pull request #4179: Update socket rpmsg

2021-07-20 Thread GitBox
GUIDINGLI commented on a change in pull request #4179: URL: https://github.com/apache/incubator-nuttx/pull/4179#discussion_r672395696 ## File path: net/rpmsg/rpmsg_sockif.c ## @@ -505,8 +502,25 @@ static void rpmsg_socket_ns_bind(FAR struct rpmsg_device *rdev, strcpy(new->r

[GitHub] [incubator-nuttx] anchao commented on pull request #4185: iob_trimhead: fix an integer truncation

2021-07-20 Thread GitBox
anchao commented on pull request #4185: URL: https://github.com/apache/incubator-nuttx/pull/4185#issuecomment-883107611 LGTM -- 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.

  1   2   >