jerpelea commented on PR #15931:
URL: https://github.com/apache/nuttx/pull/15931#issuecomment-2703321333
@acassis the PR was merged with documentation and board configs mixed in the
same commit !
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 0639a2ad7 boot/nxboot: enhance bootloader c
This is an automated email from the ASF dual-hosted git repository.
raiden00 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 1ea3c01062 arch/x86_64: Implement TSC frequency
jlaitine commented on PR #15929:
URL: https://github.com/apache/nuttx/pull/15929#issuecomment-2705675525
@xiaoxiang781216 I kept all the previous oneshot interfaces unmodified, but
added the "tick" functions for tick based operations.
This should address your concern of tickless mode,
SPRESENSE opened a new issue, #15960:
URL: https://github.com/apache/nuttx/issues/15960
### Description / Steps to reproduce the issue
Due to https://github.com/apache/nuttx/pull/15931, the write messages via
USB CDC/ACM may be lost.
Before this PR, the problem does not occur.
lipan118 commented on PR #15991:
URL: https://github.com/apache/nuttx/pull/15991#issuecomment-2726072918
> Thanks for improving STM32 RTC support! Please improve the git log and PR
description, as "bugfix" doesn't describe what is changing and why. The log and
PR description could begin wit
lupyuen commented on PR #15938:
URL: https://github.com/apache/nuttx/pull/15938#issuecomment-2710118218
@nuttxpr test qemu-armv8a:netnsh
--
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 specif
xiaoxiang781216 commented on code in PR #15989:
URL: https://github.com/apache/nuttx/pull/15989#discussion_r1995863778
##
tools/ci/platforms/windows.ps1:
##
@@ -0,0 +1,307 @@
+#!/usr/bin/env pswd
+
+# to
anchao opened a new pull request, #15997:
URL: https://github.com/apache/nuttx/pull/15997
## Summary
libs/instrument: add instrument level check to avoid nesting loops
Signed-off-by: chao an
## Impact
N/A
## Testing
sim/nsh, enable vfs instrument
anchao commented on code in PR #15996:
URL: https://github.com/apache/nuttx/pull/15996#discussion_r1997499359
##
arch/arm64/Kconfig:
##
@@ -37,6 +37,22 @@ config ARCH_CHIP_A64
---help---
Allwinner A64 SoC
+config ARCH_CHIP_A527
Review Comment:
Allwi
lupyuen commented on code in PR #15996:
URL: https://github.com/apache/nuttx/pull/15996#discussion_r1997499674
##
arch/arm64/Kconfig:
##
@@ -37,6 +37,22 @@ config ARCH_CHIP_A64
---help---
Allwinner A64 SoC
+config ARCH_CHIP_A527
Review Comment:
@anc
anchao commented on PR #15971:
URL: https://github.com/apache/nuttx/pull/15971#issuecomment-2727223541
> > > I tried this change before the one I've suggested (and the device
still halts). Either way, the functions that are part of the instrumentation
itself should not be instrumented (the
nuttxpr commented on PR #15997:
URL: https://github.com/apache/nuttx/pull/15997#issuecomment-2727224462
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
This PR does NOT fully meet the NuttX requirements. Her
tmedicci opened a new pull request, #15955:
URL: https://github.com/apache/nuttx/pull/15955
## Summary
Add a defconfig that enables the Python interpreter on ESP32-S3 and add the
related documentation about it for both the Python Interpreter and
ESP32-S3-DevKitC-board entries.
Laczen commented on PR #15962:
URL: https://github.com/apache/nuttx/pull/15962#issuecomment-2710596259
Hi @tmedicci thanks for your remarks,
Regarding item 1: I think the udpclient & server test program are meant to
be started when the link is up and there might be an init problem whe
tmedicci commented on PR #15971:
URL: https://github.com/apache/nuttx/pull/15971#issuecomment-2725372135
> maybe we can use the same variable in "`instr_level`" and call
`atomic_fetch_sub ` to subtract the count in `__cyg_profile_func_exit()`
>
> ```
> __cyg_profile_func_enter
>
lupyuen opened a new pull request, #15996:
URL: https://github.com/apache/nuttx/pull/15996
## Summary
This PR adds support for the Allwinner A527 Arm64 SoC. This will be used by
the upcoming port of NuttX for PINE64 Yuzuki Avaota-A1 SBC. And for Arm64 PR
Test Bot.
Most of the
nuttxpr commented on PR #15996:
URL: https://github.com/apache/nuttx/pull/15996#issuecomment-2727013066
[**\[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.
acassis commented on issue #15942:
URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2727053491
@keever50 @raiden00pl yes, in the past NuttX used to have a set of ioctl()
for each drivers, but for standard interfaces like RFID (Mifare, NFC, etc)
having a set of common ioctls ma
linguini1 commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726986417
> @linguini1 just out of curiosity. What kinds of currents are we talking
about between 2.1 and 2.4 dBm?
>
~2mA, which sounds insignificant but for battery powered applic
raiden00pl merged PR #15935:
URL: https://github.com/apache/nuttx/pull/15935
--
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.a
simbit18 commented on code in PR #15989:
URL: https://github.com/apache/nuttx/pull/15989#discussion_r1995786295
##
tools/ci/platforms/windows.ps1:
##
@@ -0,0 +1,307 @@
+#!/usr/bin/env pswd
+
+# tools/ci/
acassis commented on PR #15990:
URL: https://github.com/apache/nuttx/pull/15990#issuecomment-2724741498
Nice contribution @AngusJull !!!
--
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 specif
This is an automated email from the ASF dual-hosted git repository.
raiden00 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 c009c386cc drivers/wireless/lpwan/rn2xx3: Fix S
xiaoxiang781216 commented on code in PR #15989:
URL: https://github.com/apache/nuttx/pull/15989#discussion_r1995731424
##
tools/ci/platforms/windows.ps1:
##
@@ -0,0 +1,307 @@
+#!/usr/bin/env pswd
+
+# to
keever50 commented on issue #15942:
URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2726471772
@acassis whats your thought on this?
There are some ioctl commands that really need to be changed.
Such as PN532IOC_SEND_CMD_READ_PASSIVE which... does not take any arguments
f
keever50 commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726447801
@linguini1 Hey again
I wonder if we really need the 1/100 step dB power setting. What if we do
not change it, keep 1/1 steps? Would that affect projects?
Practically 1/100
This is an automated email from the ASF dual-hosted git repository.
raiden00 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 0532fa408a coredump:adjust BOARD_COREDUMP_COMPR
raiden00pl merged PR #15988:
URL: https://github.com/apache/nuttx/pull/15988
--
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.a
raiden00pl merged PR #15964:
URL: https://github.com/apache/nuttx/pull/15964
--
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.a
This is an automated email from the ASF dual-hosted git repository.
raiden00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit b03c3675016bbac724fd71f4dab4a37eab9d2359
Author: Yangwei
AuthorDate: Sat Mar 15 01:11:42 2025 +0800
arm/nucleo-f42
This is an automated email from the ASF dual-hosted git repository.
raiden00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 1fe2deb01b98d0764689bd13e926cf10bf466341
Author: Yangwei
AuthorDate: Sat Mar 15 00:38:32 2025 +0800
arm/nucleo-f74
This is an automated email from the ASF dual-hosted git repository.
raiden00 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 0532fa408a coredump:adjust BOARD_COREDUMP_COMPRESSION
new 1fe2deb01b arm/nucleo-f746zg: Exclude DTCM from the he
tmedicci commented on PR #15971:
URL: https://github.com/apache/nuttx/pull/15971#issuecomment-2726569771
> > I tried this change before the one I've suggested (and the device still
halts). Either way, the functions that are part of the instrumentation itself
should not be instrumented (the
nuttxpr commented on PR #15961:
URL: https://github.com/apache/nuttx/pull/15961#issuecomment-2709867219
[**\[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
eren-terzioglu commented on issue #15932:
URL: https://github.com/apache/nuttx/issues/15932#issuecomment-2724049998
Hi,
Created 15932
--
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 specif
keever50 commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726712398
@linguini1 just out of curiosity. What kinds of currents are we talking
about between 2.1 and 2.4 dBm?
--
This is an automated message from the Apache Git Service.
To respond
linguini1 commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726702267
> If the user only cares about normal precision, it creates a cleaner code.
> and yes it is possible to add the extra precision one. However i dont see
the use? Can be done a
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 8abd5dfd8d arch/esp32[c3|c6|h2]: Fix efuse issue on MCUBoot
add 7c5b6e654b boards/arm/rp23xx/xiao-rp2350 Add supp
acassis merged PR #3024:
URL: https://github.com/apache/nuttx-apps/pull/3024
--
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.a
acassis merged PR #15968:
URL: https://github.com/apache/nuttx/pull/15968
--
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 PR #15956:
URL: https://github.com/apache/nuttx/pull/15956#issuecomment-2711019632
@aungkhantmaw64 I'm going to merge it, please update the nrf5340dk
Documentation/ later to include the gpio example (you can create a board
profile)
--
This is an automated message fro
nuttxpr commented on PR #15995:
URL: https://github.com/apache/nuttx/pull/15995#issuecomment-2726737549
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
__Fill In The Commit Message:__ This PR contains a Commit with
keever50 commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726558626
Keeping the non precision one 1/1 dB might not be a bad idea. It is less
confusing, because the user does not need to remember the 1/100 step rule.
If the user only cares about no
nuttxpr commented on PR #15978:
URL: https://github.com/apache/nuttx/pull/15978#issuecomment-2717229712
[**\[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
simbit18 commented on code in PR #15989:
URL: https://github.com/apache/nuttx/pull/15989#discussion_r1995770573
##
tools/ci/platforms/windows.ps1:
##
@@ -0,0 +1,307 @@
+#!/usr/bin/env pswd
+
+# tools/ci/
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 327d41095 Publishing web: 405a712
cederom commented on PR #15959:
URL: https://github.com/apache/nuttx/pull/15959#issuecomment-2711031678
Aaah, fresh stuff, thanks @anchao, one more simple sentence more in the
description from start would make things clear from start :-) Well I sit
usually ~16h in front of the computer but
kevinuav opened a new issue, #15984:
URL: https://github.com/apache/nuttx/issues/15984
### Description
Hello. I am a UAV developer from px4 community who have encountered
compiling errors about nuttx with kconfiglib. I get menuconfig building errors
after I reinstalled everything of
yangwei-x commented on PR #15995:
URL: https://github.com/apache/nuttx/pull/15995#issuecomment-2727058454
> Please remove this merge, use git rebase to fix it
Removed. Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
raiden00pl merged PR #15967:
URL: https://github.com/apache/nuttx/pull/15967
--
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.a
raiden00pl commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726538105
Can't we just choose the closest possible value in dB supported by a given
chip? For example, if we choose TX power = 18db but chip supports only 17.6db
and 18.1db then driver wil
raiden00pl commented on issue #15942:
URL: https://github.com/apache/nuttx/issues/15942#issuecomment-2726543419
A common and general interface would also be useful for contactless drivers.
These drivers are another example where no one thought about portability and a
universal interface. Th
keever50 commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726541430
> Can't we just choose the closest possible value in dB supported by a given
chip? For example, if we choose TX power = 18db but chip supports only 17.6db
and 18.1db then driver wil
JianyuWang0623 opened a new pull request, #15994:
URL: https://github.com/apache/nuttx/pull/15994
## Summary
Update state when temp is stable, fix cooling state not decreasing error
when the temperature is kept at low trip(stable, not dropping).
## Impact
drivers/thermal;
linguini1 commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726553073
No, because the RN2XX3 has transmit power settings where it's not possible
to round to the nearest dBm. There are a few levels where two fractional dBm
transmit powers round to the
raiden00pl commented on issue #15856:
URL: https://github.com/apache/nuttx/issues/15856#issuecomment-2726558230
> No, because the RN2XX3 has transmit power settings where it's not possible
to round to the nearest dBm. There are a few levels where two fractional dBm
transmit powers round to
yangwei-x opened a new pull request, #15995:
URL: https://github.com/apache/nuttx/pull/15995
## arm/nucleo-f746zg: Add board example with app note
Add a example for board nucleo-f746zg with following apps
```
NuttShell (NSH) NuttX-12.8.0
nsh>
nsh> help
help usage: h
anchao merged PR #15995:
URL: https://github.com/apache/nuttx/pull/15995
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b03c367501 arm/nucleo-f429zi: Add board flash size config for
STM32F429ZI
add 0491e4db00 arm/nucleo-f746zg: Add b
60 matches
Mail list logo