Re: [PR] arm64: porting mu drv and scmi from arm imx9 [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] pci: epf test default a function [nuttx]

2025-08-12 Thread via GitHub
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 /**

Re: [PR] docs(h743zi/capture): add capture driver docs [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] pci: epf test default a function [nuttx]

2025-08-12 Thread via GitHub
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 /**

Re: [PR] arm64: porting mu drv and scmi from arm imx9 [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] pci: epf test default a function [nuttx]

2025-08-12 Thread via GitHub
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 /**

[PR] pci: epf test default a function [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] arch/arm/rp2040: Support non-sequential ADC channels and standardize internal function names [nuttx]

2025-08-12 Thread via GitHub
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,

Re: [PR] pci: imx95 add pcie ep support [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] pci: imx95 add pcie ep support [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] pci: imx95 add pcie ep support [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] arm64: porting mu drv and scmi from arm imx9 [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] arm64: porting mu drv and scmi from arm imx9 [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] arm64: porting mu drv and scmi from arm imx9 [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] arm64: porting mu drv and scmi from arm imx9 [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] arch/arm/rp2040: Support non-sequential ADC channels and standardize internal function names [nuttx]

2025-08-12 Thread via GitHub
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 **

Re: [PR] arch/arm/rp2040: Implement GPIO output override functionality [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] doc: Small Raspberry Pi fixes [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] doc: Update the CONTRIBUTING.md to follow Conventional Commits [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] doc: Small Raspberry Pi fixes [nuttx]

2025-08-12 Thread via GitHub
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

Re: [I] [BUG] usleep does not return for stm32 devices in tickless mode (tested on nucleo-h743zi2 and stm32f4discovery) [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] doc: Update the CONTRIBUTING.md to follow Conventional Commits [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] docs(h743zi/capture): add capture driver docs [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] docs(h743zi/capture): add capture driver docs [nuttx]

2025-08-12 Thread via GitHub
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/

[PR] tools/mksymtab: Replace deprecated fgrep usages [nuttx-apps]

2025-08-12 Thread via GitHub
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.

[PR] fsutils/libtinycbor: Update TinyCBOR to 0.6.1 [nuttx-apps]

2025-08-12 Thread via GitHub
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

[PR] crypto/libsodium: Update libsodium to 1.0.20 [nuttx-apps]

2025-08-12 Thread via GitHub
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

Re: [I] [TYPO] drivers/timers/capture: CAPIOC_FREQUENCE is not standard english [nuttx]

2025-08-12 Thread via GitHub
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)

Re: [PR] drivers/sensors/tmp112: Add support for TMP112 temperature sensor [nuttx]

2025-08-12 Thread via GitHub
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 +

Re: [PR] drivers/analog/ads7046: Add support for ADS7046 ADC [nuttx]

2025-08-12 Thread via GitHub
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 +

Re: [PR] drivers/sensors/tmp112: Add support for TMP112 temperature sensor [nuttx]

2025-08-12 Thread via GitHub
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 +

Re: [PR] arch/arm/rp2040: Implement GPIO output override functionality [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] arch/arm/rp2040: Implement GPIO output override functionality [nuttx]

2025-08-12 Thread via GitHub
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

[PR] arch/arm/rp2040: Support non-sequential ADC channels and standardize internal function names [nuttx]

2025-08-12 Thread via GitHub
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

(nuttx) 02/02: Documentation/platforms: RP2350 doesn't contain an RTC.

2025-08-12 Thread xiaoxiang
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

(nuttx) branch master updated (25fe6b07494 -> 3c313a316b6)

2025-08-12 Thread xiaoxiang
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

(nuttx) 01/02: Documentation/platforms: RP2040, RP2350 and Pico products are made by Raspberry Pi, not Raspberry Pi Foundation.

2025-08-12 Thread xiaoxiang
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

Re: [PR] doc: Small Raspberry Pi fixes [nuttx]

2025-08-12 Thread via GitHub
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

[PR] arch/arm/rp2040: Implement support for custom SWD DAP instance IDs [nuttx]

2025-08-12 Thread via GitHub
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

[PR] arch/arm/rp2040: Implement GPIO output override functionality [nuttx]

2025-08-12 Thread via GitHub
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

[PR] crypto/hmac: Fix typo in function implementation names [nuttx]

2025-08-12 Thread via GitHub
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

[PR] drivers/sensors/tmp112: Add support for TMP112 temperature sensor [nuttx]

2025-08-12 Thread via GitHub
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

[PR] arch/arm/rp2040: Fix typos in ADC and GPIO macro names [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] docs(h743zi/capture): add capture driver docs [nuttx]

2025-08-12 Thread via GitHub
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

[PR] drivers/analog/ads7046: Add support for ADS7046 ADC [nuttx]

2025-08-12 Thread via GitHub
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-

[I] CAPIOC_FREQUENCE is not standard english [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] doc: Small Raspberry Pi fixes [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] doc: Small Raspberry Pi fixes [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] doc: Update the CONTRIBUTING.md to follow Conventional Commits [nuttx]

2025-08-12 Thread via GitHub
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

[PR] doc: Small Raspberry Pi fixes [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] doc: Update the CONTRIBUTING.md to follow Conventional Commits [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] docs(h743zi/capture): add capture driver docs [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] docs(h743zi/capture): add capture driver docs [nuttx]

2025-08-12 Thread via GitHub
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.

Re: [PR] boards/qemu-armv8a: Add `xedge` example program and documentation [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] docs(h743zi/capture): add capture driver docs [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] docs(h743zi/capture): add capture driver docs [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] docs(h743zi/capture): add capture driver docs [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] boards/qemu-armv8a: Add `xedge` example program and documentation [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] boards/qemu-armv8a: Add `xedge` example program and documentation [nuttx]

2025-08-12 Thread via GitHub
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 > > >

(nuttx-apps) branch master updated: build(deps): bump actions/checkout from 4 to 5

2025-08-12 Thread xiaoxiang
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

(nuttx) branch master updated (e33a4c71b31 -> 25fe6b07494)

2025-08-12 Thread xiaoxiang
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

Re: [PR] docs(h743zi/capture): add capture driver docs [nuttx]

2025-08-12 Thread via GitHub
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

(nuttx-apps) 01/05: apps/graphics: Add input generator library

2025-08-12 Thread xiaoxiang
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

Re: [PR] board/arm/qemu: Change config name of input tool [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] board/arm/qemu: Change config name of input tool [nuttx]

2025-08-12 Thread via GitHub
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

(nuttx) 01/02: arch/stm32h7: Fix timer capture

2025-08-12 Thread xiaoxiang
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

(nuttx) branch master updated: board/arm/qemu: Change config name of input tool

2025-08-12 Thread xiaoxiang
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

(nuttx) 02/02: Update capture.c

2025-08-12 Thread xiaoxiang
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

Re: [PR] arch/stm32h7: Fix timer capture upper half driver registration [nuttx]

2025-08-12 Thread via GitHub
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

(nuttx-apps) 02/05: apps/system: Move input/monkey to apps/graphics/input

2025-08-12 Thread xiaoxiang
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

(nuttx-apps) 05/05: graphics/input: Adjust input tool priority and sampling rate

2025-08-12 Thread xiaoxiang
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

(nuttx-apps) 03/05: apps/graphics: Refactor monkey using input generator library

2025-08-12 Thread xiaoxiang
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

(nuttx-apps) 04/05: apps/graphics: Refactor the input tool using input generator library

2025-08-12 Thread xiaoxiang
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

(nuttx-apps) branch master updated (1820d7d2c -> fdf6f57d6)

2025-08-12 Thread xiaoxiang
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

Re: [PR] apps: Add input generator library and refactor monkey / input [nuttx-apps]

2025-08-12 Thread via GitHub
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...

(nuttx-apps) branch dependabot/github_actions/actions/checkout-5 deleted (was 17ccd9c81)

2025-08-12 Thread github-bot
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

Re: [PR] build(deps): bump actions/download-artifact from 4 to 5 [nuttx-apps]

2025-08-12 Thread via GitHub
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...

Re: [PR] build(deps): bump actions/checkout from 4 to 5 [nuttx-apps]

2025-08-12 Thread via GitHub
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...

(nuttx-apps) branch dependabot/github_actions/actions/download-artifact-5 deleted (was 067d98909)

2025-08-12 Thread github-bot
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

(nuttx-apps) branch master updated (9cb9cea4b -> cd1c835a3)

2025-08-12 Thread xiaoxiang
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

Re: [PR] tools/nix: split flake into root and Documentation [nuttx]

2025-08-12 Thread via GitHub
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

(nuttx) branch master updated: fs/lock: Allow driver lock

2025-08-12 Thread xiaoxiang
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

Re: [PR] fs/lock: Allow driver lock [nuttx]

2025-08-12 Thread via GitHub
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

(nuttx) branch master updated: tools/nix: split flake into root and Documentation

2025-08-12 Thread xiaoxiang
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

Re: [PR] sched: Fix smp scheduling [nuttx]

2025-08-12 Thread via GitHub
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

Re: [PR] sched: Fix smp scheduling [nuttx]

2025-08-12 Thread via GitHub
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

[PR] build(deps): bump actions/download-artifact from 4 to 5 [nuttx-apps]

2025-08-12 Thread via GitHub
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

(nuttx-apps) branch dependabot/github_actions/actions/download-artifact-5 created (now 067d98909)

2025-08-12 Thread github-bot
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