summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gregory Nutt2013-12-1310-112/+65
| | | | are simple wrappers for nanosleep(). Remove sleep() and usleep() from system calls; add nanosleep() to system calls
* 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
| | | | not properly NUL terminated
* 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
|
* 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-1224-666/+3326
|
* 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() ↵Gregory Nutt2013-12-114-7/+7
| | | | macro. This is because in the kernel build, errno is a system call
* 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-109-12/+14
|
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-106-5/+7
|
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-103-7/+9
|
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-1026-32/+34
|
* 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-095-23/+298
|
* 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
|
* A10 mmu configuration and INTC register definitionsGregory Nutt2013-12-085-36/+636
|
* pcDuino: More changes to get the code fragments that are in place building ↵Gregory Nutt2013-12-0712-31/+945
| | | | successfully
* Add board support infrastructure for the pcDuino board. There is not much ↵Gregory Nutt2013-12-0722-14/+1995
| | | | there on the initial checkin
* Add basic directory structure to support the Allwinner A10Gregory Nutt2013-12-079-7/+384
|
* Prep for the NuttX-6.32 Releasenuttx-6.32Gregory Nutt2013-12-073-68/+424
|
* Minor updates to comments and README filesGregory Nutt2013-12-072-9/+10
|
* SAMA5 NAND: Fix some DMA-related issuesGregory Nutt2013-12-061-34/+12
|
* SAMA5 NAND: bugfixesGregory Nutt2013-12-065-146/+231
|
* SAMA5 NAND: Fix several bugs associated with PMECC data transfersGregory Nutt2013-12-051-223/+272
|
* MTD NAND: Check if block number is out of ragne at top of loop, not bottom, ↵Gregory Nutt2013-12-052-14/+27
| | | | to avoid some bogus transfers
* mkfatfs: Fix an error in logic that determines if FAT16 is possibleGregory Nutt2013-12-056-89/+149
|
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-051-3/+8
|
* LM: Don't initialize .data if running in SRAM. Global missing intialize ↵Gregory Nutt2013-12-0577-205/+127
| | | | type. SAMA5 NAND: Fix for read nand in smaller chunks
* Cosmetic updates to comments and READMEsGregory Nutt2013-12-043-6/+12
|
* LPC31 EHCI: Fix errors in DEBUGASSERT statementsGregory Nutt2013-12-042-3/+3
|