Re: [PR] pm: procfs add pm prapare fail stats [nuttx]

2024-05-16 Thread via GitHub
jasonbu commented on PR #12360: URL: https://github.com/apache/nuttx/pull/12360#issuecomment-2116845458 same fail with https://github.com/apache/nuttx/pull/12361 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] arm64 EL3 runtime support [nuttx]

2024-05-16 Thread via GitHub
eenurkka commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1604402742 ## arch/arm64/Kconfig: ## @@ -146,6 +146,15 @@ config ARCH_HAVE_EL3 runing at EL3 is not necessary and system register for EL3 is not a

Re: [PR] arm64 EL3 runtime support [nuttx]

2024-05-16 Thread via GitHub
eenurkka commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1604400226 ## arch/arm64/src/imx9/imx9_boot.c: ## @@ -111,7 +136,9 @@ void arm64_chip_boot(void) #endif #if defined(CONFIG_SMP) || defined(CONFIG_ARCH_HAVE_PSCI) +#ifndef CON

Re: [PR] arm64 EL3 runtime support [nuttx]

2024-05-16 Thread via GitHub
pussuw commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1604381093 ## arch/arm64/src/imx9/imx9_boot.c: ## @@ -44,19 +44,39 @@ #include "imx9_gpio.h" #include "imx9_lowputc.h" +/***

Re: [PR] arm64 EL3 runtime support [nuttx]

2024-05-16 Thread via GitHub
pussuw commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1604381093 ## arch/arm64/src/imx9/imx9_boot.c: ## @@ -44,19 +44,39 @@ #include "imx9_gpio.h" #include "imx9_lowputc.h" +/***

Re: [PR] Implement Filelock [nuttx]

2024-05-16 Thread via GitHub
yamt commented on PR #11724: URL: https://github.com/apache/nuttx/pull/11724#issuecomment-2116644633 > > > If you don't use file lock, could skip the local patch safely. > > > > > > it doesn't solve the maintenance problem. > > if no one wants to work on a solution, i'd suggest

Re: [PR] Add a few optional text heap APIs to support esp32s3 [nuttx]

2024-05-16 Thread via GitHub
yamt commented on code in PR #12355: URL: https://github.com/apache/nuttx/pull/12355#discussion_r1604345272 ## arch/Kconfig: ## @@ -431,6 +431,18 @@ config ARCH_HAVE_TEXT_HEAP ---help--- Special memory region for dynamic code loading +config ARCH_TEXT_H

(nuttx-apps) branch master updated: toywasm: ignore compile warnings

2024-05-16 Thread yamamoto
This is an automated email from the ASF dual-hosted git repository. yamamoto 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 13cc85c05 toywasm: ignore compile warnings

Re: [PR] toywasm: ignore compile warnings [nuttx-apps]

2024-05-16 Thread via GitHub
yamt merged PR #2396: URL: https://github.com/apache/nuttx-apps/pull/2396 -- 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] toywasm: ignore compile warnings [nuttx-apps]

2024-05-16 Thread via GitHub
yamt commented on PR #2396: URL: https://github.com/apache/nuttx-apps/pull/2396#issuecomment-2116611334 > let's ignore the unrelated sim ltp test failure, @ttnie is working on it. the ci still built relevant configs (sim:toywasm and esp32s3-devkit:toywasm) successfully. let's merge th

Re: [PR] toywasm: ignore compile warnings [nuttx-apps]

2024-05-16 Thread via GitHub
xiaoxiang781216 commented on PR #2396: URL: https://github.com/apache/nuttx-apps/pull/2396#issuecomment-2116600704 let's ignore the unrelated sim ltp test failure, @ttnie is working on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] arm64 EL3 runtime support [nuttx]

2024-05-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1604332795 ## arch/arm64/Kconfig: ## @@ -146,6 +146,15 @@ config ARCH_HAVE_EL3 runing at EL3 is not necessary and system register for EL3 i

Re: [PR] arm64 EL3 runtime support [nuttx]

2024-05-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1604332795 ## arch/arm64/Kconfig: ## @@ -146,6 +146,15 @@ config ARCH_HAVE_EL3 runing at EL3 is not necessary and system register for EL3 i

Re: [PR] arm64 EL3 runtime support [nuttx]

2024-05-16 Thread via GitHub
eenurkka commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1604326478 ## arch/arm64/Kconfig: ## @@ -146,6 +146,15 @@ config ARCH_HAVE_EL3 runing at EL3 is not necessary and system register for EL3 is not a

