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 Documentation/coredump: add coredump chapter 2023-05-26 09:33:42 +08:00
automounter.rst Documentation: migrate "Auto-Mounter" from wiki 2023-11-06 18:42:17 -03:00
citests.rst Documentation: Fix various typos 2023-11-23 16:38:19 -08:00
coredump.rst coredump: support coredump save to block device when crash 2023-12-10 07:02:03 -08:00
cortexmhardfaults.rst Documentation: Remove executable bit from reStructuredText file. 2023-11-23 16:37:28 -08:00
cpp_cmake.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
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 Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
etcromfs.rst Documentation: update doc for etc romfs 2024-01-21 06:11:46 -08:00
gdbwithpython.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
index.rst doc: Add a simple guide for thread local storage 2024-07-16 08:34:55 -03:00
minidumpserver.rst Fixed old bugs preventing doc build 2023-08-22 23:35:29 +08:00
nestedinterrupts.rst Documentation: Fix typos 2023-10-29 10:35:51 +08:00
nfs.rst documentation: correct the nfs command format 2023-07-03 10:18:00 -03:00
ofloader.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
pysimcoder.rst Documentation: update doc for etc romfs 2024-01-21 06:11:46 -08:00
qemugdb.rst Documentation:update qemugdb usage 2024-04-20 18:42:28 +08:00
rndis.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
simulator.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
stackrecord.rst Documentation:add Documentation for stack statistics 2023-12-11 02:06:51 -08:00
stm32ccm.rst Documentation: Fix various typos 2023-11-23 16:38:19 -08:00
stm32nullpointer.rst Documentation: migrate "STM32 Null Pointer Detection" from wiki 2023-11-08 15:54:54 +08:00
tasktrace.rst
tasktraceinternal.rst
tasktraceuser.rst note: add noteram crash dump 2023-08-19 21:48:56 +08:00
testingtcpip.rst Documentation: Fix various typos 2023-11-23 16:38:19 -08:00
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 Documentation: remove readme references 2023-10-27 13:21:40 -03:00