[incubator-nuttx-testing] branch master updated (6c6e2cc -> c1094b3)

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git. from 6c6e2cc nuttx-ci-linux: Install libpython2.7 for xtensa-esp32-elf-gdb (again) new 9d55cb5

[incubator-nuttx-testing] 04/04: cibuild.sh: add --quiet option to brew update to reduce log output

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git commit c1094b33bc8a3b669a868ca75639b71a37a7974d Author: YAMAMOTO Takashi AuthorDate: Sat Jan 16 13:58:01 202

[incubator-nuttx-testing] 01/04: Revert "Disable AVR targets on macOS due to homebrew issue"

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git commit 9d55cb5229f63410c2d3c31891cc98b4608b12c3 Author: YAMAMOTO Takashi AuthorDate: Thu Jan 14 10:22:36 202

[incubator-nuttx-testing] 02/04: Run "brew update" before installing avr-gcc

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git commit 5658a629a5c8d42b8c6dfda902a067876cc55626 Author: YAMAMOTO Takashi AuthorDate: Fri Jan 15 13:41:03 202

[incubator-nuttx-testing] 03/04: Remove 2to3 link as suggested

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git commit a3bd06a3477e32203412b3812c6841049f675d4a Author: YAMAMOTO Takashi AuthorDate: Fri Jan 15 16:32:29 202

[GitHub] [incubator-nuttx-testing] btashton merged pull request #88: Revert "Disable AVR targets on macOS due to homebrew issue"

2021-01-16 Thread GitBox
btashton merged pull request #88: URL: https://github.com/apache/incubator-nuttx-testing/pull/88 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[incubator-nuttx] branch master updated: arch: tiva: Fix lm3s_ethernet.c with DEBUGASSERT

2021-01-16 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.git The following commit(s) were added to refs/heads/master by this push: new 497e2f9 arch: tiva: Fix lm3s_ethe

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2689: arch: tiva: Fix lm3s_ethernet.c with DEBUGASSERT

2021-01-16 Thread GitBox
Ouss4 merged pull request #2689: URL: https://github.com/apache/incubator-nuttx/pull/2689 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] Donny9 opened a new pull request #2690: vfork: support sim vfork

2021-01-16 Thread GitBox
Donny9 opened a new pull request #2690: URL: https://github.com/apache/incubator-nuttx/pull/2690 ## Summary support vfork. ## Impact vfork ## Testing int global = 100; int main(int argc, FAR char *argv[]) { pid_t pid = 0; int stack = 0; pid = vfork()

[GitHub] [incubator-nuttx] anchao opened a new pull request #2691: wireless/bluetooth: add more hci event definitions

2021-01-16 Thread GitBox
anchao opened a new pull request #2691: URL: https://github.com/apache/incubator-nuttx/pull/2691 ## Summary wireless/bluetooth: add more hci event definitions wireless/bluetooth: remove the host dependency wireless/bluetooth: move H4_* definition to external ## Impact

[GitHub] [incubator-nuttx] anchao opened a new pull request #2692: drivers/syslog: Prepend Process ID to syslog message

2021-01-16 Thread GitBox
anchao opened a new pull request #2692: URL: https://github.com/apache/incubator-nuttx/pull/2692 ## Summary drivers/syslog: Prepend Process ID to syslog message Signed-off-by: chao.an ## Impact syslog ## Testing ``` [ 14.618783] Test I

[GitHub] [incubator-nuttx] anchao opened a new pull request #2693: libs/libxx: use built-in __aeabi_atexit() if LIBSUPCXX is enabled

2021-01-16 Thread GitBox
anchao opened a new pull request #2693: URL: https://github.com/apache/incubator-nuttx/pull/2693 ## Summary libs/libxx: use built-in __aeabi_atexit() if LIBSUPCXX is enabled ld error caused by multiple definition: ld: arm-none-eabi/lib/thumb/v8-m.main+fp/hard/li

