summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DHCPD: Correct value of PAD option is 0, not 1. From Brennan AshtonGregory Nutt2014-03-312-1/+3
* sched/Kconfig: Add another layer of menuing to simply this levelGregory Nutt2014-03-312-261/+296
* Add CONFIG_CLOCK_MONTONICGregory Nutt2014-03-314-3/+25
* Fix ftell() bug: It was not accounting for data buffered in memory. From Ma...Gregory Nutt2014-03-312-3/+41
* Complete fragmentary support for ferror(). From Macs NGregory Nutt2014-03-317-46/+28
* Add support for CLOCK_MONOTONIC. From Macs NGregory Nutt2014-03-313-24/+85
* sscanf(): Was returning the wrong number of conversions in many cases; Also, ...Gregory Nutt2014-03-302-11/+19
* Costmetic fixes to README and some commentsGregory Nutt2014-03-304-2/+14
* Use get_errno() instead of errno because I may do something different if used...Gregory Nutt2014-03-301-4/+8
* Add instructions for running NuttX from NAND or TFTPGregory Nutt2014-03-302-2/+456
* cosmetic updates to commentsGregory Nutt2014-03-301-6/+10
* SAMA5 Boards: When running from SDRAM, a 32KB offset is needed by the bootlo...Gregory Nutt2014-03-302-8/+10
* Fix some backward conditional compilationGregory Nutt2014-03-303-2/+11
* SAMA5: Remove HSCMI-related functions that did not belong in sam_pmc.c and gi...Gregory Nutt2014-03-307-83/+184
* Add macro UNUSED to eliminate warnings about variables that are set to unused...Gregory Nutt2014-03-304-3/+10
* SAMA5D3x-EK: Change name of all board-specific configuration variables so tha...Gregory Nutt2014-03-3020-115/+119
* Fix a rounding problem in HSMCI divider calculationGregory Nutt2014-03-291-1/+4
* SAMA5D23 boards: When running out of SDRAM, need to query the PMC to determi...Gregory Nutt2014-03-2913-260/+778
* SAMA5: Add functions to calculate PLLACK, PCK, and MCK frequencies given the...Gregory Nutt2014-03-295-5/+361
* SAMA5D3 Xplained: Has no NOR flash. Remove all NOR support from board confi...Gregory Nutt2014-03-2921-1994/+30
* Add basic board support framework for the Atmel SAMA5D3 Xplained board (not f...Gregory Nutt2014-03-2846-131/+11718
* configs/sama5d3x-ek: Fix some typosGregory Nutt2014-03-283-11/+11
* strncpy would fail if n==0Gregory Nutt2014-03-282-22/+24
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-2820-100/+68
* SAMA5D3x-EK: Fix lots of typos in board nameGregory Nutt2014-03-2815-18/+18
* Add support for the SAMA5D36Gregory Nutt2014-03-283-57/+79
* SAM4E: Clarify LCD data widthGregory Nutt2014-03-282-10/+0
* SAM4E-EK: Remove bogus LCD driver; replace with information that might be us...Gregory Nutt2014-03-275-1117/+397
* apps/examples/lcdrw: Fill out empty Kconfig fileGregory Nutt2014-03-272-0/+32
* Add missing MIO283QT-9A to the drivers/lcd/KconfigGregory Nutt2014-03-272-0/+10
* SAM4E-EK: CMCC is enabled in all configurations and delay loop has been cali...Gregory Nutt2014-03-264-10/+23
* Eliminate a warning when debug is offGregory Nutt2014-03-261-1/+7
* Fix a warning that happens with debug is disabledGregory Nutt2014-03-261-3/+2
* SAM4E CMCC: Fix some errors introducted in last check-inGregory Nutt2014-03-262-13/+23
* Eliminate some warningsGregory Nutt2014-03-263-1/+9
* SAM4E-EK: All configurations converted to run with 120MHz CPU clockGregory Nutt2014-03-264-58/+71
* SAM3/4: SPI and HSCMI drivers with now use the CMCC is available; The SPI dri...Gregory Nutt2014-03-263-35/+109
* SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX overr...Gregory Nutt2014-03-263-126/+187
* tools/astyle.sh: Formatting tool based on logic from Lorenz MeierGregory Nutt2014-03-266-1/+56
* SAMA5D3: Fix some typos in last blind changes backported from the SAM4e. And...Gregory Nutt2014-03-253-2/+20
* backport a serial console fix from the sam4e to the sama5d3Gregory Nutt2014-03-254-96/+70
* SAM3/4 CMCC: if region to be invalidate is bigger than that cache, then inval...Gregory Nutt2014-03-251-3/+19
* For all configurations that have the default pthread stacksize set to some ot...Gregory Nutt2014-03-254-2/+8
* Reimagine the USB MSC worker thread as a kernel thread (instead of a pthread)Gregory Nutt2014-03-255-138/+365
* SAM3/4 Serial: Fix a mysterious multi-tasking bug that can lock up the seria...Gregory Nutt2014-03-252-62/+47
* apps/system/usbmsc: Back out kludge that is no longer needed with the recent...Gregory Nutt2014-03-257-128/+30
* Add an MTD driver to wrap another MTD driver and makes is sector size look li...Gregory Nutt2014-03-244-0/+691
* SAM3/4 HSMCI: Update configuration names to match last change to KconfigGregory Nutt2014-03-241-31/+31
* Add missing HSCMI configuration options; Make HSMCI configuration naming more...Gregory Nutt2014-03-244-50/+93
* SAM3/4 HSCMI: Another fix for complication with SAM4EGregory Nutt2014-03-241-0/+7