[incubator-nuttx] branch master updated (a6e963a -> c172ced)

2021-03-31 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 a6e963a board/arm/lpc17xx_40xx/mbed: Add userleds driver support add c172ced sched: Move the defau

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3247: sched: Move the default Task Stack size to Stack menu

2021-03-31 Thread GitBox
xiaoxiang781216 merged pull request #3247: URL: https://github.com/apache/incubator-nuttx/pull/3247 -- 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. For queries about this

[GitHub] [incubator-nuttx] raiden00pl commented on pull request #3231: sim: add the simulated lower-half FOC device

2021-03-31 Thread GitBox
raiden00pl commented on pull request #3231: URL: https://github.com/apache/incubator-nuttx/pull/3231#issuecomment-810872845 Dependencies are satisfied, so I open this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #3255: arch: avr: Author Gregory Nutt: update licenses to Apache

2021-03-31 Thread GitBox
jerpelea opened a new pull request #3255: URL: https://github.com/apache/incubator-nuttx/pull/3255 ## Summary Gregory Nutt has submitted the SGA and we can migrate the licenses to Apache. ## Impact NONE ## Testing NONE -- This is an automated message from the Ap

[GitHub] [incubator-nuttx] Ouss4 merged pull request #3248: esp32: remove extra initial newline on syslog call

2021-03-31 Thread GitBox
Ouss4 merged pull request #3248: URL: https://github.com/apache/incubator-nuttx/pull/3248 -- 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. For queries about this service,

[incubator-nuttx] branch master updated (c172ced -> a5a435e)

2021-03-31 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c172ced sched: Move the default Task Stack size to Stack menu add a5a435e esp32: remove extra in

[GitHub] [incubator-nuttx] raiden00pl commented on pull request #3232: stm32/stm32_foc.c: add the lower-half FOC device support

2021-03-31 Thread GitBox
raiden00pl commented on pull request #3232: URL: https://github.com/apache/incubator-nuttx/pull/3232#issuecomment-810919385 Dependencies are satisfied, so I open this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3231: sim: add the simulated lower-half FOC device

2021-03-31 Thread GitBox
xiaoxiang781216 merged pull request #3231: URL: https://github.com/apache/incubator-nuttx/pull/3231 -- 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. For queries about this

[incubator-nuttx] branch master updated (a5a435e -> 168355a)

2021-03-31 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 a5a435e esp32: remove extra initial newline on syslog call add 168355a sim: add the simulated lowe

[GitHub] [incubator-nuttx] anchao opened a new pull request #3256: libc/execinfo: add backstace support based on EABI Unwinder

2021-03-31 Thread GitBox
anchao opened a new pull request #3256: URL: https://github.com/apache/incubator-nuttx/pull/3256 ## Summary libc/execinfo: add backstace support based on EABI Unwinder libc/execinfo: add dump_stack support 1. Flags < -funwind-tables > is required 2. Keep the section ".ex

[GitHub] [incubator-nuttx] fjpanag commented on a change in pull request #3226: syslog: Added multi device support in syslog_device.

2021-03-31 Thread GitBox
fjpanag commented on a change in pull request #3226: URL: https://github.com/apache/incubator-nuttx/pull/3226#discussion_r604770073 ## File path: include/nuttx/syslog/syslog.h ## @@ -82,22 +82,44 @@ * Public Types

[GitHub] [incubator-nuttx] anchao opened a new pull request #3257: net/tcp: support bind the same port with different domain

2021-03-31 Thread GitBox
anchao opened a new pull request #3257: URL: https://github.com/apache/incubator-nuttx/pull/3257 ## Summary net/tcp: support bind the same port with different domain Reference here: https://man7.org/linux/man-pages/man7/ipv6.7.html IPV6_V6ONLY slice Si

[GitHub] [incubator-nuttx] anchao opened a new pull request #3258: net/local: correct the sendto() return length

2021-03-31 Thread GitBox
anchao opened a new pull request #3258: URL: https://github.com/apache/incubator-nuttx/pull/3258 ## Summary net/local: correct the sendto() return length return length should be data length ## Impact sendto(2) on local/UNIX naming socket ## Testing

