leducp commented on code in PR #16970:
URL: https://github.com/apache/nuttx/pull/16970#discussion_r2349023428
##########
Documentation/guides/cpp_cmake.rst:
##########
@@ -29,18 +29,25 @@ Preparation
#. Base NuttX compilation changes
- For this example, load the configuration 'stm32f4discovery:testlibcxx' for
building
+ For this example, load the configuration 'stm32f4discovery:nsh' for
building
.. code-block:: console
$ cd nuttx
- $ ./tools/configure.sh stm32f4discovery:testlibcxx
+ $ ./tools/configure.sh stm32f4discovery:nsh
In menuconfig, the main points to be changed on a typical NuttX
configuration are the following:
- * Set RTOS Features -> Tasks and Scheduling -> Application entry point to
'hellocpp_main'
+ * RTOS Features -> Tasks and Scheduling -> Application entry point to
'main'
Review Comment:
Working also with stm32f4discovery:nsh (although I cannot test it on
hardware since I do not have it)
--
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]