Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209402819 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209402819 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209402819 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209402819 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209402819 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209402819 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

(nuttx) 04/04: Docs/drviers/mtd:Add description for MTD Device Registration and FTL Control

2025-07-15 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 4a765b557ffc0f7b6471483b266869016161be2f Author: jingfei AuthorDate: Mon Jul 14 23:42:39 2025 +0800 Docs/drviers/

(nuttx) 03/04: drivers/fs: Control the behavior of FTL by passing oflags during the open process.

2025-07-15 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 c3e87dd3d1709025a079103a0ddd6d7014128d6a Author: jingfei AuthorDate: Fri Jul 4 22:54:43 2025 +0800 drivers/fs: Co

(nuttx) 01/04: drivers/fs:Always use register_mtddriver() to register the MTD device.

2025-07-15 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 d12cf1cb753801a89532f0c90d865de3a1e09be4 Author: jingfei AuthorDate: Thu Jul 10 22:53:57 2025 +0800 drivers/fs:Al

(nuttx) 02/04: Revert "ftl: should pre-allocate eblock for car case"

2025-07-15 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 a6fdbc538b47f35bd49eacc6b37f71ff8470cdee Author: jingfei AuthorDate: Wed Jun 4 15:47:18 2025 +0800 Revert "ftl: s

(nuttx) branch master updated (a754b73e4c5 -> 4a765b557ff)

2025-07-15 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 a754b73e4c5 documentation: update MCUBoot docs for local update agent example new d12cf1cb753 drivers/fs:Alway

