This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-14 19:38:39 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
0efed95115e12c6ddc4bc1fa29deaa88bbbd76c3
nuttx
/
libs
/
libc
/
modlib
T
History
Xiang Xiao
bd4e8e19d3
Run codespell -w against all files
...
and fix the wrong correction
2020-02-22 14:45:07 -06:00
..
gnu-elf.ld
All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces.
2019-09-15 17:22:16 -06:00
Kconfig
libs/libc/ Kconfig files: Disable EXECFUNCS_HAVE_SYMTAB for kernel build. The symbol table don't have any meaning for kernel build since all executable binary should be self contained.
2019-10-01 07:19:21 -06:00
Make.defs
…
modlib_bind.c
ELF64 support (
#220
)
2020-02-07 17:10:23 -06:00
modlib_depend.c
…
modlib_init.c
Run codespell -w against all files
2020-02-22 14:45:07 -06:00
modlib_iobuffer.c
…
modlib_load.c
ELF64 support (
#220
)
2020-02-07 17:10:23 -06:00
modlib_read.c
…
modlib_registry.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
modlib_sections.c
ELF64 support (
#220
)
2020-02-07 17:10:23 -06:00
modlib_symbols.c
ELF64 support (
#220
)
2020-02-07 17:10:23 -06:00
modlib_symtab.c
…
modlib_uninit.c
…
modlib_unload.c
…
modlib_verify.c
ELF64 support (
#220
)
2020-02-07 17:10:23 -06:00
modlib.h
ELF64 support (
#220
)
2020-02-07 17:10:23 -06:00