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

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

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: [PR] arm64/qemu: decouple qemu board from chip [nuttx]

2025-07-14 Thread via GitHub
acassis commented on code in PR #16718: URL: https://github.com/apache/nuttx/pull/16718#discussion_r2205016041 ## 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: [PR] arm64/qemu: decouple qemu board from chip [nuttx]

2025-07-14 Thread via GitHub
anchao commented on code in PR #16718: URL: https://github.com/apache/nuttx/pull/16718#discussion_r2204988791 ## 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: [PR] arm64/qemu: decouple qemu board from chip [nuttx]

2025-07-14 Thread via GitHub
acassis commented on code in PR #16718: URL: https://github.com/apache/nuttx/pull/16718#discussion_r2204739577 ## 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. */

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

2025-07-13 Thread via GitHub
anchao opened a new pull request, #16718: URL: https://github.com/apache/nuttx/pull/16718 ## Summary arm64/qemu: decouple qemu board from chip decouple qemu board from chip to support custom boards Signed-off-by: chao an ## Impact add support of custom