[incubator-nuttx] branch master updated (168355a -> 8ed2bb8)

2021-03-31 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 168355a sim: add the simulated lower-half FOC device add 8ed2bb8 esp32: remove unneeded "INFO" and "

[GitHub] [incubator-nuttx] acassis merged pull request #3249: esp32: remove unneeded "INFO" and "ERROR" prefixes to syslog calls

2021-03-31 Thread GitBox
acassis merged pull request #3249: URL: https://github.com/apache/incubator-nuttx/pull/3249 -- 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. For queries about this service

[GitHub] [incubator-nuttx] anchao opened a new pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
anchao opened a new pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259 ## Summary libc/string: Use Byte-Shift algorithm for very long needles Reference here: https://github.com/taleinat/byteshift_strstr Signed-off-by: chao.an ##

[GitHub] [incubator-nuttx] donghengqaz commented on issue #3157: esp32: syslog messages from boot interfere with other syslog messages

2021-03-31 Thread GitBox
donghengqaz commented on issue #3157: URL: https://github.com/apache/incubator-nuttx/issues/3157#issuecomment-811006715 I enable RAMLOG and INTBUFFER, but don't catch the same issue with you, as I know the log “wifi:state: xxx -> xxx” is in one task, so they will not mix each other, follo

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3256: libc/execinfo: add backtrace support based on EABI Unwinder

2021-03-31 Thread GitBox
gustavonihei commented on a change in pull request #3256: URL: https://github.com/apache/incubator-nuttx/pull/3256#discussion_r604835123 ## File path: libs/libc/debug/Kconfig ## @@ -0,0 +1,22 @@ +# +# For a description of the syntax of this configuration file, +# see the file k

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3256: libc/execinfo: add backtrace support based on EABI Unwinder

2021-03-31 Thread GitBox
gustavonihei commented on a change in pull request #3256: URL: https://github.com/apache/incubator-nuttx/pull/3256#discussion_r604835369 ## File path: libs/libc/debug/Kconfig ## @@ -0,0 +1,22 @@ +# +# For a description of the syntax of this configuration file, +# see the file k

[GitHub] [incubator-nuttx] donghengqaz commented on issue #3157: esp32: syslog messages from boot interfere with other syslog messages

2021-03-31 Thread GitBox
donghengqaz commented on issue #3157: URL: https://github.com/apache/incubator-nuttx/issues/3157#issuecomment-811015571 But in esp-idf, the Wi-Fi adapter function `esp_log_writev` and `esp_log_write` should be atomic operation, they have mutex in side. so if syslog is also atomic operatio

[GitHub] [incubator-nuttx] v01d commented on issue #3157: esp32: syslog messages from boot interfere with other syslog messages

2021-03-31 Thread GitBox
v01d commented on issue #3157: URL: https://github.com/apache/incubator-nuttx/issues/3157#issuecomment-811032787 You're not seeing the issue since you don't have any syslog prefix being added. Please enable timestamp prefix and you will see it. In any case, the letter + number is meanin

[GitHub] [incubator-nuttx] jerpelea opened a new pull request #3260: NuttX: update licenses to Apache

2021-03-31 Thread GitBox
jerpelea opened a new pull request #3260: URL: https://github.com/apache/incubator-nuttx/pull/3260 ## Summary Update the license for several contributors that have submitted ICLA or SGA ## Impact NONE ## Testing NONE -- This is an automated message from the Apac

[GitHub] [incubator-nuttx] jerpelea commented on pull request #3260: NuttX: update licenses to Apache

2021-03-31 Thread GitBox
jerpelea commented on pull request #3260: URL: https://github.com/apache/incubator-nuttx/pull/3260#issuecomment-811047413 please do not merge yet! -- 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

[GitHub] [incubator-nuttx] davids5 commented on pull request #3260: NuttX: update licenses to Apache

