raiden00pl closed issue #15788: [BUG]
URL: https://github.com/apache/nuttx/issues/15788
--
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-unsubsc
raiden00pl commented on code in PR #15789:
URL: https://github.com/apache/nuttx/pull/15789#discussion_r1948572792
##
include/nuttx/sensors/lsm6dso32.h:
##
@@ -0,0 +1,109 @@
+/
+ * include/nuttx/sensors/l
nuttxpr commented on PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#issuecomment-2647395852
[**\[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
michallenc opened a new pull request, #15801:
URL: https://github.com/apache/nuttx/pull/15801
## Summary
The message RAM does not behave correctly if lower 16 bits of buffer address
overflow (upper 16 bits are set once in matrix driver for the entire CAN
driver). For example message RAM
CV-Bowen commented on PR #15799:
URL: https://github.com/apache/nuttx/pull/15799#issuecomment-2647422499
LGTM
--
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
raiden00pl merged PR #15797:
URL: https://github.com/apache/nuttx/pull/15797
--
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 #15788:
URL: https://github.com/apache/nuttx/issues/15788#issuecomment-2647198932
> Failed to restore IRKs from store; status=8
This message is expected.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
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 1aced99ebb board/msp3-an547: add gdbstub config
add a31d983161 bluetooth: miss carrier_[on/off] in bt_netdev
No
yf13 opened a new pull request, #15800:
URL: https://github.com/apache/nuttx/pull/15800
## Summary
This adds PROTECTED mode support for QEMU emulated Cortex-R5 processor with
sample config `qemu-armv7r:pnsh`:
- It started with linker script name aligning with ELF programs.
-
Donny9 opened a new pull request, #15802:
URL: https://github.com/apache/nuttx/pull/15802
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
1. Support cfi interface nor flash to work as mtd device.
2.
lupyuen commented on PR #15802:
URL: https://github.com/apache/nuttx/pull/15802#issuecomment-2647625607
Thanks @Donny9! Please remember to remove this line from the PR Summary :-)
> Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.m
lupyuen commented on PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#issuecomment-2647543077
Thanks @yf13 :-) I'm curious: Why do we need to modify QEMU to support
Protected Mode? Do we need to upstream the changes to QEMU?
--
This is an automated message from the Apache Git Se
LuchianMihai commented on PR #15794:
URL: https://github.com/apache/nuttx/pull/15794#issuecomment-2647435386
Hi @acassis,
On the same page, an paragraph before, talks about nxstyle, which can be
used to do the same thing.
Should we move that sentence to your new heading as well?
-
raiden00pl commented on PR #2970:
URL: https://github.com/apache/nuttx-apps/pull/2970#issuecomment-2647430046
I doubt that changing the names of the functions changes anything here. It's
still a derivative of GPL code.
--
This is an automated message from the Apache Git Service.
To respon
nuttxpr commented on PR #15801:
URL: https://github.com/apache/nuttx/pull/15801#issuecomment-2647431110
[**\[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
yf13 commented on PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#issuecomment-2647584862
@lupyen, the virt board from QEMU upstream doesn't have Cortex-R processor
support yet, so I need add it so that to reuse NuttX side existing codebase for
armv7-a (e.g. same UART and timer d
yf13 commented on PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#issuecomment-2647896562
> thanks, sorry for putting more work on you
No problem. I will split the PR into two later:
- this one for things under `archj/arm` folder: including armv7-r and
QEMU_CORTEXR5
anchao commented on PR #15799:
URL: https://github.com/apache/nuttx/pull/15799#issuecomment-2647892880
Or may be you can give me a perfect PR name
--
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
jerpelea commented on PR #15799:
URL: https://github.com/apache/nuttx/pull/15799#issuecomment-2647910884
Hi
If we aim to have LTS releases we should have the PRs which contain only 1
area, ex drivers,arc, boards,Documentation etc to minimize the conflicts that
can appear when rebasing.
jerpelea commented on PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#issuecomment-2647916938
Another good idea is to have the same name for PR but identify them as {1/2}
and [2/2}
This way we will not forget that there are multiple PRs for some
functionality
Thanks
anchao commented on PR #15799:
URL: https://github.com/apache/nuttx/pull/15799#issuecomment-2647922760
> Hi If we aim to have LTS releases we should have the PRs which contain
only 1 area, ex drivers,arc, boards,Documentation etc to minimize the conflicts
that can appear when rebasing. I ca
jerpelea commented on PR #15799:
URL: https://github.com/apache/nuttx/pull/15799#issuecomment-2647993626
I understand your point and I will try to work around it if there are issues
on the LTS.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
linguini1 commented on PR #15789:
URL: https://github.com/apache/nuttx/pull/15789#issuecomment-2648009303
> please move the documentation to a new PR for PR
May I ask why? Wouldn't it be best to merge the documentation about this new
feature at the same time that it's merged?
--
Th
linguini1 commented on PR #15789:
URL: https://github.com/apache/nuttx/pull/15789#issuecomment-2648132004
> For a LTS release we will rebase commits for several years and there is a
high chance that documentation or other areas will need changes. I think that
having separate PR with same na
acassis commented on PR #15780:
URL: https://github.com/apache/nuttx/pull/15780#issuecomment-2648160837
ping @raiden00pl @xiaoxiang781216
--
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 spec
rcsim commented on code in PR #15798:
URL: https://github.com/apache/nuttx/pull/15798#discussion_r1949355506
##
Documentation/platforms/arm/nrf52/boards/xiao-nrf52840/index.rst:
##
@@ -0,0 +1,178 @@
+=
+XIAO nRF52840
+=
+
+The `Seeed Studio XIAO nRF52840
rcsim commented on code in PR #15798:
URL: https://github.com/apache/nuttx/pull/15798#discussion_r1949357549
##
Documentation/platforms/arm/nrf52/boards/xiao-nrf52840/index.rst:
##
@@ -0,0 +1,178 @@
+=
+XIAO nRF52840
+=
+
+The `Seeed Studio XIAO nRF52840
rcsim commented on code in PR #15798:
URL: https://github.com/apache/nuttx/pull/15798#discussion_r1949357916
##
Documentation/platforms/arm/nrf52/boards/xiao-nrf52840/index.rst:
##
@@ -0,0 +1,178 @@
+=
+XIAO nRF52840
+=
+
+The `Seeed Studio XIAO nRF52840
rcsim commented on code in PR #15798:
URL: https://github.com/apache/nuttx/pull/15798#discussion_r1949362870
##
boards/Kconfig:
##
@@ -1221,6 +1221,13 @@ config ARCH_BOARD_NRF52840_DONGLE
---help---
This option selects the Nordic nRF52840 Dongle (PCA10059
yangyalei closed pull request #2970: Add vela alsa lib interface
URL: https://github.com/apache/nuttx-apps/pull/2970
--
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 unsubscr
jerpelea commented on PR #15749:
URL: https://github.com/apache/nuttx/pull/15749#issuecomment-2647807498
please move the boards commits in a separate PR to facilitate re base on LTS
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
lupyuen commented on PR #15801:
URL: https://github.com/apache/nuttx/pull/15801#issuecomment-2647866264
Yep there's a Download Error, I'm restarting the CI Jobs.
```text
Configuration/Tool: teensy-4.x/lua-4.1,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-02-10 10:20:40
-
acassis commented on PR #15802:
URL: https://github.com/apache/nuttx/pull/15802#issuecomment-2648661192
@Donny9 it is failing in the CI, please check the errors, I think it needs
to be normalized
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
fdcavalcanti commented on PR #15749:
URL: https://github.com/apache/nuttx/pull/15749#issuecomment-2648643549
Arch PR: #15804
Board PR: #15805
--
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
fdcavalcanti commented on PR #15804:
URL: https://github.com/apache/nuttx/pull/15804#issuecomment-2648642764
This is complemented by #15805.
--
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 sp
nuttxpr commented on PR #15803:
URL: https://github.com/apache/nuttx/pull/15803#issuecomment-2648646024
[**\[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
fdcavalcanti opened a new pull request, #15805:
URL: https://github.com/apache/nuttx/pull/15805
## Summary
This PR modifies ESP32 and ESP32S3 boards to use new symbols for wireless
connectivity.
It is a complementary part of this #15804.
## Impact
KConfig prefixes related
nuttxpr commented on PR #15805:
URL: https://github.com/apache/nuttx/pull/15805#issuecomment-2648685694
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
The PR seems to mostly meet the NuttX requirements, but
rcsim commented on PR #15798:
URL: https://github.com/apache/nuttx/pull/15798#issuecomment-2648531468
> @rcsim could you merge `leds` defconfig and `gpio` defconfig into one
config called `jumbo`? this way we limit the CI usage a bit, and the nrf52840
has enough flash to fit everything in a
rcsim opened a new pull request, #15803:
URL: https://github.com/apache/nuttx/pull/15803
## Summary
This PR adds the documentation for XIAO nRF52840 Board.
It includes general board description, features, and pins and also how users
can build nsh, usbnsh and jumbo configs.
## Im
nuttxpr commented on PR #15806:
URL: https://github.com/apache/nuttx/pull/15806#issuecomment-2648787755
[**\[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.
rcsim commented on PR #15798:
URL: https://github.com/apache/nuttx/pull/15798#issuecomment-2648533851
> please move documentation to a separate PR
Sure, I will create a new PR with Documentation only. Thanks.
--
This is an automated message from the Apache Git Service.
To respond to
rcsim commented on PR #15798:
URL: https://github.com/apache/nuttx/pull/15798#issuecomment-2648634052
> > please move documentation to a separate PR
>
> Sure, I will create a new PR with Documentation only. Thanks.
Done: https://github.com/apache/nuttx/pull/15803
Thanks!
-
fdcavalcanti closed pull request #15749: arch/xtensa: unify WiFi source code
for ESP32|S2|S3
URL: https://github.com/apache/nuttx/pull/15749
--
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 speci
nuttxpr commented on PR #15804:
URL: https://github.com/apache/nuttx/pull/15804#issuecomment-2648642485
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR appears to mostly meet the NuttX requireme
fdcavalcanti commented on PR #15732:
URL: https://github.com/apache/nuttx/pull/15732#issuecomment-2648703848
@Laczen just a heads up, if #15804 is merged first, you might have too
change some things on this PR.
--
This is an automated message from the Apache Git Service.
To respond to the
jerpelea commented on PR #15749:
URL: https://github.com/apache/nuttx/pull/15749#issuecomment-2647844775
With long tangled PRs manual rebase will take longer time and conflict
resolution may introduce issues. When PRS are linked it is better to have them
marked {1of n} so that they are not
michallenc commented on PR #15801:
URL: https://github.com/apache/nuttx/pull/15801#issuecomment-2647812659
This seems like a CI error? I tried to build `teensy-4.x/lua-4.1` locally
and it is fine.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
jerpelea commented on PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#issuecomment-2647815567
please move the board related commits to a separate PR to facilitate the LTS
releases
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
jerpelea commented on PR #15799:
URL: https://github.com/apache/nuttx/pull/15799#issuecomment-2647820086
please move the driver commit to a separate PR to facilitate LTS releases
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
anchao commented on PR #15799:
URL: https://github.com/apache/nuttx/pull/15799#issuecomment-2647857781
> please move the driver commit to a separate PR to facilitate LTS releases
@jerpelea each feature has a separate commit, do we still needs separate PR?
--
This is an automated mes
yf13 commented on PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#issuecomment-2647883818
@jerpelea, thanks, will do once CI checks passed.
--
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 t
jerpelea commented on PR #15799:
URL: https://github.com/apache/nuttx/pull/15799#issuecomment-2647884541
when git rebase will fail changing the name will not help on conflict
resolution
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
jerpelea commented on PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#issuecomment-2647887053
thanks,
sorry for putting more work on you
--
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 g
acassis merged PR #15796:
URL: https://github.com/apache/nuttx/pull/15796
--
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
tmedicci commented on PR #15749:
URL: https://github.com/apache/nuttx/pull/15749#issuecomment-2647831850
> please move the boards commits in a separate PR to facilitate re base on
LTS
@fdcavalcanti , can you make it, please?
@jerpelea , I still didn't get why it would facilitat
anchao commented on PR #15799:
URL: https://github.com/apache/nuttx/pull/15799#issuecomment-2647874453
> It will help if PRS are opened for each area they touch or event each
feature they add
Most of the changes are related to the device tree. Can I just change the PR
title to device
jerpelea commented on PR #15789:
URL: https://github.com/apache/nuttx/pull/15789#issuecomment-2648017787
For a LTS release we will rebase commits for several years and there is a
high chance that documentation or other areas will need changes. I think that
having separate PR with same name
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 a31d983161 bluetooth: miss carrier_[on/off] in bt_netdev
add 04b7e357c0 boards/linum-stm32h753bi: optimize displa
cederom commented on PR #2970:
URL: https://github.com/apache/nuttx-apps/pull/2970#issuecomment-2648911618
Does it mean no one can implement ALSA? :-(
There is much work done already, would be shame to waste it.. maybe we
should just mark it as GPL tainted and it still should be avail
acassis merged PR #15803:
URL: https://github.com/apache/nuttx/pull/15803
--
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 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 2d6d52c84a Documentation: Add XIAO nRF52840 Boar
acassis merged PR #15801:
URL: https://github.com/apache/nuttx/pull/15801
--
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 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 ef469bac7f samv7: ensure the correct location of
acassis merged PR #15799:
URL: https://github.com/apache/nuttx/pull/15799
--
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 ef469bac7f samv7: ensure the correct location of message RAM
add e50b5773de arm64/qemu/fdt: remove duplicate mmio
raiden00pl commented on PR #2970:
URL: https://github.com/apache/nuttx-apps/pull/2970#issuecomment-2648949590
GPL code can't be hosted on Apache Fundation repositories if I remember
correctly. Workaround for this is to host GPL code outside Apache Fundation
repositories and keep it as exter
cederom commented on PR #2807:
URL: https://github.com/apache/nuttx-apps/pull/2807#issuecomment-2649286019
Thank you @maxikrie, awesome work!! :-) Please squash so we have everything
bundled into one single commit with common description and we are ready to go
:-)
--
This is an automated
yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950153156
##
boards/arm/qemu/qemu-armv7r/kernel/Makefile:
##
@@ -89,6 +89,7 @@ depend: .depend
clean:
$(call DELFILE, nuttx_user)
+ $(call DELFILE, $(addsuffix .tmp
yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950159911
##
boards/arm/qemu/qemu-armv7r/CMakeLists.txt:
##
@@ -20,6 +20,6 @@
#
#
##
-set_property(G
yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950159911
##
boards/arm/qemu/qemu-armv7r/CMakeLists.txt:
##
@@ -20,6 +20,6 @@
#
#
##
-set_property(G
yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950162244
##
arch/arm/Kconfig:
##
@@ -982,6 +982,7 @@ config ARCH_ARMV7R
default n
select ARCH_HAVE_CPUINFO
select ARCH_HAVE_PERF_EVENTS
+ select ARM_T
yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950163315
##
arch/arm/src/armv7-r/mpu.h:
##
@@ -106,6 +106,21 @@
# endif
#endif
+struct mpu_region_s
Review Comment:
Good catch, will add
--
This is an automated messag
anchao commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950163538
##
boards/arm/qemu/qemu-armv7r/kernel/Makefile:
##
@@ -89,6 +89,7 @@ depend: .depend
clean:
$(call DELFILE, nuttx_user)
+ $(call DELFILE, $(addsuffix .t
anchao commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950164118
##
boards/arm/qemu/qemu-armv7r/CMakeLists.txt:
##
@@ -20,6 +20,6 @@
#
#
##
-set_property
anchao commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950164424
##
arch/arm/Kconfig:
##
@@ -982,6 +982,7 @@ config ARCH_ARMV7R
default n
select ARCH_HAVE_CPUINFO
select ARCH_HAVE_PERF_EVENTS
+ select ARM
tmedicci commented on PR #15749:
URL: https://github.com/apache/nuttx/pull/15749#issuecomment-2648980512
@fdcavalcanti I think we understood @jerpelea 's comment wrongly: we can't
split code that doesn't work by themselves into different PRs (theoretically,
even splitting into different com
tmedicci merged PR #15732:
URL: https://github.com/apache/nuttx/pull/15732
--
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.apa
This is an automated email from the ASF dual-hosted git repository.
tmedicci pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 69b0cefe80 arm64/qemu-armv8a/ivshmem: add ivshmem(Inter-VM share
memory) example
add eba0362bde esp32: Add supp
tmedicci commented on PR #15732:
URL: https://github.com/apache/nuttx/pull/15732#issuecomment-2649005513
> @Laczen just a heads up, if #15804 is merged first, when you rebase this
some things might require changes since I changed KConfig stuff for wireless.
I just merged it.
@L
Justin-Morrison-github opened a new issue, #15807:
URL: https://github.com/apache/nuttx/issues/15807
### Description / Steps to reproduce the issue
Hi, I am a Carleton InSpace Rocket Team member and have issues configuring
NuttX for my Raspberry Pi Pico W. Carleton's master branch sho
Donny9 commented on PR #15802:
URL: https://github.com/apache/nuttx/pull/15802#issuecomment-2649636500
> @Donny9 it is failing in the CI, please check the errors, I think it needs
to be normalized
Done~
--
This is an automated message from the Apache Git Service.
To respond to the
acassis commented on PR #15794:
URL: https://github.com/apache/nuttx/pull/15794#issuecomment-2648965522
> Hi @acassis, On the same page, an paragraph before, talks about nxstyle,
which can be used to do the same thing. Should we move that sentence to your
new heading as well?
@Luchia
cederom commented on PR #2970:
URL: https://github.com/apache/nuttx-apps/pull/2970#issuecomment-2648966264
ACK! Thanks @raiden00pl :-)
--
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
yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950174018
##
boards/arm/qemu/qemu-armv7r/kernel/Makefile:
##
@@ -89,6 +89,7 @@ depend: .depend
clean:
$(call DELFILE, nuttx_user)
+ $(call DELFILE, $(addsuffix .tmp
yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950176056
##
boards/arm/qemu/qemu-armv7r/CMakeLists.txt:
##
@@ -20,6 +20,6 @@
#
#
##
-set_property(G
anchao commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950177732
##
boards/arm/qemu/qemu-armv7r/kernel/Makefile:
##
@@ -89,6 +89,7 @@ depend: .depend
clean:
$(call DELFILE, nuttx_user)
+ $(call DELFILE, $(addsuffix .t
anchao commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950178199
##
boards/arm/qemu/qemu-armv7r/CMakeLists.txt:
##
@@ -20,6 +20,6 @@
#
#
##
-set_property
acassis commented on PR #15805:
URL: https://github.com/apache/nuttx/pull/15805#issuecomment-2649122375
@fdcavalcanti what was the issue in the PR? I saw that @tmedicci converted
it to draft
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
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 6b5fccb32c esp32: add espnow documentation and defconfig.
add 71a221708c [Kconfig] Fix Kconfig style
No new revi
acassis merged PR #15806:
URL: https://github.com/apache/nuttx/pull/15806
--
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 merged PR #15798:
URL: https://github.com/apache/nuttx/pull/15798
--
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 71a221708c [Kconfig] Fix Kconfig style
add 405287081d boards/arm Add support to Seeed Xiao nRF52840 Board
No new
tmedicci commented on PR #15767:
URL: https://github.com/apache/nuttx/pull/15767#issuecomment-2648983762
@cederom , I think we have enough information to merge this PR: we revert to
the point we were (and continue discussing about the changes). I don't see any
reason to not revert it tempor
fdcavalcanti closed pull request #15804: arch/xtensa: unify WiFi source code
for ESP32|S2|S3 (1/2)
URL: https://github.com/apache/nuttx/pull/15804
--
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
fdcavalcanti closed pull request #15805: boards/xtensa: unify WiFi source code
for ESP32|S2|S3 (2/2)
URL: https://github.com/apache/nuttx/pull/15805
--
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 #15793:
URL: https://github.com/apache/nuttx/pull/15793#issuecomment-2649424653
@lordrasmus Could you fill in the Commit Description for these commits? Just
a short summary of the feature that we're implementing. Thanks :-)
-
https://github.com/apache/nuttx/pull/1
anchao commented on code in PR #15802:
URL: https://github.com/apache/nuttx/pull/15802#discussion_r1950138347
##
boards/arm/qemu/qemu-armv7a/src/qemu_bringup.c:
##
@@ -130,6 +138,16 @@ int qemu_bringup(void)
register_devices_from_fdt();
#endif
+#ifdef CONFIG_FS_LITTLEFS
R
acassis commented on PR #15789:
URL: https://github.com/apache/nuttx/pull/15789#issuecomment-2649095103
@jerpelea I think this "enforcement" doesn't exist in others more "stable"
projects with LTS, see this example:
https://github.com/zephyrproject-rtos/zephyr/pull/85494/commits/5c629f20
yf13 commented on code in PR #15800:
URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950180149
##
arch/arm/Kconfig:
##
@@ -982,6 +982,7 @@ config ARCH_ARMV7R
default n
select ARCH_HAVE_CPUINFO
select ARCH_HAVE_PERF_EVENTS
+ select ARM_T
1 - 100 of 122 matches
Mail list logo