mirror of
https://github.com/apache/nuttx.git
synced 2026-08-23 06:28:45 +00:00
Pros: * Reduce code differences * Smaller allocations for !CONFIG_ARCH_USE_MODULE_TEXT Cons: * Likely to use more memory for !CONFIG_ARCH_USE_MODULE_TEXT in total Tested with: * sim:module on macOS * esp32-devkit:nsh + CONFIG_MODULE on qemu * lm3s6965-ek:qemu-protected + CONFIG_EXAMPLES_SOTEST on qemu |
||
|---|---|---|
| .. | ||
| gnu-elf.ld | ||
| Kconfig | ||
| Make.defs | ||
| modlib.h | ||
| modlib_bind.c | ||
| modlib_depend.c | ||
| modlib_init.c | ||
| modlib_iobuffer.c | ||
| modlib_load.c | ||
| modlib_loadshdrs.c | ||
| modlib_read.c | ||
| modlib_registry.c | ||
| modlib_sections.c | ||
| modlib_symbols.c | ||
| modlib_symtab.c | ||
| modlib_uninit.c | ||
| modlib_unload.c | ||
| modlib_verify.c | ||