summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Added commentspatacongo2010-08-182-12/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2865 42af7a65-404d-4744-a932-0658087f49c3
* Fix various compile issuespatacongo2010-08-185-6/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2864 42af7a65-404d-4744-a932-0658087f49c3
* Skeletons for remaining paging files to be implementedpatacongo2010-08-178-6/+464
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2863 42af7a65-404d-4744-a932-0658087f49c3
* First cut at data abort page handling logicpatacongo2010-08-176-34/+133
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2862 42af7a65-404d-4744-a932-0658087f49c3
* Start data abort handler (not finished)patacongo2010-08-172-3/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2861 42af7a65-404d-4744-a932-0658087f49c3
* Add on-demand paging support to ARM9 prefetch abort handlerpatacongo2010-08-177-27/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2860 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile error introduced yesterdaypatacongo2010-08-172-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2859 42af7a65-404d-4744-a932-0658087f49c3
* Document on-demand paging configuration settingspatacongo2010-08-152-0/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2858 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to drop the priority of the page fill taskpatacongo2010-08-154-49/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2857 42af7a65-404d-4744-a932-0658087f49c3
* Minor design improvementspatacongo2010-08-152-57/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2856 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-08-152-5/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2855 42af7a65-404d-4744-a932-0658087f49c3
* Demand paging documentationpatacongo2010-08-154-5/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2854 42af7a65-404d-4744-a932-0658087f49c3
* Completes demand paging core implementationpatacongo2010-08-159-86/+830
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2853 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-08-141-87/+301
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2852 42af7a65-404d-4744-a932-0658087f49c3
* paging documentationpatacongo2010-08-143-6/+423
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2851 42af7a65-404d-4744-a932-0658087f49c3
* Beginning to add on-demand paging logicpatacongo2010-08-147-28/+472
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2850 42af7a65-404d-4744-a932-0658087f49c3
* Fix missing commapatacongo2010-08-131-2/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2849 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-08-133-14/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2848 42af7a65-404d-4744-a932-0658087f49c3
* Oops.. last change backwared for 6918 and 6965patacongo2010-08-139-27/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2847 42af7a65-404d-4744-a932-0658087f49c3
* Fix limitation in number of GPIO ports that can be supportedpatacongo2010-08-134-32/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2846 42af7a65-404d-4744-a932-0658087f49c3
* Add descriptions of GPIO port interrupt disable configspatacongo2010-08-122-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2845 42af7a65-404d-4744-a932-0658087f49c3
* Need to enable global GPIO interrupt after attachingpatacongo2010-08-121-2/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2844 42af7a65-404d-4744-a932-0658087f49c3
* Fix layout of IRQ to GPIO address lookup tablepatacongo2010-08-121-24/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2843 42af7a65-404d-4744-a932-0658087f49c3
* Need to disable unsupported GPIOspatacongo2010-08-129-1/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2842 42af7a65-404d-4744-a932-0658087f49c3
* Add changes for LM3S9B96patacongo2010-08-1213-13/+427
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2841 42af7a65-404d-4744-a932-0658087f49c3
* If DHCPC selected, show leased IP addresspatacongo2010-08-111-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2840 42af7a65-404d-4744-a932-0658087f49c3
* Lease time is now in host orderpatacongo2010-08-104-7/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2839 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-08-102-2/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2838 42af7a65-404d-4744-a932-0658087f49c3
* Fix warningspatacongo2010-08-101-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2837 42af7a65-404d-4744-a932-0658087f49c3
* Fix float PINMODE casepatacongo2010-08-103-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2836 42af7a65-404d-4744-a932-0658087f49c3
* More random USB debug changespatacongo2010-08-102-14/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2835 42af7a65-404d-4744-a932-0658087f49c3
* Add support for CodeSourcery Linux toolchainpatacongo2010-08-104-75/+125
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2834 42af7a65-404d-4744-a932-0658087f49c3
* Remove support for Raisonance tools where it does not belongpatacongo2010-08-0815-71/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2833 42af7a65-404d-4744-a932-0658087f49c3
* Fix case where rectangle is moved horizonatllypatacongo2010-08-081-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2832 42af7a65-404d-4744-a932-0658087f49c3
* Fix rectangle logicpatacongo2010-08-085-27/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2831 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate warningpatacongo2010-08-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2830 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-08-071-2/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2829 42af7a65-404d-4744-a932-0658087f49c3
* Misc USB device driver debugpatacongo2010-08-075-4/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2828 42af7a65-404d-4744-a932-0658087f49c3
* gmane needs target=toppatacongo2010-08-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2827 42af7a65-404d-4744-a932-0658087f49c3
* Fix alignmentpatacongo2010-08-061-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2826 42af7a65-404d-4744-a932-0658087f49c3
* Add RSS and gmane linkspatacongo2010-08-062-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2825 42af7a65-404d-4744-a932-0658087f49c3
* DHCP-related documentation updates/warning fixespatacongo2010-08-065-1/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2824 42af7a65-404d-4744-a932-0658087f49c3
* lpc17xxx USB debugpatacongo2010-08-062-48/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2823 42af7a65-404d-4744-a932-0658087f49c3
* Misc changes for DHCPC support with NSHpatacongo2010-08-052-2/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2822 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmeticpatacongo2010-08-051-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2821 42af7a65-404d-4744-a932-0658087f49c3
* typospatacongo2010-08-021-26/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2820 42af7a65-404d-4744-a932-0658087f49c3
* Update sim documentationpatacongo2010-07-302-1/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2819 42af7a65-404d-4744-a932-0658087f49c3
* Fix workaround descriptionpatacongo2010-07-302-6/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2818 42af7a65-404d-4744-a932-0658087f49c3
* Fix typospatacongo2010-07-307-17/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2817 42af7a65-404d-4744-a932-0658087f49c3
* Fix some CodeSourcery compile errorspatacongo2010-07-292-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2816 42af7a65-404d-4744-a932-0658087f49c3