This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
binfmt
/
libnxflat
History
Xiang Xiao
68951e8d72
Remove exra whitespace from files (
#189
)
...
* Remove multiple newlines at the end of files * Remove the whitespace from the end of lines
2020-01-31 09:24:49 -06:00
..
gnu-nxflat-gotoff.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
gnu-nxflat-pcrel.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
…
libnxflat_addrenv.c
Fix wait loop and void cast (
#24
)
2020-01-02 10:54:43 -06:00
libnxflat_bind.c
Remove exra whitespace from files (
#189
)
2020-01-31 09:24:49 -06:00
libnxflat_init.c
Remove exra whitespace from files (
#189
)
2020-01-31 09:24:49 -06:00
libnxflat_load.c
Remove exra whitespace from files (
#189
)
2020-01-31 09:24:49 -06:00
libnxflat_read.c
binfmt/: Update copyright dates in all modified files.
2020-01-11 13:44:58 -03:00
libnxflat_uninit.c
Remove exra whitespace from files (
#189
)
2020-01-31 09:24:49 -06:00
libnxflat_unload.c
binfmt/: Update copyright dates in all modified files.
2020-01-11 13:44:58 -03:00
libnxflat_verify.c
…
libnxflat.h
…
Make.defs
…