mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 07:28:38 +08:00
a8ba833cde
Some checks failed
Build Documentation / build-html (push) Has been cancelled
Add a new guide documenting how to integrate Rust with NuttX, including: - Prerequisites and supported platforms - Setup instructions for Rust toolchain - Required NuttX configurations - Example build and run instructions for RISCV32 target The guide provides an experimental but working example of running a Rust application on NuttX using the rv-virt:nsh board. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
73 lines
1.6 KiB
ReStructuredText
73 lines
1.6 KiB
ReStructuredText
.. todo::
|
|
Create "tutorial" type documentation for specific subjects not to be covered in more general terms.
|
|
|
|
======
|
|
Guides
|
|
======
|
|
|
|
.. toctree::
|
|
nfs.rst
|
|
usbtrace.rst
|
|
simulator.rst
|
|
qemugdb.rst
|
|
rndis.rst
|
|
drivers.rst
|
|
tasktrace.rst
|
|
cpp_cmake.rst
|
|
pysimcoder.rst
|
|
customboards.rst
|
|
customapps.rst
|
|
citests.rst
|
|
zerolatencyinterrupts.rst
|
|
kasan.rst
|
|
nestedinterrupts.rst
|
|
cortexmhardfaults.rst
|
|
coredump.rst
|
|
coresight.rst
|
|
gdbserver.rst
|
|
gdbwithpython.rst
|
|
ofloader.rst
|
|
testingtcpip.rst
|
|
automounter.rst
|
|
stm32nullpointer.rst
|
|
stm32ccm.rst
|
|
stackrecord.rst
|
|
etcromfs.rst
|
|
thread_local_storage.rst
|
|
devicetree.rst
|
|
debuggingflash_nuttxonarm.rst
|
|
changing_systemclockconfig.rst
|
|
usingkernelthreads.rst
|
|
armv7m_runtimestackcheck.rst
|
|
disabling_stackdumpdebug.rst
|
|
include_files_board_h.rst
|
|
specialstuff_in_nuttxheaderfiles.rst
|
|
kernel_threads_with_custom_stacks.rst
|
|
versioning_and_task_names.rst
|
|
logging_rambuffer.rst
|
|
mte.rst
|
|
ipv6.rst
|
|
integrate_newlib.rst
|
|
protected_build.rst
|
|
platform_directories.rst
|
|
port_drivers_to_stm32f7.rst
|
|
semihosting.rst
|
|
renode.rst
|
|
signal_events_interrupt_handlers.rst
|
|
signaling_sem_priority_inheritance.rst
|
|
smaller_vector_tables.rst
|
|
port.rst
|
|
updating_release_system_elf.rst
|
|
partially_linked_elf.rst
|
|
fully_linked_elf.rst
|
|
building_nuttx_with_app_out_of_src_tree.rst
|
|
building_uclibcpp.rst
|
|
custom_app_directories.rst
|
|
debugging_elf_loadable_modules.rst
|
|
multiple_nsh_sessions.rst
|
|
nsh_network_link_management.rst
|
|
ram_rom_disks.rst
|
|
reading_can_msgs.rst
|
|
remove_device_drivers_nsh.rst
|
|
rust.rst
|
|
|