[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-25 Thread GitBox
yamt commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r582625635 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,25 @@ static void *esp_malloc_internal(size_t size) static void *esp_

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-25 Thread GitBox
cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r582656466 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,25 @@ static void *esp_malloc_internal(size_t size) static voi

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-25 Thread GitBox
cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r582656732 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,25 @@ static void *esp_malloc_internal(size_t size) static voi

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #2920: risc-v/esp32c3: Configure clock and call board initialize at startup.

2021-02-25 Thread GitBox
Ouss4 opened a new pull request #2920: URL: https://github.com/apache/incubator-nuttx/pull/2920 ## Summary Configure clock and call board initialise at startup. ## Impact Only ESP32-C3 ## Testing esp32c3-devkit:nsh ---

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-25 Thread GitBox
cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r582674251 ## File path: arch/xtensa/src/esp32/esp32_allocateheap.c ## @@ -130,6 +143,10 @@ void up_allocate_heap(FAR void **heap_start, size_t *heap_si

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #2920: risc-v/esp32c3: Configure clock and call board initialize at startup.

2021-02-25 Thread GitBox
gustavonihei commented on a change in pull request #2920: URL: https://github.com/apache/incubator-nuttx/pull/2920#discussion_r582681012 ## File path: arch/risc-v/src/esp32c3/esp32c3_start.c ## @@ -83,7 +84,15 @@ void __esp32c3_start(void) showprogress('B'); - /* Call n

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2914: Nxstyle fixes and license update

2021-02-25 Thread GitBox
xiaoxiang781216 merged pull request #2914: URL: https://github.com/apache/incubator-nuttx/pull/2914 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] 01/04: libs: libnx: nxfonts: fix Mixed case identifier

2021-02-25 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 fe9ccffe2bb70bb8f6a57450f8bbdc52ce8a419d Author: Alin Jerpelea AuthorDate: Wed Feb 24 15:59:52 2021 +0100

[incubator-nuttx] 02/04: libcxx: : Author Gregory Nutt: update licenses to Apache

2021-02-25 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 9dd35d8d831d1e90caa370735e5b98a43b03f488 Author: Alin Jerpelea AuthorDate: Tue Feb 23 19:12:11 2021 +0100

[incubator-nuttx] branch master updated (30cb7d3 -> 561428f)

2021-02-25 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 30cb7d3 arch:rv32:up_sigdeliver missing fpu contexts. new fe9ccff libs: libnx: nxfonts: fix Mixed

[incubator-nuttx-apps] branch master updated: usrsock: delete sock->s_crefs to fix compile break

2021-02-25 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 0e1148c usrsock: delete sock->

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #602: usrsock: delete sock->s_crefs to fix compile break

2021-02-25 Thread GitBox
xiaoxiang781216 merged pull request #602: URL: https://github.com/apache/incubator-nuttx-apps/pull/602 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] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-25 Thread GitBox
cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r582715726 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,17 @@ static void *esp_malloc_internal(size_t size) static voi

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2921: xtensa/esp32: Fix typos reported by codespell

2021-02-25 Thread GitBox
gustavonihei opened a new pull request #2921: URL: https://github.com/apache/incubator-nuttx/pull/2921 ## Summary Just fixing some misspelled words in the esp32 implementation. ## Impact No impact, most of the fixes are in comments. ## Testing Not applicable. ---

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2922: risc-v: Fix typos reported by codespell

2021-02-25 Thread GitBox
gustavonihei opened a new pull request #2922: URL: https://github.com/apache/incubator-nuttx/pull/2922 ## Summary Just fixing some misspelled words in RISC-V CPUs and boards implementation. ## Impact No impact, most of the fixes are in comments. ## Testing Not applicab

[GitHub] [incubator-nuttx] codebje opened a new pull request #2923: ez80: fix several bugs in emac driver

2021-02-25 Thread GitBox
codebje opened a new pull request #2923: URL: https://github.com/apache/incubator-nuttx/pull/2923 ## Summary IRQs cannot be individually disabled on the eZ80, so using `up_disable_irq()` had no effect. This left the IRQ handler being constantly triggered without the lower half h

[GitHub] [incubator-nuttx] codebje commented on pull request #2923: ez80: fix several bugs in emac driver

2021-02-25 Thread GitBox
codebje commented on pull request #2923: URL: https://github.com/apache/incubator-nuttx/pull/2923#issuecomment-785854200 There are further issues with networking on the eZ80 to resolve: - Large frames put the EMAC driver into an endless loop failing to process the invalid message

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2924: include: Fix typos reported by codespell

2021-02-25 Thread GitBox
gustavonihei opened a new pull request #2924: URL: https://github.com/apache/incubator-nuttx/pull/2924 ## Summary Just fixing some misspelled words in the root include folder. ## Impact No impact. ## Testing Not applicable. ---

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2925: General: Fix typos reported by codespell

2021-02-25 Thread GitBox
gustavonihei opened a new pull request #2925: URL: https://github.com/apache/incubator-nuttx/pull/2925 ## Summary Fixes for some more typos reported by codespell. ## Impact No impact. ## Testing Not applicable.

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2925: General: Fix typos reported by codespell

2021-02-25 Thread GitBox
xiaoxiang781216 commented on pull request #2925: URL: https://github.com/apache/incubator-nuttx/pull/2925#issuecomment-785886989 should we enable checkpatch.sh codespell(-c) option by default? https://github.com/apache/incubator-nuttx/blob/master/tools/checkpatch.sh#L32

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #2925: General: Fix typos reported by codespell

2021-02-25 Thread GitBox
xiaoxiang781216 edited a comment on pull request #2925: URL: https://github.com/apache/incubator-nuttx/pull/2925#issuecomment-785886989 should we enable checkpatch.sh codespell(-c) option by default in CI? https://github.com/apache/incubator-nuttx/blob/master/tools/checkpatch.sh#L32 ---

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2926: drivers: Fix typos reported by codespell

2021-02-25 Thread GitBox
gustavonihei opened a new pull request #2926: URL: https://github.com/apache/incubator-nuttx/pull/2926 ## Summary Just fixing some misspelled words in the drivers folder. ## Impact No impact. ## Testing Not applicable.

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #2925: General: Fix typos reported by codespell

2021-02-25 Thread GitBox
gustavonihei commented on pull request #2925: URL: https://github.com/apache/incubator-nuttx/pull/2925#issuecomment-785911906 > should we enable checkpatch.sh codespell(-c) option by default in CI? > https://github.com/apache/incubator-nuttx/blob/master/tools/checkpatch.sh#L32 I t

[GitHub] [incubator-nuttx] yunkya2 opened a new pull request #2927: arm/rp2040: Fix LDFLAGS for boot stage2

2021-02-25 Thread GitBox
yunkya2 opened a new pull request #2927: URL: https://github.com/apache/incubator-nuttx/pull/2927 ## Summary Fix LDFLAGS option to create boot stage 2 of Raspberry Pi Pico. Because `CONFIG_SCHED_INSTRUMENTATION_SYSCALL=y` adds extra `--wrap` options to LDFLAGS, boot stage2 build f

[GitHub] [incubator-nuttx] hotislandn opened a new pull request #2928: arch:rv64:add API up_copyfullstate for later FPU support.

2021-02-25 Thread GitBox
hotislandn opened a new pull request #2928: URL: https://github.com/apache/incubator-nuttx/pull/2928 Signed-off-by: hotislandn ## Summary This patch is linked to https://github.com/apache/incubator-nuttx/pull/2918 for rv32im, but for RV64GC. The purpose is for later FPU suppor

[incubator-nuttx] branch master updated: xtensa/esp32: Fix typos reported by codespell

2021-02-25 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 ed0a1b7 xtensa/esp32: Fix typos r

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2921: xtensa/esp32: Fix typos reported by codespell

2021-02-25 Thread GitBox
Ouss4 merged pull request #2921: URL: https://github.com/apache/incubator-nuttx/pull/2921 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

[incubator-nuttx] branch master updated: risc-v: Fix typos reported by codespell

2021-02-25 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 7fe096c risc-v: Fix typos reporte

[GitHub] [incubator-nuttx] Ouss4 merged pull request #2922: risc-v: Fix typos reported by codespell

2021-02-25 Thread GitBox
Ouss4 merged pull request #2922: URL: https://github.com/apache/incubator-nuttx/pull/2922 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] patacongo commented on a change in pull request #2904: unistd/getcwd: enhance getcwd when buf is NULL

2021-02-25 Thread GitBox
patacongo commented on a change in pull request #2904: URL: https://github.com/apache/incubator-nuttx/pull/2904#discussion_r583075013 ## File path: libs/libc/unistd/lib_getcwd.c ## @@ -115,6 +124,16 @@ FAR char *getcwd(FAR char *buf, size_t size) return NULL; } +

[GitHub] [incubator-nuttx] patacongo commented on pull request #2904: unistd/getcwd: enhance getcwd when buf is NULL

2021-02-25 Thread GitBox
patacongo commented on pull request #2904: URL: https://github.com/apache/incubator-nuttx/pull/2904#issuecomment-786117328 > @patacongo What is you take on this extension? I don't have any strong opinion, as long as it is fully compatible with the require at the OpenGroup.org referen

[incubator-nuttx] branch master updated: arm/rp2040: Fix LDFLAGS for boot stage2

2021-02-25 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 a556bbf arm/rp2040: Fix LDFLAGS for

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2927: arm/rp2040: Fix LDFLAGS for boot stage2

2021-02-25 Thread GitBox
xiaoxiang781216 merged pull request #2927: URL: https://github.com/apache/incubator-nuttx/pull/2927 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: arch:rv64:add API up_copyfullstate for later FPU support.

2021-02-25 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 651b905 arch:rv64:add API up_copyfu

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2928: arch:rv64:add API up_copyfullstate for later FPU support.

2021-02-25 Thread GitBox
xiaoxiang781216 merged pull request #2928: URL: https://github.com/apache/incubator-nuttx/pull/2928 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] xiaoxiang781216 commented on pull request #2926: drivers: Fix typos reported by codespell

2021-02-25 Thread GitBox
xiaoxiang781216 commented on pull request #2926: URL: https://github.com/apache/incubator-nuttx/pull/2926#issuecomment-786145677 @gustavonihei please fix the nxstyle warning, other change looks good. This is an automated mess

[incubator-nuttx] branch master updated: include: Fix typos reported by codespell

2021-02-25 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 b9f231c include: Fix typos reported

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2924: include: Fix typos reported by codespell

2021-02-25 Thread GitBox
xiaoxiang781216 merged pull request #2924: URL: https://github.com/apache/incubator-nuttx/pull/2924 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] xiaoxiang781216 commented on pull request #2925: General: Fix typos reported by codespell

2021-02-25 Thread GitBox
xiaoxiang781216 commented on pull request #2925: URL: https://github.com/apache/incubator-nuttx/pull/2925#issuecomment-786147988 let's ignore `error: Mixed case identifier found` This is an automated message from the Apache G

[incubator-nuttx] branch master updated: Fix typos reported by codespell

2021-02-25 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 76acb32 Fix typos reported by codes

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2925: General: Fix typos reported by codespell

2021-02-25 Thread GitBox
xiaoxiang781216 merged pull request #2925: URL: https://github.com/apache/incubator-nuttx/pull/2925 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] gustavonihei commented on pull request #2926: drivers: Fix typos reported by codespell

2021-02-25 Thread GitBox
gustavonihei commented on pull request #2926: URL: https://github.com/apache/incubator-nuttx/pull/2926#issuecomment-786195845 > @gustavonihei please fix the nxstyle warning, other change looks good. I fixed the remaining nxstyle issues with the exception of one "Mixed case identifier

[GitHub] [incubator-nuttx] codebje edited a comment on pull request #2923: ez80: fix several bugs in emac driver

2021-02-25 Thread GitBox
codebje edited a comment on pull request #2923: URL: https://github.com/apache/incubator-nuttx/pull/2923#issuecomment-785854200 There are further issues with networking on the eZ80 to resolve: - ~~Large frames put the EMAC driver into an endless loop failing to process the invalid

[GitHub] [incubator-nuttx] davids5 commented on pull request #2904: unistd/getcwd: enhance getcwd when buf is NULL

2021-02-25 Thread GitBox
davids5 commented on pull request #2904: URL: https://github.com/apache/incubator-nuttx/pull/2904#issuecomment-786259137 > > @patacongo What is you take on this extension? > > I don't have any strong opinion, as long as it is fully compatible with the require at the OpenGroup.org ref

[GitHub] [incubator-nuttx] michallenc opened a new pull request #2929: iMXRT: changes to FlexCAN driver support

2021-02-25 Thread GitBox
michallenc opened a new pull request #2929: URL: https://github.com/apache/incubator-nuttx/pull/2929 ## Summary These changes brings some bigger updates to imxrt FlexCAN driver. The biggest one is added capability to run CAN_FD (on CAN3) together with classical CAN (on CAN1 and CAN2). F

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

2021-02-25 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 6ee8a0b Publishing web

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2926: drivers: Fix typos reported by codespell

2021-02-25 Thread GitBox
xiaoxiang781216 merged pull request #2926: URL: https://github.com/apache/incubator-nuttx/pull/2926 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] 01/02: drivers: Fix typos reported by codespell

2021-02-25 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 55d66f60a308aa7047cc3f6e30808e040d01cb8b Author: Gustavo Henrique Nihei AuthorDate: Thu Feb 25 10:34:37 2021

[incubator-nuttx] 02/02: drivers/i2s: Fix nxstyle issues

2021-02-25 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 c76e201ebd4902d5f4642e45b59fd8549142a50b Author: Gustavo Henrique Nihei AuthorDate: Thu Feb 25 17:03:17 2021

[incubator-nuttx] branch master updated (76acb32 -> c76e201)

2021-02-25 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 76acb32 Fix typos reported by codespell new 55d66f6 drivers: Fix typos reported by codespell

[GitHub] [incubator-nuttx] Donny9 commented on a change in pull request #2904: unistd/getcwd: enhance getcwd when buf is NULL

2021-02-25 Thread GitBox
Donny9 commented on a change in pull request #2904: URL: https://github.com/apache/incubator-nuttx/pull/2904#discussion_r583354679 ## File path: libs/libc/unistd/lib_getcwd.c ## @@ -115,6 +124,16 @@ FAR char *getcwd(FAR char *buf, size_t size) return NULL; } + if

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-25 Thread GitBox
yamt commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r583403458 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,17 @@ static void *esp_malloc_internal(size_t size) static void *esp_

[incubator-nuttx] branch master updated (c76e201 -> 39016f6)

2021-02-25 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 c76e201 drivers/i2s: Fix nxstyle issues add 39016f6 risc-v/esp32c3: Configure clock and call board

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2920: risc-v/esp32c3: Configure clock and call board initialize at startup.

2021-02-25 Thread GitBox
xiaoxiang781216 merged pull request #2920: URL: https://github.com/apache/incubator-nuttx/pull/2920 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] yamt commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-25 Thread GitBox
yamt commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r583406885 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,17 @@ static void *esp_malloc_internal(size_t size) static void *esp_

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2906: umm_heap/valloc: support valloc (LEGACY)

2021-02-25 Thread GitBox
xiaoxiang781216 commented on pull request #2906: URL: https://github.com/apache/incubator-nuttx/pull/2906#issuecomment-786437992 @davids5 and @patacongo can we merge this PR now? This is an automated message from the Apache G

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #2904: unistd/getcwd: enhance getcwd when buf is NULL

2021-02-25 Thread GitBox
xiaoxiang781216 commented on pull request #2904: URL: https://github.com/apache/incubator-nuttx/pull/2904#issuecomment-786441497 > > > @patacongo What is you take on this extension? > > > > > > I don't have any strong opinion, as long as it is fully compatible with the require at

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2908: signal: change SIGRTMIN to 1 because signo 0 don't catch.

2021-02-25 Thread GitBox
xiaoxiang781216 merged pull request #2908: URL: https://github.com/apache/incubator-nuttx/pull/2908 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: signal: set SIGRTMIN to SIGUSR1 because signo 0 don't catch.

2021-02-25 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 48050c9 signal: set SIGRTMIN to SIG

[incubator-nuttx] 02/02: arch/arm/src/imxrt: updated flexcan driver to support classical and FD frames at once

2021-02-25 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 04fc5e314da0e5d0039e721ccf1127ba7ee3f92e Author: Michal Lenc AuthorDate: Thu Feb 25 23:30:45 2021 +0100

[incubator-nuttx] 01/02: boards/arm/imxrt/teensy-4.x: allow configuration of all CANs

2021-02-25 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 3b219fb2da3fd524a34f47591e3c07b8363db740 Author: Michal Lenc AuthorDate: Thu Feb 25 23:27:34 2021 +0100

[incubator-nuttx] branch master updated (48050c9 -> 04fc5e3)

2021-02-25 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 48050c9 signal: set SIGRTMIN to SIGUSR1 because signo 0 don't catch. new 3b219fb boards/arm/imxrt/

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2929: iMXRT: changes to FlexCAN driver support

2021-02-25 Thread GitBox
xiaoxiang781216 merged pull request #2929: URL: https://github.com/apache/incubator-nuttx/pull/2929 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] xiaoxiang781216 commented on pull request #2923: ez80: fix several bugs in emac driver

2021-02-25 Thread GitBox
xiaoxiang781216 commented on pull request #2923: URL: https://github.com/apache/incubator-nuttx/pull/2923#issuecomment-786443691 @codebje is this patch ready for merge? This is an automated message from the Apache Git Service

[GitHub] [incubator-nuttx] yamt opened a new pull request #2930: tools/version.h: If the version is not available, use 0.0.0

2021-02-25 Thread GitBox
yamt opened a new pull request #2930: URL: https://github.com/apache/incubator-nuttx/pull/2930 ## Summary It's useful when you only have shallow git history handy. (eg. to save some network bandwidth) The default value here was chosen to mirror the default of tools/Makefile.w

[GitHub] [incubator-nuttx] cwespressif commented on a change in pull request #2832: xtensa/esp32: Fix the issue of WiFi internal malloc from PSRAM

2021-02-25 Thread GitBox
cwespressif commented on a change in pull request #2832: URL: https://github.com/apache/incubator-nuttx/pull/2832#discussion_r583431933 ## File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c ## @@ -3447,7 +3469,17 @@ static void *esp_malloc_internal(size_t size) static voi

[GitHub] [incubator-nuttx] codebje commented on pull request #2923: ez80: fix several bugs in emac driver

2021-02-25 Thread GitBox
codebje commented on pull request #2923: URL: https://github.com/apache/incubator-nuttx/pull/2923#issuecomment-786465360 I think so - I've traced the DHCP issue far enough to know that it reaches `udp_input` with the right data, so whatever's causing the DCHP offer to be lost is probably n