alexischr commented on code in PR #10385:
URL: https://github.com/apache/nuttx/pull/10385#discussion_r1304699376
##########
boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_boot.c:
##########
@@ -168,14 +168,15 @@ void board_late_initialize(void)
* stm32_mpu_uheap((uintptr_t)0x90000000, 0x4000000);
*/
#endif
+#if defined(CONFIG_MEADOW_HCOM)
+ /* Initialize Meadow HCOM nuttx */
-#if defined(CONFIG_NSH_LIBRARY) && !defined(CONFIG_BOARDCTL)
- /* Perform NSH initialization here instead of from the NSH. This
- * alternative NSH initialization is necessary when NSH is ran in
- * user-space but the initialization function must run in kernel space.
- */
-
- board_app_initialize();
Review Comment:
We don't support custom NuttX apps in our configuration. Meadow.OS provides
its own custom userspace. We can bring the define back, and leave it disabled.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]