[GitHub] [incubator-nuttx] anchao opened a new pull request #2694: libc/machine/arch: fix build break if enable armv8 ELF

2021-01-16 Thread GitBox
anchao opened a new pull request #2694: URL: https://github.com/apache/incubator-nuttx/pull/2694 ## Summary libc/machine/arch: fix build break if enable armv8 ELF Signed-off-by: chao.an ## Impact N/A ## Testing enable CONFIG_ELF and build s

[GitHub] [incubator-nuttx] anchao opened a new pull request #2695: netpacket/if_addr: add interface address header

2021-01-16 Thread GitBox
anchao opened a new pull request #2695: URL: https://github.com/apache/incubator-nuttx/pull/2695 ## Summary netpacket/if_addr: add interface address header Signed-off-by: chao.an ## Impact N/A ## Testing CI check is enough ---

[GitHub] [incubator-nuttx] anchao opened a new pull request #2696: sim/hcitty: add hcitty adapter

2021-01-16 Thread GitBox
anchao opened a new pull request #2696: URL: https://github.com/apache/incubator-nuttx/pull/2696 ## Summary sim/hcitty: add hcitty adapter add support to attach the devices via HCI TTY to Bluetooth Host Reference: drivers/wireless/bluetooth/bt_uart_shim.c

[GitHub] [incubator-nuttx] acassis commented on pull request #2688: net/pkt/pkt.h: struct socket is already forward referenced.

2021-01-16 Thread GitBox
acassis commented on pull request #2688: URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761557995 Hi @Ouss4 it is forward referenced in many place: This is an automated message from the Apache Git S

[GitHub] [incubator-nuttx] acassis edited a comment on pull request #2688: net/pkt/pkt.h: struct socket is already forward referenced.

2021-01-16 Thread GitBox
acassis edited a comment on pull request #2688: URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761557995 Hi @Ouss4 it is forward referenced in many place: ``` $ git grep "struct socket;" include/nuttx/net/net.h:struct socket; /* Forward reference */ net/bl

[GitHub] [incubator-nuttx] acassis merged pull request #2679: tools/esp32/btdecode.sh: Script to decode the Xtensa backtrace.

2021-01-16 Thread GitBox
acassis merged pull request #2679: URL: https://github.com/apache/incubator-nuttx/pull/2679 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 t

[incubator-nuttx] branch master updated: tools/esp32/btdecode.sh: Script to decode the Xtensa backtrace.

2021-01-16 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 f40389b tools/esp32/btdecode.sh: Scri

[GitHub] [incubator-nuttx] fjpanag opened a new pull request #2697: Added printing of log priority in syslog.

2021-01-16 Thread GitBox
fjpanag opened a new pull request #2697: URL: https://github.com/apache/incubator-nuttx/pull/2697 ## Summary Adds the ability to print the message priority in syslog. ## Impact None. Defaults to the old behaviour. ## Testing Tested both configurations (with and without

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2688: net/pkt/pkt.h: struct socket is already forward referenced.

2021-01-16 Thread GitBox
Ouss4 commented on pull request #2688: URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761561927 > Hi @Ouss4 it is forward referenced in many place: Yeah, every other file needs a forward reference. For this one it was forward refereed twice in the same file.

[GitHub] [incubator-nuttx] Ouss4 edited a comment on pull request #2688: net/pkt/pkt.h: struct socket is already forward referenced.

2021-01-16 Thread GitBox
Ouss4 edited a comment on pull request #2688: URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761561927 > Hi @Ouss4 it is forward referenced in many place: Yeah, every other file needs one forward reference. For this one it was forward referenced twice in the

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #2688: net/pkt/pkt.h: struct socket is already forward referenced.

2021-01-16 Thread GitBox
Ouss4 commented on pull request #2688: URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761562269 > net/tcp/tcp.h:struct socket;/* Forward reference */ net/tcp/tcp.h:struct socket; Here is another one.. Will update this PR

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #2697: Added printing of log priority in syslog.

