SPRESENSE commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2716504085
@yangsong8-a1 Thanks for your support.
I found this issue in our application with Spresense SDK.
Here is the procedure to reproduce it in the NuttX-only environment on a
S
SPRESENSE commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2716393251
@yangsong8-a1
I find when `priv->wrcontainer == NULL` therefore `cdcacm_sndpacket()` is
executed. the problem of lost write messages occurs.
I still don't know why it fails i
chirping78 commented on PR #15907:
URL: https://github.com/apache/nuttx/pull/15907#issuecomment-2716297844
@acassis @jerpelea @tmedicci @xiaoxiang781216 Would you please merge this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
cederom commented on code in PR #15950:
URL: https://github.com/apache/nuttx/pull/15950#discussion_r1986499255
##
CONTRIBUTING.md:
##
@@ -1,133 +1,438 @@
-# Contributing to Apache NuttX RTOS
+# Apache NuttX RTOS Contributing Guidelines
-Hi! Thank you for your interest in contr
LuchianMihai commented on PR #15718:
URL: https://github.com/apache/nuttx/pull/15718#issuecomment-2709568286
So this means we can compile the nuttx kernel using g++?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
acassis merged PR #15956:
URL: https://github.com/apache/nuttx/pull/15956
--
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-unsubscr...@nuttx.apac
anchao commented on PR #15975:
URL: https://github.com/apache/nuttx/pull/15975#issuecomment-2716120168
@xuxin930
--
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 unsubsc
Nambers opened a new pull request, #15976:
URL: https://github.com/apache/nuttx/pull/15976
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
*Update this section with information on why change is necessar
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/nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ff447445c Publishing web: 405a712
This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 2e57ed24a7 boards/arm/stm32f401rc-rs485: Add support to GPIO
add e398e4a4ff arch/risc-v/src/common/riscv_mtimer.c
lupyuen merged PR #15929:
URL: https://github.com/apache/nuttx/pull/15929
--
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-unsubscr...@nuttx.apac
nuttxpr commented on PR #15929:
URL: https://github.com/apache/nuttx/pull/15929#issuecomment-2715817086
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues)
Build and Test Successful (milkv_duos:nsh)
https://gitlab.co
lupyuen commented on PR #15929:
URL: https://github.com/apache/nuttx/pull/15929#issuecomment-2715811471
@nuttxpr test milkv_duos:nsh
--
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 c
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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 2e57ed24a7 boards/arm/stm32f401rc-rs485: Add sup
acassis merged PR #15861:
URL: https://github.com/apache/nuttx/pull/15861
--
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-unsubscr...@nuttx.apac
rcsim commented on PR #15968:
URL: https://github.com/apache/nuttx/pull/15968#issuecomment-2715747934
> Sorry I realised that our RP2350 Linker Scripts are missing the Standard
NuttX Header. Could you modify your Linker Script to use this file header?
Thanks :-)
https://github.com/apache/n
acassis commented on code in PR #15970:
URL: https://github.com/apache/nuttx/pull/15970#discussion_r1990122716
##
arch/arm64/src/imx9/hardware/imx9_ele.h:
##
@@ -0,0 +1,78 @@
+/
+ * arch/arm64/src/imx9/h
jlaitine commented on code in PR #15929:
URL: https://github.com/apache/nuttx/pull/15929#discussion_r1990105098
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -290,6 +377,59 @@ static int riscv_mtimer_cancel(struct oneshot_lowerhalf_s
*lower,
return 0;
}
+/**
pussuw commented on code in PR #15929:
URL: https://github.com/apache/nuttx/pull/15929#discussion_r1990085088
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -290,6 +377,59 @@ static int riscv_mtimer_cancel(struct oneshot_lowerhalf_s
*lower,
return 0;
}
+/
xiaoxiang781216 commented on PR #13086:
URL: https://github.com/apache/nuttx/pull/13086#issuecomment-2710681391
@pietroalbini could you fix the build break?
--
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
acassis merged PR #15957:
URL: https://github.com/apache/nuttx/pull/15957
--
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-unsubscr...@nuttx.apac
simbit18 commented on code in PR #15950:
URL: https://github.com/apache/nuttx/pull/15950#discussion_r1987029875
##
CONTRIBUTING.md:
##
@@ -1,133 +1,438 @@
-# Contributing to Apache NuttX RTOS
+# Apache NuttX RTOS Contributing Guidelines
-Hi! Thank you for your interest in cont
no1wudi opened a new pull request, #15961:
URL: https://github.com/apache/nuttx/pull/15961
## Summary
Introduce the 'olddefconfig' target to streamline the process of updating
the configuration file while ensuring dependencies are met.
* Add 'olddefconfig' utility target t
linguini1 opened a new pull request, #15967:
URL: https://github.com/apache/nuttx/pull/15967
## Summary
There is no 'UART' symbol to depend on, so this dependency is removed for
now. The driver will fail to register without being passed a UART character
driver path anyways.
##
cederom commented on code in PR #15929:
URL: https://github.com/apache/nuttx/pull/15929#discussion_r1989991756
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -290,6 +377,59 @@ static int riscv_mtimer_cancel(struct oneshot_lowerhalf_s
*lower,
return 0;
}
+/***
anchao commented on PR #15959:
URL: https://github.com/apache/nuttx/pull/15959#issuecomment-2712269476
> @anchao please update the log message to include: why this feature is
needed and its advantages
@acassis
new API is not compatible with the old structure. The following is
anchao commented on code in PR #15958:
URL: https://github.com/apache/nuttx/pull/15958#discussion_r1986490349
##
audio/audio_comp.c:
##
@@ -51,8 +51,8 @@ struct audio_comp_priv_s
/* This is the contained, low-level audio device array and count. */
- FAR struct audio_lowe
acassis commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2711109087
https://nuttx.apache.org/docs/latest/contributing/documentation.html
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
cederom commented on PR #15950:
URL: https://github.com/apache/nuttx/pull/15950#issuecomment-2715255266
> > @cederom: Thank you folks for all the remarks and grammar suggestions!
The update is pushed, please comment :-)
>
> @tmedicci: Just re-reviewed: we are fine here. Can you mark t
anchao commented on PR #15959:
URL: https://github.com/apache/nuttx/pull/15959#issuecomment-2711169850
> Aaah, fresh stuff, thanks @anchao, one more simple sentence more in the
description would make things clear from start :-) Well I sit usually ~16h in
front of the computer but not always
Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2711031826
> Thanks @Laczen :-) Would it be possible to fix problems identified by
@tmedicci maybe with simple checks and error returns when operation is not
possible until better solution is availab
crafcat7 opened a new pull request, #15964:
URL: https://github.com/apache/nuttx/pull/15964
## Summary
In order to reduce the cost of using coredump, we disable
`BOARD_COREDUMP_COMPRESSION` by default when it is not necessary.
So I adjusted the conditions for enable of `BOARD_CORED
jlaitine commented on PR #15938:
URL: https://github.com/apache/nuttx/pull/15938#issuecomment-2703199570
Adding one example with real numbers how the timer drift causes the tick
timer & watchdog timers to fail:
Example:
Counter frequency 2400 (24MHz)
Tick frequency 100 H
raiden00pl commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2704405785
> About the rx_hdr, thats interesting! i was more thinking of .payload
pointing to an internal driver buffer.
But this is also an option, the buffer being the user's responsibil
nuttxpr commented on PR #15955:
URL: https://github.com/apache/nuttx/pull/15955#issuecomment-2707174221
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to meet the NuttX requirements. T
yangsong8-a1 commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2710403515
@SPRESENSE After the problem occurred, the log will always miss data. Is
it impossible to recover? I will try to reproduce this issue.
--
This is an automated message from t
LuchianMihai commented on PR #15718:
URL: https://github.com/apache/nuttx/pull/15718#issuecomment-2711048257
@acassis Pardon my lack of understanding, but those are libraries which
provides runtime components for c++ applications that live in the user space,
regardless of flat/protected/ke
cederom commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2712185805
> @Laczen: @tmedicci @cederom the first problem is caused by udp_input, it
also appears when both network interfaces are up before starting the client but
the server is not running. The p
acassis commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2710971818
@Laczen could you please update the documentation with this complete log
that @tmedicci printed here? I noticed that the Documentation/ has only the
commands, it should be nice to have th
acassis commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2711026100
> > Also I noticed the Documentation format is strange:
https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/boards/esp32-devkitc/index.html
> > everything is in a single line:
Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2711291476
@tmedicci @cederom the first problem is caused by udp_input, it also appears
when both network interfaces are up before starting the client but the server
is not running. The problem is th
Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2711101898
> > > Also I noticed the Documentation format is strange:
https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/boards/esp32-devkitc/index.html
> > > everything is in a single line
emomaxd commented on issue #15916:
URL: https://github.com/apache/nuttx/issues/15916#issuecomment-2715089847
I've successfully resolved the issue by adding a resource table into the ELF
file, incorporating a new section in the linker script called
".resource_table," which eliminated the "In
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/nuttx.git
from b802632761 audio/pcm_decode: fix typo in assert condition
add 1a0a514122 boards/nrf5340dk: add dev gpio support f
lupyuen commented on PR #15965:
URL: https://github.com/apache/nuttx/pull/15965#issuecomment-2712089311
Thanks @occam25! May I suggest that we change the PR Title to this, so it
looks neater in [NuttX Release
Notes](https://nuttx.apache.org/releases/12.8.0/)?
```text
net/can: Fix NULL
acassis commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2714899093
@yangsong8-a1 I had and fixed this issue:
https://acassis.wordpress.com/2023/03/24/compiling-and-flashing-nuttx-on-sony-spresense-board/
You need to update the board boo
occam25 opened a new pull request, #15965:
URL: https://github.com/apache/nuttx/pull/15965
to add it also when there is an active reader (previously the timestamp was
only added before storing the CAN frame in the read-ahead list).
It was working fine but I realized that the can_callb
Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2711016690
> Also I noticed the Documentation format is strange:
https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/boards/esp32-devkitc/index.html
>
> everything is in a single line:
acassis commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2710987906
@xiaoxiang781216 @SPRESENSE it should be nice to include an automated test
to catch this failure, this way case it happen again we will be alerted
--
This is an automated message f
acassis commented on PR #15718:
URL: https://github.com/apache/nuttx/pull/15718#issuecomment-2711102558
> @acassis Pardon my lack of understanding, but those are libraries which
provides runtime components for c++ applications that live in the user space,
regardless of flat/protected/kernel
yangsong8-a1 commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2714830143
@SPRESENSE I find a apresense board. After I use flash_writer.py to flash
image, the system can not run with a serial log:
```
[0.00] cxd56_farapiinitialize: Mism
nuttxpr commented on PR #15974:
URL: https://github.com/apache/nuttx/pull/15974#issuecomment-2714568560
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR description does not fully meet the NuttX r
nuttxpr commented on PR #15975:
URL: https://github.com/apache/nuttx/pull/15975#issuecomment-2714561940
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR appears to meet the NuttX requirements, althoug
raiden00pl opened a new pull request, #15975:
URL: https://github.com/apache/nuttx/pull/15975
## Summary
When we use upstream board as a target in out-of-tree board configurations
we should not link dummy/Kconfig with a board Kconfig otherwise this file is
included twice which cause cmak
lupyuen commented on PR #15970:
URL: https://github.com/apache/nuttx/pull/15970#issuecomment-2714410584
Thanks @arikimari! Maybe we could rename the PR Title to this, so it looks
neater in [NuttX Release Notes](https://nuttx.apache.org/releases/12.8.0/)?
```text
arch/arm64/imx9: Suppor
Laczen commented on issue #15973:
URL: https://github.com/apache/nuttx/issues/15973#issuecomment-2714410403
> Thanks for reporting, [@Laczen](https://github.com/Laczen)!
>
> Just for the records:
>
> > I suggest inserting a check for it on espnow_recv_cb and espnow_send_cb
and
tmedicci commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2714146344
> > So if I understand this correctly, NuttX is still missing network
implementation that would allow a proper use case of ESPNOW?
>
> I don't think this is true. NuttX is missing
tmedicci commented on issue #15973:
URL: https://github.com/apache/nuttx/issues/15973#issuecomment-2714313956
Thanks for reporting, @Laczen!
Just for the records:
> I suggest inserting a check for it on espnow_recv_cb and espnow_send_cb
and saving the current channel to the espnow'
Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2714241135
> Please, @Laczen , can you open the following issues:
>
> 1. One for the sixlowpan issue reported
[here](https://github.com/apache/nuttx/pull/15962#issuecomment-2711291476).
tmedicci commented on PR #15950:
URL: https://github.com/apache/nuttx/pull/15950#issuecomment-2714225918
> Thank you folks for all the remarks and grammar suggestions! The update is
pushed, please comment :-)
Just re-reviewed: we are fine here. Can you mark the PR as ready-to-review,
Laczen opened a new issue, #15973:
URL: https://github.com/apache/nuttx/issues/15973
### Description / Steps to reproduce the issue
When espnow is used as a network device a connection to a wifi accesspoint
(e.g. using wapi) can break the espnow network device.
This could be ca
Laczen opened a new issue, #15972:
URL: https://github.com/apache/nuttx/issues/15972
### Description / Steps to reproduce the issue
When using udp over sixlowpan the processing of udp packets can generate a
icmpv6 response when icmpv6 is enabled. These responses are not handled
prope
tmedicci opened a new pull request, #15971:
URL: https://github.com/apache/nuttx/pull/15971
## Summary
* fs/vfs/fs_poll: Add noinstrument_function to poll_notify function
Add the noinstrument_function attribute to the poll_notify function to avoid
it looping if -finstrument-fun
Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2714050209
> So if I understand this correctly, NuttX is still missing network
implementation that would allow a proper use case of ESPNOW?
I don't think this is true. NuttX is missing some lov
acassis commented on code in PR #15970:
URL: https://github.com/apache/nuttx/pull/15970#discussion_r1989153021
##
arch/arm64/src/imx9/hardware/imx9_ele.h:
##
@@ -0,0 +1,78 @@
+/
+ * arch/arm64/src/imx9/h
acassis commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2714002010
> > > @Laczen: @tmedicci @cederom the first problem is caused by udp_input,
it also appears when both network interfaces are up before starting the client
but the server is not running. T
fdcavalcanti commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2713857978
> > > @Laczen: @tmedicci @cederom the first problem is caused by udp_input,
it also appears when both network interfaces are up before starting the client
but the server is not runni
nuttxpr commented on PR #15970:
URL: https://github.com/apache/nuttx/pull/15970#issuecomment-2713744801
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR mostly meets the NuttX requirements, but n
arikimari opened a new pull request, #15970:
URL: https://github.com/apache/nuttx/pull/15970
## Summary
Moved imx9 edgelock enclave (ELE) handling from imx9_trdc.c to own
imx9_ele.c file.
Add some new messages to ele API.
Updated ele fw version to 1.3.0.
Fix channel bug on im
nuttxpr commented on PR #15958:
URL: https://github.com/apache/nuttx/pull/15958#issuecomment-2709219914
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No, this PR does not fully meet the NuttX requirements.
pussuw commented on code in PR #15929:
URL: https://github.com/apache/nuttx/pull/15929#discussion_r1988868603
##
arch/risc-v/src/common/riscv_mtimer.c:
##
@@ -290,6 +377,59 @@ static int riscv_mtimer_cancel(struct oneshot_lowerhalf_s
*lower,
return 0;
}
+/
Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2713301580
> > @Laczen: @tmedicci @cederom the first problem is caused by udp_input, it
also appears when both network interfaces are up before starting the client but
the server is not running. The
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/nuttx.git
from 1a0a514122 boards/nrf5340dk: add dev gpio support for nrf5340dk
add 6922bfe247 Documentation: Add XIAO RP2350 Boa
acassis merged PR #15969:
URL: https://github.com/apache/nuttx/pull/15969
--
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-unsubscr...@nuttx.apac
raiden00pl commented on code in PR #15967:
URL: https://github.com/apache/nuttx/pull/15967#discussion_r1988763112
##
drivers/wireless/lpwan/Kconfig:
##
@@ -8,7 +8,6 @@ if DRIVERS_LPWAN
config LPWAN_RN2XX3
bool "Microchip RN2xx3 driver support"
default n
-
occam25 commented on PR #15965:
URL: https://github.com/apache/nuttx/pull/15965#issuecomment-2713115295
@lupyuen , done. Sorry about that, I didn't realize that the title was
changed. Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
yangsong8-a1 commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2713144952
@SPRESENSE What serial port receiving tool are you using? Could you try this
command and test again? thank you.
`cat /dev/ttyACM0 | tee cdcacm_esp32.log`
--
This is an aut
Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2713129962
@acassis I have updated the documentation.
After building the documentation locally I am now faced with a change on my
branch of the file `Documentation/Pipfile.lock`, is this someth
Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2711007947
> @Laczen could you please update the documentation with this complete log
that @tmedicci printed here? I noticed that the Documentation/ has only the
commands, it should be nice to have t
79 matches
Mail list logo