summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add build support for ELF modules. Useless at the moment because there is no...Gregory Nutt2014-08-2517-0/+344
* Update some sim/ defconfig files. This now automatically switches them to x8...Gregory Nutt2014-08-252-66/+181
* 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
* Fix some compilation errors in ELF logic that were introduced in a recent commitGregory Nutt2014-08-242-18/+20
* 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
* Modify ADDRENV Kconfigs. Z180 does not need all of the virtual address setti...Gregory Nutt2014-08-242-1/+7
* Update ChangeLogGregory Nutt2014-08-241-0/+5
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-2416-150/+351
* Update ChangeLogGregory Nutt2014-08-241-0/+4
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-2414-25/+300
* Update ChangeLogGregory Nutt2014-08-241-0/+3
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-24269-471/+340
* Update ChangeLogGregory Nutt2014-08-231-0/+2
* ARMv7-A: Add skeleton environment and build support for process address envir...Gregory Nutt2014-08-234-0/+308
* Upate ChangeLogGregory Nutt2014-08-231-1/+6
* include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator bas...Gregory Nutt2014-08-239-29/+503
* Update ChangeLogGregory Nutt2014-08-231-0/+3
* gran_reserve(): Add a new function to reserve unallocatable regions in the g...Gregory Nutt2014-08-237-83/+340
* Add option to select 64-bit build platformGregory Nutt2014-08-222-2/+16
* STM32 serial: MAke uart_devs[] const. From Freddie ChopinGregory Nutt2014-08-221-1/+1
* Recent STM32 UART change: Wasn't that logic backward? Shouldn't that have b...Gregory Nutt2014-08-222-13/+9
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-227-9/+11
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-222-0/+2
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-227-56/+172
* uintptr_t should be 64-bits under Cygwin64Gregory Nutt2014-08-221-2/+10
* Update ChangeLog and README.txtGregory Nutt2014-08-222-1/+16
* Need to release the addess environment when the task group is releasedGregory Nutt2014-08-221-4/+10
* Changes to try to get P112 to compile with laster SDCC (it still does not)Gregory Nutt2014-08-224-9/+95
* An address environment is the property of a task group, not of a threadGregory Nutt2014-08-2213-299/+271
* STM32 F401: Only 3 USARTS, but need to set STM32_NUSARTS to six because they...Gregory Nutt2014-08-221-1/+1
* Update ChangeLogGregory Nutt2014-08-221-0/+3
* Add support for statically allocated watchdog timer structuresGregory Nutt2014-08-229-101/+119
* Update ChangeLogGregory Nutt2014-08-221-1/+4
* STM32 F401: Correct support for USART6 on this chip. From Freddie ChopinGregory Nutt2014-08-221-10/+6
* Update ChangeLogGregory Nutt2014-08-211-0/+7
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-2173-669/+662
* Viewtool STM32F107: Turn on ARP request logic and TCP write bufferingGregory Nutt2014-08-211-3/+6
* Update ChangeLogGregory Nutt2014-08-211-1/+6
* If we run out of pre-allocated watchdog times, the logic will allocate additi...Gregory Nutt2014-08-218-72/+198
* Refresh some configurationsGregory Nutt2014-08-211-0/+2
* Refresh some configurationsGregory Nutt2014-08-214-0/+16
* Update ChangeLogGregory Nutt2014-08-201-0/+2
* SAM4E-EK: Add an NxWM configurationGregory Nutt2014-08-207-6/+1729
* Update ChangeLogGregory Nutt2014-08-201-1/+1
* SAM4E-EK LCD finally worksGregory Nutt2014-08-201-23/+29
* Update ChangeLogGregory Nutt2014-08-201-0/+2
* SAM4E-EK: Add ILI9341-based LCD driverGregory Nutt2014-08-206-55/+1370
* Update ChangeLogGregory Nutt2014-08-201-0/+6