Re: [PR] arm64 EL3 runtime support [nuttx]

2024-05-16 Thread via GitHub
eenurkka commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1602650342 ## arch/arm64/src/imx9/imx9_boot.c: ## @@ -44,19 +44,39 @@ #include "imx9_gpio.h" #include "imx9_lowputc.h" +/*

[PR] tools/minidump: 64-bit dump support [nuttx]

2024-05-16 Thread via GitHub
yf13 opened a new pull request, #12363: URL: https://github.com/apache/nuttx/pull/12363 This is to follow up patch 12316 -- 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

Re: [PR] sched/tcb: share group for kthreads [nuttx]

2024-05-16 Thread via GitHub
xiaoxiang781216 commented on PR #12320: URL: https://github.com/apache/nuttx/pull/12320#issuecomment-2116479814 yes, @ttnie is looking. -- 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 specifi

Re: [PR] sched/tcb: share group for kthreads [nuttx]

2024-05-16 Thread via GitHub
yf13 commented on PR #12320: URL: https://github.com/apache/nuttx/pull/12320#issuecomment-2116464120 Seems CI system is having similar issue like [here](https://github.com/apache/nuttx/pull/12361#issuecomment-2116099462) -- This is an automated message from the Apache Git Service. To resp

Re: [PR] Fix Kconfig style [nuttx]

2024-05-16 Thread via GitHub
xiaoxiang781216 commented on PR #12361: URL: https://github.com/apache/nuttx/pull/12361#issuecomment-2116460441 @ttnie is investigating the root cause. -- 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 g

Re: [PR] Add a few optional text heap APIs to support esp32s3 [nuttx]

2024-05-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #12355: URL: https://github.com/apache/nuttx/pull/12355#discussion_r1604224913 ## arch/Kconfig: ## @@ -431,6 +431,18 @@ config ARCH_HAVE_TEXT_HEAP ---help--- Special memory region for dynamic code loading +config

(nuttx-website) branch asf-site updated: Publishing web: ce5ab6cc062dbbe6065b26acd6a7b45062848749 docs: 9257af55f17408579d66022c75b4cf7be9f1fcfd

2024-05-16 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 ce971dd57 Publishing web: ce5ab6c

Re: [I] Kernel Build Apps [nuttx]

2024-05-16 Thread via GitHub
acassis commented on issue #12356: URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2116319053 Hi @MainframeReboot I'm happy to know that you are evolving with your testings! (Suggestion: if you have a blog, create a post documenting the path you are following, it could help m

Re: [I] Kernel Build Apps [nuttx]

2024-05-16 Thread via GitHub
MainframeReboot commented on issue #12356: URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2116224512 Hi All, Thank you for your replies and the direction, I've definitely learned a lot. I have gone down the road of exporting NuttX, importing it into the `../apps

Re: [PR] Bump rexml from 3.2.5 to 3.2.8 [nuttx-website]

2024-05-16 Thread via GitHub
cederom commented on PR #114: URL: https://github.com/apache/nuttx-website/pull/114#issuecomment-2116133396 Automated build fails, as on my BSD box :-( -- 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 g

Re: [PR] risc-v/mpfs: Change linker symbols _ssbi_ddr and _esbi_ddr into _ssbi… [nuttx]

2024-05-16 Thread via GitHub
acassis merged PR #12359: URL: https://github.com/apache/nuttx/pull/12359 -- 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 (35ee532cb4 -> 9257af55f1)

2024-05-16 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 35ee532cb4 boards/imx93-evk: Fix potential warning about unused variable add 9257af55f1 risc-v/mpfs: Change link

(nuttx-website) branch dependabot/bundler/rexml-3.2.8 created (now 83522e7c3)

2024-05-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/bundler/rexml-3.2.8 in repository https://gitbox.apache.org/repos/asf/nuttx-website.git at 83522e7c3 Bump rexml from 3.2.5 to 3.2.8 No new revisions were added by this updat

(nuttx) branch master updated: boards/imx93-evk: Fix potential warning about unused variable

2024-05-16 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 35ee532cb4 boards/imx93-evk: Fix potential warni

Re: [PR] boards/imx93-evk: Fix potential warning about unused variable [nuttx]

2024-05-16 Thread via GitHub
acassis merged PR #12358: URL: https://github.com/apache/nuttx/pull/12358 -- 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] Bump rexml from 3.2.5 to 3.2.8 [nuttx-website]

