summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Trivial updates to comments and README filesGregory Nutt2013-12-162-26/+24
* Review Cortex-A9 CP15 registers and update register definitionsGregory Nutt2013-12-162-14/+32
* Back port some A10 changes into the SAMA5 memory map definitionsGregory Nutt2013-12-163-65/+106
* ARMv7-A: If the page table does not like in same address range as .text and p...Gregory Nutt2013-12-164-12/+109
* procfs now shows stack thread informationGregory Nutt2013-12-152-5/+83
* procfs now shows information about the group that each thread belongs: Like ...Gregory Nutt2013-12-152-11/+227
* /proc task directories can now have sub-directoriesGregory Nutt2013-12-154-217/+374
* NxConsole: Fix typo that caused compile error when CONFIG_NXCONSOLE_BPP is le...Gregory Nutt2013-12-152-1/+3
* Trivial enhancement to /proc/uptimeGregory Nutt2013-12-151-26/+23
* /proc/uptime logic needs to sample timer in case multiple reads are used to r...Gregory Nutt2013-12-143-28/+66
* Support /proc/uptimeGregory Nutt2013-12-148-38/+496
* Create procfs_utils.c; File missed from last commit; + remove warning from mm...Gregory Nutt2013-12-148-59/+278
* A10 serial driver (still needs some work). From Alan Carvalho de AssisGregory Nutt2013-12-1313-27/+2056
* Eliminate some warnings in the pcDuino A10 buildGregory Nutt2013-12-135-11/+107
* A10: Add A10 configuration header fileGregory Nutt2013-12-133-1/+178
* A10: Timer interrupt handlerGregory Nutt2013-12-1311-43/+335
* Finish A10 Timer register definitionsGregory Nutt2013-12-133-102/+218
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-1310-112/+65
* Add nanosleep()Gregory Nutt2013-12-126-25/+245
* strftime should also return zero if the resulting string is truncated and/or ...Gregory Nutt2013-12-121-5/+23
* strftime(): Need null-termination on generated string. From Max HoltzbergGregory Nutt2013-12-122-3/+12
* Beginning of Timer register definition file for the A10Gregory Nutt2013-12-122-0/+281
* Various fixes to the recent, big procfs checkinGregory Nutt2013-12-125-122/+170
* Fix for building on Ubuntu from Oliver RiesenerGregory Nutt2013-12-122-4/+8
* configs/Kconfig: Typo fix from Ken PettitGregory Nutt2013-12-122-1/+4
* STM32F429I-Discovery: Andd procfs MTD partition namesGregory Nutt2013-12-124-14/+67
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-1225-669/+3332
* Modified NSH 'df -h' command to do some saner conversions. From Ken PettitGregory Nutt2013-12-122-3/+8
* Pattern matching logic extended by Ken PettitGregory Nutt2013-12-122-6/+71
* pcDuino: update RAM start address and sizeGregory Nutt2013-12-111-3/+3
* A10/pcDuino/Linux build fixesGregory Nutt2013-12-112-3/+5
* Fix some kernel-mode compilation problemsGregory Nutt2013-12-112-2/+4
* libc logic should not directly assign errno, but should use set_errno() macro...Gregory Nutt2013-12-114-7/+7
* A10: Re-vamp pin configuratin header fileGregory Nutt2013-12-111-1247/+562
* A10+pcDuino: PIO support, LED and button supportGregory Nutt2013-12-1114-96/+1192
* A10 PIO register definition header fileGregory Nutt2013-12-104-1/+1532
* A little more SAMA5/OV2640 logicGregory Nutt2013-12-103-91/+124
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-1018-21/+23
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-108-7/+9
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-1042-46/+48
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-1072-79/+81
* More OV2640 initialization logicGregory Nutt2013-12-107-189/+168
* pcDuino debug port is on UART0Gregory Nutt2013-12-102-4/+126
* A10 peripheral selection logicGregory Nutt2013-12-093-8/+380
* A little SAMA5 camera stuffGregory Nutt2013-12-096-24/+299
* A10 UART: Register definition header fileGregory Nutt2013-12-093-0/+365
* Add OV2640 camera support to test the SAMA5 ISI peripheralGregory Nutt2013-12-0917-12/+2380
* A10: Re-write of interrupt management logicGregory Nutt2013-12-092-212/+156
* Add A10 interrupt numbersGregory Nutt2013-12-081-4/+93
* A10 interrupt logicGregory Nutt2013-12-087-17/+586