summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Update changelogGregory Nutt2014-09-092-1/+6
* SAMA5D4-EK kernel config can now boot from a ROMFS file systemGregory Nutt2014-09-097-32/+1177
* Update ChangeLogGregory Nutt2014-09-091-0/+2
* Add README.txt file for CC3200 LaunchpadGregory Nutt2014-09-093-1/+128
* Update README fileGregory Nutt2014-09-081-1/+8
* Update CC3200 OpenOCD configGregory Nutt2014-09-081-4/+6
* Rename SAMA5D4-EK kernel configuration to knsh for consistency with naming fo...Gregory Nutt2014-09-085-5/+13
* Cosmetic changes to comments/spacingGregory Nutt2014-09-082-4/+6
* Update ChangeLogsGregory Nutt2014-09-081-0/+1
* Change commenting style to agree with coding standardGregory Nutt2014-09-087-86/+86
* Correct atan2 implementations from Denis ArnstGregory Nutt2014-09-083-94/+51
* pthread prototype changes must be reflected in system calls as wellGregory Nutt2014-09-081-4/+4
* Update ChangeLogGregory Nutt2014-09-081-0/+4
* A const storage class to to phthread parameters. From Freddie ChopinGregory Nutt2014-09-089-18/+18
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to bo...Gregory Nutt2014-09-081-4/+4
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to bo...Gregory Nutt2014-09-087-10/+13
* Update ChangeLogGregory Nutt2014-09-071-0/+3
* SAMA5D4-EK: In kernel build with address environment, need logic to map user ...Gregory Nutt2014-09-076-6/+247
* ChangeLogGregory Nutt2014-09-071-0/+2
* Fix loop counter... was overrunning a table on larger ELF filesGregory Nutt2014-09-071-1/+1
* Update ChangeLogGregory Nutt2014-09-071-0/+5
* Need to call elf_initialize() on bring-up before attempting to load ELF modulesGregory Nutt2014-09-072-5/+29
* Improved binfmt debug outputGregory Nutt2014-09-073-20/+37
* Correct size comparison (pages vs. sections)Gregory Nutt2014-09-071-1/+4
* Refresh configurationGregory Nutt2014-09-071-11/+6
* Fix typo in ELF variable name (only see it when C++ support is enabled)Gregory Nutt2014-09-071-3/+3
* Update ChangeLogsGregory Nutt2014-09-071-1/+4
* Fix some conditional compilation in kernel build mode. And, while we are tou...Gregory Nutt2014-09-073-11/+14
* SAMA5D4-EK kernel configurations needs support for task termination clean-upGregory Nutt2014-09-062-4/+10
* Several fixes for errors introduced by last check-insGregory Nutt2014-09-062-1/+8
* Update ChangeLogsGregory Nutt2014-09-061-0/+3
* SAMA5D4-EK kernel configuration now builds NSH instead of examples/elfGregory Nutt2014-09-062-12/+135
* Need to add CRT0 to every Makefile in apps/examples/testsGregory Nutt2014-09-051-1/+1
* Update ChangelogsGregory Nutt2014-09-051-0/+2
* Kernel build export package also needs to include WINTOOL settingGregory Nutt2014-09-052-0/+2
* Update ChangeLogsGregory Nutt2014-09-051-1/+3
* The apps/ import build requires that we extract more information from the pla...Gregory Nutt2014-09-052-5/+60
* Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus triv...Gregory Nutt2014-09-051-2/+0
* Remove the 16z board support from the main source tree. It is still avaialab...Gregory Nutt2014-09-0526-2887/+15
* Update ChangeLogsGregory Nutt2014-09-051-0/+1
* Add the .config file to the export packageGregory Nutt2014-09-051-6/+17
* Beginning of logic that will, hopefully, all me to build applications against...Gregory Nutt2014-09-041-1/+1
* Update ChangeLogGregory Nutt2014-09-041-0/+4
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-0417-45/+69
* 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 h...Gregory Nutt2014-09-041-9/+9