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_
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
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
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
---
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
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
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
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
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
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
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->
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
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
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.
---
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
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
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
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.
---
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.
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
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
---
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.
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
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
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
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
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
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
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
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;
}
+
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
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_
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
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
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
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
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
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
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/
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
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
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
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
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
67 matches
Mail list logo