2021-03-31 Thread GitBox
davids5 commented on pull request #3260: URL: https://github.com/apache/incubator-nuttx/pull/3260#issuecomment-811049062 > please do not merge yet! @jerpelea Do you want to set this to a draft until it is ready? -- This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-nuttx] jerpelea commented on pull request #3260: NuttX: update licenses to Apache

2021-03-31 Thread GitBox
jerpelea commented on pull request #3260: URL: https://github.com/apache/incubator-nuttx/pull/3260#issuecomment-811051020 NO please leave it open (it should be ready to merge tomorrow) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-nuttx] patacongo commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
patacongo commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811051601 This looks like third party code (since, for example, local variables have the same name). It is unethical to take other people's code without respecting their author

[GitHub] [incubator-nuttx] patacongo commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
patacongo commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811051978 This algorithm is licensed under the open-source MIT license: The MIT License (MIT) Copyright (c) 2014-2015 Tal Einat Permission is hereby granted,

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #3256: libc/execinfo: add backtrace support based on EABI Unwinder

2021-03-31 Thread GitBox
acassis commented on a change in pull request #3256: URL: https://github.com/apache/incubator-nuttx/pull/3256#discussion_r604889380 ## File path: libs/libc/debug/Kconfig ## @@ -0,0 +1,22 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfi

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #3256: libc/execinfo: add backtrace support based on EABI Unwinder

2021-03-31 Thread GitBox
acassis commented on a change in pull request #3256: URL: https://github.com/apache/incubator-nuttx/pull/3256#discussion_r604889380 ## File path: libs/libc/debug/Kconfig ## @@ -0,0 +1,22 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfi

[GitHub] [incubator-nuttx] acassis commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
acassis commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811064894 @anchao you can try to contact the author and ask if he accepts to release it under Apache License. -- This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-nuttx] patacongo commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
patacongo commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811065941 > > > @anchao you can try to contact the author and ask if he accepts to release it under Apache License. It would still be 3rd party code unless he also

[GitHub] [incubator-nuttx] v01d commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
v01d commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811070145 Making into draft until the licensing issue is resolved -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] patacongo commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
patacongo commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811073434 First of all, I think we need to determine if this is a case if the inappropriate inclusion of 3rd part code without proper attribution. My understanding is that the

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #3256: libc/execinfo: add backtrace support based on EABI Unwinder

2021-03-31 Thread GitBox
anchao commented on a change in pull request #3256: URL: https://github.com/apache/incubator-nuttx/pull/3256#discussion_r604902483 ## File path: libs/libc/debug/Kconfig ## @@ -0,0 +1,22 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig

[GitHub] [incubator-nuttx] v01d commented on pull request #3260: NuttX: update licenses to Apache

2021-03-31 Thread GitBox
v01d commented on pull request #3260: URL: https://github.com/apache/incubator-nuttx/pull/3260#issuecomment-811073846 We can leave it open but marked as draft, which hides the "merge" button. Also, note that if you intend to keep working on this, please cancel the CI run. -- This is a

[GitHub] [incubator-nuttx] v01d commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
v01d commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811076128 I agree. Having the author sign SGA/ICLA is the ideal case and we should always try to do that to minimize the amount of non-apache licensed third-party work. If that doesn

[GitHub] [incubator-nuttx] anchao commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
anchao commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811082304 OK, I will try to get the ICLA sign from author -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #3170: Move getopt() variables into TLS

2021-03-31 Thread GitBox
davids5 commented on a change in pull request #3170: URL: https://github.com/apache/incubator-nuttx/pull/3170#discussion_r604916192 ## File path: include/nuttx/lib/libvars.h ## @@ -0,0 +1,76 @@ +/ + * i

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #643: neutils/mqttc: Update to version 1.1.5

2021-03-31 Thread GitBox
xiaoxiang781216 opened a new pull request #643: URL: https://github.com/apache/incubator-nuttx-apps/pull/643 # Summary and remove the temp change ## Impact Switch to new version ## Testing -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
Ouss4 commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811087817 >Get some approval/concurrence from the author, Retain the author's license header as required by the terms of the license for code reuse Add the reference to the 3rd

