summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* 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
* CC3200 Launchpad updatesGregory Nutt2014-08-267-25/+147
* Updates to CC3200 board config. Does not quite build yetGregory Nutt2014-08-264-6/+12
* Add basic support for the CC3200 Launchpad. From Jim EwingGregory Nutt2014-08-2614-0/+2272
* Bugfixes.. still integrating SAMA5 ELF with address environmentGregory Nutt2014-08-251-1/+1
* SAMA5 ELF configuration with address environments finally builds without errorsGregory Nutt2014-08-252-1/+8
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-252-3/+28
* Update configs/sama5d4-ek/elf/defconfigGregory Nutt2014-08-251-3/+7
* Resolve ChangeLog conflictsGregory Nutt2014-08-2518-66/+524
|\
| * Add build support for ELF modules. Useless at the moment because there is no...Gregory Nutt2014-08-2516-0/+343
| * Update some sim/ defconfig files. This now automatically switches them to x8...Gregory Nutt2014-08-252-66/+181
* | After cached related fix, the ELF example is now functionalGregory Nutt2014-08-241-0/+31
|/
* Add a SAMA5 ELF configuration that is buing used to test the address environm...Gregory Nutt2014-08-243-0/+1115
* Add linker scripts needed to build ELF modulesGregory Nutt2014-08-243-0/+387
* Add ELF CFLAGS and LDFLAGS in some Make.defs filesGregory Nutt2014-08-2415-2/+197
* Fix some SAMA5 configuration dependency problems that are only visible when n...Gregory Nutt2014-08-241-3/+3
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-24235-235/+235
* gran_reserve(): Add a new function to reserve unallocatable regions in the g...Gregory Nutt2014-08-231-1/+2
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-221-1/+3
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-222-0/+2
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-227-56/+172
* Update ChangeLog and README.txtGregory Nutt2014-08-221-0/+12
* Changes to try to get P112 to compile with laster SDCC (it still does not)Gregory Nutt2014-08-222-6/+10
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-212-6/+6
* Viewtool STM32F107: Turn on ARP request logic and TCP write bufferingGregory Nutt2014-08-211-3/+6