2024-05-16 Thread via GitHub
dependabot[bot] opened a new pull request, #114: URL: https://github.com/apache/nuttx-website/pull/114 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from https://github.com/ruby/rexml/releases";>rexml's releases. REXML 3.2.8 - 2024-0

Re: [PR] Fix Kconfig style [nuttx]

2024-05-16 Thread via GitHub
acassis commented on PR #12361: URL: https://github.com/apache/nuttx/pull/12361#issuecomment-2116099462 @xiaoxiang781216 any idea why these tests are failing: ``` === short test summary info FAILED test_os/test_os.py::test_ost

Re: [I] Circular dependencies when building NuttX as a library [nuttx]

2024-05-16 Thread via GitHub
sastel commented on issue #12362: URL: https://github.com/apache/nuttx/issues/12362#issuecomment-2116072675 @acassis thank you for your help. I will try merging the static libraries next. PX4 is using cmake, but they call `make` for each directory in NuttX, then use the `lib*.a` file

Re: [I] Circular dependencies when building NuttX as a library [nuttx]

2024-05-16 Thread via GitHub
acassis commented on issue #12362: URL: https://github.com/apache/nuttx/issues/12362#issuecomment-2116066262 Hi @sastel I never heard about Conan before (only the movie), seems like a nice package manager to integrate external libraries. I never faced this issue because normally in my pro

[I] Circular dependencies when building NuttX as a library [nuttx]

2024-05-16 Thread via GitHub
sastel opened a new issue, #12362: URL: https://github.com/apache/nuttx/issues/12362 @acassis in your 2020 [blog post](https://acassis.wordpress.com/2020/06/28/using-nuttx-as-library-once-again/) you described how to export NuttX as a library. This is also documented in [C++ Example using

Re: [PR] arm64 EL3 runtime support [nuttx]

2024-05-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #12353: URL: https://github.com/apache/nuttx/pull/12353#discussion_r1603541618 ## arch/arm64/Kconfig: ## @@ -146,6 +146,15 @@ config ARCH_HAVE_EL3 runing at EL3 is not necessary and system register for EL3 i

Re: [I] Kernel Build Apps [nuttx]

2024-05-16 Thread via GitHub
patacongo commented on issue #12356: URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2115472462 > ... I am trying to understand if there's a way to compile the nsh library into the kernel or if I have to perform a `make export` and then a `make import` inside the `../apps` fo

[PR] Fix Kconfig style [nuttx]

2024-05-16 Thread via GitHub
simbit18 opened a new pull request, #12361: URL: https://github.com/apache/nuttx/pull/12361 ## Summary Remove spaces from Kconfig files Add TABs Replace help => ---help--- Add comments ## Impact none ## Testing -- This is an automated message from the Apache Gi

Re: [I] Kernel Build Apps [nuttx]

2024-05-16 Thread via GitHub
patacongo commented on issue #12356: URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2115441940 > Maybe @xiaoxiang781216 @patacongo @lupyuen other could help me to understand what you want to do. To use the kernel builds, you need to have two blobs: (1) the kernel bin

Re: [I] Kernel Build Apps [nuttx]

2024-05-16 Thread via GitHub
lupyuen commented on issue #12356: URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2115382276 > can you comment on why the size of the generated `boot_romfsimg.h` file is so large? Is there a way to minimize the size of this? @MainframeReboot I believe NuttX PolarFire I

Re: [I] Kernel Build Apps [nuttx]

2024-05-16 Thread via GitHub
acassis commented on issue #12356: URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2115355484 I don't know if I understood correctly what you want to do and what you are doing, but let to highlight some points: in kernel build mode NuttX is very similar to Linux, it means it

Re: [PR] testing/ostest: Fix config name [nuttx-apps]

2024-05-16 Thread via GitHub
acassis merged PR #2394: URL: https://github.com/apache/nuttx-apps/pull/2394 -- 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.a

(nuttx-apps) branch master updated: testing/ostest: Fix config name

2024-05-16 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-apps.git The following commit(s) were added to refs/heads/master by this push: new 2ce6be617 testing/ostest: Fix config name 2

(nuttx-apps) 02/02: Revert "system/adb: Ignore warnings for using variables"

2024-05-16 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-apps.git commit af1071ba5fb44584e446a1c40381ffefa35aa5e6 Author: Xiang Xiao AuthorDate: Sat May 11 09:44:28 2024 +0800 Revert

