summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | this family is too much effort and there has never really been a successful NuttX impplementation on these parts
* 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
| | | | (still a work in progress)
* 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 ↵Gregory Nutt2014-08-301-0/+5
| | | | files. The conditional logic as exceed my able to comprehend and maintain the selections.
* CosmeticGregory Nutt2014-08-302-2/+2
|
* Enable SYSCALL interface with address environments in the SAMA5D4-EK ELF ↵Gregory Nutt2014-08-302-2/+17
| | | | configuration
* 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 ↵Gregory Nutt2014-08-291-0/+4
| | | | lot of them
* Various changes/fixes to get configs/stm32f4discovery/kostest working after ↵Gregory Nutt2014-08-292-59/+159
| | | | the big configuration renaming (and after a long period of bit rot)
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration ↵Gregory Nutt2014-08-292-3/+13
| | | | change
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-2914-21/+27
| | | | new CONFIG_BUILD_KERNEL
* Update README fileGregory Nutt2014-08-281-4/+13
|
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more ↵Gregory Nutt2014-08-281-5/+5
| | | | generic. From Freddie Chopin
* 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 ↵Gregory Nutt2014-08-252-3/+28
| | | | working
* 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 ↵Gregory Nutt2014-08-2516-0/+343
| | | | | | | | no x86 relocation logic
| * Update some sim/ defconfig files. This now automatically switches them to ↵Gregory Nutt2014-08-252-66/+181
| | | | | | | | x86_64 builds
* | 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 ↵Gregory Nutt2014-08-243-0/+1115
| | | | environment changes
* 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 ↵Gregory Nutt2014-08-241-3/+3
| | | | networking is disabled
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- ↵Gregory Nutt2014-08-24235-235/+235
| | | | the architecure must first declare support
* gran_reserve(): Add a new function to reserve unallocatable regions in the ↵Gregory Nutt2014-08-231-1/+2
| | | | granule heap
* 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 ↵Gregory Nutt2014-08-212-6/+6
| | | | 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.
* Viewtool STM32F107: Turn on ARP request logic and TCP write bufferingGregory Nutt2014-08-211-3/+6
|
* Refresh some configurationsGregory Nutt2014-08-211-0/+2
|
* Refresh some configurationsGregory Nutt2014-08-214-0/+16
|
* SAM4E-EK: Add an NxWM configurationGregory Nutt2014-08-205-4/+1727
|
* SAM4E-EK LCD finally worksGregory Nutt2014-08-201-23/+29
|
* SAM4E-EK: Add ILI9341-based LCD driverGregory Nutt2014-08-204-41/+1343
|
* Add a register definition header file for the ILI9341 LCDGregory Nutt2014-08-193-3/+7
|