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-06-08 01:42:58 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
e0a48b60b6767db3483eee638319914d86a79ce8
nuttx
/
binfmt
/
libnxflat
T
History
Gregory Nutt
241a7e17bd
addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata().
2014-08-24 11:54:14 -06:00
..
gnu-nxflat-gotoff.ld
More trailing whilespace removal
2014-04-13 16:22:22 -06:00
gnu-nxflat-pcrel.ld
More trailing whilespace removal
2014-04-13 16:22:22 -06:00
Kconfig
…
libnxflat_addrenv.c
addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata().
2014-08-24 11:54:14 -06:00
libnxflat_bind.c
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
2014-08-24 06:42:11 -06:00
libnxflat_init.c
More trailing whilespace removal
2014-04-13 16:22:22 -06:00
libnxflat_load.c
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
2014-08-24 06:42:11 -06:00
libnxflat_read.c
…
libnxflat_uninit.c
…
libnxflat_unload.c
…
libnxflat_verify.c
More trailing whilespace removal
2014-04-13 16:22:22 -06:00
libnxflat.h
addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata().
2014-08-24 11:54:14 -06:00
Make.defs
…