[incubator-nuttx-apps] branch master updated: lvgldemo: Add support for lcddev

2021-03-31 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 3638f1c lvgldemo: Add support fo

[GitHub] [incubator-nuttx-apps] acassis merged pull request #591: lvgldemo: Add support for lcddev

2021-03-31 Thread GitBox
acassis merged pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591 -- 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. For queries about this serv

[GitHub] [incubator-nuttx-apps] acassis commented on pull request #591: lvgldemo: Add support for lcddev

2021-03-31 Thread GitBox
acassis commented on pull request #591: URL: https://github.com/apache/incubator-nuttx-apps/pull/591#issuecomment-811090733 @btashton I will merge it now, then you submit small fixes later, lets to avoid forcing the CI even further! -- This is an automated message from the Apache Git Se

[GitHub] [incubator-nuttx] v01d commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
v01d commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811094268 > > Get some approval/concurrence from the author, > > Retain the author's license header as required by the terms of the license for code reuse > > Add the reference

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #3234: boards/stm32/common: add support for IHM07M1 and IHM08M1 boards

2021-03-31 Thread GitBox
davids5 commented on a change in pull request #3234: URL: https://github.com/apache/incubator-nuttx/pull/3234#discussion_r604932214 ## File path: boards/arm/stm32/common/src/stm32_ihm08m1.c ## @@ -0,0 +1,434 @@ +/*

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #3170: Move getopt() variables into TLS

2021-03-31 Thread GitBox
patacongo commented on a change in pull request #3170: URL: https://github.com/apache/incubator-nuttx/pull/3170#discussion_r604934706 ## File path: include/nuttx/lib/libvars.h ## @@ -0,0 +1,76 @@ +/ + *

