roskuttan closed pull request #16211: Revert 3 rpi pico cmake
URL: https://github.com/apache/nuttx/pull/16211
--
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-
jlaitine commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2043744257
##
include/semaphore.h:
##
@@ -104,8 +104,16 @@ struct semholder_s
struct sem_s
{
- volatile int32_t semcount; /* >0 -> Num counts available */
Review Commen
jlaitine commented on PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2803978060
Re-tested this, and I believe it is now ready for review. I disagreed on
chaning the mholder into int32, so I didn't do that. It is obviously open for
discussion still, but please see my
nuttxpr commented on PR #16210:
URL: https://github.com/apache/nuttx/pull/16210#issuecomment-2803950288
[**\[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.
shtirlic opened a new pull request, #16210:
URL: https://github.com/apache/nuttx/pull/16210
Fix offset alignment and correct the PWM enable register name
## Summary
Current PWM on rp23xx implementation is broken this pull fixes this.
## Impact
Working PWM
##
julianoes opened a new pull request, #16209:
URL: https://github.com/apache/nuttx/pull/16209
## Summary
This adds Ethernet support for the STM32H7X7. This was missing.
## Impact
Makes it work for me, not sure.
## Testing
Tested downstream in PX4.
tmedicci opened a new issue, #16201:
URL: https://github.com/apache/nuttx/issues/16201
### Description / Steps to reproduce the issue
The `esp32-devkitc:elf ` defconfig (with `CONFIG_EXAMPLES_ELF=y`) is broken
after https://github.com/apache/nuttx/pull/16154 (after
422c43949a95845712
Donny9 commented on PR #16198:
URL: https://github.com/apache/nuttx/pull/16198#issuecomment-2803570406
> Sorry @Donny9 I think we need to update `imxrt1020-evk:usdhc`?
>
> *
https://gist.github.com/nuttxpr/09173e9085dba119e163dd79a2d6cf9b#file-ci-arm-02-log-L879-L899
>
> ```
nuttxpr commented on PR #16208:
URL: https://github.com/apache/nuttx/pull/16208#issuecomment-2803666271
[**\[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.
anjiahao1 commented on issue #16201:
URL: https://github.com/apache/nuttx/issues/16201#issuecomment-2803648953
https://github.com/apache/nuttx/pull/16208 @tmedicci hello can try this pr,
i build it in local no warnning now
--
This is an automated message from the Apache Git Service.
To re
anjiahao1 commented on issue #16201:
URL: https://github.com/apache/nuttx/issues/16201#issuecomment-2803632762
@tmedicci Ok, I'll check it out today.
--
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
xiaoxiang781216 merged PR #16205:
URL: https://github.com/apache/nuttx/pull/16205
--
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.git
The following commit(s) were added to refs/heads/master by this push:
new 9643ee78aa arch/arm/stm32h5: Fix i2c compiler
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 78f35c836c arch/arm/stm32h5: Fix ADC internal channel configuration.
add 3d848810b7 arch/arm/stm32h5: Add USART
xiaoxiang781216 merged PR #16204:
URL: https://github.com/apache/nuttx/pull/16204
--
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
xiaoxiang781216 merged PR #16206:
URL: https://github.com/apache/nuttx/pull/16206
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from dd53c34722 net/netdev: Change SIOCSCANBITRATE to require interface
down.
add 78f35c836c arch/arm/stm32h5: Fix
xiaoxiang781216 merged PR #16207:
URL: https://github.com/apache/nuttx/pull/16207
--
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
stbenn opened a new pull request, #16206:
URL: https://github.com/apache/nuttx/pull/16206
Original code by @ArrestedLightning
https://github.com/ArrestedLightning/nuttx/tree/h5_uart_driver_config
## Summary
This adds USART6 Kconfig options that were missed in the original PR.
lupyuen commented on PR #16198:
URL: https://github.com/apache/nuttx/pull/16198#issuecomment-2803550662
Sorry @Donny9 I think we need to update `imxrt1020-evk:usdhc`?
-
https://gist.github.com/nuttxpr/09173e9085dba119e163dd79a2d6cf9b#file-ci-arm-02-log-L879-L899
```
Configuration/To
hujun260 commented on issue #16203:
URL: https://github.com/apache/nuttx/issues/16203#issuecomment-2803558764
@sumpfralle
If you really have to completely stop another CPU, you can adopt a strategy
similar to one of those in the assert.
 were added to refs/heads/asf-site by this push:
new 82ae9f364 Publishing web: 16e1777
fdcavalcanti commented on PR #16022:
URL: https://github.com/apache/nuttx/pull/16022#issuecomment-2803359150
> > Hi @yamt thanks for the update!
> > We still have a compilation issue to `esp32-devkitc:wamr_wasi_debug`,
maybe related?
>
> see [#16022
(comment)](https://github.com/a
sumpfralle opened a new issue, #16203:
URL: https://github.com/apache/nuttx/issues/16203
### Description / Steps to reproduce the issue
The functions `up_cpu_pause` and `up_cpu_resume` were removed in #13863 by
@xiaoxiang781216.
But there are still two remaining calls of both f
yamt commented on PR #16022:
URL: https://github.com/apache/nuttx/pull/16022#issuecomment-2803243876
> Hi @yamt thanks for the update!
>
> We still have a compilation issue to `esp32-devkitc:wamr_wasi_debug`,
maybe related?
see https://github.com/apache/nuttx/pull/16022#issueco
stbenn commented on PR #16206:
URL: https://github.com/apache/nuttx/pull/16206#issuecomment-2803227190
@lupyuen Done! Thanks for pointing that out
--
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
lupyuen commented on PR #16206:
URL: https://github.com/apache/nuttx/pull/16206#issuecomment-2803216816
@stbenn Please fill in the Commit Description. Thanks :-)
-
https://github.com/apache/nuttx/pull/16206/commits/d14dfa7d3c31220bee9b057469710aa4645c1b62
--
This is an automated messag
stbenn opened a new pull request, #16207:
URL: https://github.com/apache/nuttx/pull/16207
## Summary
Properly configure internal channels on STM32H5 ADC when selected. The
original had incorrect bit masks and configuration for internal channel
defines.
Original code by @ArrestedL
acassis commented on PR #3057:
URL: https://github.com/apache/nuttx-apps/pull/3057#issuecomment-2803139182
@cederom @lupyuen @Donny9 comparing both file with meld I can see they are
basically the same code:
```
alan@dev:~/nuttxspace/apps$ meld nshlib/nsh_ddcmd.c system/dd/dd_main.c
nuttxpr commented on PR #16204:
URL: https://github.com/apache/nuttx/pull/16204#issuecomment-2803084354
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
No. The PR description lacks crucial details required b
xiaoxiang781216 merged PR #16195:
URL: https://github.com/apache/nuttx/pull/16195
--
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
tmedicci commented on code in PR #16016:
URL: https://github.com/apache/nuttx/pull/16016#discussion_r2042714862
##
arch/xtensa/src/esp32/esp32_sha.c:
##
Review Comment:
Thanks for notifying me.
Now I've checked the updates. Yes, they are valid, but we still need to m
tmedicci commented on issue #16193:
URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2802774559
> Is the address where it is crashing some sane address? Could you post your
nuttx elf file, or assembly objdump of the crashing address?
It isn't crashing. It looks like a de
xiaoxiang781216 merged PR #16199:
URL: https://github.com/apache/nuttx/pull/16199
--
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
stbenn opened a new issue, #16202:
URL: https://github.com/apache/nuttx/issues/16202
### Description
For arch configuration, is it acceptable to use separate Kconfig files for
logical blocks of the configuration? I am not proposing rework of already
implemented Kconfig files, but wou
tmedicci commented on PR #15765:
URL: https://github.com/apache/nuttx/pull/15765#issuecomment-2802603351
> Sorry @tmedicci: Is the build for `esp32s3-devkit:python` successful when
we see these messages for our Special CI Build?
https://gist.github.com/nuttxpr/ea0bcb70eec1207d7b83290535d4ea
tmedicci commented on issue #16201:
URL: https://github.com/apache/nuttx/issues/16201#issuecomment-2802543021
@anjiahao1 , can you please take a look? Any ideas?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
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
The following commit(s) were added to refs/heads/master by this push:
new dd53c34722 net/netdev: Change SIOCSCANBITRATE
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
The following commit(s) were added to refs/heads/master by this push:
new 732d811ea9 added cmakelists to tm4c123g-launch
fdcavalcanti commented on issue #12122:
URL: https://github.com/apache/nuttx/issues/12122#issuecomment-2802348775
I'm not sure what would be the expected output with out of tree builds,
could be a bug. Could you show the steps you take to build until it fails?
This way we can use a dummy
fdcavalcanti commented on PR #16022:
URL: https://github.com/apache/nuttx/pull/16022#issuecomment-2802338038
Hi @yamt thanks for the update!
We still have a compilation issue to `esp32-devkitc:wamr_wasi_debug`, maybe
related?
See:
```
Configuration/Tool: esp32-devkitc/wam
tmedicci commented on issue #16193:
URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2801758425
> The signest test is also not even using mutexes Could you
[@tmedicci](https://github.com/tmedicci) verify that you are not overflowing
ostest stack causing some random behavio
acassis commented on issue #16099:
URL: https://github.com/apache/nuttx/issues/16099#issuecomment-2801913332
That is really cool approach! Maybe using it with progmem you can have
create OTA apps update
--
This is an automated message from the Apache Git Service.
To respond to the message
jlaitine commented on issue #16193:
URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2801930754
Is the address where it is crashing some sane address? Could you post your
nuttx elf file, or assembly objdump of the crashing address?
I managed to make a configurarion for m
Laczen commented on issue #16099:
URL: https://github.com/apache/nuttx/issues/16099#issuecomment-2801866756
> [@Laczen](https://github.com/Laczen) maybe it could become a Guide here:
https://nuttx.apache.org/docs/latest/guides/index.html
>
I need to further test this to see if ther
stbenn commented on issue #16192:
URL: https://github.com/apache/nuttx/issues/16192#issuecomment-2801836244
@raiden00pl Thank you, this is exactly why I asked first! I had looked at
the sensor framework, but apparently not enough because I missed any on-chip
sensor examples.
--
This is a
xiaoxiang781216 commented on PR #16198:
URL: https://github.com/apache/nuttx/pull/16198#issuecomment-2801826795
> Hmm this one looks only like removing `dd` from defconfigs? So the real
`dd` replacement is somewhere else?
since system dd is enable automatically in no small config:
cederom commented on PR #16198:
URL: https://github.com/apache/nuttx/pull/16198#issuecomment-2801810503
Hmm this one looks only like removing `dd` from defconfigs? So the real `dd`
replacement is somewhere else? I wonder if it is really necessary to remove
built-in nsh dd and not just add e
acassis commented on issue #16099:
URL: https://github.com/apache/nuttx/issues/16099#issuecomment-2801794265
@Laczen maybe it could become a Guide here:
https://nuttx.apache.org/docs/latest/guides/index.html
How are you updating the romfs without updating the kernel? Do you just
flas
cederom commented on PR #131:
URL: https://github.com/apache/nuttx-website/pull/131#issuecomment-2801765836
Thank you @jerpelea and @lupyuen :-)
--
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
Laczen commented on issue #16099:
URL: https://github.com/apache/nuttx/issues/16099#issuecomment-2801756529
@tmedicci (and others if interested) it is also possible to mount a romfs
system directly on a mtd device.
I created a mtd device /dev/mtdblock0 starting at 0x20 and wrote a
roskuttan closed pull request #16200: Add CMakeLists.txt for tm4c123g-launchpad
URL: https://github.com/apache/nuttx/pull/16200
--
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.
lupyuen commented on PR #16198:
URL: https://github.com/apache/nuttx/pull/16198#issuecomment-2801677631
Hi @Donny9: Because the Normal CI Checks won't work for this Breaking PR,
I'm now running the Special CI Checks (see below) on our NuttX Build Farm. The
CI Checks will complete in 36 hour
lupyuen merged PR #131:
URL: https://github.com/apache/nuttx-website/pull/131
--
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.
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 16e1777b8 Add NuttX 12.9.0 release
16e17
jerpelea commented on PR #131:
URL: https://github.com/apache/nuttx-website/pull/131#issuecomment-2801664163
@lupyuen please merge
--
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 co
roskuttan closed pull request #16196: CMake Build Support for arch/arm/rp2040 &
Raspberry Pi Pico
URL: https://github.com/apache/nuttx/pull/16196
--
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
raiden00pl commented on code in PR #16199:
URL: https://github.com/apache/nuttx/pull/16199#discussion_r2041855826
##
net/netdev/netdev_ioctl.c:
##
@@ -1176,8 +1176,17 @@ static int netdev_ifr_ioctl(FAR struct socket *psock,
int cmd,
#endif
#if defined(CONFIG_NETDEV_IOCTL) &
lupyuen commented on PR #16198:
URL: https://github.com/apache/nuttx/pull/16198#issuecomment-2801225788
Hi @Donny9: Since this is a Breaking Change, could you please follow the
Breaking Change Handling Process, and start the voting on the Mailing List?
Thanks :-)
https://github.com/apac
nuttxpr commented on PR #16199:
URL: https://github.com/apache/nuttx/pull/16199#issuecomment-2801144751
[**\[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
csanchezdll opened a new pull request, #16199:
URL: https://github.com/apache/nuttx/pull/16199
## Summary
In Linux, CAN bitrate is set with netlink, not ioctl, and you need to
set a bitrate before bringing the interface up (make sense). In Nuttx,
you can begin the interface up (i
jerpelea opened a new pull request, #131:
URL: https://github.com/apache/nuttx-website/pull/131
## Summary
NuttX 12.9.0 Release
## Impact
RELEASE
## Testing
CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-12.9.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
*** WARNING: tag nuttx-12.9.0 was modified! ***
from 7c95e3c613 (commit)
to 02fc351e97 (tag)
tagging
This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to annotated tag nuttx-12.9.0
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
*** WARNING: tag nuttx-12.9.0 was modified! ***
from 036fe7668 (commit)
to 30117f54b (tag)
taggi
Author: jerpelea
Date: Mon Apr 14 08:19:46 2025
New Revision: 76239
Log:
Add apache-nuttx-12.9.0 release
Added:
release/nuttx/12.9.0/
release/nuttx/12.9.0/apache-nuttx-12.9.0.tar.gz (with props)
release/nuttx/12.9.0/apache-nuttx-12.9.0.tar.gz.asc
release/nuttx/12.9.0/apache-nutt
66 matches
Mail list logo