Abdelatif Guettouche
|
09c11d9302
|
Update the disclaimer to note that some ASF files don't have correct ASF header (#203)
* Update the disclaimer to note that some ASF files don't have correct ASF header
|
2020-04-25 13:32:32 -06:00 |
|
Xiang Xiao
|
403b4a0178
|
In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq.
|
2019-10-17 11:42:49 -06:00 |
|
Xiang Xiao
|
7808eb62d2
|
apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path.
|
2019-10-17 11:33:59 -06:00 |
|
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 |
|
Gregory Nutt
|
b118c96a33
|
Update configurations instructions in README.txt files to show ':' delimiter vs '/' delimiter.
|
2019-08-05 17:01:49 -06:00 |
|
Gregory Nutt
|
2a8dccb75d
|
Change name configs/ to boards/ in comments, Documentation, Tools, etc.
|
2019-08-05 07:33:16 -06:00 |
|
Nathan Hartman
|
da4c2461a6
|
apps/README.txt: Fix typos.
|
2019-08-02 12:36:22 -06:00 |
|
Gregory Nutt
|
f48a813e0e
|
Move apps/include/builtin.h to apps/include/builtin/builtin.h
|
2016-07-01 07:08:03 -06:00 |
|
Gregory Nutt
|
d64f6c300e
|
Add a mkkconfig.bat script needed for the Windows native build
|
2015-08-12 15:29:52 -06:00 |
|
Gregory Nutt
|
3a55ecabf8
|
Update README file
|
2015-08-12 07:43:08 -06:00 |
|
Gregory Nutt
|
74801cf38e
|
apps/tools/mkkconfig.sh: The top-level Kconfig file is not auto-generated. The autogenerated Kconfig file will be constructed so that every second level directory that contains a Kconfig file will automatically be sourced
|
2015-08-11 17:49:10 -06:00 |
|
Gregory Nutt
|
1662fcff0b
|
Update some URLs due to movement of the Documentation repository
|
2015-06-29 11:24:52 -06:00 |
|
Gregory Nutt
|
d5b6949c9f
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:14:53 -06:00 |
|
Gregory Nutt
|
929e4cdd3b
|
This cleans up most of the remaining SourceForge references
|
2015-06-26 18:13:20 -06:00 |
|
Gregory Nutt
|
b19e1aa426
|
Removed all support for the legacy configuration mechanism from the apps/ directory
|
2014-03-06 12:21:14 -06:00 |
|
Gregory Nutt
|
b673cbebb9
|
Updates to README files
|
2013-06-01 17:25:16 -06:00 |
|
patacongo
|
ce0a475c9f
|
Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5524 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-16 17:05:00 +00:00 |
|
patacongo
|
f56155996a
|
Remove CONFIG_BUILTIN_APPS_START
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5482 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-06 17:00:08 +00:00 |
|
patacongo
|
9d73fa6ced
|
Correct round-to-ticks logic in sigtimedwait()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5457 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-24 14:31:02 +00:00 |
|
patacongo
|
88d3058222
|
Rename namedapp as simply builtin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-23 20:22:41 +00:00 |
|
patacongo
|
2bb1ecab3c
|
Delete the apps/vsn directory (moved commands to apps/system)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5208 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-03 23:36:54 +00:00 |
|
patacongo
|
02eb94cd00
|
Add configurable application entry point
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5070 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-30 20:13:50 +00:00 |
|
patacongo
|
cd5af1fb2e
|
Some STM32 bugfixes from Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4635 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-19 17:52:14 +00:00 |
|
patacongo
|
8a7c495ff1
|
Candidate fix for the libboard.a dependency problem (from Mike Smith)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4346 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-29 20:07:16 +00:00 |
|
patacongo
|
b821c9752c
|
Correct a typo in STM32 I2C3 support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4345 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-29 14:15:20 +00:00 |
|
patacongo
|
7de904d58a
|
Add STM3240 alternate pin functions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4103 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-19 18:06:02 +00:00 |
|
patacongo
|
141d7f4f6b
|
Add definitions to stdlib.h; update README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4071 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-30 17:28:54 +00:00 |
|
patacongo
|
51f819ca31
|
Remove .built_always
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-01 14:30:43 +00:00 |
|
patacongo
|
9fc214c5a7
|
Renamed nuttapp to namedapp; add binfs to nammedapp/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3429 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-28 13:01:57 +00:00 |
|
patacongo
|
0da11876b0
|
apps/ initialization now occurs during the earlier context build phase
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3412 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-24 00:28:50 +00:00 |
|
patacongo
|
5b96d86bfb
|
Move nuttx/netutils to apps/netutils
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3401 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-19 21:04:13 +00:00 |
|
patacongo
|
a05c1d4bc2
|
Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-18 20:35:31 +00:00 |
|
patacongo
|
7bf5ad220a
|
apps/ update from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3392 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-18 18:31:26 +00:00 |
|
patacongo
|
901d085151
|
VSN/apps update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3378 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-14 14:14:54 +00:00 |
|
patacongo
|
978bb750bf
|
Prep for 5.19 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3373 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-12 22:09:14 +00:00 |
|