incubator-nuttx/Documentation/quickstart
KMSorSMS 410ac71b70 fix typo error in quickstart compiling_cmake
"
I used

cd nuttx
cmake -B build -DBOARD_CONFIG=stm32f401rc-rs485:nsh -GNinja

to config
and when following the instruction in this official websites I found the
command to use cmake to build the target is wrong.
which is "cmake --build build -t menuconfig" also wrong the output dir
"build/nuttx".
and by the way, In my practice I find the bin file and elf file is not
in build/nuttx but in build/. So I changed these. But I'm not 100% sure
that my fix is right as I'm a beginner, but what I fix works fine in my
computer. This is my first PR to the public doc. My fix maybe totally
wrong as I am not get into the nuttx, just following the instruction and
encountered some mistakes.
thx for reviewing
"
2024-02-15 17:48:28 +08:00
..
compiling_cmake.rst fix typo error in quickstart compiling_cmake 2024-02-15 17:48:28 +08:00
compiling_make.rst Documentation: initialize cmake doc 2023-10-27 13:21:40 -03:00
configuring.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
debugging.rst Documentation: Fix command to load `nuttx/tools/gdb/__init__.py` 2023-08-20 22:53:08 +08:00
index.rst Documentation: initialize cmake doc 2023-10-27 13:21:40 -03:00
install.rst Documentation: review quickstart/install.rst 2023-10-30 20:29:54 +08:00
organization.rst Documentation: update organization.rst 2023-10-30 20:29:54 +08:00
running.rst Documentation: Fix openocd command instruction 2021-11-04 15:09:34 +01:00