(nuttx-apps) branch master updated (bc68ce993 -> af1071ba5)

2024-05-16 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git from bc68ce993 wamr: tweak the defaults according to the new ARCH kconfig options new b00041a9b system/adb: Alwa

(nuttx-apps) 01/02: system/adb: Always download the last microADB from github

2024-05-16 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-apps.git commit b00041a9b03dcd7c6038d73c0a46ccfd5a01e9ef Author: Xiang Xiao AuthorDate: Sat May 11 09:43:01 2024 +0800 system/

Re: [PR] system/adb: Always download the last microADB from github [nuttx-apps]

2024-05-16 Thread via GitHub
acassis merged PR #2384: URL: https://github.com/apache/nuttx-apps/pull/2384 -- 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.a

Re: [PR] add stm32h755II chip [nuttx]

2024-05-16 Thread via GitHub
acassis commented on PR #12350: URL: https://github.com/apache/nuttx/pull/12350#issuecomment-2115293993 @jfbblue0922 please squash the commits: https://nuttx.apache.org/docs/latest/contributing/making-changes.html#how-to-include-the-suggestions-on-your-pull-request -- This is an au

Re: [I] Kernel Build Apps [nuttx]

2024-05-16 Thread via GitHub
MainframeReboot commented on issue #12356: URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2115287106 > Hi @MainframeReboot please enable Debug Scheduler Info and Debug FileSystem Info, it will report more info showing why it is failing. Look at sched/init/nx_bringup.c line 3

Re: [PR] toywasm: ignore compile warnings [nuttx-apps]

2024-05-16 Thread via GitHub
yamt commented on PR #2396: URL: https://github.com/apache/nuttx-apps/pull/2396#issuecomment-2115258535 i guess you can mirror this https://github.com/yamt/toywasm/blob/master/cmake/ToywasmConfig.cmake#L298-L302 and leave a reference in a comment so that it can be updated when/if it was

Re: [PR] pm: procfs add pm prapare fail stats [nuttx]

2024-05-16 Thread via GitHub
acassis commented on code in PR #12360: URL: https://github.com/apache/nuttx/pull/12360#discussion_r1603347173 ## drivers/power/pm/pm_changestate.c: ## @@ -39,6 +39,60 @@ * Private Functions / +#if

(nuttx) branch master updated (c9170c3b0a -> 03dbb82db9)

2024-05-16 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from c9170c3b0a pm: fix when RTC_HIRES enabled pm procfs err add 03dbb82db9 Add c symbols to std No new revisions wer

Re: [PR] Add missing c symbols to std namespace [nuttx]

2024-05-16 Thread via GitHub
acassis merged PR #12354: URL: https://github.com/apache/nuttx/pull/12354 -- 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] sim: add sqlite configuration [nuttx]

2024-05-16 Thread via GitHub
Gary-Hobson commented on PR #12305: URL: https://github.com/apache/nuttx/pull/12305#issuecomment-2115219308 > ping @Gary-Hobson Documentation has been added, but this PR still needs to wait for https://github.com/apache/nuttx/pull/12303 to be merged, but it also depends on 2396 Do

[PR] toywasm: ignore compile warnings [nuttx-apps]

2024-05-16 Thread via GitHub
Gary-Hobson opened a new pull request, #2396: URL: https://github.com/apache/nuttx-apps/pull/2396 ## Summary Will cause compilation warning if NDEBUG is defined We can't modify the code of the external library, so let's ignore it ## Impact ## Testing -- This is an

[PR] pm: procfs add pm prapare fail stats [nuttx]

2024-05-16 Thread via GitHub
jasonbu opened a new pull request, #12360: URL: https://github.com/apache/nuttx/pull/12360 ## Summary Add more information in pm procfs, record when inside pm_prepall who cb->prepare ret failed. ## Impact Cost more time when Enabled pm_procfs and have prepare failed. When pro

Re: [PR] sched/tcb: reduce kthread overhead [nuttx]

2024-05-16 Thread via GitHub
yf13 commented on PR #12320: URL: https://github.com/apache/nuttx/pull/12320#issuecomment-2115107753 @acassis, @xiaoxiang781216 and @anchao, the issues have been fixed, please review and let me know if there are issues. -- This is an automated message from the Apache Git Service. To respo

[PR] risc-v/mpfs: Change linker symbols _ssbi_ddr and _esbi_ddr into _ssbi… [nuttx]

