Xiang Xiao
|
e806097c70
|
Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard.
|
2019-10-06 06:14:56 -06:00 |
|
Xiang Xiao
|
cf0365ea92
|
Clean up Makefile under apps folder no functional changes.
|
2019-10-04 08:35:46 -06:00 |
|
Nathan Hartman
|
3a75edca20
|
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
|
2019-08-23 11:59:28 -06:00 |
|
Gregory Nutt
|
ac61c18fcc
|
Move apps/builtins/builtin_forindex.c to nuttx/libs/libc/builtin since it is required by kernel logic as well. Other changes account for movement of builtin.h from nuttx/include/nuttx/binfmt/built.h to nuttx/include/lib/builtin.h.
|
2019-08-23 09:12:45 -06:00 |
|
Alan Carvalho de Assis
|
d868e2f726
|
apps/examples/chrono: Add chronometer apps example.
|
2019-07-17 12:48:39 +02:00 |
|