xiaoxiang781216 commented on PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#issuecomment-3182134522
@lipengfei28 but you forget update the patch
--
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
xiaoxiang781216 commented on code in PR #16843:
URL: https://github.com/apache/nuttx/pull/16843#discussion_r2272035438
##
drivers/pci/pci_epf_test.c:
##
@@ -38,13 +38,22 @@
#include
#include
#include
+#include
/**
xiaoxiang781216 commented on PR #16830:
URL: https://github.com/apache/nuttx/pull/16830#issuecomment-3182129748
> Still can't reproduce, even when on a clean branch...
>
> ```shell
> git branch -D doc/h743zicapture
> git switch -c doc/h743zicapture --track perso/doc/h743zicapture
lipengfei28 commented on code in PR #16843:
URL: https://github.com/apache/nuttx/pull/16843#discussion_r2271984837
##
drivers/pci/pci_epf_test.c:
##
@@ -38,13 +38,22 @@
#include
#include
#include
+#include
/**
xiaoxiang781216 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2271975863
##
arch/arm64/src/imx9/imx9_iomuxc.h:
##
@@ -54,13 +74,38 @@
.pad= (_pad), \
.mux= (_mux), \
}
-
+#endif
xiaoxiang781216 commented on code in PR #16843:
URL: https://github.com/apache/nuttx/pull/16843#discussion_r2271973666
##
drivers/pci/pci_epf_test.c:
##
@@ -38,13 +38,22 @@
#include
#include
#include
+#include
/**
lipengfei28 opened a new pull request, #16843:
URL: https://github.com/apache/nuttx/pull/16843
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
pci: epf test default a function
## Summary
*Update this section wi
xiaoxiang781216 commented on code in PR #16842:
URL: https://github.com/apache/nuttx/pull/16842#discussion_r2271963745
##
arch/arm/src/rp2040/rp2040_adc.c:
##
@@ -108,33 +108,33 @@ static int interrupt_handler(int irq,
void *context,
lipengfei28 commented on code in PR #16772:
URL: https://github.com/apache/nuttx/pull/16772#discussion_r2271943849
##
include/nuttx/pci/pci_regs.h:
##
@@ -1017,4 +1050,14 @@
#define PCI_TPH_CAP_ST_SHIFT 16 /* St table shift */
#define PCI_TPH_BASE_SIZEOF
lipengfei28 commented on code in PR #16772:
URL: https://github.com/apache/nuttx/pull/16772#discussion_r2271943406
##
include/nuttx/pci/pci_regs.h:
##
@@ -375,6 +379,16 @@
#define PCI_CHSWP_EXT0x40 /* ENUM# status - extraction */
#define PCI_CHSWP_INS
lipengfei28 commented on code in PR #16772:
URL: https://github.com/apache/nuttx/pull/16772#discussion_r2271943141
##
include/nuttx/pci/pci_regs.h:
##
@@ -375,6 +379,16 @@
#define PCI_CHSWP_EXT0x40 /* ENUM# status - extraction */
#define PCI_CHSWP_INS
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2271932853
##
arch/arm64/src/imx9/imx9_mu.c:
##
@@ -0,0 +1,409 @@
+/
+ * arch/arm64/src/imx9/imx9_m
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2271932152
##
arch/arm64/src/imx9/hardware/imx9_mu.h:
##
@@ -0,0 +1,257 @@
+/
+ * arch/arm64/src/im
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2271929634
##
arch/arm64/src/imx9/hardware/imx95/imx95_memorymap.h:
##
@@ -104,8 +105,6 @@
#define IMX9_BLK_CTRL_MEDIAMIX_BASE(0x4AC1UL)
#define IMX9_MIPI_CSI_CS
lipengfei28 commented on code in PR #16798:
URL: https://github.com/apache/nuttx/pull/16798#discussion_r2271924281
##
arch/arm64/include/imx9/imx95_irq.h:
##
@@ -44,10 +44,7 @@
#define IMX9_IRQ_LPTMR1 (IMX9_IRQ_EXT + 18)/* Low Power
Timer 1 */
#define IMX9
xiaoxiang781216 commented on code in PR #16842:
URL: https://github.com/apache/nuttx/pull/16842#discussion_r2271894272
##
arch/arm/src/rp2040/rp2040_adc.h:
##
@@ -85,7 +85,7 @@ extern "C"
* OK on success or an ERROR on failure
**
nmaggioni commented on PR #16840:
URL: https://github.com/apache/nuttx/pull/16840#issuecomment-3181202262
My bad, this ended up depending on #16837. Cherry-picking e5cc2a0 should fix
CI with minimal history mess, but let me know if you prefer to keep things
separated instead and restart the
cederom commented on PR #16834:
URL: https://github.com/apache/nuttx/pull/16834#issuecomment-3180980977
> > @lurch wow! Nice to see someone from Raspberry Pi here!!
>
> 😂 You've got
[raspberrypi/picotool#270](https://github.com/raspberrypi/picotool/issues/270)
and @cederom to thank f
cederom commented on code in PR #16823:
URL: https://github.com/apache/nuttx/pull/16823#discussion_r2271159156
##
CONTRIBUTING.md:
##
@@ -285,8 +285,11 @@ We avoid breaking changes unless absolutely necessary and
unavoidable
8. Change must be well documented (build / runtime
acassis commented on PR #16834:
URL: https://github.com/apache/nuttx/pull/16834#issuecomment-3180933264
> > @lurch wow! Nice to see someone from Raspberry Pi here!!
>
> 😂 You've got
[raspberrypi/picotool#270](https://github.com/raspberrypi/picotool/issues/270)
and @cederom to thank f
maxikrie commented on issue #16829:
URL: https://github.com/apache/nuttx/issues/16829#issuecomment-3180902189
I think I found the root cause of the issue, but I am not sure I can yet
make much sense of it. The issue seems to be related to
`CONFIG_RR_INTERVAL=200`,
which was enabled fo
hartmannathan commented on code in PR #16823:
URL: https://github.com/apache/nuttx/pull/16823#discussion_r2271036411
##
CONTRIBUTING.md:
##
@@ -285,8 +285,11 @@ We avoid breaking changes unless absolutely necessary and
unavoidable
8. Change must be well documented (build / ru
comejv commented on PR #16830:
URL: https://github.com/apache/nuttx/pull/16830#issuecomment-3180814524
Still can't reproduce, even when on a clean branch...
```shell
git branch -D doc/h743zicapture
git switch -c doc/h743zicapture --track perso/doc/h743zicapture
```
This sho
comejv commented on PR #16830:
URL: https://github.com/apache/nuttx/pull/16830#issuecomment-3180678563
I don't understand why the build fails, bringup is including the proper
headers for capture and it was working on my end...
```
arm-none-eabi-ld:
/github/workspace/sources/nuttx/
nmaggioni opened a new pull request, #3161:
URL: https://github.com/apache/nuttx-apps/pull/3161
## Summary
This PR replaces the usages of `fgrep`, deprecated in most distros in favor
of `grep -F`.
## Impact
This removes noisy deprecation warnings emitted at runtime.
nmaggioni opened a new pull request, #3160:
URL: https://github.com/apache/nuttx-apps/pull/3160
## Summary
This PR updates TinyCBOR to the latest 0.6.1 tagged release.
## Impact
N/A
## Testing
These changes were tested on a Linux host, targeting a custom Cor
nmaggioni opened a new pull request, #3159:
URL: https://github.com/apache/nuttx-apps/pull/3159
## Summary
This PR updates libsodium to the latest 1.0.20 tagged release.
## Impact
N/A
## Testing
These changes were tested on a Linux host, targeting a custom C
TimJTi commented on issue #16835:
URL: https://github.com/apache/nuttx/issues/16835#issuecomment-3180529697
I see that the typo is:
`#define CAPIOC_FREQUENCE _CAPIOC(2)`
Could this be fixed as a non-breaking change like this perhaps:
```
#define CAPIOC_FREQUENCE _CAPIOC(2)
xiaoxiang781216 commented on code in PR #16838:
URL: https://github.com/apache/nuttx/pull/16838#discussion_r2270726752
##
drivers/sensors/tmp112.c:
##
@@ -0,0 +1,402 @@
+/
+ * drivers/sensors/tmp112.c
+
xiaoxiang781216 commented on code in PR #16836:
URL: https://github.com/apache/nuttx/pull/16836#discussion_r2270719682
##
drivers/analog/ads7046.c:
##
@@ -0,0 +1,284 @@
+/
+ * drivers/analog/ads7046.c
+
xiaoxiang781216 commented on code in PR #16838:
URL: https://github.com/apache/nuttx/pull/16838#discussion_r2270694674
##
drivers/sensors/tmp112.c:
##
@@ -0,0 +1,402 @@
+/
+ * drivers/sensors/tmp112.c
+
nmaggioni commented on code in PR #16840:
URL: https://github.com/apache/nuttx/pull/16840#discussion_r2270701376
##
arch/arm/src/rp2040/rp2040_gpio.h:
##
@@ -189,6 +200,38 @@ static inline void rp2040_gpio_set_drive_strength(uint32_t
gpio,
RP2040_PADS_BANK0_GPI
xiaoxiang781216 commented on code in PR #16840:
URL: https://github.com/apache/nuttx/pull/16840#discussion_r2270691014
##
arch/arm/src/rp2040/rp2040_gpio.h:
##
@@ -189,6 +200,38 @@ static inline void rp2040_gpio_set_drive_strength(uint32_t
gpio,
RP2040_PADS_BAN
nmaggioni opened a new pull request, #16842:
URL: https://github.com/apache/nuttx/pull/16842
## Summary
Enabling a higher channel of the internal ADC had the effect of initializing
the lower ones as well. Now that happens only if actively requested.
Also, the functions for hand
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 3c313a316b69fe7834aad01275588f37041d9d4f
Author: Andrew Scheller
AuthorDate: Tue Aug 12 16:28:43 2025 +0100
Docum
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 25fe6b07494 Update capture.c
new c46282bb6c3 Documentation/platforms: RP2040, RP2350 and Pico products
are mad
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 c46282bb6c38532ba58b25f187f81f9514e60e61
Author: Andrew Scheller
AuthorDate: Tue Aug 12 16:27:58 2025 +0100
Docum
xiaoxiang781216 merged PR #16834:
URL: https://github.com/apache/nuttx/pull/16834
--
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
nmaggioni opened a new pull request, #16841:
URL: https://github.com/apache/nuttx/pull/16841
## Summary
Both cores of this uC can have a custom SWD DAP instance ID set. Changing
these from the default values is uncommon but can help with multi-drop
debugging where more than one board
nmaggioni opened a new pull request, #16840:
URL: https://github.com/apache/nuttx/pull/16840
## Summary
This PR adds support for the RP2040's GPIO output override capabilities.
## Impact
Users will be able to use the GPIO output override functions of this uC
similarly to
nmaggioni opened a new pull request, #16839:
URL: https://github.com/apache/nuttx/pull/16839
## Summary
In the crypto implementations, "hmac" was mistyped as "hmca". This was
breaking the linkage to the respective [prototype
functions](https://github.com/apache/nuttx/blob/25fe6b07494
nmaggioni opened a new pull request, #16838:
URL: https://github.com/apache/nuttx/pull/16838
## Summary
This PR adds support for the Texas Instruments TMP112 I2C/SMBus digital
temperature sensor.
## Impact
N/A
## Testing
These changes were tested on a Linux
nmaggioni opened a new pull request, #16837:
URL: https://github.com/apache/nuttx/pull/16837
## Summary
The strings "RP**C**2040" and "RP2040_IO_BANK0_GPIO**0**" were being used,
probably by mistake, in some macros. In the latter case, the affected macros
were not resolving correctly
comejv commented on PR #16830:
URL: https://github.com/apache/nuttx/pull/16830#issuecomment-3180281093
Rebased on master to add fix from #16827
--
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
nmaggioni opened a new pull request, #16836:
URL: https://github.com/apache/nuttx/pull/16836
## Summary
This PR adds support for the Texas Instruments ADS7046 12-bit,
SPI-compatible ADC.
The atypical `ANIOC_ADS7046_READ_FASTUNSAFE` ioctl considerably speeds up
reads in single-
comejv opened a new issue, #16835:
URL: https://github.com/apache/nuttx/issues/16835
Fixing the typo would require updating:
- drivers/timers/capture.c
- include/nuttx/timers/capture.h
And would be a breaking change. Would need to update the capture example in
nuttx-apps for ins
lurch commented on PR #16834:
URL: https://github.com/apache/nuttx/pull/16834#issuecomment-3180151432
> @lurch wow! Nice to see someone from Raspberry Pi here!!
:joy:
You've got https://github.com/raspberrypi/picotool/issues/270 and @cederom
to thank for that :slightly_smiling_fac
acassis commented on PR #16834:
URL: https://github.com/apache/nuttx/pull/16834#issuecomment-3180126922
@lurch wow! Nice to see someone from Raspberry Pi here!!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
cederom commented on code in PR #16823:
URL: https://github.com/apache/nuttx/pull/16823#discussion_r2270308195
##
CONTRIBUTING.md:
##
@@ -285,8 +285,11 @@ We avoid breaking changes unless absolutely necessary and
unavoidable
8. Change must be well documented (build / runtime
lurch opened a new pull request, #16834:
URL: https://github.com/apache/nuttx/pull/16834
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
RP2040, RP2350, Pico, Pico W, Pico 2 and Pico 2 W are all produce
cederom commented on code in PR #16823:
URL: https://github.com/apache/nuttx/pull/16823#discussion_r2270308195
##
CONTRIBUTING.md:
##
@@ -285,8 +285,11 @@ We avoid breaking changes unless absolutely necessary and
unavoidable
8. Change must be well documented (build / runtime
comejv commented on PR #16830:
URL: https://github.com/apache/nuttx/pull/16830#issuecomment-3179741298
Closed by mistake (deleted my branch)
--
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
comejv closed pull request #16830: docs(h743zi/capture): add capture driver docs
URL: https://github.com/apache/nuttx/pull/16830
--
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.
xiaoxiang781216 commented on PR #16665:
URL: https://github.com/apache/nuttx/pull/16665#issuecomment-3179652896
> @xiaoxiang781216 @cederom
>
> The build fails because the **zip** utility is not installed in the CI
environment. The **Xedge.sh** script
(https://github.com/RealTimeLogi
comejv commented on code in PR #16830:
URL: https://github.com/apache/nuttx/pull/16830#discussion_r2270107339
##
Documentation/components/drivers/character/timers/capture.rst:
##
@@ -0,0 +1,138 @@
+===
+Capture
+===
+
+The **capture driver** is a character device driver
comejv commented on code in PR #16830:
URL: https://github.com/apache/nuttx/pull/16830#discussion_r2270089224
##
Documentation/components/drivers/character/timers/capture.rst:
##
@@ -0,0 +1,138 @@
+===
+Capture
+===
+
+The **capture driver** is a character device driver
comejv commented on code in PR #16830:
URL: https://github.com/apache/nuttx/pull/16830#discussion_r2270072274
##
Documentation/components/drivers/character/timers/capture.rst:
##
@@ -0,0 +1,138 @@
+===
+Capture
+===
+
+The **capture driver** is a character device driver
JorgeGzm commented on PR #16665:
URL: https://github.com/apache/nuttx/pull/16665#issuecomment-3179463415
@xiaoxiang781216 @cederom
The build fails because the **zip** utility is not installed in the CI
environment. The **Xedge.sh** script
(https://github.com/RealTimeLogic/BAS-Resour
JorgeGzm commented on PR #16665:
URL: https://github.com/apache/nuttx/pull/16665#issuecomment-3179421755
> > > @JorgeGzm please fix this issue:
> > > ```
> > > Cloning into 'BAS'...
> > > % Total% Received % Xferd Average Speed TimeTime Time
Current
> > >
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 1820d7d2c build(deps): bump actions/check
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 e33a4c71b31 board/arm/qemu: Change config name of input tool
new a4b17a2d14c arch/stm32h7: Fix timer capture
acassis commented on code in PR #16830:
URL: https://github.com/apache/nuttx/pull/16830#discussion_r2269675106
##
Documentation/components/drivers/character/timers/capture.rst:
##
@@ -0,0 +1,138 @@
+===
+Capture
+===
+
+The **capture driver** is a character device driver
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
commit 7a2d5bbc64271ae43b86afde64e35a695962a236
Author: Zhe Weng
AuthorDate: Tue Mar 11 20:08:58 2025 +0800
apps/gr
acassis commented on PR #16833:
URL: https://github.com/apache/nuttx/pull/16833#issuecomment-3179103898
@wengzhe please update the Documentation to reflect the new location and
functionalities
https://nuttx.apache.org/docs/latest/search.html?q=Monkey&check_keywords=yes&area=default
xiaoxiang781216 merged PR #16833:
URL: https://github.com/apache/nuttx/pull/16833
--
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
commit a4b17a2d14cd023d5d468a31b9b11cb9bd7b16b6
Author: Côme VINCENT <44554692+com...@users.noreply.github.com>
AuthorDate: Mo
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 e33a4c71b31 board/arm/qemu: Change config name
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 25fe6b07494a3fc5291c0c170637517aa2996954
Author: Côme <44554692+com...@users.noreply.github.com>
AuthorDate: Mon Aug 11
xiaoxiang781216 merged PR #16827:
URL: https://github.com/apache/nuttx/pull/16827
--
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
commit 7bfd5e5790a7d5b7070382c82008e73add30fefc
Author: Zhe Weng
AuthorDate: Wed Mar 19 10:47:19 2025 +0800
apps/sy
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
commit fdf6f57d6c99c3fb06885fca4ef22e4e7f5b7e48
Author: liuchan3
AuthorDate: Fri Jun 13 16:39:52 2025 +0800
graphic
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
commit 36b117c00ab570bde3f0186ec745cf20189eeb06
Author: liuchan3
AuthorDate: Wed Mar 19 14:49:56 2025 +0800
apps/gr
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
commit 6f93e401aad540a8ceccdd2bfecd3eb9ce09c6bb
Author: liuchan3
AuthorDate: Wed Mar 19 21:34:53 2025 +0800
apps/gr
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-apps.git
from 1820d7d2c build(deps): bump actions/checkout from 4 to 5
new 7a2d5bbc6 apps/graphics: Add input generator
xiaoxiang781216 merged PR #3156:
URL: https://github.com/apache/nuttx-apps/pull/3156
--
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...
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/checkout-5
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
was 17ccd9c81 build(deps): bump actions/checkout from 4 to 5
The revisions
xiaoxiang781216 merged PR #3158:
URL: https://github.com/apache/nuttx-apps/pull/3158
--
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...
xiaoxiang781216 merged PR #3157:
URL: https://github.com/apache/nuttx-apps/pull/3157
--
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...
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/download-artifact-5
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
was 067d98909 build(deps): bump actions/download-artifact from 4 t
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-apps.git
from 9cb9cea4b ntpclient/ntpclient.c: fix the NTP client’s timeval
conversion bug from milliseconds to microseconds
xiaoxiang781216 merged PR #16831:
URL: https://github.com/apache/nuttx/pull/16831
--
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 61c82404580 fs/lock: Allow driver lock
61c8240
xiaoxiang781216 merged PR #16832:
URL: https://github.com/apache/nuttx/pull/16832
--
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 bd90132cd64 tools/nix: split flake into root a
fdcavalcanti commented on PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3179063415
> @fdcavalcanti @jlaitine does xtensa crash fixed?
I'm looking into it now, I'll reply back when done, please wait for a while
more.
--
This is an automated message from the
xiaoxiang781216 commented on PR #16673:
URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3178198785
@fdcavalcanti @jlaitine does xtensa crash fixed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
dependabot[bot] opened a new pull request, #3158:
URL: https://github.com/apache/nuttx-apps/pull/3158
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact) from
4 to 5.
Release notes
Sourced from https://github.com/actions/download-artifact/releases";>act
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/download-artifact-5
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
at 067d98909 build(deps): bump actions/download-artifact from 4 t
88 matches
Mail list logo