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

2025-08-10 Thread via GitHub
jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3173295734 Both IMX93 and MPFS real targets still pass the test for 3 days continuous running. The configurations are a bit different (different devices), but both are CONFIG_SMP, CONFIG_BUI

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16772: URL: https://github.com/apache/nuttx/pull/16772#discussion_r2265620538 ## include/nuttx/pci/pcie_designware.h: ## @@ -0,0 +1,567 @@ +/ + * include/nuttx/pci/pc

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16772: URL: https://github.com/apache/nuttx/pull/16772#discussion_r2265619595 ## include/nuttx/pci/pci.h: ## @@ -234,6 +234,56 @@ * Public Types / +/* Values fr

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16772: URL: https://github.com/apache/nuttx/pull/16772#discussion_r2265618624 ## include/nuttx/pci/pci.h: ## @@ -234,6 +234,56 @@ * Public Types / +/* Values fr

(nuttx) branch dependabot/github_actions/actions/download-artifact-5 created (now aa794e63b6d)

2025-08-10 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.git at aa794e63b6d build(deps): bump actions/download-artifact from 4 to 5

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

2025-08-10 Thread via GitHub
dependabot[bot] opened a new pull request, #16825: URL: https://github.com/apache/nuttx/pull/16825 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";>action

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16772: URL: https://github.com/apache/nuttx/pull/16772#discussion_r2265586547 ## arch/arm64/src/imx9/Kconfig: ## @@ -302,6 +302,10 @@ config IMX9_FLEXSPI bool "ENABLE FLEXSPI interface" default n +config IMX9_PCI_EP +

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16772: URL: https://github.com/apache/nuttx/pull/16772#discussion_r2265585670 ## arch/arm64/src/imx9/Kconfig: ## @@ -302,6 +302,10 @@ config IMX9_FLEXSPI bool "ENABLE FLEXSPI interface" default n +config IMX9_PCI_EP +

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265580972 ## arch/arm64/src/imx9/imx9_iomuxc.h: ## @@ -54,13 +74,38 @@ .pad= (_pad), \ .mux= (_mux), \ } - +#endif /**

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265558884 ## arch/arm64/src/imx9/imx9_iomuxc.c: ## @@ -51,8 +55,89 @@ * / +#ifdef CONFIG_IMX

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265567797 ## arch/arm64/src/imx9/imx9_iomuxc.h: ## @@ -54,13 +74,38 @@ .pad= (_pad), \ .mux= (_mux), \ } - +#endif /**

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265567380 ## arch/arm64/src/imx9/imx9_iomuxc.c: ## @@ -32,6 +32,10 @@ #include "arm64_internal.h" #include "imx9_iomuxc.h" +#ifdef CONFIG_IMX9_IOMUX_OVER_SCMI +#include "

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265566942 ## arch/arm64/src/imx9/imx9_iomuxc.h: ## @@ -38,6 +38,26 @@ * Pre-processor Definitions

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265566336 ## arch/arm64/src/imx9/imx9_iomuxc.h: ## @@ -38,6 +38,26 @@ * Pre-processor Definitions

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265566160 ## arch/arm64/src/imx9/imx9_iomuxc.h: ## @@ -38,6 +38,26 @@ * Pre-processor Definitions

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265558744 ## arch/arm64/src/imx9/imx9_iomuxc.c: ## @@ -51,8 +55,89 @@ * / +#ifdef CONFIG_IMX

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265554923 ## arch/arm64/src/imx9/imx9_scmi.h: ## @@ -29,6 +29,7 @@ / #include +#include "har

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265553765 ## arch/arm64/src/imx9/imx9_clockconfig.c: ## @@ -514,6 +649,131 @@ int imx9_get_clock(int clkname, uint32_t *frequency) return OK; } +#endif /* CONFIG_IMX9_C

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265553526 ## arch/arm64/src/imx9/imx9_clockconfig.c: ## @@ -514,6 +649,131 @@ int imx9_get_clock(int clkname, uint32_t *frequency) return OK; } +#endif /* CONFIG_IMX9_C

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265553123 ## arch/arm64/src/imx9/imx9_clockconfig.c: ## @@ -176,6 +181,136 @@ static int pll_pfd_init(uintptr_t reg, int pfd, struct pfd_parms_s *pfdparm) #endif /* CONFIG_

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265552735 ## arch/arm64/src/imx9/imx9_clockconfig.c: ## @@ -176,6 +181,136 @@ static int pll_pfd_init(uintptr_t reg, int pfd, struct pfd_parms_s *pfdparm) #endif /* CONFIG_

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

