summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* For the kernel build, there is no reason for ELF flags to be differentGregory Nutt2014-09-061-2/+2
|
* Only one install target per MakefileGregory Nutt2014-09-0664-260/+128
|
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-0694-94/+94
|
* Update ChangeLogGregory Nutt2014-09-061-0/+2
|
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-0694-0/+392
|
* Fix clean and distclean targets. Back out a few too many changes made by sedGregory Nutt2014-09-0625-34/+10
|
* Add support for an installation directory:Gregory Nutt2014-09-062-5/+13
|
* Update ChangleLogGregory Nutt2014-09-061-0/+3
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-06151-49/+437
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* Update ChangeLogsGregory Nutt2014-09-061-1/+4
|
* Add ELF linker script for import buildGregory Nutt2014-09-051-0/+129
|
* Need to add CRT0 to every Makefile in apps/examples/testsGregory Nutt2014-09-0510-34/+49
|
* Add libgcc to the set of libraries to link againstGregory Nutt2014-09-051-0/+9
|
* Provide library names and paths in apps/import/Make.defsGregory Nutt2014-09-0510-79/+76
|
* Update ChangelogsGregory Nutt2014-09-051-0/+1
|
* apps/import Make.defs must also define CFLAGSGregory Nutt2014-09-051-1/+22
|
* Update ChangeLogsGregory Nutt2014-09-051-0/+2
|
* Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus ↵Gregory Nutt2014-09-051-4/+73
| | | | trivial related changes
* Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus ↵Gregory Nutt2014-09-052-5/+6
| | | | trivial related changes
* Flesh out apps/import/Make.defs a littleGregory Nutt2014-09-053-20/+51
|
* Update ChangeLogsGregory Nutt2014-09-051-0/+7
|
* Add an apps/import Make.defs file. Not much there yet, but it will be ↵Gregory Nutt2014-09-052-0/+38
| | | | needed for 'make import'
* Add the .config file to the export packageGregory Nutt2014-09-051-0/+9
|
* Add a 'make import' targetGregory Nutt2014-09-051-3/+6
|
* Add the .config file to the export packageGregory Nutt2014-09-051-0/+10
|
* Add tmp/ directory to .gitignoreGregory Nutt2014-09-041-0/+1
|
* Add .gitignore fileGregory Nutt2014-09-041-0/+6
|
* Update ChangeLogGregory Nutt2014-09-041-1/+3
|
* Beginning of logic that will, hopefully, all me to build applications ↵Gregory Nutt2014-09-043-2/+242
| | | | against a NuttX export package (vs. the nuttx/ source tree).
* Update ChangeLogsGregory Nutt2014-09-011-0/+2
|
* Fix NSH PS command: If there are not argument, it would print garbage for ↵Gregory Nutt2014-09-011-6/+6
| | | | argument list
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-0115-34/+14
|
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name ↵Gregory Nutt2014-08-301-3/+3
| | | | user_start
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-2923-36/+46
| | | | new CONFIG_BUILD_KERNEL
* Updte ChangeLogGregory Nutt2014-08-291-0/+5
|
* The ELF test/example has been extended so the individual ELF test programs ↵Gregory Nutt2014-08-2910-23/+319
| | | | can link against the SYSCALL library (if it is available) or against the C library to eliminate or minimize the need for symbol tables (2014-8-29).
* Update ChangeLogsGregory Nutt2014-08-281-0/+3
|
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more ↵Gregory Nutt2014-08-282-12/+12
| | | | generic. From Freddie Chopin
* wdog.h does not contain any application interface, only internal OS ↵Gregory Nutt2014-08-211-2/+3
| | | | interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
* SAM4E-EK: Add an NxWM configurationGregory Nutt2014-08-201-1/+1
|
* Update README files, Kconfig help comments, and make the network monitor not ↵Gregory Nutt2014-08-181-4/+4
| | | | EXPERIMENTAL
* Change the way PHY interrupts work: disable automatically. Then we have to ↵Gregory Nutt2014-08-171-19/+18
| | | | re-subscribe each time after the interrupt fires
* NSH net monitor: use a seamphore instead of boolean; use sem_timedwait ↵Gregory Nutt2014-08-171-21/+57
| | | | instead of a boolean to communicate
* Minor corrections during integration of link status monitorGregory Nutt2014-08-173-3/+4
|
* Update ChangeLogsGregory Nutt2014-08-171-0/+6
|
* Extend the NSH network initialization logic. There is now an option that ↵Gregory Nutt2014-08-174-10/+353
| | | | will create a network monitor thread that will monitor the state of the link. When the link goes down, the code will attempt to gracefully put the Ethernet driver in a down state; When the link comes back, the code will attempt to bring the network back up.
* CosmeticGregory Nutt2014-08-171-0/+1
|
* More of the PHY event notification logic change: Fix some compile errors ↵Gregory Nutt2014-08-161-1/+0
| | | | when full feature is enabled; Add some missing ioctol logic
* Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt2014-08-141-2/+4
|
* Sudoku needs a .gitignoreGregory Nutt2014-08-131-0/+11
|