xiaoxiang781216 merged pull request #5152:
URL: https://github.com/apache/incubator-nuttx/pull/5152
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail
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 845168c arch/risc-v: Refine riscv_assert.c
add c87ae33 risc-v/opensbi: update to version 1.0
No n
a-lunev commented on a change in pull request #5138:
URL: https://github.com/apache/incubator-nuttx/pull/5138#discussion_r777877997
##
File path: net/tcp/tcp_input.c
##
@@ -870,6 +870,11 @@ static void tcp_input(FAR struct net_driver_s *dev,
uint8_t domain,
if ((tcp
eenurkka commented on a change in pull request #5153:
URL: https://github.com/apache/incubator-nuttx/pull/5153#discussion_r777863884
##
File path: tools/Makefile.unix
##
@@ -522,6 +522,11 @@ ifeq ($(CONFIG_RAW_BINARY),y)
$(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) n
OctopusHu0105 opened a new pull request #954:
URL: https://github.com/apache/incubator-nuttx-apps/pull/954
ifdef CONFIG_SCHED_INSTRUMENTATION_DUMP
case NOTE_DUMP_STRING:
case NOTE_DUMP_BINARY:
endif
[ 198.244349] [25] [ap] 001e3fcc: Task 18 priority 100, string:shced note
t
btashton commented on a change in pull request #5153:
URL: https://github.com/apache/incubator-nuttx/pull/5153#discussion_r777861527
##
File path: tools/Makefile.unix
##
@@ -522,6 +522,11 @@ ifeq ($(CONFIG_RAW_BINARY),y)
$(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) n
eenurkka commented on a change in pull request #5153:
URL: https://github.com/apache/incubator-nuttx/pull/5153#discussion_r777861461
##
File path: tools/Makefile.unix
##
@@ -522,6 +522,11 @@ ifeq ($(CONFIG_RAW_BINARY),y)
$(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) n
btashton commented on a change in pull request #5153:
URL: https://github.com/apache/incubator-nuttx/pull/5153#discussion_r777861104
##
File path: tools/Makefile.unix
##
@@ -522,6 +522,11 @@ ifeq ($(CONFIG_RAW_BINARY),y)
$(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) n
OctopusHu0105 closed pull request #953:
URL: https://github.com/apache/incubator-nuttx-apps/pull/953
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mai
eenurkka opened a new pull request #5153:
URL: https://github.com/apache/incubator-nuttx/pull/5153
Polarfire Icicle board has only (128K - 256) bytes for the bootloader
in the non-volatile eNVM. This space is barely enough for running NuttX.
If OpenSBI is selected, it will be placed in
OctopusHu0105 opened a new pull request #953:
URL: https://github.com/apache/incubator-nuttx-apps/pull/953
note main: system/sched_note add output of string and binary
ifdef CONFIG_SCHED_INSTRUMENTATION_DUMP
case NOTE_DUMP_STRING:
case NOTE_DUMP_BINARY:
endif
[ 192.19
xiaoxiang781216 merged pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail
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 504f1d1 net/misc: add support for CONFIG_NET_ALLOC_CONNS
add a6662c2 arch/risc-v: Refine arch.h
a-lunev opened a new pull request #952:
URL: https://github.com/apache/incubator-nuttx-apps/pull/952
## Summary
This option enables using sendfile() in netcat client mode if a normal file
(not stdin) is sent.
If the option is enabled but stdin is sent rather than a normal file, ne
xiaoxiang781216 commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777856908
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format o
eenurkka opened a new pull request #5152:
URL: https://github.com/apache/incubator-nuttx/pull/5152
OpenSBI recently introduced version 1.0. Use the latest
version here as well.
Signed-off-by: Eero Nurkkala
## Summary
OpenSBI commit d30bde3 fixed issues with memcpy /
xiaoxiang781216 merged pull request #5150:
URL: https://github.com/apache/incubator-nuttx/pull/5150
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail
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 4edc5fb xtensa: Rename up_stack_color to xtensa_stack_color since
it's an internal function.
add a
MTres19 opened a new pull request #5151:
URL: https://github.com/apache/incubator-nuttx/pull/5151
## Summary
Char-device CAN driver for Tiva MCUs. The current implementation is blocked
by #2663
## Impact
Minimal
## Testing
With DGTech Beacon CAN box
--
This is
anchao opened a new pull request #5150:
URL: https://github.com/apache/incubator-nuttx/pull/5150
## Summary
net/misc: add support for CONFIG_NET_ALLOC_CONNS
## Impact
N/A
## Testing
CI-Check
--
This is an automated message from the Apache Git Service.
To
no1wudi commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777804499
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format output wi
no1wudi commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777804499
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format output wi
no1wudi commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777804499
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format output wi
no1wudi commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777805844
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -71,9 +79,9 @@
* Name: riscv_stackdump
*
no1wudi commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777804499
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format output wi
xiaoxiang781216 commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777803567
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -98,35 +106,35 @@ static inline void riscv_registerdump(volatile uintptr_t
*reg
xiaoxiang781216 commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777803402
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -71,9 +79,9 @@
* Name: riscv_stackdump
*
xiaoxiang781216 commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777802724
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format o
xiaoxiang781216 commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777802724
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format o
xiaoxiang781216 commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777802724
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format o
no1wudi commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r94145
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format output wi
no1wudi commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r94145
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format output wi
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 bcde51f Publishing web
xiaoxiang781216 commented on pull request #5069:
URL: https://github.com/apache/incubator-nuttx/pull/5069#issuecomment-1004291329
@AlanRosenthal we may need update Makefile.win too
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
xiaoxiang781216 commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777648007
##
File path: arch/risc-v/src/common/riscv_assert.c
##
@@ -57,6 +57,14 @@
# define CONFIG_BOARD_RESET_ON_ASSERT 0
#endif
+/* Format o
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 4edc5fb xtensa: Rename up_stack_col
xiaoxiang781216 merged pull request #5149:
URL: https://github.com/apache/incubator-nuttx/pull/5149
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail
Ouss4 commented on pull request #5147:
URL: https://github.com/apache/incubator-nuttx/pull/5147#issuecomment-1004198193
@AlanRosenthal please rebase, the other PR is now merged and caused this
little conflict.
--
This is an automated message from the Apache Git Service.
To respond to th
Ouss4 merged pull request #5069:
URL: https://github.com/apache/incubator-nuttx/pull/5069
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-
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 2366795 Improve dependencies for
Ouss4 opened a new pull request #5149:
URL: https://github.com/apache/incubator-nuttx/pull/5149
## Summary
The function is internal to the Xtensa arch and should have the arch as
prefix.
## Impact
N/A
## Testing
Code still builds.
--
This is an automated message from t
AlanRosenthal edited a comment on pull request #5069:
URL: https://github.com/apache/incubator-nuttx/pull/5069#issuecomment-1004187553
> @AlanRosenthal let's merge into one patch?
done! happy new year 🥳
--
This is an automated message from the Apache Git Service.
To respond to the
AlanRosenthal commented on pull request #5069:
URL: https://github.com/apache/incubator-nuttx/pull/5069#issuecomment-1004187553
> @AlanRosenthal let's merge into one patch?
done! happy new year
--
This is an automated message from the Apache Git Service.
To respond to the message,
no1wudi opened a new pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148
## Summary
## Impact
## Testing
--
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
PetervdPerk-NXP commented on issue #5142:
URL:
https://github.com/apache/incubator-nuttx/issues/5142#issuecomment-1004162622
Interesting the comment above the function suggest it wouldn't block and
didn't specify it's not allowed to be executed while in an interrupt.
https://github.com/ap
AlanRosenthal opened a new pull request #5147:
URL: https://github.com/apache/incubator-nuttx/pull/5147
## Summary
`include/nuttx/version.h` is dependent on `.version`, which needs to run for
every invocation of make, since git info can update at any time.
Currently the `.version` tar
acassis commented on a change in pull request #5146:
URL: https://github.com/apache/incubator-nuttx/pull/5146#discussion_r777522118
##
File path: arch/arm/src/samv7/sam_freerun.c
##
@@ -220,8 +220,8 @@ int sam_freerun_initialize(struct sam_freerun_s *freerun,
int chan,
int sa
xiaoxiang781216 merged pull request #5145:
URL: https://github.com/apache/incubator-nuttx/pull/5145
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail
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 6c2b40f typos: fix typos in many fi
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 4b190fb arch/arm/samv7: correct num
xiaoxiang781216 merged pull request #5144:
URL: https://github.com/apache/incubator-nuttx/pull/5144
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail
acassis commented on pull request #4908:
URL: https://github.com/apache/incubator-nuttx/pull/4908#issuecomment-1004099652
> @acassis @pkarashchenko is this patch ready for merge?
It seams he fixed all the suggestions, but the CI is failing. Maybe
@tito97sp needs to rebase it to the H
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 6185377 net/devif/devif_cansend.c: fix assertion for max data len
new 78362b0 xtensa/esp32: Use ROM
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
commit 78362b0949075e4c7886b4518acb11008587574e
Author: Gustavo Henrique Nihei
AuthorDate: Thu Dec 30 08:48:48 2021 -
acassis merged pull request #5143:
URL: https://github.com/apache/incubator-nuttx/pull/5143
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commit
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
commit c04fbb0365f6765febdbb7f330d670906dd664dc
Author: Gustavo Henrique Nihei
AuthorDate: Thu Dec 30 08:50:22 2021 -
pkarashchenko opened a new pull request #5146:
URL: https://github.com/apache/incubator-nuttx/pull/5146
## Summary
There are two issues that are addressed with ths change:
- According to SAM E70/S70/V70/V71 Family datasheet the
timer counter channels are 16-bit so timer counter
pkarashchenko opened a new pull request #5145:
URL: https://github.com/apache/incubator-nuttx/pull/5145
## Summary
According to SAM E70/S70/V70/V71 Family Datasheet there are more interrupts
that are currently stated in SAME70/SAMV71 header files. Fix this by adding
proper defines to he
pkarashchenko opened a new pull request #5144:
URL: https://github.com/apache/incubator-nuttx/pull/5144
## Summary
Fix typos in many files
## Impact
No functional changes
## Testing
Pass CI
--
This is an automated message from the Apache Git Service.
To respond to t
gustavonihei opened a new pull request #5143:
URL: https://github.com/apache/incubator-nuttx/pull/5143
## Summary
This PR intends to make use of available ROM implementations of libc
functions on ESP32.
## Impact
ROM functions may be accessed while the MMU and Flash Cache is di
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 6185377eece2cca8b867035507ab105cfbeadabb
Author: raiden00pl
AuthorDate: Mon Jan 3 11:45:42 2022 +0100
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 43ddcd52778e700454ccefeb37ea93e2c94a2322
Author: raiden00pl
AuthorDate: Thu Dec 30 09:55:15 2021 +0100
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from c7d3a67 drivers/sensors/as5048b: fix lower half init issue
new 649619b net/can/can_recvmsg.c: f
gustavonihei merged pull request #5141:
URL: https://github.com/apache/incubator-nuttx/pull/5141
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: c
This is an automated email from the ASF dual-hosted git repository.
gustavonihei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 649619b8f81a9d06d0f889ca1448680fc2f678c5
Author: raiden00pl
AuthorDate: Thu Dec 30 09:53:38 2021 +0100
raiden00pl commented on issue #5142:
URL:
https://github.com/apache/incubator-nuttx/issues/5142#issuecomment-1004025767
FYI @PetervdPerk-NXP @michallenc
--
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
raiden00pl opened a new issue #5142:
URL: https://github.com/apache/incubator-nuttx/issues/5142
I noticed that FlexCAN implementation calls can_input() directly from the
interrupt handler which is probably wrong.
This will raise the assertion in nxsem_trywait.c:75 when
CONFIG_DEBUG_ASS
raiden00pl opened a new pull request #5141:
URL: https://github.com/apache/incubator-nuttx/pull/5141
## Summary
- net/can/can_recvmsg.c: fix warning
- include/nuttx/can.h: include nuttx/config.h
- net/devif/devif_cansend.c: fix assertion for max data len
## Impact
68 matches
Mail list logo