W-M-R commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1917623199
##
sched/irq/irq_initialize.c:
##
@@ -87,5 +96,11 @@ void irq_initialize(void)
#endif
up_irqinitialize();
+
+#ifdef CONFIG_ARCH_PROTECT_ZERO_ADDRESS
+ up_debugpoin
W-M-R commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1917623199
##
sched/irq/irq_initialize.c:
##
@@ -87,5 +96,11 @@ void irq_initialize(void)
#endif
up_irqinitialize();
+
+#ifdef CONFIG_ARCH_PROTECT_ZERO_ADDRESS
+ up_debugpoin
W-M-R commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1917623199
##
sched/irq/irq_initialize.c:
##
@@ -87,5 +96,11 @@ void irq_initialize(void)
#endif
up_irqinitialize();
+
+#ifdef CONFIG_ARCH_PROTECT_ZERO_ADDRESS
+ up_debugpoin
W-M-R commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1917611099
##
arch/Kconfig:
##
@@ -538,6 +538,14 @@ config ARCH_PERF_EVENTS
Enable hardware performance counter support for perf events. If
disabled,
anchao commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1917036700
##
sched/irq/irq_initialize.c:
##
@@ -87,5 +96,11 @@ void irq_initialize(void)
#endif
up_irqinitialize();
+
+#ifdef CONFIG_ARCH_PROTECT_ZERO_ADDRESS
+ up_debugpoi
anchao commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1917021796
##
sched/irq/irq_initialize.c:
##
@@ -87,5 +96,11 @@ void irq_initialize(void)
#endif
up_irqinitialize();
+
+#ifdef CONFIG_ARCH_PROTECT_ZERO_ADDRESS
+ up_debugpoi
anchao commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1917018648
##
sched/irq/irq_initialize.c:
##
@@ -87,5 +96,11 @@ void irq_initialize(void)
#endif
up_irqinitialize();
+
+#ifdef CONFIG_ARCH_PROTECT_ZERO_ADDRESS
+ up_debugpoi
xiaoxiang781216 commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1916860050
##
sched/irq/irq_initialize.c:
##
@@ -87,5 +96,11 @@ void irq_initialize(void)
#endif
up_irqinitialize();
+
+#ifdef CONFIG_ARCH_PROTECT_ZERO_ADDRESS
+ up
acassis commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1916864994
##
arch/Kconfig:
##
@@ -538,6 +538,14 @@ config ARCH_PERF_EVENTS
Enable hardware performance counter support for perf events. If
disable
xiaoxiang781216 commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1916858023
##
arch/Kconfig:
##
@@ -538,6 +538,14 @@ config ARCH_PERF_EVENTS
Enable hardware performance counter support for perf events. If
acassis commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1916853313
##
arch/Kconfig:
##
@@ -538,6 +538,14 @@ config ARCH_PERF_EVENTS
Enable hardware performance counter support for perf events. If
disable
anchao commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1916261087
##
sched/irq/irq_initialize.c:
##
@@ -87,5 +96,11 @@ void irq_initialize(void)
#endif
up_irqinitialize();
+
+#ifdef CONFIG_ARCH_PROTECT_ZERO_ADDRESS
+ up_debugpoi
xiaoxiang781216 commented on code in PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#discussion_r1916225586
##
sched/irq/irq_initialize.c:
##
@@ -59,6 +60,14 @@ struct irq_info_s g_irqvector[NR_IRQS];
* Public Functions
nuttxpr commented on PR #15562:
URL: https://github.com/apache/nuttx/pull/15562#issuecomment-2592093788
[**\[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
W-M-R opened a new pull request, #15562:
URL: https://github.com/apache/nuttx/pull/15562
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
Implemented using up_debugpoint_add
## Impact
*
15 matches
Mail list logo