Re: [PR] Simplify PCI driver configuration [nuttx]

2024-11-16 Thread via GitHub
raiden00pl merged PR #14822: URL: https://github.com/apache/nuttx/pull/14822 -- 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

[PR] arm64: fix compile failed 'tpidr_el1' undeclared [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 opened a new pull request, #14829: URL: https://github.com/apache/nuttx/pull/14829 ## Summary time/lib_localtime.c: In function 'tz_lock': time/lib_localtime.c:396:7: error: 'tpidr_el1' undeclared (first use in this function) 396 | if (up_interrupt_context()

Re: [PR] mm/map: Remove MM_MAP_COUNT_MAX Kconfig and related check [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 closed pull request #14819: mm/map: Remove MM_MAP_COUNT_MAX Kconfig and related check URL: https://github.com/apache/nuttx/pull/14819 -- 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

(nuttx) branch master updated (707f0ce719 -> 2c9d412d1c)

2024-11-16 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 707f0ce719 arm64: remove unused code add eede50f465 pci_ivshmem: return back to polling mode when interrupt mod

[PR] fix: remove duplicated statistics of upd.drop [nuttx]

2024-11-16 Thread via GitHub
ChenChuang-23 opened a new pull request, #14828: URL: https://github.com/apache/nuttx/pull/14828 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary *The valule of g_netstats.udp.drop has been increased in net_

Re: [PR] arch_atomic: nx only use atomic_long_xxx function [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #14827: URL: https://github.com/apache/nuttx/pull/14827#discussion_r1845313749 ## include/nuttx/atomic.h: ## @@ -86,11 +86,6 @@ extern "C++" #ifndef ATOMIC_VAR_INIT # define ATOMIC_VAR_INIT(value) (value) #endif Review Com

Re: [PR] arch_atomic: nx only use atomic_long_xxx function [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #14827: URL: https://github.com/apache/nuttx/pull/14827#discussion_r1845299304 ## arch/sim/src/sim/sim_heap.c: ## @@ -30,7 +30,7 @@ #include #include -#include +#include Review Comment: let's keep atomic.h header file ```sug

[PR] arch_atomic: nx only use atomic_long_xxx function [nuttx]

2024-11-16 Thread via GitHub
zyfeier opened a new pull request, #14827: URL: https://github.com/apache/nuttx/pull/14827 ## Summary Modify the kernel to use only the long type atomic interfaces, avoiding the use of sizeof or typeof to determine the type of atomic operations, thereby simplifying the kernel's atomi

Re: [PR] arch_atomic: nx only use atomic_long_xxx function [nuttx]

2024-11-16 Thread via GitHub
nuttxpr commented on PR #14827: URL: https://github.com/apache/nuttx/pull/14827#issuecomment-2480939379 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR description does not adequately meet the Nu

(nuttx) branch master updated: drivers/adc: Rename up_ads1255initialize to ads1255_initialize

2024-11-16 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 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 f2693004b8 drivers/adc: Rename up_ads1255initia

[PR] Revert "sim/m64:Fix ld error." [nuttx]

2024-11-16 Thread via GitHub
cuiziwei1 opened a new pull request, #14826: URL: https://github.com/apache/nuttx/pull/14826 Reverts apache/nuttx#14230 -- 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 u

(nuttx) branch master updated (34cc7e8100 -> 707f0ce719)

2024-11-16 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 34cc7e8100 boards/arm/qemu/qemu-armv7a: Fix the typo error in dramboot.ld add 707f0ce719 arm64: remove unused

Re: [PR] arm64: remove unused code [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 merged PR #14824: URL: https://github.com/apache/nuttx/pull/14824 -- 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] GreenHills support: add thumb mode detection support for ghs compiler [nuttx]

2024-11-16 Thread via GitHub
extinguish opened a new pull request, #14825: URL: https://github.com/apache/nuttx/pull/14825 ## Summary In the GreenHills compiler, the predefined macros for thumb mode detection are different from those in the GCC compiler. The judgment needs to be made through __THUMB_AWARE__ and

(nuttx-website) branch asf-site updated: Publishing web: b0df2aeab6e41e7f7f2ff29ca7dee29d2f62f031 docs: 34cc7e81008967d7fd3ca2f0fed919394d1348f7

2024-11-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 3ea6d95e8 Publishing web: b0df2ae

[PR] arm64: remove unused code [nuttx]

2024-11-16 Thread via GitHub
hujun260 opened a new pull request, #14824: URL: https://github.com/apache/nuttx/pull/14824 ## Summary arm64: remove unused code ## Impact arm64 ## Testing ci -- This is an automated message from the Apache Git Service. To respond to the message, please log

[PR] Simplify PCI driver configuration [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 opened a new pull request, #14822: URL: https://github.com/apache/nuttx/pull/14822 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary - pci_ivshmem: return back to polling mode when interru

Re: [PR] sched/misc/assert.c: don't compile dump_assert_info logic if CONFIG_DEBUG_ALERT=n [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 merged PR #14815: URL: https://github.com/apache/nuttx/pull/14815 -- 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] quickjs: fix mp_mul multiple definition [nuttx-apps]

2024-11-16 Thread via GitHub
cederom merged PR #2854: URL: https://github.com/apache/nuttx-apps/pull/2854 -- 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: quickjs: fix mp_mul multiple definition

2024-11-16 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom 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 c7530f5e4 quickjs: fix mp_mul multiple defi

Re: [PR] build(bugfix):fix uClibc++ layout build error [nuttx-apps]

2024-11-16 Thread via GitHub
cederom merged PR #2853: URL: https://github.com/apache/nuttx-apps/pull/2853 -- 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: build(bugfix):fix uClibc++ layout build error

2024-11-16 Thread cederom
This is an automated email from the ASF dual-hosted git repository. cederom 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 f67097662 build(bugfix):fix uClibc++ layout

Re: [PR] drivers/adc: Rename up_ads1255initialize to ads1255_initialize [nuttx]

2024-11-16 Thread via GitHub
raiden00pl merged PR #14817: URL: https://github.com/apache/nuttx/pull/14817 -- 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) 02/02: boards/arm/qemu/qemu-armv7a: Fix the typo error in dramboot.ld

2024-11-16 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 34cc7e81008967d7fd3ca2f0fed919394d1348f7 Author: Xiang Xiao AuthorDate: Sat Nov 16 22:58:43 2024 +0800 boards/arm/

Re: [PR] mm/map: Remove MM_MAP_COUNT_MAX Kconfig and related check [nuttx]

2024-11-16 Thread via GitHub
patacongo commented on PR #14819: URL: https://github.com/apache/nuttx/pull/14819#issuecomment-2480744678 > Linux, apparently, restricts the number of regions to 65535. But this can be changed by writing to a proc file sysem entry: See https://www.ibm.com/docs/en/safer-payments/6.5?topic=se

Re: [PR] mm/map: Remove MM_MAP_COUNT_MAX Kconfig and related check [nuttx]

2024-11-16 Thread via GitHub
patacongo commented on PR #14819: URL: https://github.com/apache/nuttx/pull/14819#issuecomment-2480736429 This could be security problem couldn't it? Any user application could cause a kernel simply by consuming memory regions. Linux, apparently, restricts the number of regions to 65

Re: [PR] mm/map: Remove MM_MAP_COUNT_MAX Kconfig and related check [nuttx]

2024-11-16 Thread via GitHub
acassis commented on code in PR #14819: URL: https://github.com/apache/nuttx/pull/14819#discussion_r1844997592 ## mm/Kconfig: ## @@ -98,12 +98,6 @@ config MM_REGIONS that the memory manager must handle and enables the API mm_addregion(heap, start,

Re: [PR] Revert "Add support fchstat and chstat function for littlefs" [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 commented on PR #14479: URL: https://github.com/apache/nuttx/pull/14479#issuecomment-2480699452 > > @xiaoxiang781216 i'm not sure which changes you are talking about. can you explain a bit? > > anyway, i guess the original PR should not have contained unrelated changes to

Re: [PR] remove sched_lock in pthread_cond_broadcast [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 merged PR #14814: URL: https://github.com/apache/nuttx/pull/14814 -- 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] mm/map: Remove MM_MAP_COUNT_MAX Kconfig and related check [nuttx]

2024-11-16 Thread via GitHub
XuNeo commented on PR #14819: URL: https://github.com/apache/nuttx/pull/14819#issuecomment-2480653872 LTP test will fail if it's removed. -- 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 speci

(nuttx) branch master updated (87d57d283e -> 34cc7e8100)

2024-11-16 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 87d57d283e Fix timers/arch_alarm.c:109:3: error: 'now' may be used uninitialized new 4c2c41f9a6 boards/arm64: R

(nuttx) 01/02: boards/arm64: Remove the unused vdk/vdk-armv8r/scripts/dramboot.ld

2024-11-16 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 4c2c41f9a669ea4c957f8465dbc7d729b1da6eba Author: Xiang Xiao AuthorDate: Sat Nov 16 22:58:16 2024 +0800 boards/arm6

Re: [PR] Fix minor ld script error [nuttx]

2024-11-16 Thread via GitHub
raiden00pl merged PR #14820: URL: https://github.com/apache/nuttx/pull/14820 -- 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) branch master updated: Fix timers/arch_alarm.c:109:3: error: 'now' may be used uninitialized

2024-11-16 Thread raiden00
This is an automated email from the ASF dual-hosted git repository. raiden00 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 87d57d283e Fix timers/arch_alarm.c:109:3: error

Re: [PR] Fix timers/arch_alarm.c:109:3: error: 'now' may be used uninitialized [nuttx]

2024-11-16 Thread via GitHub
raiden00pl merged PR #14818: URL: https://github.com/apache/nuttx/pull/14818 -- 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] mm/map: Remove MM_MAP_COUNT_MAX Kconfig and related check [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #14819: URL: https://github.com/apache/nuttx/pull/14819#discussion_r1845029772 ## mm/Kconfig: ## @@ -98,12 +98,6 @@ config MM_REGIONS that the memory manager must handle and enables the API mm_addregion(heap

Re: [PR] tools: Add cmux command line tool [nuttx]

2024-11-16 Thread via GitHub
nuttxpr commented on PR #14823: URL: https://github.com/apache/nuttx/pull/14823#issuecomment-2480636602 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements.

[PR] tools: Add cmux command line tool [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 opened a new pull request, #14823: URL: https://github.com/apache/nuttx/pull/14823 ## Summary Usage: ./nuttx/tools/cmux -d -n -b ## Impact new host tool ## Testing ci -- This is an automated message from the Apache Git Service.

Re: [PR] Simplify PCI driver configuration [nuttx]

2024-11-16 Thread via GitHub
nuttxpr commented on PR #14822: URL: https://github.com/apache/nuttx/pull/14822#issuecomment-2480630581 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements

Re: [PR] Fix timers/arch_alarm.c:109:3: error: 'now' may be used uninitialized [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 commented on code in PR #14818: URL: https://github.com/apache/nuttx/pull/14818#discussion_r1845015161 ## drivers/timers/arch_alarm.c: ## @@ -102,9 +102,9 @@ static void udelay_coarse(useconds_t microseconds) static void oneshot_callback(FAR struct oneshot_lower

Re: [I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-16 Thread via GitHub
acassis commented on issue #14816: URL: https://github.com/apache/nuttx/issues/14816#issuecomment-2480620471 @shizacat thanks for finding this issue and reporting it here! @tmedicci @fdcavalcanti @eren-terzioglu -- This is an automated message from the Apache Git Service. To respond to t

(nuttx) branch master updated (2714f1b605 -> 961767b2a4)

2024-11-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 2714f1b605 remove sched_lock in pthread_cond_broadcast add 961767b2a4 mm/iob: remove csection No new revisions w

Re: [PR] mm/iob: remove csection [nuttx]

2024-11-16 Thread via GitHub
acassis merged PR #14764: URL: https://github.com/apache/nuttx/pull/14764 -- 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] Fix timers/arch_alarm.c:109:3: error: 'now' may be used uninitialized [nuttx]

2024-11-16 Thread via GitHub
acassis commented on code in PR #14818: URL: https://github.com/apache/nuttx/pull/14818#discussion_r1844998472 ## drivers/timers/arch_alarm.c: ## @@ -102,9 +102,9 @@ static void udelay_coarse(useconds_t microseconds) static void oneshot_callback(FAR struct oneshot_lowerhalf_s *

Re: [PR] minor code refactor [nuttx]

2024-11-16 Thread via GitHub
nuttxpr commented on PR #14821: URL: https://github.com/apache/nuttx/pull/14821#issuecomment-2480613716 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR appears to mostly meet the NuttX requirements,

Re: [I] [BUG] rv-virt/citest: test_hello or test_pipe failed [nuttx]

2024-11-16 Thread via GitHub
lupyuen commented on issue #14808: URL: https://github.com/apache/nuttx/issues/14808#issuecomment-2480612783 For now we patched the NuttX Mirror Repo: Kill the CI Test if it exceeds 2 hours. Also for Ubuntu Build Farm and macOS Build Farm. - https://github.com/apache/nuttx/issues/14680#is

Re: [I] [FEATURE] CI Test should always terminate after 1 hour [nuttx]

2024-11-16 Thread via GitHub
lupyuen commented on issue #14680: URL: https://github.com/apache/nuttx/issues/14680#issuecomment-2480611054 Yep this kills the CI Test after 2 hours! (Assuming our jobs are not supposed to exceed 2 hours) We changed [build.yml](https://github.com/NuttX/nuttx/commit/0fc9e07fbf4da289f

[I] [BUG] Duktape crashes while you try to start it after having crashed. [nuttx-apps]

2024-11-16 Thread via GitHub
sergiotarxz opened a new issue, #2855: URL: https://github.com/apache/nuttx-apps/issues/2855 ### Description / Steps to reproduce the issue * Have Linux * Have kconfig-frontend and xtensa toolchain installed and in path. * Have a ESP32 connected to /dev/ttyUSB0 * `git clone h

Re: [PR] mm/map: Remove MM_MAP_COUNT_MAX Kconfig and related check [nuttx]

2024-11-16 Thread via GitHub
nuttxpr commented on PR #14819: URL: https://github.com/apache/nuttx/pull/14819#issuecomment-2480607786 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not meet the NuttX requirements. The p

[PR] minor code refactor [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 opened a new pull request, #14821: URL: https://github.com/apache/nuttx/pull/14821 ## Summary - sched/misc: Remove the dup inclusion of nuttx/irq.h in assert.c - sensors/bmi160_uorb.c: Fix the typo error - note/noteram_driver: Remove the unused variable j -

Re: [PR] drivers/adc: Rename up_ads1255initialize to ads1255_initialize [nuttx]

2024-11-16 Thread via GitHub
nuttxpr commented on PR #14817: URL: https://github.com/apache/nuttx/pull/14817#issuecomment-2480603749 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements.

(nuttx) branch master updated (fa9bf63faf -> 2714f1b605)

2024-11-16 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 fa9bf63faf sched/misc/assert.c: don't compile dump_assert_info logic if CONFIG_DEBUG_ALERT=n add 2714f1b605 re

[PR] drivers/adc: Rename up_ads1255initialize to ads1255_initialize [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 opened a new pull request, #14817: URL: https://github.com/apache/nuttx/pull/14817 ## Summary since the common driver shouldn't have the prefix 'up_' ## Impact code refactor only ## Testing ci -- This is an automated message from t

[PR] Fix timers/arch_alarm.c:109:3: error: 'now' may be used uninitialized [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 opened a new pull request, #14818: URL: https://github.com/apache/nuttx/pull/14818 ## Summary and timers/arch_alarm.c:150:51: error: 'ticks' may be used uninitialized ## Impact fix compiler warning ## Testing ci -- This is an autom

[PR] mm/map: Remove MM_MAP_COUNT_MAX Kconfig and related check [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 opened a new pull request, #14819: URL: https://github.com/apache/nuttx/pull/14819 ## Summary since it's not necessary to limit the number of map entries. ## Impact remove the artificial limitation ## Testing ci -- This is an autom

[PR] Fix minor ld script error [nuttx]

2024-11-16 Thread via GitHub
xiaoxiang781216 opened a new pull request, #14820: URL: https://github.com/apache/nuttx/pull/14820 *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary - boards/arm64: Remove the unused vdk/vdk-armv8r/script

(nuttx) branch master updated (88b4aebedc -> fa9bf63faf)

2024-11-16 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 88b4aebedc in smp_call handle we only change TCB_FLAG_CPU_LOCKED bit of tcb->flag add fa9bf63faf sched/misc/as

Re: [I] [FEATURE] CI Test should always terminate after 1 hour [nuttx]

2024-11-16 Thread via GitHub
lupyuen commented on issue #14680: URL: https://github.com/apache/nuttx/issues/14680#issuecomment-2480551180 Wonder if this will work for GitHub CI? I'm testing it for macOS Build Farm: https://github.com/lupyuen/nuttx-build-farm/blob/main/run-job-macos.sh#L131-L144 ```bash ## If CI

Re: [I] [BUG] rv-virt/citest: test_hello or test_pipe failed [nuttx]

2024-11-16 Thread via GitHub
lupyuen commented on issue #14808: URL: https://github.com/apache/nuttx/issues/14808#issuecomment-2480524780 The Timeout Values are configured to One Minute or longer for some Python Tests. What if we reduce the Timeout Values? https://github.com/search?q=repo%3Aapache%2Fnuttx+timeout%3D+la

Re: [PR] sched/misc/assert.c: don't compile dump_assert_info logic if CONFIG_DEBUG_ALERT=n [nuttx]

2024-11-16 Thread via GitHub
nuttxpr commented on PR #14815: URL: https://github.com/apache/nuttx/pull/14815#issuecomment-2480495464 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements, al

[I] [HELP] ESP32-S3 Don't work ADC [nuttx]

2024-11-16 Thread via GitHub
shizacat opened a new issue, #14816: URL: https://github.com/apache/nuttx/issues/14816 ### Description Hello. I trying to read value from ADC, but have something problem. 1) Added this code, without it don't get anything. It always returns the same value, regardless of the applied

[PR] sched/misc/assert.c: don't compile dump_assert_info logic if CONFIG_DEBUG_ALERT=n [nuttx]

2024-11-16 Thread via GitHub
raiden00pl opened a new pull request, #14815: URL: https://github.com/apache/nuttx/pull/14815 ## Summary Don't compile `dump_assert_info()` logic if `CONFIG_DEBUG_ALERT=n`. With `_alert()` disabled this logic does nothing, but the compiler is not smart enough to optimize this code.