Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-05-02 Thread via GitHub
acassis merged PR #16241: URL: https://github.com/apache/nuttx/pull/16241 -- 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] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-05-02 Thread via GitHub
jerpelea commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2846990525 > @shtirlic The error displayed in the Linux job (arm-13) appears to be resolved. > > ``` >

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-05-02 Thread via GitHub
simbit18 commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2846882131 @shtirlic The error displayed in the Linux job (arm-13) appears to be resolved. ``` Conf

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-30 Thread via GitHub
shtirlic commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2844203259 @simbit18 thank you for the help, updated and waiting for CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-30 Thread via GitHub
simbit18 commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2842271734 here is different Make.defs https://github.com/apache/nuttx/blob/ed0c18c66cb77050528b97f18c68df83f0d1e0d6/arch/arm/src/stm32f7/Make.defs#L36 ifneq ($(CONFIG_SCHED_TICKLES

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-30 Thread via GitHub
simbit18 commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2842232676 hi @shtirlic build with CMake goes into error !!! so the error appears to be due to a failure to align CMake with Make ``` ===

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-30 Thread via GitHub
shtirlic commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2841379062 @acassis yes, that's what I did first time, and CI job showed no changes and still fails. Let's see this time. -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-29 Thread via GitHub
acassis commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2840018094 @shtirlic strange, now all the configs from that board are reported as modified: ``` (use "git restore ..." to discard changes in working directory) modified: boards

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-23 Thread via GitHub
acassis commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2824433892 @shtirlic please try to update only boards/arm/stm32f7/stm32f777zit6-meadow/configs/nsh/defconfig now: ``` $ ./tools/refresh.sh stm32f777zit6-meadow:nsh ``` If I merge

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-21 Thread via GitHub
shtirlic commented on code in PR #16241: URL: https://github.com/apache/nuttx/pull/16241#discussion_r2053311175 ## tools/Unix.mk: ## @@ -753,6 +753,7 @@ savedefconfig: apps_preconfig $(Q) grep "^CONFIG_ARCH_CHIP_" .config >> defconfig.tmp; true $(Q) grep "CONFIG_

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-21 Thread via GitHub
acassis commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2818296098 > @acassis It's a known but unsolved problem, restarting the CI Job will fix it: > > * [[BUG] CI Job for msys2 fails intermittently with `make ... sig_send: error sending signa

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-21 Thread via GitHub
lupyuen commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2818292359 @acassis It's a known but unsolved problem, restarting the CI Job will fix it: - https://github.com/apache/nuttx/issues/16010 -- This is an automated message from the Apache Git Serv

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-21 Thread via GitHub
acassis commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2818268546 @lupyuen what is this error: ``` Configuration/Tool: qemu-armv8a/nsh_smp 2025-04-21 09:36:41 ---

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-20 Thread via GitHub
nuttxpr commented on PR #16241: URL: https://github.com/apache/nuttx/pull/16241#issuecomment-2817769121 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the basic NuttX requiremen

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-20 Thread via GitHub
acassis commented on code in PR #16241: URL: https://github.com/apache/nuttx/pull/16241#discussion_r2051797032 ## tools/Unix.mk: ## @@ -753,6 +753,7 @@ savedefconfig: apps_preconfig $(Q) grep "^CONFIG_ARCH_CHIP_" .config >> defconfig.tmp; true $(Q) grep "CONFIG_A

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-20 Thread via GitHub
acassis commented on code in PR #16241: URL: https://github.com/apache/nuttx/pull/16241#discussion_r2051796914 ## tools/Unix.mk: ## @@ -753,6 +753,7 @@ savedefconfig: apps_preconfig $(Q) grep "^CONFIG_ARCH_CHIP_" .config >> defconfig.tmp; true $(Q) grep "CONFIG_A

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-20 Thread via GitHub
acassis commented on code in PR #16241: URL: https://github.com/apache/nuttx/pull/16241#discussion_r2051792889 ## tools/Unix.mk: ## @@ -753,6 +753,7 @@ savedefconfig: apps_preconfig $(Q) grep "^CONFIG_ARCH_CHIP_" .config >> defconfig.tmp; true $(Q) grep "CONFIG_A

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-20 Thread via GitHub
shtirlic commented on code in PR #16241: URL: https://github.com/apache/nuttx/pull/16241#discussion_r2051796051 ## tools/Unix.mk: ## @@ -753,6 +753,7 @@ savedefconfig: apps_preconfig $(Q) grep "^CONFIG_ARCH_CHIP_" .config >> defconfig.tmp; true $(Q) grep "CONFIG_

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-20 Thread via GitHub
acassis commented on code in PR #16241: URL: https://github.com/apache/nuttx/pull/16241#discussion_r2051792889 ## tools/Unix.mk: ## @@ -753,6 +753,7 @@ savedefconfig: apps_preconfig $(Q) grep "^CONFIG_ARCH_CHIP_" .config >> defconfig.tmp; true $(Q) grep "CONFIG_A

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-20 Thread via GitHub
shtirlic commented on code in PR #16241: URL: https://github.com/apache/nuttx/pull/16241#discussion_r2051782111 ## tools/Unix.mk: ## @@ -753,6 +753,7 @@ savedefconfig: apps_preconfig $(Q) grep "^CONFIG_ARCH_CHIP_" .config >> defconfig.tmp; true $(Q) grep "CONFIG_

Re: [PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-20 Thread via GitHub
xiaoxiang781216 commented on code in PR #16241: URL: https://github.com/apache/nuttx/pull/16241#discussion_r2051776649 ## tools/Unix.mk: ## @@ -753,6 +753,7 @@ savedefconfig: apps_preconfig $(Q) grep "^CONFIG_ARCH_CHIP_" .config >> defconfig.tmp; true $(Q) grep "

[PR] tools: Update Unix.mk for CONFIG_ARCH_BOARD_COMMON [nuttx]

2025-04-20 Thread via GitHub
shtirlic opened a new pull request, #16241: URL: https://github.com/apache/nuttx/pull/16241 ## Summary Preserve CONFIG_ARCH_BOARD_COMMON in `make savedconfig` tools command Related: issue #12122 ## Impact Fix the CONFIG_ARCH_BOARD_COMMON configurations ## Testing