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
configuring.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
debugging.rst
index.rst
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