2021-01-16 Thread GitBox
patacongo commented on a change in pull request #2697: URL: https://github.com/apache/incubator-nuttx/pull/2697#discussion_r558879834 ## File path: drivers/syslog/vsyslog.c ## @@ -50,6 +50,16 @@ #include #include +/*

[GitHub] [incubator-nuttx] Ouss4 edited a comment on pull request #2688: net/: Remove duplicate forward references.

2021-01-16 Thread GitBox
Ouss4 edited a comment on pull request #2688: URL: https://github.com/apache/incubator-nuttx/pull/2688#issuecomment-761561927 > Hi @Ouss4 it is forward referenced in many place: Yeah, every other file needs one forward reference (only when necessary of course). For this one it was

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #2695: netpacket/if_addr: add interface address header

2021-01-16 Thread GitBox
patacongo commented on a change in pull request #2695: URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r558880684 ## File path: include/netpacket/if_addr.h ## @@ -0,0 +1,110 @@ +/ +

[GitHub] [incubator-nuttx] fjpanag commented on a change in pull request #2697: Added printing of log priority in syslog.

2021-01-16 Thread GitBox
fjpanag commented on a change in pull request #2697: URL: https://github.com/apache/incubator-nuttx/pull/2697#discussion_r558883414 ## File path: drivers/syslog/vsyslog.c ## @@ -50,6 +50,16 @@ #include #include +/***

[GitHub] [incubator-nuttx] fjpanag commented on a change in pull request #2697: Added printing of log priority in syslog.

2021-01-16 Thread GitBox
fjpanag commented on a change in pull request #2697: URL: https://github.com/apache/incubator-nuttx/pull/2697#discussion_r558884202 ## File path: drivers/syslog/vsyslog.c ## @@ -50,6 +50,16 @@ #include #include +/***

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2695: netpacket/if_addr: add interface address header

2021-01-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2695: URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r558893070 ## File path: include/netpacket/if_addr.h ## @@ -0,0 +1,110 @@ +/*

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2687: Move LWL python script to tools/lwl and add README.txt

2021-01-16 Thread GitBox
xiaoxiang781216 merged pull request #2687: URL: https://github.com/apache/incubator-nuttx/pull/2687 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-nuttx] branch master updated (f40389b -> f62ff8d)

2021-01-16 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 f40389b tools/esp32/btdecode.sh: Script to decode the Xtensa backtrace. add f62ff8d Move LWL pyth

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2697: Added printing of log priority in syslog.

2021-01-16 Thread GitBox
xiaoxiang781216 commented on a change in pull request #2697: URL: https://github.com/apache/incubator-nuttx/pull/2697#discussion_r558902201 ## File path: drivers/syslog/vsyslog.c ## @@ -50,6 +50,16 @@ #include #include +/***

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #2695: netpacket/if_addr: add interface address header

2021-01-16 Thread GitBox
patacongo commented on a change in pull request #2695: URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r558903411 ## File path: include/netpacket/if_addr.h ## @@ -0,0 +1,110 @@ +/ +

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #2695: netpacket/if_addr: add interface address header

2021-01-16 Thread GitBox
patacongo commented on a change in pull request #2695: URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r558903411 ## File path: include/netpacket/if_addr.h ## @@ -0,0 +1,110 @@ +/ +

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #2695: netpacket/if_addr: add interface address header

2021-01-16 Thread GitBox
patacongo commented on a change in pull request #2695: URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r558903411 ## File path: include/netpacket/if_addr.h ## @@ -0,0 +1,110 @@ +/ +

[GitHub] [incubator-nuttx] fjpanag commented on a change in pull request #2697: Added printing of log priority in syslog.

2021-01-16 Thread GitBox
fjpanag commented on a change in pull request #2697: URL: https://github.com/apache/incubator-nuttx/pull/2697#discussion_r558908348 ## File path: drivers/syslog/vsyslog.c ## @@ -50,6 +50,16 @@ #include #include +/***

