summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogsGregory Nutt2014-09-062-1/+7
|
* SAMA5D4-EK kernel configuration now builds NSH instead of examples/elfGregory Nutt2014-09-062-12/+135
|
* 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-0511-35/+50
|
* 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-052-0/+3
|
* apps/import Make.defs must also define CFLAGSGregory Nutt2014-09-051-1/+22
|
* Kernel build export package also needs to include WINTOOL settingGregory Nutt2014-09-052-0/+2
|
* Update ChangeLogsGregory Nutt2014-09-052-1/+5
|
* The apps/ import build requires that we extract more information from the ↵Gregory Nutt2014-09-052-5/+60
| | | | platform Make.defs file.
* 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-053-7/+6
| | | | trivial related changes
* Flesh out apps/import/Make.defs a littleGregory Nutt2014-09-053-20/+51
|
* Remove the 16z board support from the main source tree. It is still ↵Gregory Nutt2014-09-051-0/+165
| | | | avaialable in the misc/Obsoleted directory
* Remove the 16z board support from the main source tree. It is still ↵Gregory Nutt2014-09-0527-34/+32
| | | | avaialable in the misc/Obsoleted directory
* Update ChangeLogsGregory Nutt2014-09-052-0/+8
|
* 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-052-6/+27
|
* 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-044-3/+243
| | | | against a NuttX export package (vs. the nuttx/ source tree).
* Update ChangeLogGregory Nutt2014-09-041-0/+4
|
* The 'make export' target needs to bundle up the user C startup file (crt0), ↵Gregory Nutt2014-09-0417-45/+69
| | | | not the kernel head object
* Update ChangeLogsGregory Nutt2014-09-041-2/+5
|
* Don't copy build scripts for kernel build 'make exports'Gregory Nutt2014-09-043-10/+30
|
* In 'make export', do not copy internal header files if this is a kernel buildGregory Nutt2014-09-043-40/+79
|
* Update ChangeLogsGregory Nutt2014-09-041-0/+5
|
* In the kernel build, only the user libraries should be exported.Gregory Nutt2014-09-045-4/+40
|
* Fix 'make export'. Adding subdirectories to the sched/ directory broke the ↵Gregory Nutt2014-09-041-9/+9
| | | | header file collection logic
* Mostly cosmetic changesGregory Nutt2014-09-044-5/+7
|
* Fix error in new macro definition that causes compile problem when not using ↵Gregory Nutt2014-09-041-3/+3
| | | | a kernel-mode build
* Update ChangeLogGregory Nutt2014-09-031-0/+2
|
* Add capability to perform initial board initialization on a separate worker ↵Gregory Nutt2014-09-033-17/+133
| | | | thread.
* Fix more places where the user-mode allocator is used to allocate kernel ↵Gregory Nutt2014-09-0311-51/+82
| | | | thread resources -- before the user-mode allocator even exists
* Update ChangeLogGregory Nutt2014-09-031-0/+11
|
* Group creation logic must use new group flag when allocating resources so ↵Gregory Nutt2014-09-036-3/+342
| | | | that the privileges on the resource are set correctly
* Add a flag to group structure: If the group is created by a kernel thread, ↵Gregory Nutt2014-09-031-0/+1
| | | | then all resources in the group must be priviliged
* IDLE TCB setup needs to indicate the the IDLE thread is a privileged, kernel ↵Gregory Nutt2014-09-032-0/+9
| | | | thread
* Granule allocator initialization uses wrong allocator to setting aside ↵Gregory Nutt2014-09-031-2/+2
| | | | kernel memory
* I love/hate conditional compilationGregory Nutt2014-09-0318-13/+71
|
* Fix a typo in conditional compilationGregory Nutt2014-09-031-1/+1
|
* Fix several compile errors for logic added for CONFIG_BUILD_KERNEL, but ↵Gregory Nutt2014-09-0314-20/+25
| | | | which cause problems for other configurations
* SAMA5D4-EK: Add logic to mount an SD card as a boot deviceGregory Nutt2014-09-035-34/+189
|
* SAMA5D4-EK: Restructure initialization slightly to better support kernel modeGregory Nutt2014-09-036-138/+211
|
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-03213-0/+213
|
* Update ChangeLogGregory Nutt2014-09-021-1/+3
|