2025-08-10 Thread via GitHub
lipengfei28 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265552545 ## arch/arm64/src/imx9/imx9_clockconfig.c: ## @@ -176,6 +181,136 @@ static int pll_pfd_init(uintptr_t reg, int pfd, struct pfd_parms_s *pfdparm) #endif /* CONFIG_

Re: [PR] boards/imxrt/arcx-socket-grid: Remove debug symbols [nuttx]

2025-08-10 Thread via GitHub
xiaoxiang781216 merged PR #16824: URL: https://github.com/apache/nuttx/pull/16824 -- 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: boards/imxrt/arcx-socket-grid: Remove debug symbols

2025-08-10 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 92db85fecf6 boards/imxrt/arcx-socket-grid: Rem

Re: [PR] arch/risc-v/rp23xx-riscv: Add rp23xx(rp2350) (Pico 2 board) RISC-V support [nuttx]

2025-08-10 Thread via GitHub
xiaoxiang781216 merged PR #16424: URL: https://github.com/apache/nuttx/pull/16424 -- 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-website) branch asf-site updated: Publishing web: 51627ec89e2b02358b2ac0c43bd479968bd14064 docs: d218334baaf6151adad764d6fadada9d910759c4

2025-08-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 4893cdbb1 Publishing web: 51627ec

[PR] boards/imxrt/arcx-socket-grid: Remove debug symbols [nuttx]

2025-08-10 Thread via GitHub
acassis opened a new pull request, #16824: URL: https://github.com/apache/nuttx/pull/16824 ## Summary Remove the debug symbols from "usbdisk" board profile and change the optimization level from "-Os" to "-O2" to fix ehci error. ## Impact Improvement ## Testing

Re: [PR] arch/risc-v/rp23xx-riscv: Add rp23xx(rp2350) (Pico 2 board) RISC-V support [nuttx]

2025-08-10 Thread via GitHub
cederom commented on PR #16424: URL: https://github.com/apache/nuttx/pull/16424#issuecomment-3172873066 This `picotool` is great, I have asked questions on their project Issues, maybe finally automated testing will be possible without manual interaction to flash / reboot :-) -- This is a

Re: [PR] arch/risc-v/rp23xx-riscv: Add rp23xx(rp2350) (Pico 2 board) RISC-V support [nuttx]

2025-08-10 Thread via GitHub
cederom commented on PR #16424: URL: https://github.com/apache/nuttx/pull/16424#issuecomment-3172836208 Thanks @shtirlic yup it looks I need to switch to RISC-V as default somehow :-) ``` % picotool info -a Program Information target chip:RP2350 image type:

Re: [PR] arch/risc-v/rp23xx-riscv: Add rp23xx(rp2350) (Pico 2 board) RISC-V support [nuttx]

2025-08-10 Thread via GitHub
shtirlic commented on PR #16424: URL: https://github.com/apache/nuttx/pull/16424#issuecomment-3172818563 @cederom thanks, my bet is that your pico was in arm mode and uf2/picotool not switched the pico board to risc-v cores. I researched the initial boot format that should be in the final f

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

2025-08-10 Thread via GitHub
acassis commented on PR #16823: URL: https://github.com/apache/nuttx/pull/16823#issuecomment-3172629633 > > @acassis: It is not mandatory: please see items 12 and 13 of specification. If "!" is included in the commit title the "BREAKING CHANGE: " in the foot are not required. Just it! :-)

Re: [I] littlefs on SD/eMMC read/write performance is poor [nuttx]

2025-08-10 Thread via GitHub
linguini1 commented on issue #9080: URL: https://github.com/apache/nuttx/issues/9080#issuecomment-3172539865 > sd/emmc already have wear leveling in the card side, the wear leveling inside littlefs is useless, but slow down the performance. Is that really what the slow down is? I woul

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

2025-08-10 Thread via GitHub
xiaoxiang781216 commented on code in PR #16798: URL: https://github.com/apache/nuttx/pull/16798#discussion_r2265195846 ## arch/arm64/src/imx9/imx9_clockconfig.c: ## @@ -176,6 +181,136 @@ static int pll_pfd_init(uintptr_t reg, int pfd, struct pfd_parms_s *pfdparm) #endif /* CON

Re: [PR] arch/risc-v/rp23xx-riscv: Add rp23xx(rp2350) (Pico 2 board) RISC-V support [nuttx]

2025-08-10 Thread via GitHub
shtirlic commented on PR #16424: URL: https://github.com/apache/nuttx/pull/16424#issuecomment-3172490678 @acassis @jerpelea please have a look. -- 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