[GitHub] [incubator-nuttx] fjpanag opened a new pull request #2698: Added color output to syslog.

2021-01-16 Thread GitBox
fjpanag opened a new pull request #2698: URL: https://github.com/apache/incubator-nuttx/pull/2698 ## Summary Adds coloring to syslog output. ## Impact None, defaults to old behaviour. ## Testing Tested on custom STM32F4 target, on Fedora 33 with minicom. By defaul

[incubator-nuttx] branch master updated: net: Remove duplicate forward references.

2021-01-16 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 7e3d4a5 net: Remove duplicate forwa

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2688: net/: Remove duplicate forward references.

2021-01-16 Thread GitBox
xiaoxiang781216 merged pull request #2688: URL: https://github.com/apache/incubator-nuttx/pull/2688 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2696: sim/hcitty: add hcitty adapter

2021-01-16 Thread GitBox
v01d commented on a change in pull request #2696: URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r558950888 ## File path: arch/sim/Kconfig ## @@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE "wrap" causing the initial data sent to be over

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2696: sim/hcitty: add hcitty adapter

2021-01-16 Thread GitBox
v01d commented on a change in pull request #2696: URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r558952853 ## File path: arch/sim/Kconfig ## @@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE "wrap" causing the initial data sent to be over

[incubator-nuttx] branch master updated: Added printing of log priority in syslog.

2021-01-16 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 946443e Added printing of log prior

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2697: Added printing of log priority in syslog.

2021-01-16 Thread GitBox
xiaoxiang781216 merged pull request #2697: URL: https://github.com/apache/incubator-nuttx/pull/2697 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2696: sim/hcitty: add hcitty adapter

2021-01-16 Thread GitBox
btashton commented on a change in pull request #2696: URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r559010786 ## File path: arch/sim/Kconfig ## @@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE "wrap" causing the initial data sent to be

[GitHub] [incubator-nuttx] btashton merged pull request #2693: libs/libxx: use built-in __aeabi_atexit() if LIBSUPCXX is enabled

2021-01-16 Thread GitBox
btashton merged pull request #2693: URL: https://github.com/apache/incubator-nuttx/pull/2693 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

[incubator-nuttx] branch master updated: libs/libxx: use built-in __aeabi_atexit() if LIBSUPCXX is enabled

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton 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 37b5b71 libs/libxx: use built-in __a

[incubator-nuttx] branch master updated: libc/machine/arch: fix build break if enable armv8 ELF

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton 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 bd3a843 libc/machine/arch: fix build

[GitHub] [incubator-nuttx] btashton merged pull request #2694: libc/machine/arch: fix build break if enable armv8 ELF

2021-01-16 Thread GitBox
btashton merged pull request #2694: URL: https://github.com/apache/incubator-nuttx/pull/2694 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] btashton merged pull request #2691: wireless/bluetooth: add more hci event definitions

2021-01-16 Thread GitBox
btashton merged pull request #2691: URL: https://github.com/apache/incubator-nuttx/pull/2691 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

[incubator-nuttx] branch master updated (bd3a843 -> c8a6f31)

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from bd3a843 libc/machine/arch: fix build break if enable armv8 ELF add 605cd77 wireless/bluetooth: remo

[GitHub] [incubator-nuttx] v01d commented on pull request #2674: nrf52_i2c: add support for I2C_M_NOSTOP and I2C_M_NOSTART flags

2021-01-16 Thread GitBox
v01d commented on pull request #2674: URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-761619149 So, to sum it up I believe the situation is as follows: 1. we should support repeated start using list feature (this is also good in terms of using DMA for large transfer

[GitHub] [incubator-nuttx] btashton commented on pull request #2692: drivers/syslog: Prepend Process ID to syslog message

2021-01-16 Thread GitBox
btashton commented on pull request #2692: URL: https://github.com/apache/incubator-nuttx/pull/2692#issuecomment-761619299 @anchao I am on board with these changes, but it might be work prefixing the pid and priority number somehow so you know what the field is. Right now if only one is en

