mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 12:20:46 +00:00
The link support is no longer limited to the pseudo file system and now covers both soft (symbolic) links and hard links across the VFS. Rename the configuration option PSEUDOFS_SOFTLINKS to the more accurate FS_LINKS and update all references in the source, headers, Kconfig, documentation and board defconfigs accordingly. This is a configuration rename; any out-of-tree defconfig that still selects PSEUDOFS_SOFTLINKS must be updated to FS_LINKS. Signed-off-by: zhengyu16 <zhengyu16@xiaomi.com> |
||
|---|---|---|
| .. | ||
| 01_task_control.rst | ||
| 02_task_scheduling.rst | ||
| 03_task_control.rst | ||
| 04_message_queue.rst | ||
| 05_counting_semaphore.rst | ||
| 06_clocks_timers.rst | ||
| 07_signals.rst | ||
| 08_pthread.rst | ||
| 09_env_vars.rst | ||
| 10_filesystem.rst | ||
| 11_network.rst | ||
| 12_shared_memory.rst | ||
| 13_boardctl.rst | ||
| 14_logging.rst | ||
| index.rst | ||
| structures.rst | ||