[GitHub] [incubator-nuttx] patacongo commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
patacongo commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811106927 > Yes, can just do 2 & 3, but we would have to use the original license. Asking author for ICLA/SGA means we can move on to apache, but it is not critical (assuming th

[GitHub] [incubator-nuttx] patacongo commented on pull request #3259: libc/string/strstr(): Use Byte-Shift algorithm for very long needles

2021-03-31 Thread GitBox
patacongo commented on pull request #3259: URL: https://github.com/apache/incubator-nuttx/pull/3259#issuecomment-811109303 > Yes, can just do 2 & 3, but we would have to use the original license. Asking author for ICLA/SGA means we can move on to apache, but it is not critical (assuming th

[GitHub] [incubator-nuttx] jerpelea removed a comment on pull request #3260: NuttX: update licenses to Apache

2021-03-31 Thread GitBox
jerpelea removed a comment on pull request #3260: URL: https://github.com/apache/incubator-nuttx/pull/3260#issuecomment-82044 I need the CI run to get the list of nxstyle offender -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-nuttx] branch master updated (8ed2bb8 -> c7c4f0b)

2021-03-31 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 8ed2bb8 esp32: remove unneeded "INFO" and "ERROR" prefixes to syslog calls add fcf5c15 boards/xte

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3246: boards/*: Add MQTT-C defconfig for ESP32 Devkit & Olimex STM32

2021-03-31 Thread GitBox
xiaoxiang781216 merged pull request #3246: URL: https://github.com/apache/incubator-nuttx/pull/3246 -- 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. For queries about this

[GitHub] [incubator-nuttx] jerpelea commented on pull request #3250: arch: mips: Author Gregory Nutt: update licenses to Apache

2021-03-31 Thread GitBox
jerpelea commented on pull request #3250: URL: https://github.com/apache/incubator-nuttx/pull/3250#issuecomment-811168394 this one finished -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [incubator-nuttx] jerpelea commented on pull request #3245: arch: renesas: Author Gregory Nutt: update licenses to Apache

2021-03-31 Thread GitBox
jerpelea commented on pull request #3245: URL: https://github.com/apache/incubator-nuttx/pull/3245#issuecomment-811168563 this one finished -- 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 sp

[incubator-nuttx] branch master updated (c7c4f0b -> c6f60ad)

2021-03-31 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c7c4f0b Documentation: Describe how the use the MQTT-C config and the expected output. add f3f10a3

[incubator-nuttx] branch master updated (c6f60ad -> 7e2ee8b)

2021-03-31 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from c6f60ad arch: mips:Mixed case identifier fix add 0ae3469 arch: renesas: Author Gregory Nutt: update

[GitHub] [incubator-nuttx] davids5 merged pull request #3250: arch: mips: Author Gregory Nutt: update licenses to Apache

2021-03-31 Thread GitBox
davids5 merged pull request #3250: URL: https://github.com/apache/incubator-nuttx/pull/3250 -- 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. For queries about this service

[GitHub] [incubator-nuttx] davids5 commented on pull request #3236: arch: arm: z16: Author Gregory Nutt: update licenses to Apache

2021-03-31 Thread GitBox
davids5 commented on pull request #3236: URL: https://github.com/apache/incubator-nuttx/pull/3236#issuecomment-811174991 @jerpelea - Shall we ignore the Tabs and mix case? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-nuttx] jerpelea commented on pull request #3236: arch: arm: z16: Author Gregory Nutt: update licenses to Apache

2021-03-31 Thread GitBox
jerpelea commented on pull request #3236: URL: https://github.com/apache/incubator-nuttx/pull/3236#issuecomment-811169114 this one finished -- 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 sp

[GitHub] [incubator-nuttx] davids5 merged pull request #3245: arch: renesas: Author Gregory Nutt: update licenses to Apache

2021-03-31 Thread GitBox
davids5 merged pull request #3245: URL: https://github.com/apache/incubator-nuttx/pull/3245 -- 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. For queries about this service

[GitHub] [incubator-nuttx] jerpelea commented on pull request #3236: arch: arm: z16: Author Gregory Nutt: update licenses to Apache

2021-03-31 Thread GitBox
jerpelea commented on pull request #3236: URL: https://github.com/apache/incubator-nuttx/pull/3236#issuecomment-811187698 please ignore they will be fixed on the cleanup phase for the whole nuttx -- This is an automated message from the Apache Git Service. To respond to the message, p

[incubator-nuttx] branch master updated (7e2ee8b -> 106a471)

2021-03-31 Thread davids5
This is an automated email from the ASF dual-hosted git repository. davids5 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 7e2ee8b arch: or1k: nxstyle fixes add 7f19d91 arch: z16: Author Gregory Nutt: update licenses to Apa

[GitHub] [incubator-nuttx] davids5 merged pull request #3236: arch: arm: z16: Author Gregory Nutt: update licenses to Apache

2021-03-31 Thread GitBox
davids5 merged pull request #3236: URL: https://github.com/apache/incubator-nuttx/pull/3236 -- 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. For queries about this service

[GitHub] [incubator-nuttx] jerpelea commented on pull request #3255: arch: avr: Author Gregory Nutt: update licenses to Apache

2021-03-31 Thread GitBox
jerpelea commented on pull request #3255: URL: https://github.com/apache/incubator-nuttx/pull/3255#issuecomment-811196362 please ignore the Include warnings -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-nuttx] patacongo commented on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-31 Thread GitBox
patacongo commented on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-811219766 Many times in the past, I have implemented limited scope data by declaring the data on the stack. For example: ``` int foo(int argc, char **argv, char **envp)

[GitHub] [incubator-nuttx-apps] Ouss4 merged pull request #643: neutils/mqttc: Update to version 1.1.5

2021-03-31 Thread GitBox
Ouss4 merged pull request #643: URL: https://github.com/apache/incubator-nuttx-apps/pull/643 -- 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. For queries about this servic

[incubator-nuttx-apps] branch master updated: neutils/mqttc: Update to version 1.1.5

2021-03-31 Thread aguettouche
This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git The following commit(s) were added to refs/heads/master by this push: new 0f7ee88 neutils/mqttc: Updat

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #3168: Move internal globals to TLS to protect mutual access on FLAT mode

2021-03-31 Thread GitBox
patacongo edited a comment on issue #3168: URL: https://github.com/apache/incubator-nuttx/issues/3168#issuecomment-811219766 Many times in the past, I have implemented limited scope data by declaring the data on the stack. For example: ``` int foo(int argc, char **argv, char **e

[GitHub] [incubator-nuttx] v01d commented on pull request #3252: CI: add action to cancel redundant jobs

2021-03-31 Thread GitBox
v01d commented on pull request #3252: URL: https://github.com/apache/incubator-nuttx/pull/3252#issuecomment-811266325 It would appear that this is working, I don't see any repeated jobs. I also see that the "cancel" workflow has canceled some runs (and no CI run for an PR seems to have bee

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3254: Fix arp

2021-03-31 Thread GitBox
xiaoxiang781216 merged pull request #3254: URL: https://github.com/apache/incubator-nuttx/pull/3254 -- 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. For queries about this

[incubator-nuttx] branch master updated (106a471 -> 59ed02c)

2021-03-31 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 106a471 arch: z80: nxstyle fixes new b3f7cf9 net: arp: Fix memory corruption in arp_send() ne

[incubator-nuttx] 02/02: net: arp: Fix a potential bug in arp_notify()

2021-03-31 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 59ed02c604c0444b90f69d3fef836ba8a6258074 Author: Masayuki Ishikawa AuthorDate: Wed Mar 31 06:59:17 2021 +090

[incubator-nuttx] 01/02: net: arp: Fix memory corruption in arp_send()

2021-03-31 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 b3f7cf9ad901bb43a95a7233d1c8135e7deea8f5 Author: Masayuki Ishikawa AuthorDate: Wed Mar 31 06:33:37 2021 +090

[GitHub] [incubator-nuttx-apps] v01d opened a new pull request #644: CI: cancel redundant workflows

2021-03-31 Thread GitBox
v01d opened a new pull request #644: URL: https://github.com/apache/incubator-nuttx-apps/pull/644 ## Summary Companion change to the one on main nuttx repo. ## Impact CI ## Testing CI -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-nuttx] acassis opened a new pull request #3261: esp32-c3: Add support to RNG peripheral

2021-03-31 Thread GitBox
acassis opened a new pull request #3261: URL: https://github.com/apache/incubator-nuttx/pull/3261 ## Summary Add support to RNG peripheral ## Impact Only ESP32-C3 ## Testing ESP32C3-Devkitc -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-nuttx-apps] gustavonihei opened a new pull request #645: examples/lvgldemo: Enable build without input methods

2021-03-31 Thread GitBox
gustavonihei opened a new pull request #645: URL: https://github.com/apache/incubator-nuttx-apps/pull/645 ## Summary This PR intends to make the initialization of the LVGL input driver conditional to whether the board offers any input method. ## Impact With this PR, it is possi

[GitHub] [incubator-nuttx-testing] v01d opened a new pull request #92: move avr, risc-v, xtensa and x86 builds out of other.dat

2021-03-31 Thread GitBox
v01d opened a new pull request #92: URL: https://github.com/apache/incubator-nuttx-testing/pull/92 ## Summary I've moved these four SoC families into separate .dat files to see if we gain on parallelism this way. We can later look into removing specific board/config combinations d

[GitHub] [incubator-nuttx-testing] v01d commented on pull request #92: move avr, risc-v, xtensa and x86 builds out of other.dat

2021-03-31 Thread GitBox
v01d commented on pull request #92: URL: https://github.com/apache/incubator-nuttx-testing/pull/92#issuecomment-811452262 I think the gain is marginal (about 10 min) but it is better to decouple unrelated jobs. Indeed macOS takes twice as long in every case, so we need to think about w

[GitHub] [incubator-nuttx] acassis merged pull request #3232: stm32/stm32_foc.c: add the lower-half FOC device support

2021-03-31 Thread GitBox
acassis merged pull request #3232: URL: https://github.com/apache/incubator-nuttx/pull/3232 -- 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. For queries about this service

[incubator-nuttx] branch master updated (59ed02c -> c1c4ca4)

2021-03-31 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 59ed02c net: arp: Fix a potential bug in arp_notify() add c1c4ca4 stm32/stm32_foc.c: add the lower-h

[incubator-nuttx] branch master updated: sched/signal: Implement SA_NODEFER and SA_RESETHAND

2021-03-31 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 bea6e0d sched/signal: Implement SA_NO

[GitHub] [incubator-nuttx] acassis merged pull request #3196: sched/signal: Implement SA_NODEFER

2021-03-31 Thread GitBox
acassis merged pull request #3196: URL: https://github.com/apache/incubator-nuttx/pull/3196 -- 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. For queries about this service

[GitHub] [incubator-nuttx] acassis commented on pull request #2987: STM32H7: Add new FDCAN driver

2021-03-31 Thread GitBox
acassis commented on pull request #2987: URL: https://github.com/apache/incubator-nuttx/pull/2987#issuecomment-811478630 Hi @rippetoej there are some Coding Styles that need to be fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-nuttx] acassis commented on pull request #3234: boards/stm32/common: add support for IHM07M1 and IHM08M1 boards

2021-03-31 Thread GitBox
acassis commented on pull request #3234: URL: https://github.com/apache/incubator-nuttx/pull/3234#issuecomment-811484403 @raiden00pl I think now you can remove the Draft, #3232 was integrated! -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-nuttx] v01d opened a new issue #3262: CI: optimize

2021-03-31 Thread GitBox
v01d opened a new issue #3262: URL: https://github.com/apache/incubator-nuttx/issues/3262 I've opened this to track ideas about ways to improve use of CI, as well as current problems. Ideas: - [x] split large "other.dat" testlist: done in https://github.com/apache/incubator-nuttx

[GitHub] [incubator-nuttx-apps] Ouss4 commented on pull request #644: CI: cancel redundant workflows

2021-03-31 Thread GitBox
Ouss4 commented on pull request #644: URL: https://github.com/apache/incubator-nuttx-apps/pull/644#issuecomment-811492939 We should also get the same to https://github.com/apache/incubator-nuttx-testing. With all that, we should close https://github.com/apache/incubator-nuttx/issues/26

[GitHub] [incubator-nuttx-apps] Ouss4 edited a comment on pull request #644: CI: cancel redundant workflows

2021-03-31 Thread GitBox
Ouss4 edited a comment on pull request #644: URL: https://github.com/apache/incubator-nuttx-apps/pull/644#issuecomment-811492939 ~~We should also get the same to https://github.com/apache/incubator-nuttx-testing.~~ I see that you did: https://github.com/apache/incubator-nuttx-testing/p

[GitHub] [incubator-nuttx-apps] v01d commented on pull request #644: CI: cancel redundant workflows

2021-03-31 Thread GitBox
v01d commented on pull request #644: URL: https://github.com/apache/incubator-nuttx-apps/pull/644#issuecomment-811494203 Ah yes, it is included in that PR. Yes, I think we can close the issue when that is merged. It appears to be working OK. -- This is an automated message from the A

[GitHub] [incubator-nuttx-testing] Ouss4 commented on a change in pull request #92: move avr, risc-v, xtensa and x86 builds out of other.dat

2021-03-31 Thread GitBox
Ouss4 commented on a change in pull request #92: URL: https://github.com/apache/incubator-nuttx-testing/pull/92#discussion_r605248475 ## File path: .github/workflows/build.yml ## @@ -79,7 +79,7 @@ jobs: runs-on: macos-10.15 strategy: matrix: -boards: [

[GitHub] [incubator-nuttx-testing] v01d commented on a change in pull request #92: move avr, risc-v, xtensa and x86 builds out of other.dat

2021-03-31 Thread GitBox
v01d commented on a change in pull request #92: URL: https://github.com/apache/incubator-nuttx-testing/pull/92#discussion_r605248937 ## File path: .github/workflows/build.yml ## @@ -79,7 +79,7 @@ jobs: runs-on: macos-10.15 strategy: matrix: -boards: [a

[GitHub] [incubator-nuttx] v01d commented on pull request #3253: pthread: Fix pthread_rwlock_init return error

2021-03-31 Thread GitBox
v01d commented on pull request #3253: URL: https://github.com/apache/incubator-nuttx/pull/3253#issuecomment-811498692 Fetch source was stuck since yesterday, I restarted it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-nuttx] v01d commented on pull request #3253: pthread: Fix pthread_rwlock_init return error

2021-03-31 Thread GitBox
v01d commented on pull request #3253: URL: https://github.com/apache/incubator-nuttx/pull/3253#issuecomment-811503120 For some reason this is queued but not being picked up. Can you rebase and force push? -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-nuttx-testing] v01d commented on a change in pull request #92: move avr, risc-v, xtensa and x86 builds out of other.dat

2021-03-31 Thread GitBox
v01d commented on a change in pull request #92: URL: https://github.com/apache/incubator-nuttx-testing/pull/92#discussion_r605262164 ## File path: .github/workflows/build.yml ## @@ -79,7 +79,7 @@ jobs: runs-on: macos-10.15 strategy: matrix: -boards: [a

[GitHub] [incubator-nuttx-testing] v01d commented on a change in pull request #92: move avr, risc-v, xtensa and x86 builds out of other.dat

2021-03-31 Thread GitBox
v01d commented on a change in pull request #92: URL: https://github.com/apache/incubator-nuttx-testing/pull/92#discussion_r605262164 ## File path: .github/workflows/build.yml ## @@ -79,7 +79,7 @@ jobs: runs-on: macos-10.15 strategy: matrix: -boards: [a

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #3263: boards/xtensa/esp32: Move the WLAN initialisation to the common directory.

2021-03-31 Thread GitBox
Ouss4 opened a new pull request #3263: URL: https://github.com/apache/incubator-nuttx/pull/3263 ## Summary Move the WLAN initialisation to the common directory. Since the initialisation part is the same for all the boards. ## Impact ## Testing -- This is an automate

[GitHub] [incubator-nuttx-testing] Ouss4 commented on a change in pull request #92: move avr, risc-v, xtensa and x86 builds out of other.dat

2021-03-31 Thread GitBox
Ouss4 commented on a change in pull request #92: URL: https://github.com/apache/incubator-nuttx-testing/pull/92#discussion_r605275644 ## File path: .github/workflows/build.yml ## @@ -79,7 +79,7 @@ jobs: runs-on: macos-10.15 strategy: matrix: -boards: [

[GitHub] [incubator-nuttx-testing] v01d commented on a change in pull request #92: move avr, risc-v, xtensa and x86 builds out of other.dat

2021-03-31 Thread GitBox
v01d commented on a change in pull request #92: URL: https://github.com/apache/incubator-nuttx-testing/pull/92#discussion_r605276442 ## File path: .github/workflows/build.yml ## @@ -79,7 +79,7 @@ jobs: runs-on: macos-10.15 strategy: matrix: -boards: [a

[incubator-nuttx-website] branch asf-site updated: Publishing web: 59c4fb7620bc9aabf46df895f9e5cdb361f50177 docs: bea6e0ddd78a3d56a5fcc54b64983dbb286b8a54

2021-03-31 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 499df63 Publishing web

[GitHub] [incubator-nuttx] v01d opened a new pull request #3264: CI: Add a pull request comment with the output of checkpatch

2021-03-31 Thread GitBox
v01d opened a new pull request #3264: URL: https://github.com/apache/incubator-nuttx/pull/3264 ## Summary This is a test ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-nuttx] btashton commented on pull request #3264: CI: Add a pull request comment with the output of checkpatch

2021-03-31 Thread GitBox
btashton commented on pull request #3264: URL: https://github.com/apache/incubator-nuttx/pull/3264#issuecomment-811581589 The errors should already be annotated in the build results with a error checker. Maybe we can just link to that? -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] v01d commented on pull request #3264: CI: Add a pull request comment with the output of checkpatch

2021-03-31 Thread GitBox
v01d commented on pull request #3264: URL: https://github.com/apache/incubator-nuttx/pull/3264#issuecomment-811585356 That's another option, but I think if we print the output is a bit more friendly (I find it very annoying that it requires many clicks to get to the output of the check).

  1   2   >