[GitHub] [incubator-nuttx] btashton commented on pull request #2698: Added color output to syslog.

2021-01-16 Thread GitBox
btashton commented on pull request #2698: URL: https://github.com/apache/incubator-nuttx/pull/2698#issuecomment-761619910 I tried using the github resolve conflict tool which is actually really nice to quickly fix the conflict, but it looks like it uses merge instead of rebase so creates a

[GitHub] [incubator-nuttx] fjpanag commented on pull request #2692: drivers/syslog: Prepend Process ID to syslog message

2021-01-16 Thread GitBox
fjpanag commented on pull request #2692: URL: https://github.com/apache/incubator-nuttx/pull/2692#issuecomment-761621354 @btashton The priority is logged as string, i.e. `[INFO]`, so I believe it is unambiguous. Only pid is logged as a plain number. So everything can be clear as to w

[GitHub] [incubator-nuttx] btashton commented on pull request #2674: nrf52_i2c: add support for I2C_M_NOSTOP and I2C_M_NOSTART flags

2021-01-16 Thread GitBox
btashton commented on pull request #2674: URL: https://github.com/apache/incubator-nuttx/pull/2674#issuecomment-761622236 1. Would be good for places where are doing the repeated start. Happy to test this on my hardware. 2. Would we just assert as not supported in this case? I guess if

[GitHub] [incubator-nuttx] btashton commented on pull request #2692: drivers/syslog: Prepend Process ID to syslog message

2021-01-16 Thread GitBox
btashton commented on pull request #2692: URL: https://github.com/apache/incubator-nuttx/pull/2692#issuecomment-761622749 Ah you are right, I was mixing up process priority with debug priority This is an automated message

[GitHub] [incubator-nuttx] btashton commented on issue #2593: Merge rv32im and rv64gc into one

2021-01-16 Thread GitBox
btashton commented on issue #2593: URL: https://github.com/apache/incubator-nuttx/issues/2593#issuecomment-761623153 @xiaoxiang781216 I am fine with this change. `nr5m100` was RTL was never released publically and Ken never responded, and the GAP8 while real, I think is also unused and w

[GitHub] [incubator-nuttx-apps] tomghuang commented on pull request #559: system/argtable3: Update to the latest version(v3.1.5.1c1bb23)

2021-01-16 Thread GitBox
tomghuang commented on pull request #559: URL: https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-761623160 I've published Argtable3 v3.2.0. Please help to check if this release can be successfully integrated into this project. Thanks. --

[GitHub] [incubator-nuttx] btashton edited a comment on issue #2593: Merge rv32im and rv64gc into one

2021-01-16 Thread GitBox
btashton edited a comment on issue #2593: URL: https://github.com/apache/incubator-nuttx/issues/2593#issuecomment-761623153 @xiaoxiang781216 I am fine with this change. `nr5m100` RTL was never released publicly and Ken never responded, and the GAP8 while real, I think is also unused and

[GitHub] [incubator-nuttx-apps] tomghuang edited a comment on pull request #559: system/argtable3: Update to the latest version(v3.1.5.1c1bb23)

2021-01-16 Thread GitBox
tomghuang edited a comment on pull request #559: URL: https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-761623160 I've published [Argtable3 v3.2.0](https://github.com/argtable/argtable3/releases/tag/v3.2.0.7402e6e). Please help to check if this release can be successful

[GitHub] [incubator-nuttx] btashton edited a comment on issue #2593: Merge rv32im and rv64gc into one

2021-01-16 Thread GitBox
btashton edited a comment on issue #2593: URL: https://github.com/apache/incubator-nuttx/issues/2593#issuecomment-761623153 @xiaoxiang781216 I am fine with this change. `nr5m100` RTL was never released publicly and Ken never responded. While the GAP8 is real, I think is also unused and w

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2692: drivers/syslog: Prepend Process ID to syslog message

