nuttx/Documentation/guides
Alan Carvalho de Assis a1a0315b9c Doc: Fix CustomApps/CustomHello example
NuttX generates the app main name from Kconfig symbol
xxxx_PROGNAME. The documentation was defining manually
the entry point as custom_hello(int char, char *argv[])
and pointing CONFIG_INIT_ENTRYPOINT="custom_hello".

The right thing to do is creating the application entry
point as "int main(int char, char *argv[])" and the build
system will add "_main" to the PROGNAME.

Signed-off-by: Alan C. Assis <acassis@gmail.com>
2024-07-20 13:17:48 +08:00
..
image
automounter.rst
citests.rst
coredump.rst
cortexmhardfaults.rst
cpp_cmake.rst
customapps.rst Doc: Fix CustomApps/CustomHello example 2024-07-20 13:17:48 +08:00
customboards.rst Correct error/omissions in Custom Boards guide 2024-04-04 23:07:39 +08:00
drivers.rst
etcromfs.rst
gdbwithpython.rst
index.rst doc: Add a simple guide for thread local storage 2024-07-16 08:34:55 -03:00
minidumpserver.rst
nestedinterrupts.rst
nfs.rst
ofloader.rst
pysimcoder.rst
qemugdb.rst Documentation:update qemugdb usage 2024-04-20 18:42:28 +08:00
rndis.rst
simulator.rst
stackrecord.rst
stm32ccm.rst
stm32nullpointer.rst
tasktrace.rst
tasktraceinternal.rst
tasktraceuser.rst
testingtcpip.rst
thread_local_storage.rst doc: Add a simple guide for thread local storage 2024-07-16 08:34:55 -03:00
usbtrace.rst
zerolatencyinterrupts.rst