2024-05-16 Thread via GitHub
jlaitine opened a new pull request, #12359: URL: https://github.com/apache/nuttx/pull/12359 …_ram and _esbi_ram The original names are confusing; the symbols' addresses point to the start and end of the sbi executable ram area. This may also reside in l2lim and not in ddr, depending

Re: [PR] Added support in Nucleo-L476RG board for MPU9250 sensor. [nuttx]

2024-05-16 Thread via GitHub
ivan95603 commented on PR #12347: URL: https://github.com/apache/nuttx/pull/12347#issuecomment-2114861080 > @ivan95603 I suggest you to try getting MPU9250 working with sensor fusion example: https://github.com/apache/nuttx-apps/blob/master/examples/sensor_fusion/sensor_fusion_main.c >

(nuttx) branch master updated: pm: fix when RTC_HIRES enabled pm procfs err

2024-05-16 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 c9170c3b0a pm: fix when RTC_HIRES enabled pm p

Re: [PR] pm: fix when RTC_HIRES enabled pm procfs err [nuttx]

2024-05-16 Thread via GitHub
xiaoxiang781216 merged PR #12357: URL: https://github.com/apache/nuttx/pull/12357 -- 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] boards/imx93-evk: Fix potential warning about unused variable [nuttx]

2024-05-16 Thread via GitHub
pussuw opened a new pull request, #12358: URL: https://github.com/apache/nuttx/pull/12358 ## Summary "ret" might be unused, which causes an error due to -Werror ## Impact Fix minor build issue ## Testing CI pass -- This is an automated message from the Apache Git

Re: [PR] add stm32h755II chip [nuttx]

2024-05-16 Thread via GitHub
davids5 commented on code in PR #12350: URL: https://github.com/apache/nuttx/pull/12350#discussion_r1602775243 ## arch/arm/src/stm32h7/stm32_rcc.c: ## @@ -59,7 +59,7 @@ #elif defined(CONFIG_STM32H7_STM32H7B3XX) # include "stm32h7x3xx_rcc.c" #elif defined(CONFIG_STM32H7_STM32

Re: [PR] add stm32h755II chip [nuttx]

2024-05-16 Thread via GitHub
davids5 commented on code in PR #12350: URL: https://github.com/apache/nuttx/pull/12350#discussion_r1602775243 ## arch/arm/src/stm32h7/stm32_rcc.c: ## @@ -59,7 +59,7 @@ #elif defined(CONFIG_STM32H7_STM32H7B3XX) # include "stm32h7x3xx_rcc.c" #elif defined(CONFIG_STM32H7_STM32

Re: [PR] add stm32h755II chip [nuttx]

2024-05-16 Thread via GitHub
davids5 commented on code in PR #12350: URL: https://github.com/apache/nuttx/pull/12350#discussion_r1602775243 ## arch/arm/src/stm32h7/stm32_rcc.c: ## @@ -59,7 +59,7 @@ #elif defined(CONFIG_STM32H7_STM32H7B3XX) # include "stm32h7x3xx_rcc.c" #elif defined(CONFIG_STM32H7_STM32

Re: [PR] add stm32h755II chip [nuttx]

2024-05-16 Thread via GitHub
davids5 commented on code in PR #12350: URL: https://github.com/apache/nuttx/pull/12350#discussion_r1602775243 ## arch/arm/src/stm32h7/stm32_rcc.c: ## @@ -59,7 +59,7 @@ #elif defined(CONFIG_STM32H7_STM32H7B3XX) # include "stm32h7x3xx_rcc.c" #elif defined(CONFIG_STM32H7_STM32

Re: [PR] add stm32h755II chip [nuttx]

2024-05-16 Thread via GitHub
jfbblue0922 commented on PR #12350: URL: https://github.com/apache/nuttx/pull/12350#issuecomment-2114250960 @acassis Thank you for your advice. I've corrected the file. @davids5 I created a new stm32h7x5xx_rcc.c based on the file stm32h7x3xx_rcc.c. The current s

Re: [PR] Add missing c symbols to std namespace [nuttx]

2024-05-16 Thread via GitHub
leducp commented on PR #12354: URL: https://github.com/apache/nuttx/pull/12354#issuecomment-2114247973 > > @nicolas71640 isn't __builtin_fpclassify and other something specific of GCC? Does it work for other C++ compilers as well? > > The similar code in math.h also reference __builti