Re: [PR] drivers/mtd/ftl/bch: Add direct writing method for FTL [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 merged PR #16642: URL: https://github.com/apache/nuttx/pull/16642 -- 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

Re: [PR] drivers/mtd/ftl/bch: Add direct writing method for FTL [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 commented on PR #16642: URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3077006426 let's ignore esp_tool ci error since it's unrelated to the change in this pr. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209342978 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(lis

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209184982 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209184982 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209184982 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209184982 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [PR] arm64/qemu: decouple qemu board from chip [nuttx]

2025-07-15 Thread via GitHub
anchao commented on code in PR #16718: URL: https://github.com/apache/nuttx/pull/16718#discussion_r2209148540 ## arch/arm64/src/qemu/qemu_boot.c: ## @@ -179,7 +179,9 @@ void arm64_chip_boot(void) * configuration of board specific resources such as GPIOs, LEDs, etc. */

Re: [I] [HELP] Port NuttX to i.MX 95 Cortex-A55 [nuttx]

2025-07-15 Thread via GitHub
lupyuen commented on issue #16730: URL: https://github.com/apache/nuttx/issues/16730#issuecomment-3076569214 @xiaoxiang781216 Yep we have a Basic Port of NuttX on Allwinner A527 / Arm Cortex-A55. Check out the article here: - [Porting Apache NuttX RTOS to Avaota-A1 SBC (Allwinner A527

Re: [PR] games/snake: Fix terminal issue after returning back from snake game [nuttx-apps]

2025-07-15 Thread via GitHub
xiaoxiang781216 merged PR #3126: URL: https://github.com/apache/nuttx-apps/pull/3126 -- 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) 02/02: games/snake: Change consolekey magic numbers with ASCII macros

2025-07-15 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 f3e1985b1e3d421d65eac66ac1d54f077c5dac97 Author: Eren Terzioglu AuthorDate: Fri Jul 11 14:45:02 2025 +0200 g

(nuttx-apps) branch master updated (d27d6e635 -> f3e1985b1)

2025-07-15 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 d27d6e635 examples/mcuboot: add example to update from binary in local storage new 9ea3fc699 games/snake:

(nuttx-apps) 01/02: games/snake: Fix terminal issue after returning back from snake game

2025-07-15 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 9ea3fc69950ee11ab7c266e4477f4e63d979b4dc Author: Eren Terzioglu AuthorDate: Mon Jul 7 16:06:50 2025 +0200 ga

(nuttx-apps) branch master updated: examples/mcuboot: add example to update from binary in local storage

2025-07-15 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 d27d6e635 examples/mcuboot: add example t

Re: [PR] examples/mcuboot: add example to update from binary in local storage [nuttx-apps]

2025-07-15 Thread via GitHub
xiaoxiang781216 merged PR #3135: URL: https://github.com/apache/nuttx-apps/pull/3135 -- 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] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209008333 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(lis

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2209008333 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(lis

(nuttx) branch master updated: documentation: update MCUBoot docs for local update agent example

2025-07-15 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 a754b73e4c5 documentation: update MCUBoot docs

Re: [PR] documentation: update MCUBoot docs for local update agent example [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 merged PR #16731: URL: https://github.com/apache/nuttx/pull/16731 -- 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

[I] [HELP] Compilation Failure for ADC Example on Nucleo-H743ZI [nuttx]

2025-07-15 Thread via GitHub
comejv opened a new issue, #16732: URL: https://github.com/apache/nuttx/issues/16732 ### Description When attempting to compile the `apps/examples/adc` application for the `nucleo-h743zi` board, the build fails with "undeclared" errors for specific ADC GPIO pin definitions (e.g., `GP

Re: [PR] drivers/input: Create Single Button Multi Actions [nuttx]

2025-07-15 Thread via GitHub
acassis merged PR #16714: URL: https://github.com/apache/nuttx/pull/16714 -- 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

(nuttx) branch master updated: drivers/input: Create Single Button Multi Actions

2025-07-15 Thread acassis
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 54b2381c421 drivers/input: Create Single Button

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2208318032 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2208318032 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

Re: [I] [HELP] Port NuttX to i.MX 95 Cortex-A55 [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 commented on issue #16730: URL: https://github.com/apache/nuttx/issues/16730#issuecomment-3075221548 Yes, I just want to know whether someone already do a basic porting(irq, tty, timer, nsh). -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] [HELP] Port NuttX to i.MX 95 Cortex-A55 [nuttx]

2025-07-15 Thread via GitHub
acassis commented on issue #16730: URL: https://github.com/apache/nuttx/issues/16730#issuecomment-3075174028 I think it is possible, since NuttX already supports Cortex-A55 (board PINE64 Avaota-A1 uses Allwinner A527, this is Octa-Core ARM Cortex-A55). @lupyuen could you please confirm?

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2208318032 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

(nuttx) branch master updated: AUTHORS: add Simone Falsetti

2025-07-15 Thread acassis
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 3c8859b509f AUTHORS: add Simone Falsetti 3c8859b

Re: [PR] AUTHORS: add Simone Falsetti [nuttx]

2025-07-15 Thread via GitHub
acassis merged PR #16728: URL: https://github.com/apache/nuttx/pull/16728 -- 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

[PR] documentation: update MCUBoot docs for local update agent example [nuttx]

2025-07-15 Thread via GitHub
fdcavalcanti opened a new pull request, #16731: URL: https://github.com/apache/nuttx/pull/16731 ## Summary Updates the example documentation for a new example: local update agent. This example allows the user to update MCUBoot image from a locally stored file. Relates to the pu

Re: [PR] drivers/mtd/ftl/bch: Add direct writing method for FTL [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 commented on PR #16642: URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3074575606 @tmedicci @eren-terzioglu could you look at this problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[I] [HELP] Port NuttX to i.MX 95 Cortex-A55 [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 opened a new issue, #16730: URL: https://github.com/apache/nuttx/issues/16730 ### Description NuttX already support Cortex-M7 on i.MX 95: https://github.com/apache/nuttx/tree/master/boards/arm/imx9/imx95-evk Does anyone boot NuttX on Cortex-A55 on i.MX 95?

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2208133516 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(list) | pg

[PR] examples/mcuboot: add example to update from binary in local storage [nuttx-apps]

2025-07-15 Thread via GitHub
fdcavalcanti opened a new pull request, #3135: URL: https://github.com/apache/nuttx-apps/pull/3135 ## Summary This example makes it possible to use a binary from local storage for MCUBoot update. It copies the binary file to the secondary slot instead of downloading from a remote URL

(nuttx) branch master updated: imx95: eDMA5 Allow sharing with Linux

2025-07-15 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 def76c90d56 imx95: eDMA5 Allow sharing with Li

Re: [PR] imx95: eDMA5 Allow sharing with Linux [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 merged PR #16727: URL: https://github.com/apache/nuttx/pull/16727 -- 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

Re: [PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #16729: URL: https://github.com/apache/nuttx/pull/16729#discussion_r2208099010 ## drivers/misc/optee.c: ## @@ -345,6 +346,10 @@ optee_shm_to_page_list(FAR struct optee_shm *shm, FAR uintptr_t *list_pa) *list_pa = optee_va_to_pa(lis

(nuttx) 02/06: ci/platforms/darwin_arm64.sh: bump risc-v toolchain

2025-07-15 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 e66fbcf708957b5e1f4f98b1408ede468a83ef23 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Tue

(nuttx) 04/06: ci/platforms/msys2.sh: bump risc-v toolchain

2025-07-15 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 32474985abd0a35ffeba2c831b658df60bb3e066 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Tue

(nuttx) 06/06: ci/platforms/windows.ps1: bump risc-v toolchain

2025-07-15 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 3ff603fc520e1a9b9967c63e18be19ae1b95db0d Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Tue

(nuttx) 03/06: ci/platforms/linux.sh: bump risc-v toolchain

2025-07-15 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 665d608e682c6eb9d5395b8c5bc430c7311c5552 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Tue

(nuttx) 05/06: ci/platforms/ubuntu.sh: bump risc-v toolchain

2025-07-15 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 4df40dcb6640a799688e51b69464b8456b6887bc Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Tue

(nuttx) branch master updated (be3cd43a1ee -> 3ff603fc520)

2025-07-15 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 be3cd43a1ee toolchain/armclang: Fix armclang config new 0f6e385a375 ci/platforms/darwin.sh: bump risc-v toolcha

Re: [PR] ci/platforms: bump risc-v toolchain [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 merged PR #16726: URL: https://github.com/apache/nuttx/pull/16726 -- 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/06: ci/platforms/darwin.sh: bump risc-v toolchain

2025-07-15 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 0f6e385a37577f113b48a67dcc158ffd0483ebc2 Author: simbit18 <101105604+simbi...@users.noreply.github.com> AuthorDate: Tue

Re: [PR] drivers/mtd/ftl/bch: Add direct writing method for FTL [nuttx]

2025-07-15 Thread via GitHub
jingfei195887 commented on PR #16642: URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3074183519 Hi @xiaoxiang781216 there is a CI build error in xtensa-01 for `esp32-devkitc/nxlooper` ,so I tried to do build in my own environment: 1. ./tools/refresh.sh --silent esp32-devkitc

Re: [PR] imx95: eDMA5 Allow sharing with Linux [nuttx]

2025-07-15 Thread via GitHub
PetervdPerk-NXP commented on PR #16727: URL: https://github.com/apache/nuttx/pull/16727#issuecomment-3074163212 > @PetervdPerk-NXP if you can, please provide a Documentation explaining how to run Linux and NuttX at same time on imx95, it will be very helpful for people using this processor.

[PR] drivers/misc/optee: Cache coherency when MMU is disabled [nuttx]

2025-07-15 Thread via GitHub
gpoulios opened a new pull request, #16729: URL: https://github.com/apache/nuttx/pull/16729 ## Summary When the MMU is disabled (`CONFIG_ARCH_USE_MMU=n`) the data passed back and forth with the TEE needs to be synced from/to the cache, otherwise we get random data in either world.

[I] [HELP] SSI usage with netutils/thttpd [nuttx-apps]

2025-07-15 Thread via GitHub
TimJTi opened a new issue, #3134: URL: https://github.com/apache/nuttx-apps/issues/3134 ### Description I am successfully using the thttpd library to serve my pages and run custom cgi scripts but I have not managed to coerce it to parse the index.html page for simple SSI directives s

Re: [PR] imx95: eDMA5 Allow sharing with Linux [nuttx]

2025-07-15 Thread via GitHub
acassis commented on PR #16727: URL: https://github.com/apache/nuttx/pull/16727#issuecomment-3074064905 @PetervdPerk-NXP if you can, please provide a Documentation explaining how to run Linux and NuttX at same time on imx95, it will be very helpful for people using this processor. -- Thi

Re: [PR] AUTHORS: add Simone Falsetti [nuttx]

2025-07-15 Thread via GitHub
acassis commented on PR #16728: URL: https://github.com/apache/nuttx/pull/16728#issuecomment-3074044118 @jerpelea @simbit18 I think there is an issue on our CI, it shouldn't compile all the boards when just AUTHORS files is modified. For instance when we modify only Documentation/ the CI do

[PR] AUTHORS: add Simone Falsetti [nuttx]

2025-07-15 Thread via GitHub
jerpelea opened a new pull request, #16728: URL: https://github.com/apache/nuttx/pull/16728 ## Summary Simone Falsetti has submitted the ICLA and should be added to the AUTHORS file ## Impact AUTHORS ## Testing NONE -- This is an automated message from the A

[PR] imx95: eDMA5 Allow sharing with Linux [nuttx]

2025-07-15 Thread via GitHub
PetervdPerk-NXP opened a new pull request, #16727: URL: https://github.com/apache/nuttx/pull/16727 ## Summary Allows to offset channels and thus sharing the controller with A-core. The EDMA5 controller on the i.MX95 can be accessed by multiple cores. However, TCD (Transfer Control

Re: [PR] games/snake: Fix terminal issue after returning back from snake game [nuttx-apps]

2025-07-15 Thread via GitHub
eren-terzioglu commented on PR #3126: URL: https://github.com/apache/nuttx-apps/pull/3126#issuecomment-3073953403 Thanks @acassis @xiaoxiang781216, updated. -- 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

(nuttx) branch master updated: toolchain/armclang: Fix armclang config

2025-07-15 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 be3cd43a1ee toolchain/armclang: Fix armclang c

Re: [PR] examples/keyboard: Fix compilation warning [nuttx-apps]

2025-07-15 Thread via GitHub
simbit18 commented on PR #3129: URL: https://github.com/apache/nuttx-apps/pull/3129#issuecomment-3073799548 Hi @lupyuen @acassis The ASF account is enabled I have linked the ASF account with the GitHub account. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] games/snake: Fix terminal issue after returning back from snake game [nuttx-apps]

2025-07-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #3126: URL: https://github.com/apache/nuttx-apps/pull/3126#discussion_r2207582383 ## games/snake/snake_input_console.h: ## @@ -63,6 +63,25 @@ void init_termios(int echo) fcntl(STDIN_FILENO, F_SETFL, O_NONBLOCK); /* set non-blocking mod

Re: [PR] toolchain/armclang: Fix armclang config [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 merged PR #16720: URL: https://github.com/apache/nuttx/pull/16720 -- 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] ci/platforms: bump risc-v toolchain [nuttx]

2025-07-15 Thread via GitHub
simbit18 opened a new pull request, #16726: URL: https://github.com/apache/nuttx/pull/16726 ## Summary Bump xPack GNU RISC-V Embedded GCC v14.2.0-3 ci/platforms/darwin.sh ci/platforms/darwin_arm64.sh ci/platforms/linux.sh ci/platforms/msys2.sh ci/platforms/ubunt

Re: [PR] drivers/mtd/ftl/bch: Add direct writing method for FTL [nuttx]

2025-07-15 Thread via GitHub
jingfei195887 commented on PR #16642: URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3073531649 > > this pr is ready for merging now, please review again. > > @xiaoxiang781216 @jingfei195887 I have just tested this on my board, using NXboot to flash a recovery image from

Re: [PR] espressif: add support for SDMMC over SPI for ESP32-C3|C6|H2 [nuttx]

2025-07-15 Thread via GitHub
fdcavalcanti commented on PR #16725: URL: https://github.com/apache/nuttx/pull/16725#issuecomment-3073483021 Fixed small build error. -- 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

Re: [PR] drivers/mtd/ftl/bch: Add direct writing method for FTL [nuttx]

2025-07-15 Thread via GitHub
TimJTi commented on PR #16642: URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3073436876 > this pr is ready for merging now, please review again. @xiaoxiang781216 @jingfei195887 I have just tested this on my board, using NXboot to flash a recovery image from /dev/mtd0 to

Re: [PR] games/snake: Fix terminal issue after returning back from snake game [nuttx-apps]

2025-07-15 Thread via GitHub
acassis commented on code in PR #3126: URL: https://github.com/apache/nuttx-apps/pull/3126#discussion_r2207322483 ## games/snake/snake_input_console.h: ## @@ -63,6 +63,25 @@ void init_termios(int echo) fcntl(STDIN_FILENO, F_SETFL, O_NONBLOCK); /* set non-blocking mode */ }

(nuttx) branch master updated (c51f749f9ab -> 338132af8fe)

2025-07-15 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 c51f749f9ab /drivers/sensors/nau7802: Added frequency control add ae33447220c fs/vfs: fix bug about lost dup of

Re: [PR] fs/block_proxy: fix the issue of the refs count for filep being zeroed out by utilizing dup2 [nuttx]

2025-07-15 Thread via GitHub
xiaoxiang781216 merged PR #16722: URL: https://github.com/apache/nuttx/pull/16722 -- 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] espressif: add support for SDMMC over SPI for ESP32-C3|C6|H2 [nuttx]

2025-07-15 Thread via GitHub
fdcavalcanti opened a new pull request, #16725: URL: https://github.com/apache/nuttx/pull/16725 ## Summary - documentation: update docs on SDMMC for ESP32C3|C6|H2 Adds sdmmc_spi defconfig documentation for ESP32C3, ESP32C6 and ESP32H2 boards. - boards/risc-v: add SDMMC defc

Re: [PR] drivers/mtd/ftl/bch: Add direct writing method for FTL [nuttx]

2025-07-15 Thread via GitHub
TimJTi commented on PR #16642: URL: https://github.com/apache/nuttx/pull/16642#issuecomment-3072991875 > @michallenc @acassis @cederom @TimJTi this pr is ready for merging now, please review again. @xiaoxiang781216 @jingfei195887 It's today's (additional!) task. FYI - when I se

Re: [PR] fs/block_proxy: fix the issue of the refs count for filep being zeroed out by utilizing dup2 [nuttx]

2025-07-15 Thread via GitHub
TimJTi commented on PR #16722: URL: https://github.com/apache/nuttx/pull/16722#issuecomment-3072951585 @Donny9 - thank you for the very thorough explanation. If there's no immediately obvious link to a reported issue it's good to have the background captured for future reference and I - and

Re: [PR] examples/keyboard: Fix compilation warning [nuttx-apps]

2025-07-15 Thread via GitHub
simbit18 commented on PR #3129: URL: https://github.com/apache/nuttx-apps/pull/3129#issuecomment-3072897575 Hi @lupyuen I will do this as soon as my ASF account is enabled (I haven't received the Apache e-mail yet). Thank you -- This is an automated message from the Apache Git Serv