summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Modify ADDRENV Kconfigs. Z180 does not need all of the virtual address ↵Gregory Nutt2014-08-242-1/+7
| | | | settings that the ARM does
* 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
| | | | .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata().
* Update ChangeLogGregory Nutt2014-08-241-0/+4
|
* Add addrenv.h; First cut at Cortex-A address environment structures; Add ↵Gregory Nutt2014-08-2414-25/+300
| | | | configuration options to setup address enviornment
* Update ChangeLogGregory Nutt2014-08-241-0/+3
|
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- ↵Gregory Nutt2014-08-24269-471/+340
| | | | the architecure must first declare support
* Update ChangeLogGregory Nutt2014-08-231-0/+2
|
* ARMv7-A: Add skeleton environment and build support for process address ↵Gregory Nutt2014-08-234-0/+308
| | | | environments
* Upate ChangeLogGregory Nutt2014-08-231-1/+6
|
* include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator ↵Gregory Nutt2014-08-239-29/+503
| | | | based on the existing NuttX granule allocator. I am not certain if the granule allocator is sufficiently deterministic for long range use, but it gets get a page allocator in place for testing very quickly.
* Update ChangeLogGregory Nutt2014-08-231-0/+3
|
* gran_reserve(): Add a new function to reserve unallocatable regions in the ↵Gregory Nutt2014-08-237-83/+340
| | | | granule heap
* 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 ↵Gregory Nutt2014-08-222-13/+9
| | | | been disable the USART if (1) we don't have than many USARTs OR (2) we don't have that particular USART -- not AND.
* 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 ↵Gregory Nutt2014-08-221-1/+1
| | | | they are not numbered sequentially
* 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 ↵Gregory Nutt2014-08-2173-669/+662
| | | | 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
|
* Update ChangeLogGregory Nutt2014-08-211-1/+6
|
* If we run out of pre-allocated watchdog times, the logic will allocate ↵Gregory Nutt2014-08-218-72/+198
| | | | additional timers from the heap. A reserve of pre-allocated watchdog timers is maintained so that there will always be timers available for interrupt handlers.
* 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
|
* ARP reuestion logc needs to do the right thing if (1) the address is a ↵Gregory Nutt2014-08-201-1/+56
| | | | broadcast or multicast address, and (2) if the IP address lies outside of the network. Thanks to Manuel Stuehn
* ARP request logic is no longer EXPERIMENTALGregory Nutt2014-08-201-1/+0
|
* Add missing include file. From KosmaGregory Nutt2014-08-201-0/+2
|
* Update ChangeLogGregory Nutt2014-08-191-0/+2
|
* Add a register definition header file for the ILI9341 LCDGregory Nutt2014-08-194-3/+195
|