nuttx-update/Documentation/guides
Takuya Miyasita f66c4a0733 Documentation/guides: add the guide:how to port.
I think the guy who wants to port NuttX is expected to understand NuttX kernel code and related configurations,
but the getting enough knowledge needs to read the kernel codes deeply.

To reduce the time for NuttX beginner who wants to port,
I tried to make the guide (how to port) based on my porting journey.
2024-12-12 21:52:24 +08:00
..
image Documentation/guides: add the guide:how to port. 2024-12-12 21:52:24 +08:00
armv7m_runtimestackcheck.rst Fix headings mark 2024-10-14 17:51:31 +08:00
automounter.rst Documentation: migrate "Auto-Mounter" from wiki 2023-11-06 18:42:17 -03:00
changing_systemclockconfig.rst Fix headings mark 2024-10-14 12:53:24 +08:00
citests.rst Documentation: improve command doc to run CI test locally 2024-09-30 08:35:07 +08:00
coredump.rst coredump:Move coredump to sched/misc 2024-10-12 12:29:06 +08:00
coresight.rst coresight: add document for coresight 2024-09-13 09:09:19 +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
debuggingflash_nuttxonarm.rst Documentation: cosmetic fixes to follow documentation convention 2024-10-12 18:12:10 +08:00
devicetree.rst fdt: add fdt description document 2024-09-30 14:20:49 +08:00
disabling_stackdumpdebug.rst Doc: Migrate Disabling the Stack Dump During Debugging 2024-10-15 01:22:59 +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
gdbserver.rst Documentation:update gdbserver Documentation 2024-08-21 18:01:06 +08:00
gdbwithpython.rst Documentation: fix nuttxgdb related commands 2024-11-25 18:43:23 -03:00
include_files_board_h.rst Doc: Migrate including files in board.h 2024-10-15 01:22:59 +08:00
index.rst Documentation/guides: add the guide:how to port. 2024-12-12 21:52:24 +08:00
integrate_newlib.rst Doc: Migrate Integrating with Newlib 2024-10-20 17:36:40 -03:00
ipv6.rst Doc: Migrate IPv6 2024-10-20 17:36:40 -03:00
kasan.rst mm/kasan: Tag kasan and generic kasan use the same instrumentation options 2024-09-20 21:47:23 +08:00
kernel_threads_with_custom_stacks.rst Doc: Migrate Kernel Threads with Custom Stacks 2024-10-15 03:15:55 +08:00
logging_rambuffer.rst drivers/syslog: remove implement of syslog_putc() 2024-11-15 19:46:36 +08:00
mte.rst arm64/mte: Add support for arm64 mte 2024-12-02 11:04:11 -03: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
platform_directories.rst Doc: Migrate Platform Directories 2024-10-21 09:23:07 +08:00
port.rst Documentation/guides: add the guide:how to port. 2024-12-12 21:52:24 +08:00
port_arm_cm4.rst Documentation/guides: add the guide:how to port. 2024-12-12 21:52:24 +08:00
port_bootsequence.rst Documentation/guides: add the guide:how to port. 2024-12-12 21:52:24 +08:00
port_drivers_to_stm32f7.rst Doc: Migrate Porting drivers to stm32f7 2024-10-21 09:23:07 +08:00
port_relatedkernelconfigrations.rst Documentation/guides: add the guide:how to port. 2024-12-12 21:52:24 +08:00
protected_build.rst Doc: Migrate NuttX Protected Build 2024-10-20 17:36:40 -03:00
pysimcoder.rst pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
qemugdb.rst Documentation: fix nuttxgdb related commands 2024-11-25 18:43:23 -03:00
renode.rst Documentation: Remove CONFIG_ARMV7M_USEBASEPRI from code base 2024-12-10 10:42:32 -05:00
rndis.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
semihosting.rst Doc: Migrate Semihosting 2024-10-21 09:23:07 +08:00
signal_events_interrupt_handlers.rst Doc: Replace link from old wiki to new wiki in signaling events from int 2024-10-28 09:35:07 +08:00
signaling_sem_priority_inheritance.rst Doc: Migration Signaling Semaphores and priority inheritance 2024-10-28 09:35:07 +08:00
simulator.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
smaller_vector_tables.rst Doc: Migrate Smaller Vector Tables 2024-10-28 09:35:07 +08:00
specialstuff_in_nuttxheaderfiles.rst Doc: Migrate Put special stuff in NuttX header files 2024-10-15 01:22:59 +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 Add documentation for note filters and task trace guides 2020-10-16 10:13:15 +08:00
tasktraceinternal.rst Docs: Fix broken links and references in docs 2020-10-22 10:22:11 -03:00
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: Fix code blocks in thread_local_storage.rst 2024-08-03 21:15:05 +08:00
usbtrace.rst Remove the double blank line from source files 2022-02-20 20:10:14 +01:00
usingkernelthreads.rst Doc: Fix kernel thread API 2024-12-10 09:28:20 +08:00
versioning_and_task_names.rst Doc: Migrate Versioning and Task Names 2024-10-15 09:45:43 +08:00
zerolatencyinterrupts.rst Documentation: Tweak text about Zero Latency Interrupts 2024-12-11 01:27:48 +08:00