2021-01-16 Thread GitBox
xiaoxiang781216 commented on pull request #2692: URL: https://github.com/apache/incubator-nuttx/pull/2692#issuecomment-761623422 @anchao please rebase your patch to resolve the conflict. This is an automated message from the

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #2593: Merge rv32im and rv64gc into one

2021-01-16 Thread GitBox
xiaoxiang781216 commented on issue #2593: URL: https://github.com/apache/incubator-nuttx/issues/2593#issuecomment-761623485 @btashton Ok, I will found time to merge 32bit and 64bit into one. This is an automated message from

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 opened a new pull request #565: system/argtable3: Update to the latest version(v3.2.0.7402e6e)

2021-01-16 Thread GitBox
xiaoxiang781216 opened a new pull request #565: URL: https://github.com/apache/incubator-nuttx-apps/pull/565 ## Summary and remove 0001-feat-Switch-to-FreeBSD-getopt-library.patch since it is already included in the new official release ## Impact upgrade the latest release

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on pull request #559: system/argtable3: Update to the latest version(v3.1.5.1c1bb23)

2021-01-16 Thread GitBox
xiaoxiang781216 commented on pull request #559: URL: https://github.com/apache/incubator-nuttx-apps/pull/559#issuecomment-761624575 Thanks @tomghuang I just created a PR for the new release here: https://github.com/apache/incubator-nuttx-apps/pull/565. Let's whether it can pass the build.

[GitHub] [incubator-nuttx] fjpanag commented on pull request #2698: Added color output to syslog.

2021-01-16 Thread GitBox
fjpanag commented on pull request #2698: URL: https://github.com/apache/incubator-nuttx/pull/2698#issuecomment-761624667 If we rebase simultaneously with anchao, there will be a conflict again. @anchao shall you be first?

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2698: Added color output to syslog.

2021-01-16 Thread GitBox
xiaoxiang781216 commented on pull request #2698: URL: https://github.com/apache/incubator-nuttx/pull/2698#issuecomment-761625421 @btashton let's merge @fjpanag's one first, @anchao should be sleeping now:). This is an automat

[GitHub] [incubator-nuttx] btashton commented on pull request #2698: Added color output to syslog.

2021-01-16 Thread GitBox
btashton commented on pull request #2698: URL: https://github.com/apache/incubator-nuttx/pull/2698#issuecomment-761625444 @fjpanag since you seem to be around now why don't you push first and I'll make sure to merge when it passes.

[GitHub] [incubator-nuttx] fjpanag commented on pull request #2698: Added color output to syslog.

2021-01-16 Thread GitBox
fjpanag commented on pull request #2698: URL: https://github.com/apache/incubator-nuttx/pull/2698#issuecomment-761626259 I am on mobile now, with no access to computer. Tomorrow morning I will be at the office again. T

[GitHub] [incubator-nuttx] acassis opened a new pull request #2699: boards/stm32f4discovery: Add a LWL board profile and improve the README.txt

2021-01-16 Thread GitBox
acassis opened a new pull request #2699: URL: https://github.com/apache/incubator-nuttx/pull/2699 ## Summary boards/stm32f4discovery: Add a LWL board profile and improve the README.txt ## Impact User will be able to use LWL easily ## Testing stm32f4discovery

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2699: boards/stm32f4discovery: Add a LWL board profile and improve the README.txt

2021-01-16 Thread GitBox
btashton commented on a change in pull request #2699: URL: https://github.com/apache/incubator-nuttx/pull/2699#discussion_r559045724 ## File path: tools/lwl/README.txt ## @@ -56,7 +56,47 @@ Usage = No special python modules are needed, it should be possible to run the -

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2699: boards/stm32f4discovery: Add a LWL board profile and improve the README.txt

2021-01-16 Thread GitBox
btashton commented on a change in pull request #2699: URL: https://github.com/apache/incubator-nuttx/pull/2699#discussion_r559045724 ## File path: tools/lwl/README.txt ## @@ -56,7 +56,47 @@ Usage = No special python modules are needed, it should be possible to run the -

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #2699: boards/stm32f4discovery: Add a LWL board profile and improve the README.txt

