mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
9555f9ff55
For details, please refer to the kernel's introduction to this at "https://docs.kernel.org/arch/arm64/memory-tagging-extension.html" and Android's introduction to this at "https://source.android.com/docs/security/test/memory-safety/arm-mte" Of course, there is also the following detailed principle introduction https://developer.arm.com/-/media/Arm%20Developer%20Community/PDF/Arm_Memory_Tagging_Extension_Whitepaper.pdf The modification of this patch is only to merge the simplest MTE function support. In the future, the MTE function will be integrated into the kernel to a greater extent, for example, hardware MTE Kasan will be supported in the future. Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
58 lines
No EOL
1.2 KiB
ReStructuredText
58 lines
No EOL
1.2 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 |