Gregory Nutt
|
e8d0f85c8b
|
Modules: Add mod_setsymtab to set global symtol table once. Now we can remove symbol table parameters from the insmod call. This will make implementing an NSH insmod command much easier
|
2015-12-13 08:10:01 -06:00 |
Gregory Nutt
|
6fc449f689
|
Moving canned_symtab from nuttx/libc to apps/system
|
2015-08-23 11:33:29 -06:00 |
Alan Carvalho de Assis
|
9b036311c0
|
Missing comma in spi.h header file
|
2015-08-23 11:06:32 -06:00 |
Gregory Nutt
|
4723ff5563
|
Update README
|
2015-08-23 10:46:11 -06:00 |
Gregory Nutt
|
f12692b78f
|
Extend canned symbol table logic to work in protected build mode
|
2015-08-23 10:44:04 -06:00 |
Pavel Pisa
|
9ab3f03153
|
Define some symbol export conditions, correct errno and add sleep and usleep. From Pavel Pisa
|
2015-08-23 09:05:40 -06:00 |
Pavel Pisa
|
81a257eeb0
|
Optional canned symtab inclusion to the build. When option CONFIG_LIBC_SYMTAB is selected and symbol table file libc/symtab/canned_symtab.inc is prepared then application can use system provided complete symbol table. The option has substantial effect on system image size. Mainly code/text. If loading of applications at runtime is not planned do not select this. From Pavel Pisa.
|
2015-08-23 08:38:58 -06:00 |