2021-01-16 Thread GitBox
acassis commented on a change in pull request #2699: URL: https://github.com/apache/incubator-nuttx/pull/2699#discussion_r559045817 ## File path: tools/lwl/README.txt ## @@ -56,7 +56,47 @@ Usage = No special python modules are needed, it should be possible to run the -a

[incubator-nuttx-apps] branch master updated: system/argtable3: Update to the latest version(v3.2.0.7402e6e)

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton 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 ee443ed system/argtable3: Updat

[GitHub] [incubator-nuttx-apps] btashton merged pull request #565: system/argtable3: Update to the latest version(v3.2.0.7402e6e)

2021-01-16 Thread GitBox
btashton merged pull request #565: URL: https://github.com/apache/incubator-nuttx-apps/pull/565 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

[GitHub] [incubator-nuttx] v01d opened a new pull request #2700: nRF52 various minor fixes

2021-01-16 Thread GitBox
v01d opened a new pull request #2700: URL: https://github.com/apache/incubator-nuttx/pull/2700 ## Summary - nrf52: fix build without serial - nrf52: fix build for PWM without multichan enabled - nrf52: fix SPI3 irq macro naming - nrf52: enable and fix build for SPI BITORDER

[GitHub] [incubator-nuttx] btashton merged pull request #2699: boards/stm32f4discovery: Add a LWL board profile and improve the README.txt

2021-01-16 Thread GitBox
btashton merged pull request #2699: URL: https://github.com/apache/incubator-nuttx/pull/2699 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

[incubator-nuttx] branch master updated: boards/stm32f4discovery: Add a LWL board profile and improve the README.txt

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton 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 0c5f71c boards/stm32f4discovery: Add

[GitHub] [incubator-nuttx] btashton merged pull request #2698: Added color output to syslog.

2021-01-16 Thread GitBox
btashton merged pull request #2698: URL: https://github.com/apache/incubator-nuttx/pull/2698 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

[incubator-nuttx] branch master updated: Added color output to syslog.

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton 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 cb78dad Added color output to syslog

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

2021-01-16 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 f1868e1 Publishing web

[incubator-nuttx] branch master updated: drivers/syslog: Prepend Process ID to syslog message

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton 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 efe236b drivers/syslog: Prepend Proc

[GitHub] [incubator-nuttx] btashton merged pull request #2692: drivers/syslog: Prepend Process ID to syslog message

2021-01-16 Thread GitBox
btashton merged pull request #2692: URL: https://github.com/apache/incubator-nuttx/pull/2692 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] btashton commented on a change in pull request #2700: nRF52 various minor fixes

2021-01-16 Thread GitBox
btashton commented on a change in pull request #2700: URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559068794 ## File path: arch/arm/src/nrf52/nrf52_gpio.c ## @@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset, putreg32(regv

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2700: nRF52 various minor fixes

2021-01-16 Thread GitBox
v01d commented on a change in pull request #2700: URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559069376 ## File path: arch/arm/src/nrf52/nrf52_gpio.c ## @@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset, putreg32(regval,

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2700: nRF52 various minor fixes

2021-01-16 Thread GitBox
v01d commented on a change in pull request #2700: URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559069637 ## File path: arch/arm/src/nrf52/nrf52_lowputc.c ## @@ -270,7 +270,7 @@ static void nrf52_setparity(uintptr_t base, * Name: nrf52_setstops **

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2700: nRF52 various minor fixes

2021-01-16 Thread GitBox
btashton commented on a change in pull request #2700: URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559070282 ## File path: arch/arm/src/nrf52/nrf52_gpio.c ## @@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset, putreg32(regv

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2700: nRF52 various minor fixes

2021-01-16 Thread GitBox
btashton commented on a change in pull request #2700: URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559070282 ## File path: arch/arm/src/nrf52/nrf52_gpio.c ## @@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset, putreg32(regv

