eren-terzioglu commented on issue #15983:
URL: https://github.com/apache/nuttx/issues/15983#issuecomment-2720134545
Hi,
I will have a look to it. Thanks for reporting.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
yangsong8-a1 commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2720131287
@SPRESENSE Yes, I have tested on windows about 5 hours, and encountered the
data loss situation similar to yours.
Another information: When using cdcacm to quickly send large
yezhonghui2024 opened a new issue, #15983:
URL: https://github.com/apache/nuttx/issues/15983
### Description / Steps to reproduce the issue
I want enable xtensa esp32s3 i2c slave, step by follow:
step1: ./tools/configure.sh -E esp32s3-devkit:nsh
step2: make menuconfig, open c
no1wudi commented on code in PR #3025:
URL: https://github.com/apache/nuttx-apps/pull/3025#discussion_r1992479964
##
testing/ostest/mutex.c:
##
@@ -103,11 +116,172 @@ static void *thread_func(FAR void *parameter)
return NULL; /* Non-reachable -- needed for some compilers */
This is an automated email from the ASF dual-hosted git repository.
archer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 4959e269d6 sched/sem_waitirq: Move kmm_map() call to sem_wait()
add 96eb5e7819 net: sixlowpan icmpv6 return from u
anchao merged PR #15980:
URL: https://github.com/apache/nuttx/pull/15980
--
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.apach
This is an automated email from the ASF dual-hosted git repository.
archer 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 4959e269d6 sched/sem_waitirq: Move kmm_map() call
anchao merged PR #15982:
URL: https://github.com/apache/nuttx/pull/15982
--
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.apach
cederom commented on PR #3024:
URL: https://github.com/apache/nuttx-apps/pull/3024#issuecomment-2719816785
Thank you @michallenc very interesting! As this is breaking change I will
start a discussion on the dev@ mailing list :-)
--
This is an automated message from the Apache Git Service.
cederom commented on PR #15950:
URL: https://github.com/apache/nuttx/pull/15950#issuecomment-2719668483
> @simbit18: Question for old PR before this Guidelines update. For
abandoned and very old PR, how will they be handled? List filters -> **is:pr
is:open created:<2024-01-01**
https://git
xiaoxiang781216 commented on code in PR #3025:
URL: https://github.com/apache/nuttx-apps/pull/3025#discussion_r1992522891
##
testing/ostest/mutex.c:
##
@@ -103,11 +116,172 @@ static void *thread_func(FAR void *parameter)
return NULL; /* Non-reachable -- needed for some compil
SPRESENSE commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2719362037
@yangsong8-a1
If NuttShell is running, then the loader is installed correctly.
I am not sure why the USB is not recognized.
BTW, does `esp32s3-devkit:usb_device` work w
hartmannathan commented on code in PR #3025:
URL: https://github.com/apache/nuttx-apps/pull/3025#discussion_r1992142071
##
testing/ostest/mutex.c:
##
@@ -103,11 +116,172 @@ static void *thread_func(FAR void *parameter)
return NULL; /* Non-reachable -- needed for some compiler
jlaitine opened a new pull request, #15979:
URL: https://github.com/apache/nuttx/pull/15979
## Summary
This updates the mpfs_ethernet driver by picking the following corrections
from TII/SSRC branches:
- Always use LPWORK queue for txtimeout handling. Txtimeout does lengthy
op
acassis merged PR #15981:
URL: https://github.com/apache/nuttx/pull/15981
--
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
acassis commented on issue #15942:
URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2718819940
Nice work @keever50!!! So now is it possible to interface with NFC cards and
smartphone, right?
We don't have a Documentation about it (there are many references to NFC,
but only
keever50 commented on issue #15942:
URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2718890585
@acassis Thanks!
Currently with the state of this driver, you can only scan mifare cards.
However, the way i lay out the architecture, more target types will be
possible.
xiaoxiang781216 commented on code in PR #15978:
URL: https://github.com/apache/nuttx/pull/15978#discussion_r1992026008
##
net/udp/udp_input.c:
##
@@ -348,28 +348,35 @@ static int udp_input(FAR struct net_driver_s *dev,
unsigned int iplen)
* unless destination addres
acassis commented on PR #15980:
URL: https://github.com/apache/nuttx/pull/15980#issuecomment-2718841006
@xiaoxiang781216 @wengzhe please take a look
--
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 t
jlaitine commented on code in PR #15979:
URL: https://github.com/apache/nuttx/pull/15979#discussion_r1992033222
##
arch/risc-v/src/mpfs/Kconfig:
##
@@ -700,6 +700,14 @@ config MPFS_PHYINIT
---help---
call mpfs_phy_boardinitialize() on init
+config MPFS_
Laczen commented on code in PR #15978:
URL: https://github.com/apache/nuttx/pull/15978#discussion_r1992082987
##
net/udp/udp_input.c:
##
@@ -348,28 +348,35 @@ static int udp_input(FAR struct net_driver_s *dev,
unsigned int iplen)
* unless destination address was bro
xiaoxiang781216 commented on code in PR #3025:
URL: https://github.com/apache/nuttx-apps/pull/3025#discussion_r1992015263
##
testing/ostest/mutex.c:
##
@@ -103,11 +116,172 @@ static void *thread_func(FAR void *parameter)
return NULL; /* Non-reachable -- needed for some compil
keever50 commented on issue #15942:
URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2718603631
Update on this:
I changed a ton of code. It was necessary.
**Changes:**
- Fixed UID reading,
- added possibility to develop support for other interface busses. (cl
SPRESENSE commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717282513
@yangsong8-a1
Could you check below in the
[FAQ](https://developer.sony.com/spresense/development-guides/faq_en.html#_why_are_functions_like_the_micro_sd_card_and_audio_on_the_e
yangsong8-a1 commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2716969928
> [@yangsong8-a1](https://github.com/yangsong8-a1) I had and fixed this
issue:
>
>
https://acassis.wordpress.com/2023/03/24/compiling-and-flashing-nuttx-on-sony-spresense
michallenc opened a new pull request, #3024:
URL: https://github.com/apache/nuttx-apps/pull/3024
## Summary
This commit enhances the bootloader capabilities. The image's header is
extended with header version, size, platform identifier and pointer to optional
next header. CRC32 now inclu
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 50c0e13a29 typo: fix incorrect doc
add ac3b0adb42 documentation/boot/nxboot: update nxboot documentation
No new
Laczen commented on PR #15978:
URL: https://github.com/apache/nuttx/pull/15978#issuecomment-2718054446
> Thank you @Laczen !!!
>
> This modification should be tested in more boards and with apps examples
that use ICMP:
>
> * ipforward
> * nettest
> * tcpblaster
> * udp
michallenc commented on code in PR #15981:
URL: https://github.com/apache/nuttx/pull/15981#discussion_r1991594741
##
Documentation/applications/boot/nxboot/index.rst:
##
@@ -29,38 +29,38 @@ wear while keeping the recovery/revert possibility.
Not confirmed image is reverted to r
tmedicci commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2718028055
@acassis and @xiaoxiang781216 can you please take a second look?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
acassis commented on code in PR #15979:
URL: https://github.com/apache/nuttx/pull/15979#discussion_r1991529836
##
arch/risc-v/src/mpfs/Kconfig:
##
@@ -700,6 +700,14 @@ config MPFS_PHYINIT
---help---
call mpfs_phy_boardinitialize() on init
+config MPFS_P
nuttxpr commented on PR #3025:
URL: https://github.com/apache/nuttx-apps/pull/3025#issuecomment-2717981403
[**\[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.
SPRESENSE commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717172168
@yangsong8-a1 Yes, I attached
[nuttx.zip](https://github.com/user-attachments/files/19206765/nuttx.zip).
Please extract it and get nuttx.spk.
--
This is an automated message fro
no1wudi opened a new pull request, #3025:
URL: https://github.com/apache/nuttx-apps/pull/3025
## Summary
This change enhances NuttX's test coverage by validating mutex behavior
in non-standard relocation scenarios, while explicitly noting this
extends beyond POSIX specificati
acassis commented on PR #15978:
URL: https://github.com/apache/nuttx/pull/15978#issuecomment-2717947359
Thank you @Laczen !!!
This modification should be tested in more boards and with apps examples
that use ICMP:
* ipforward
* nettest
* tcpblaster
* udp
* udpblaste
nuttxpr commented on PR #15982:
URL: https://github.com/apache/nuttx/pull/15982#issuecomment-2717920403
[**\[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
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 f8fa86fca3 Documentation/uorb: fix typo in uorb chapter
add 50c0e13a29 typo: fix incorrect doc
No new revisions
acassis merged PR #15976:
URL: https://github.com/apache/nuttx/pull/15976
--
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
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 809de89608 arch/risc-v/src/common/riscv_mtimer.c: Correct mtimecmp
setting in riscv_mtimer_cancel
add f8fa86fca3
acassis merged PR #15977:
URL: https://github.com/apache/nuttx/pull/15977
--
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
lupyuen commented on PR #15982:
URL: https://github.com/apache/nuttx/pull/15982#issuecomment-2717908113
@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
acassis commented on code in PR #15981:
URL: https://github.com/apache/nuttx/pull/15981#discussion_r1991504954
##
Documentation/applications/boot/nxboot/index.rst:
##
@@ -29,38 +29,38 @@ wear while keeping the recovery/revert possibility.
Not confirmed image is reverted to reco
simbit18 commented on PR #15950:
URL: https://github.com/apache/nuttx/pull/15950#issuecomment-2717269405
Question for old PR before this Guidelines update.
For abandoned and very old PR, how will they be handled?
List filters -> **is:pr is:open created:<2024-01-01 state:open**
https
nuttxpr commented on PR #15982:
URL: https://github.com/apache/nuttx/pull/15982#issuecomment-2717842120
[**\[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, al
pussuw opened a new pull request, #15982:
URL: https://github.com/apache/nuttx/pull/15982
## Summary
The kernel mapping should be performed in sem_wait (thread level) as virtual
memory mappings cannot be added from interrupt, at least for now.
The reason?
kmm_map() depen
nuttxpr commented on PR #15981:
URL: https://github.com/apache/nuttx/pull/15981#issuecomment-2717508647
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, the PR appears to meet the basic NuttX requirement
yangsong8-a1 commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717577544
I also tested it on ubuntu, no wonder there was no problem.
I read the FAQ and re-plugged the board, but it still doesn't work. If it's
not because of my newly updated loader,
nuttxpr commented on PR #3024:
URL: https://github.com/apache/nuttx-apps/pull/3024#issuecomment-2717490414
[**\[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,
SPRESENSE commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717441605
When I checked on the Ubuntu `/dev/ttyACM0`, I had no problem.
I had only tested it on a Windows COM port.
It may be related to the Windows USB driver, not NuttX...
--
T
arikimari commented on code in PR #15970:
URL: https://github.com/apache/nuttx/pull/15970#discussion_r1991162478
##
arch/arm64/src/imx9/hardware/imx9_ele.h:
##
@@ -0,0 +1,78 @@
+/
+ * arch/arm64/src/imx9
nuttxpr commented on PR #15980:
URL: https://github.com/apache/nuttx/pull/15980#issuecomment-2717359353
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR appears to meet the NuttX requirements. The su
nuttxpr commented on PR #15979:
URL: https://github.com/apache/nuttx/pull/15979#issuecomment-2717318550
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to meet the basic NuttX requiremen
Laczen opened a new pull request, #15980:
URL: https://github.com/apache/nuttx/pull/15980
## Summary
When a udp frame is processed without a listener a icmp frame is returned
indicating that there is no listener. The PR enables sending this icmpv6
response over sixlowpan.
Solv
yangsong8-a1 commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717202170
@SPRESENSE I flash your image, `tools/flash_writer.py -s -c /dev/ttyUSB0 -d
-b 115200 -n ../nuttx.spk`
usb devices still can not be recognized. Is my hardware broken?
Laczen opened a new pull request, #15978:
URL: https://github.com/apache/nuttx/pull/15978
Ensure that the correct icmp(v6) response is generated from udb_input.
## Summary
A incorrect icmp response could be generated when there is no listener on a
udp port for a setup that uses
yangsong8-a1 commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717156025
@SPRESENSE can you upload you nuttx.spk? I flash your image and verify my
environment.
--
This is an automated message from the Apache Git Service.
To respond to the message
yangsong8-a1 commented on issue #15960:
URL: https://github.com/apache/nuttx/issues/15960#issuecomment-2717137768
> [@yangsong8-a1](https://github.com/yangsong8-a1) USB CDC/ACM uses USB
connector on the extension board. Can this be connected to a PC and not
recognized?
 Thanks for your support.
>
> I found this issue in our application with Spresense SDK. Here is the
procedure to reproduc
anchao opened a new pull request, #15977:
URL: https://github.com/apache/nuttx/pull/15977
## Summary
Documentation/uorb: fix typo in uorb chapter
fix typo "Two Tpyes" -> "Two Types"
Signed-off-by: chao an
## Impact
N/A
## Testing
ci-check
60 matches
Mail list logo