mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 12:49:00 +00:00
* This completes task list in https://github.com/apache/nuttx/issues/11127. * This preserves selected content from cwiki and moves it to new docs. * Most pages are simple copy-paste with a simple RST formatting updates, with minor updates. * Content update / reorganization will follow later on when needed. * Files added (or updated title from cwiki -> current docs): * Documentation/implementation: * index. * cancellation_points. * Asynchronous vs. Synchronous Context Switches -> context_switches.rst. * ARMv7-M Hardfaults, SVCALL, and Debuggers -> hardfatuls.rst. * chip.h FAQ -> chip_h.rst. * Debug Output (SYSLOG) Issues -> syslog.rst. * Detaching File Descriptors -> file_descriptors.rst. * device_nodes.rst. * Dynamic Clocking -> power_management.rst. * ENOTTY ioctl() Return Value -> ioctl.rst. * memory_configurations.rst. * kernel_modules_vs_shared_libraries.rst. * NAKing USB OUT/IN Tokens -> usb.rst. * naming_arch_mcu_board_interfaces.rst. * naming_os_internals.rst. * nuttx_tasking.rst. * oneshot_timers_and_cpu_load.rst. * nuttx_initialization_sequence.rst. * short_time_delays.rst. * Signal Handler Tour -> signal_handlers.rst. * smp.rst. * syslog.rst. * Task Exit Sequence -> nuttx_tasking.rst. * tasks_vs_threads.rst. * tls.rst. * tickless_os.rst. * Why Can't Kernel Threads Have pthreads -> kernel_threads_vs_pthreads.rst. * Documentation/components/filesystem: * smartfs.rst. Signed-off-by: Tomasz 'CeDeROM' CEDRO <tomek@cedro.info> |
||
|---|---|---|
| .. | ||
| bottomhalf_interrupt.rst | ||
| cancellation_points.rst | ||
| chip_h.rst | ||
| context_switches.rst | ||
| critical_sections.rst | ||
| device_drivers.rst | ||
| device_nodes.rst | ||
| disabling_interrupts.png | ||
| disabling_preemption.png | ||
| drivers_design.rst | ||
| file_descriptors.rst | ||
| hardfaults.rst | ||
| index.rst | ||
| interrupt_controls.rst | ||
| ioctl.rst | ||
| kernel_modules_vs_shared_libraries.rst | ||
| kernel_threads_vs_pthreads.rst | ||
| make_build_system.rst | ||
| memory_configurations.rst | ||
| naming_arch_mcu_board_interfaces.rst | ||
| naming_os_internals.rst | ||
| normal_interrupt.png | ||
| nuttx_initialization_sequence.rst | ||
| nuttx_tasking.rst | ||
| oneshot_timers_and_cpu_load.rst | ||
| power_management.rst | ||
| preemption_latency.rst | ||
| processes_vs_tasks.rst | ||
| short_delay.png | ||
| short_time_delays.rst | ||
| signal_handlers.rst | ||
| simulation.png | ||
| simulation.rst | ||
| smp.rst | ||
| syslog.rst | ||
| task_exit_sequence.png | ||
| tasks_vs_threads.rst | ||
| tickless_os.rst | ||
| tls.rst | ||
| usb.rst | ||