summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
...
* ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed ...Gregory Nutt2014-09-122-2/+2
* Add LED support for the CC3200 Launchpad. From Jim EwingGregory Nutt2014-09-118-22/+317
* Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration...Gregory Nutt2014-09-112-6/+12
* When a privileged thread exits, we have to use the kernel alloctor to free me...Gregory Nutt2014-09-111-1/+0
* Refresh NTOSD configurations. Fix some minor bit rot build issuesGregory Nutt2014-09-1114-57/+69
* Fix some minor issues with the exampls/udp MakefileGregory Nutt2014-09-102-2/+12
* SAMA5D4-EK: These configurations now use the fixed DRAM mapping for manipulat...Gregory Nutt2014-09-103-5/+16
* pcDuino: Several fixes so that it still builds after other Cortex-A changes.Gregory Nutt2014-09-102-0/+3
* Add logic that will permit us to build user libraries with different CFLAGS t...Gregory Nutt2014-09-091-0/+5
* Update changelogGregory Nutt2014-09-091-0/+3
* SAMA5D4-EK kernel config can now boot from a ROMFS file systemGregory Nutt2014-09-097-32/+1177
* Add README.txt file for CC3200 LaunchpadGregory Nutt2014-09-091-0/+123
* 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-084-5/+10
* Cosmetic changes to comments/spacingGregory Nutt2014-09-081-0/+2
* 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-082-2/+5
* Need to call elf_initialize() on bring-up before attempting to load ELF modulesGregory Nutt2014-09-072-5/+29
* Refresh configurationGregory Nutt2014-09-071-11/+6
* 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-061-1/+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
* 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-0522-2881/+2
* Add capability to perform initial board initialization on a separate worker t...Gregory Nutt2014-09-031-0/+3
* 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
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-01275-565/+18
* Obsolete support for the 8051 family. Trying to maintain compatibility with ...Gregory Nutt2014-09-0111-1464/+0
* Updates to the CC3200-Launchpad configuration for better compatibilityGregory Nutt2014-09-013-65/+37
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-316-8/+8
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-314-6/+6
* SAMA5D4-EK: Add a configuration for testing the kernel build configuration (...Gregory Nutt2014-08-314-0/+1165
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-31232-232/+0
* Separate flat, protected, and kernel mode library selected into separate file...Gregory Nutt2014-08-301-0/+5
* CosmeticGregory Nutt2014-08-302-2/+2
* Enable SYSCALL interface with address environments in the SAMA5D4-EK ELF conf...Gregory Nutt2014-08-302-2/+17
* Refresh all configurations that have MMUsGregory Nutt2014-08-3027-825/+2796
* Refresh configurations using the MPUGregory Nutt2014-08-305-331/+857
* Add a tool to make refreshing configurations easier when you wnat to do a lot...Gregory Nutt2014-08-291-0/+4
* Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt2014-08-292-59/+159
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration c...Gregory Nutt2014-08-292-3/+13
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-2914-21/+27
* Update README fileGregory Nutt2014-08-281-4/+13
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-281-5/+5
* CC3200 Lauchpad updates from Jim EwingGregory Nutt2014-08-272-3/+10
* Updated CC3200 Launchpad defconfig fileGregory Nutt2014-08-261-0/+11