[GitHub] [incubator-nuttx] v01d commented on a change in pull request #2700: nRF52 various minor fixes

2021-01-16 Thread GitBox
v01d commented on a change in pull request #2700: URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559070817 ## File path: arch/arm/src/nrf52/nrf52_gpio.c ## @@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset, putreg32(regval,

[GitHub] [incubator-nuttx] btashton commented on a change in pull request #2700: nRF52 various minor fixes

2021-01-16 Thread GitBox
btashton commented on a change in pull request #2700: URL: https://github.com/apache/incubator-nuttx/pull/2700#discussion_r559071007 ## File path: arch/arm/src/nrf52/nrf52_gpio.c ## @@ -192,6 +202,59 @@ static inline void nrf52_gpio_sense(nrf52_pinset_t cfgset, putreg32(regv

[GitHub] [incubator-nuttx] v01d opened a new pull request #2701: gdbinit: add support for reporting total and used stack size

2021-01-16 Thread GitBox
v01d opened a new pull request #2701: URL: https://github.com/apache/incubator-nuttx/pull/2701 ## Summary This checks if the required function is defined (when stack coloration is enabled) and, if so, calls it to get used stack. Otherwise it just reports zero used stack.

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #2696: sim/hcitty: add hcitty adapter

2021-01-16 Thread GitBox
anchao commented on a change in pull request #2696: URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r559071567 ## File path: arch/sim/Kconfig ## @@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE "wrap" causing the initial data sent to be ov

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #2696: sim/hcitty: add hcitty adapter

2021-01-16 Thread GitBox
anchao commented on a change in pull request #2696: URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r559072192 ## File path: arch/sim/Kconfig ## @@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE "wrap" causing the initial data sent to be ov

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #2696: sim/hcitty: add hcitty adapter

2021-01-16 Thread GitBox
anchao commented on a change in pull request #2696: URL: https://github.com/apache/incubator-nuttx/pull/2696#discussion_r559072257 ## File path: arch/sim/Kconfig ## @@ -531,16 +531,31 @@ config SIM_QSPIFLASH_PAGESIZE "wrap" causing the initial data sent to be ov

[GitHub] [incubator-nuttx] anchao commented on a change in pull request #2695: netpacket/if_addr: add interface address header

2021-01-16 Thread GitBox
anchao commented on a change in pull request #2695: URL: https://github.com/apache/incubator-nuttx/pull/2695#discussion_r559072909 ## File path: include/netpacket/if_addr.h ## @@ -0,0 +1,110 @@ +/ + * i

[incubator-nuttx] 02/07: nrf52: fix SPI3 irq macro naming

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 5d4463121fcdc49d766a9b0740594e16d54b74ef Author: Matias N AuthorDate: Sat Jan 16 19:24:54 2021 -0300 nrf

[incubator-nuttx] 03/07: nrf52: enable and fix build for SPI BITORDER

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit ebe596bcd1d4a39f12e330d15972ce036a3e3e18 Author: Matias N AuthorDate: Sat Jan 16 19:27:27 2021 -0300 nrf

[incubator-nuttx] 05/07: nrf52 i2c: disable peripheral while configuring

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 6f3f1c07fbd48a71133b6e5df64679f34c69a5e5 Author: Matias N AuthorDate: Sat Jan 16 19:36:45 2021 -0300 nrf

[incubator-nuttx] 06/07: nrf52: fix build without serial

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git commit 2fcfd63f8eb3471301f8e431a5d59a2d914d8661 Author: Matias N AuthorDate: Sat Jan 16 19:22:21 2021 -0300 nrf

[incubator-nuttx] branch master updated (efe236b -> 93ef2e7)

2021-01-16 Thread btashton
This is an automated email from the ASF dual-hosted git repository. btashton pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from efe236b drivers/syslog: Prepend Process ID to syslog message new c526f01 nrf52: fix build for PWM w

  1   2   >