incubator-nuttx/Documentation/quickstart
Tiago Medicci Serrano ae9ef972c0 paging: Rename existing CONFIG_PAGING to CONFIG_LEGACY_PAGING
Current `CONFIG_PAGING` refers to an experimental implementation
to enable embedded MCUs with some limited RAM space to execute
large programs from some non-random access media.

On-demand paging should be implemented for the kernel mode with
address environment implementation enabled.
2024-03-05 09:45:49 +08:00
..
compiling_cmake.rst fix typo error in quickstart compiling_cmake 2024-02-15 17:48:28 +08:00
compiling_make.rst Documentation: initialize cmake doc 2023-10-27 13:21:40 -03:00
configuring.rst Documentation: various cosmetic changes 2023-10-30 20:29:54 +08:00
debugging.rst paging: Rename existing CONFIG_PAGING to CONFIG_LEGACY_PAGING 2024-03-05 09:45:49 +08:00
index.rst Documentation: initialize cmake doc 2023-10-27 13:21:40 -03:00
install.rst Documentation: review quickstart/install.rst 2023-10-30 20:29:54 +08:00
organization.rst Documentation: correct `CMakeList.txt` to `CMakeLists.txt` 2024-03-01 20:15:10 +08:00
running.rst