sdc-g commented on PR #15141:
URL: https://github.com/apache/nuttx/pull/15141#issuecomment-2771833487
Hi @chirping78
Thanks for your information.
Sorry, I am not working on the latest Nuttx branch/sha1. I will check later.
Thanks for your understanding!
--
This is an automated
justapotato213 opened a new pull request, #16011:
URL: https://github.com/apache/nuttx/pull/16011
## Summary
This PR is from inspace.
This PR adds an experimental driver for the Texas Instruments 4 channel 16
bit ADS1115 ADC. The driver uses I2c and a software trigger, and im
lupyuen commented on PR #16015:
URL: https://github.com/apache/nuttx/pull/16015#issuecomment-2733291369
Hi @simbit18: Will this affect CI Builds on Linux / macOS / Windows? Thanks
:-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
eren-terzioglu commented on PR #16006:
URL: https://github.com/apache/nuttx/pull/16006#issuecomment-2740504856
> @eren-terzioglu please refresh the snake defconfig, it is reporting error
I rerun the pipeline, it is unrelated to refresh, it was about missing snake
game which merged the
lupyuen commented on issue #16099:
URL: https://github.com/apache/nuttx/issues/16099#issuecomment-2767577601
Hi @Laczen: For my RISC-V and Arm64 Ports of NuttX, I mount the ROM FS like
this...
https://lupyuen.org/articles/avaota.html#mount-the-romfs
```c
struct boardioc_romdisk_s
yamt commented on code in PR #15945:
URL: https://github.com/apache/nuttx/pull/15945#discussion_r2024080158
##
fs/littlefs/lfs_vfs.c:
##
@@ -1362,6 +1387,11 @@ static int littlefs_bind(FAR struct inode *driver, FAR
const void *data,
}
}
+ if (data && strstr(dat
nuttxpr commented on PR #16073:
URL: https://github.com/apache/nuttx/pull/16073#issuecomment-2754043267
[**\[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.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 847133c1adb69f123a5702392ee6ffc02d7a2ff0
Author: wangjianyu3
AuthorDate: Sun Mar 30 22:19:08 2025 +0800
boards/sz
liujp-arch opened a new pull request, #16106:
URL: https://github.com/apache/nuttx/pull/16106
Fix the issue of incorrect comparison of the sampled Y value
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
PruteanuVlad commented on code in PR #16016:
URL: https://github.com/apache/nuttx/pull/16016#discussion_r2020236575
##
arch/xtensa/src/esp32/esp32_sha.c:
##
Review Comment:
Thank you! I just finished the changes. When you get the chance, please let
me know how it looks.
pussuw opened a new pull request, #16031:
URL: https://github.com/apache/nuttx/pull/16031
## Summary
This replaces the big kernel lock (enter/leave_critical_section()) with
local spinlocks from all MPFS drivers that still use it. The reason is
obviously to alleviate big kernel lock c
This is an automated email from the ASF dual-hosted git repository.
tmedicci pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit b8964f5c469ec12b8889a0ac5b13922148a0646e
Author: Laczen JMS
AuthorDate: Fri Mar 28 13:57:49 2025 +0100
arch/xtensa
jlaitine commented on PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#issuecomment-2765738455
Sorry, clicked "close by accident" :)
--
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
xiaoxiang781216 merged PR #16113:
URL: https://github.com/apache/nuttx/pull/16113
--
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...@nu
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/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 940ee9385 examples: add blecent and blepr
xiaoxiang781216 commented on code in PR #16024:
URL: https://github.com/apache/nuttx/pull/16024#discussion_r2007357442
##
include/nuttx/wireless/ioctl.h:
##
@@ -48,67 +48,214 @@
* the open() interface.
*
pussuw commented on code in PR #16031:
URL: https://github.com/apache/nuttx/pull/16031#discussion_r202052
##
arch/risc-v/src/mpfs/mpfs_dsn.c:
##
@@ -91,9 +98,7 @@ int mpfs_read_dsn(uint8_t *dsn, size_t len)
while ((getreg32(SERVICES_SR) & SCBCTRL_SERVICESSR_BUSY) && --r
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/nuttx.git
from ae1950ebd9 boards/arm/nrf52/nrf52840-dk: add GPIO driver based on leds
and buttons
add 19b655b4fd arch/arm/sam
cederom commented on code in PR #16032:
URL: https://github.com/apache/nuttx/pull/16032#discussion_r2010332461
##
Documentation/applications/benchmarks/mtd/index.rst:
##
@@ -0,0 +1,31 @@
+==
+``mtd`` MTD transfer rate test
Review Comment:
TANK U S
lupyuen commented on code in PR #16130:
URL: https://github.com/apache/nuttx/pull/16130#discussion_r2026955848
##
arch/Kconfig:
##
@@ -434,6 +434,12 @@ config ARCH_HAVE_FORK
bool
default n
+config ARCH_HAVE_CRC32
+ bool
+ default n
+ ---help--
pussuw commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2020504308
##
libs/libc/semaphore/sem_wait.c:
##
@@ -98,3 +98,43 @@ int sem_wait(FAR sem_t *sem)
leave_cancellation_point();
return ERROR;
}
+
+/
xiaoxiang781216 commented on code in PR #16022:
URL: https://github.com/apache/nuttx/pull/16022#discussion_r2003936345
##
arch/xtensa/src/common/espressif/esp_loader.c:
##
@@ -209,7 +209,7 @@ int map_rom_segments(uint32_t app_drom_start, uint32_t
app_drom_vaddr,
ram_
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 d3c6716b9 Publishing web: 405a712
pryre commented on PR #16101:
URL: https://github.com/apache/nuttx/pull/16101#issuecomment-2767970411
Corrected PR: #16102
--
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.
T
Zhangshoukui commented on PR #3039:
URL: https://github.com/apache/nuttx-apps/pull/3039#issuecomment-2760341014
> Sorry @Zhangshoukui: Can you check if the PR is causing sim:citest to fail?
>
> * [[BUG] CI Test sim:citest fails intermittently for Linux sim-01
nuttx#16088](https://gith
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
commit 453c6f75cf55fead65d4c2190d7094e4a0abccc6
Author: Eren Terzioglu
AuthorDate: Sat Mar 1 18:55:42 2025 +0100
Documenta
raiden00pl commented on PR #3030:
URL: https://github.com/apache/nuttx-apps/pull/3030#issuecomment-2744096532
something is broken with cmake build. For now I'm changing to draft until I
fix it
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
keever50 commented on PR #16023:
URL: https://github.com/apache/nuttx/pull/16023#issuecomment-2737695968
I will squash too
--
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.
T
jerpelea commented on PR #16071:
URL: https://github.com/apache/nuttx/pull/16071#issuecomment-2753479383
> By the way, what does `{bp-16028}` mean (in the PR title)?
bp-16028 means backport PR 16028 from master to releases/12.9
--
This is an automated message from the Apache Git Ser
anchao merged PR #15971:
URL: https://github.com/apache/nuttx/pull/15971
--
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
yamt commented on PR #2913:
URL: https://github.com/apache/nuttx/pull/2913#issuecomment-2774250147
> > @xiaoxiang781216 can you explain
> >
> > * why O_TRUNC should be immediately committed
>
> If the storage is near exhausted, the next write will fail without commit.
is
yangsong8-a1 commented on issue #16004:
URL: https://github.com/apache/nuttx/issues/16004#issuecomment-2742555237
@jlaitine I uploaded a patch to solve the ioctl problem
https://github.com/apache/nuttx/pull/16029/commits/f6b28e91af9fff70ce99fd387dd49f8c2fb93f58.
And a modification was
yangsong8-a1 opened a new pull request, #16086:
URL: https://github.com/apache/nuttx/pull/16086
## Summary
If the expected amount of data is not read during read, check again whether
there is data in buffer(CDCACM... might have buffered data received). If so,
continue processing the
TimJTi commented on PR #3029:
URL: https://github.com/apache/nuttx-apps/pull/3029#issuecomment-2739913190
> > I am going to add a Kconfig option for whether to intercept/redirect
STDIN - it's necessary for NSH but probably is not if the FB is just used for
output from the majority of otgher
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/nuttx.git
commit c616d2563e708a720ffd61599f1023641eec1357
Author: Tiago Medicci Serrano
AuthorDate: Thu Mar 27 11:52:28 2025 -0300
lupyuen commented on code in PR #3029:
URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2006659386
##
examples/fbcon/Kconfig:
##
@@ -0,0 +1,205 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX t
xiaoxiang781216 merged PR #16021:
URL: https://github.com/apache/nuttx/pull/16021
--
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...@nu
yamt commented on PR #16103:
URL: https://github.com/apache/nuttx/pull/16103#issuecomment-2771500740
> > > On AVR architecture, the compiler apparently sometimes truncates
NSEC_PER_TICK to 16bit value
> >
> >
> > can you please explain why? if it's a compiler bug, please consider
xiaoxiang781216 commented on PR #2913:
URL: https://github.com/apache/nuttx/pull/2913#issuecomment-2774226026
> @xiaoxiang781216 can you explain
>
> * why O_TRUNC should be immediately committed
If the storage is near exhausted, the next write will fail without commit.
>
Zhangshoukui opened a new pull request, #3039:
URL: https://github.com/apache/nuttx-apps/pull/3039
## Summary
1.Some test functions are named too simply
2.Many driver tests depend on specific configurations and hardware, and the
unified specification name facilitates cmocka to skip tes
tmedicci commented on code in PR #16016:
URL: https://github.com/apache/nuttx/pull/16016#discussion_r2007422481
##
arch/xtensa/src/esp32/esp32_sha.c:
##
Review Comment:
Please feel free to let me know if you need any more help. You can check and
use the functions provided
keever50 commented on code in PR #16024:
URL: https://github.com/apache/nuttx/pull/16024#discussion_r2005199938
##
include/nuttx/wireless/ioctl.h:
##
@@ -48,67 +48,214 @@
* the open() interface.
/
lupyuen merged PR #16091:
URL: https://github.com/apache/nuttx/pull/16091
--
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
chirping78 commented on PR #15985:
URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2733017038
> Hi @chirping78
>
> Thanks so much always. I can understand instruction undefined behavior
while PS.EXCM=1. Let me revert this commit.
Since you already understood, so I
cederom commented on PR #3033:
URL: https://github.com/apache/nuttx-apps/pull/3033#issuecomment-2748378145
Lets just update the testing to benchmarks nomenclature.. as in
documentation so folks will search this app in benchmarks not tests.. thank you
@tmedicci :-)
Tests are specific
This is an automated email from the ASF dual-hosted git repository.
lupyuen 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 1e4a952ee examples/fbcon: Fix endchoice and
jasonbu opened a new pull request, #16112:
URL: https://github.com/apache/nuttx/pull/16112
## Summary
Will Compile error if enable IMX6_UART2..5
Should be a typo when replace all spinlock init value.
## Impact
None
## Testing
CI-test
--
This is an automate
lupyuen merged PR #3031:
URL: https://github.com/apache/nuttx-apps/pull/3031
--
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
cederom commented on code in PR #3029:
URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2006673946
##
examples/fbcon/Kconfig:
##
@@ -0,0 +1,205 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX t
jlaitine commented on issue #16004:
URL: https://github.com/apache/nuttx/issues/16004#issuecomment-2736156659
Does the FIONREAD ioctl work for you on those platforms?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
pussuw opened a new pull request, #16026:
URL: https://github.com/apache/nuttx/pull/16026
## Summary
This patch adds a driver framework to control individual FPGA reset and
clock gates.
For FPGA devices, only the fabric (FIC0/FIC1/FIC3) clock and reset can be
controlled, which
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/nuttx.git
commit 882c39df4d8f59fb31a11c76c68e6db358f18916
Author: wangjianyu3
AuthorDate: Sun Mar 30 22:50:54 2025 +0800
Documenta
xiaoxiang781216 commented on code in PR #16095:
URL: https://github.com/apache/nuttx/pull/16095#discussion_r2022066226
##
libs/libc/gdbstub/lib_gdbstub.c:
##
@@ -671,22 +671,51 @@ static int gdb_recv_ack(FAR struct gdb_state_s *state)
static ssize_t gdb_bin2hex(FAR void *buf, s
jerpelea opened a new pull request, #16117:
URL: https://github.com/apache/nuttx/pull/16117
## Summary
The UART driver (cdcacm...) might have buffered data received, Just continue
processing the RX queue if this happens. If not, then check the file or dev
flags.
## Impact
R
xiaoxiang781216 commented on code in PR #16031:
URL: https://github.com/apache/nuttx/pull/16031#discussion_r2007997947
##
arch/risc-v/src/mpfs/mpfs_dsn.c:
##
@@ -91,9 +98,7 @@ int mpfs_read_dsn(uint8_t *dsn, size_t len)
while ((getreg32(SERVICES_SR) & SCBCTRL_SERVICESSR_BUS
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 882c39df4d Documentation/szpi-esp32s3: Add doc for PSRAM
add 8156211355 boards/szpi-esp32s3: Init GPIO for LCD SP
vrmay23 opened a new issue, #16097:
URL: https://github.com/apache/nuttx/issues/16097
### Description / Steps to reproduce the issue
1. Configure the target device as: ./tools/configure.sh nucleo-f767zi:evalos
or ./tools/configure.sh nucleo-f767zi:nsh
2. run: make menuconfig
3.
JianyuWang0623 opened a new pull request, #16100:
URL: https://github.com/apache/nuttx/pull/16100
## Summary
Register LCD device and enable LVGL for szpi-esp32s3.
1. boards/szpi-esp32s3: Register LCD device "/dev/lcd0" for graphics.
2. boards/szpi-esp32s3: Init configuration for LVGL
jerpelea opened a new pull request, #16071:
URL: https://github.com/apache/nuttx/pull/16071
## Summary
add missing HUGE_VALF and HUGE_VALL definitions to NuttX math.h
## Impact
RELEASE
## Testing
CI
--
This is an automated message from the Apache Git
keever50 commented on PR #16024:
URL: https://github.com/apache/nuttx/pull/16024#issuecomment-2739784987
> Please remember to fill in the Commit Message. Just copy from the PR
Summary above. Thanks :-)
>
> *
[8696cd8](https://github.com/apache/nuttx/commit/8696cd8f0a52351054594961b6d
jerpelea opened a new pull request, #16045:
URL: https://github.com/apache/nuttx/pull/16045
## Summary
ifdelay description (delay between frames) matches the DLYBCT field (delay
between consecutive transfers without removing chip select) much better
compared to stopdelay (delay betwe
keever50 commented on PR #16023:
URL: https://github.com/apache/nuttx/pull/16023#issuecomment-2737710461
huh looks like this PR did not go completely as planned. It is also bringing
in "[Merge remote-tracking branch 'upstream/master']" I think i have to redo
this PR
--
This is an automat
TimJTi commented on code in PR #3029:
URL: https://github.com/apache/nuttx-apps/pull/3029#discussion_r2003706541
##
examples/fbcon/Kconfig:
##
@@ -0,0 +1,201 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX to
lupyuen opened a new issue, #16010:
URL: https://github.com/apache/nuttx/issues/16010
### Description / Steps to reproduce the issue
Since this week, CI Job for msys2 has been failing intermittently with the
error `make ... sig_send: error sending signal`
- https://github.com/apach
simbit18 commented on PR #16122:
URL: https://github.com/apache/nuttx/pull/16122#issuecomment-2772450953
Sorry @lupyuen @xiaoxiang781216 Can you block this workflow that uses
unnecessary resources ?
--
This is an automated message from the Apache Git Service.
To respond to the message, p
jlaitine commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2008087983
##
include/nuttx/semaphore.h:
##
@@ -59,6 +59,54 @@
{(c), (f), SEM_WAITLIST_INITIALIZER}
#endif /* CONFIG_PRIORITY_INHERITANCE */
+/* Fast mutex lock/unlock p
acassis merged PR #16006:
URL: https://github.com/apache/nuttx/pull/16006
--
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 #3022:
URL: https://github.com/apache/nuttx-apps/pull/3022#issuecomment-2749546626
Sorry @Zhangshoukui could you fill in the Commit Message for this commit?
Just copy from the PR Summary. Thanks :-)
-
https://github.com/apache/nuttx-apps/pull/3022/commits/c309be18
nuttxpr commented on PR #16026:
URL: https://github.com/apache/nuttx/pull/16026#issuecomment-2740158416
[**\[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
sdc-g commented on PR #15985:
URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2735671080
OK, got it. Thank you again! @chirping78
--
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
This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a commit to branch releases/12.9
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/releases/12.9 by this push:
new 4e8c2ea8c7 arch/esp32s3: The MISO,
This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a commit to branch releases/12.9
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/releases/12.9 by this push:
new 04a1c38d71 arch/armv8-r: Enable fp
filippofontana commented on code in PR #12804:
URL: https://github.com/apache/nuttx/pull/12804#discussion_r2001363740
##
arch/risc-v/src/common/Make.defs:
##
@@ -91,6 +91,10 @@ ifeq ($(CONFIG_ARCH_RV_ISA_A),y)
CMN_ASRCS += riscv_testset.S
endif
+ifeq ($(CONFIG_ARCH_RV_HAVE_A
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/nuttx.git
from c5afcd78f1 drivers/lcd/st7789: Send RAMCTRL if little endian
add c9fd44a0ec fix(bug): fix ft5x06_sample error
pussuw commented on PR #16031:
URL: https://github.com/apache/nuttx/pull/16031#issuecomment-2743447683
> @pussuw nice work! Is there some way to test and display how much it
improved the NuttX performance?
I cannot share logs but in our use case total CPU load drops by ~3-5% in SMP
m
jpaali commented on code in PR #16121:
URL: https://github.com/apache/nuttx/pull/16121#discussion_r2024704870
##
drivers/bch/Kconfig:
##
@@ -34,4 +34,11 @@ config BCH_DEVICE_READONLY
---help---
Set bch devices read-only
+config BCH_FORCE_INDIRECT
+
nuttxpr commented on PR #16063:
URL: https://github.com/apache/nuttx/pull/16063#issuecomment-2750861312
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No. This PR description, while following the template,
xiaoxiang781216 commented on code in PR #16072:
URL: https://github.com/apache/nuttx/pull/16072#discussion_r2012384118
##
tools/sethost.sh:
##
@@ -228,4 +228,8 @@ fi
echo " Refreshing..."
+if [ "X$wenv" == "Xmsys" ]; then
+${MAKECMD} olddefconfig || { echo "ERROR: failed t
xiaoxiang781216 merged PR #3048:
URL: https://github.com/apache/nuttx-apps/pull/3048
--
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...
tmedicci commented on PR #3046:
URL: https://github.com/apache/nuttx-apps/pull/3046#issuecomment-2765996204
> Sorry @tmedicci something odd is happening in GitHub CI, I can't find the
button to click and restart the CI Job:
https://github.com/apache/nuttx-apps/actions/runs/14136665830
>
xiaoxiang781216 merged PR #15904:
URL: https://github.com/apache/nuttx/pull/15904
--
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...@nu
sdc-g commented on PR #15985:
URL: https://github.com/apache/nuttx/pull/15985#issuecomment-2732442828
Hi @chirping78
> If window rotation related instruction is executed, error will arise.
> The PS here 00050030, note the bit 0x10, it's PS.EXCM.
sorry, what is the relationsh
cederom commented on PR #3035:
URL: https://github.com/apache/nuttx-apps/pull/3035#issuecomment-2751430166
Why close not merge @raiden00pl ?? :D
--
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 th
nuttxpr commented on PR #16040:
URL: https://github.com/apache/nuttx/pull/16040#issuecomment-2746516594
[**\[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
hartmannathan commented on code in PR #16001:
URL: https://github.com/apache/nuttx/pull/16001#discussion_r2006483186
##
boards/arm64/a527/avaota-a1/Kconfig:
##
Review Comment:
Should this file contain at least the header (minimum boilerplate?)
```
#
# For a des
tmedicci commented on PR #16095:
URL: https://github.com/apache/nuttx/pull/16095#issuecomment-2766222976
Hi @chirping78 ,
If you don't mind, can you please run `make host_info` and update the PR's
description with it? Particularly, I'm interested on Toolchain versions used
for testin
raiden00pl commented on PR #3035:
URL: https://github.com/apache/nuttx-apps/pull/3035#issuecomment-2751450440
oops, I accidentally deleted an unmerged branch :P restored now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
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/nuttx.git
from cc64c026d9 mpfs/mpfs_entrypoints.c: Change atomic_load > atomic_read
add 0d6de4c0a7 sched/mutex: add ticked loc
This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit cf6781efade76f7f369673d7e83c3f9728de408e
Author: Lup Yuen Lee
AuthorDate: Mon Mar 17 16:36:23 2025 +0800
boards/arm
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
commit 9c2b481cfed991b64b880eb0a323594538c2ea65
Author: Eren Terzioglu
AuthorDate: Sat Mar 1 18:30:12 2025 +0100
boards/es
lupyuen merged PR #16001:
URL: https://github.com/apache/nuttx/pull/16001
--
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
cederom opened a new pull request, #16015:
URL: https://github.com/apache/nuttx/pull/16015
## Summary
* BSD has its own BSD Make that is incompatible with GNU Make.
* When BSD is detected use (gnu) gmake in place of (bsd) make.
* This fixes nxstyle build inside tools/checkpatch.s
xiaoxiang781216 commented on code in PR #16072:
URL: https://github.com/apache/nuttx/pull/16072#discussion_r2014322499
##
tools/sethost.sh:
##
@@ -228,4 +228,8 @@ fi
echo " Refreshing..."
+if [ "X$wenv" == "Xmsys" ]; then
+${MAKECMD} olddefconfig || { echo "ERROR: failed t
pussuw commented on code in PR #16030:
URL: https://github.com/apache/nuttx/pull/16030#discussion_r2010217732
##
libs/libc/semaphore/sem_wait.c:
##
@@ -83,7 +83,12 @@ int sem_wait(FAR sem_t *sem)
/* Let nxsem_wait() do the real work */
- ret = nxsem_wait(sem);
+ ret = n
pussuw commented on code in PR #16031:
URL: https://github.com/apache/nuttx/pull/16031#discussion_r2008035543
##
arch/risc-v/src/mpfs/mpfs_dsn.c:
##
@@ -91,9 +98,7 @@ int mpfs_read_dsn(uint8_t *dsn, size_t len)
while ((getreg32(SERVICES_SR) & SCBCTRL_SERVICESSR_BUSY) && --r
simbit18 commented on code in PR #3030:
URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007821358
##
canutils/lely-canopen/Makefile:
##
@@ -170,25 +170,34 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c
endif
# Download and unpack tarball if no git repo
lupyuen commented on PR #16012:
URL: https://github.com/apache/nuttx/pull/16012#issuecomment-2732301380
Thanks @eren-terzioglu! I'm thinking how this PR might be listed in the
[NuttX Release Notes](https://nuttx.apache.org/releases/12.8.0/). Perhaps we
could rename the PR Title to this?
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
commit 8ffc6689f4b95863c3964bbf9e5125822610fe56
Author: Eren Terzioglu
AuthorDate: Sat Mar 1 18:15:11 2025 +0100
Documenta
simbit18 commented on code in PR #3030:
URL: https://github.com/apache/nuttx-apps/pull/3030#discussion_r2007190413
##
canutils/lely-canopen/Makefile:
##
@@ -170,25 +170,34 @@ MAINSRC= $(LELYCANOPEN_SRCDIR)/tools/coctl.c
endif
# Download and unpack tarball if no git repo
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/nuttx.git
commit 6e57b93821866cc8767c872236bcf151ce2e926c
Author: Tiago Medicci Serrano
AuthorDate: Thu Mar 27 11:49:48 2025 -0300
1 - 100 of 114 matches
Mail list logo