summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-1195-165/+165
|
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in ↵Gregory Nutt2014-04-0952-52/+52
| | | | configurations that use networking or USB
* lm3s6965: Add path to the CodeSourcery toolchainGregory Nutt2014-04-074-12/+40
|
* Cosmetic changes to comments and READMEGregory Nutt2014-04-072-18/+18
|
* Updated README files and commentsGregory Nutt2014-04-072-16/+59
|
* updated READMEGregory Nutt2014-04-041-12/+2
|
* SAMA5: Fix some issues with SDRAM at 528MHz CPU clockGregory Nutt2014-04-043-15/+29
|
* SAMA5 boards: Operation at 528Mhz has been verifiedGregory Nutt2014-04-044-37/+101
|
* SAMA5 boards: Refresh all configuration filesGregory Nutt2014-04-048-327/+640
|
* SAMA5 boards: Add set up for 528MHz CPU clockGregory Nutt2014-04-0310-81/+493
|
* SAMA5D3 Xplained: Delay loop calibratedGregory Nutt2014-04-032-4/+4
|
* SAMA5: On some hardware, reconfiguring the PLL while executing out of NOR ↵Gregory Nutt2014-04-031-2/+10
| | | | FLASH causes crashes. This was fixed by David Sidrane by implementing RAM functions. The killer code is copied and executed from ISRAM and the crash is avoided.
* Updated NOR boot logic from David SidraneGregory Nutt2014-04-031-12/+13
|
* SAMA5 NOR boot: Use a static memory variable to determine if/when we boot to ↵Gregory Nutt2014-04-031-7/+14
| | | | NOR FLASH
* SAMA5: Cosmetic updates to comments and README filesGregory Nutt2014-04-031-14/+20
|
* If LOWVECTORS is selected, then we need to clear the VBAR register. A ↵Gregory Nutt2014-04-031-27/+19
| | | | bootloader may have left the VBAR in an bad state
* Updated comments and READMEGregory Nutt2014-04-023-7/+102
|
* SAMA5 DBGU: Add logic to suppress DBGU reconfiguration when started from a ↵Gregory Nutt2014-04-023-4/+5
| | | | bootloader
* Top level make will now generate a U-Boot uImage fileGregory Nutt2014-04-012-2/+10
|
* SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial ↵Gregory Nutt2014-04-013-80/+121
| | | | console
* Cosmetic update to comments and README filesGregory Nutt2014-03-312-55/+24
|
* Cosmetic updates to comments and README filesGregory Nutt2014-03-315-31/+76
|
* Costmetic fixes to README and some commentsGregory Nutt2014-03-304-2/+14
|
* Add instructions for running NuttX from NAND or TFTPGregory Nutt2014-03-302-2/+456
|
* SAMA5 Boards: When running from SDRAM, a 32KB offset is needed by the ↵Gregory Nutt2014-03-302-8/+10
| | | | bootloader
* Fix some backward conditional compilationGregory Nutt2014-03-301-0/+3
|
* SAMA5D3x-EK: Change name of all board-specific configuration variables so ↵Gregory Nutt2014-03-3019-115/+115
| | | | that there are no collisions with names of similar variables for other boards
* SAMA5D23 boards: When running out of SDRAM, need to query the PMC to ↵Gregory Nutt2014-03-298-6/+364
| | | | determine operating frequency
* SAMA5D3 Xplained: Has no NOR flash. Remove all NOR support from board ↵Gregory Nutt2014-03-2919-1991/+27
| | | | configuration
* Add basic board support framework for the Atmel SAMA5D3 Xplained board (not ↵Gregory Nutt2014-03-2842-2/+11559
| | | | finished)
* configs/sama5d3x-ek: Fix some typosGregory Nutt2014-03-283-11/+11
|
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-2819-98/+66
|
* SAMA5D3x-EK: Fix lots of typos in board nameGregory Nutt2014-03-2815-18/+18
|
* SAM4E: Clarify LCD data widthGregory Nutt2014-03-282-10/+0
|
* SAM4E-EK: Remove bogus LCD driver; replace with information that might be ↵Gregory Nutt2014-03-275-1117/+397
| | | | useful to someone who wants to develop an LCD driver for the SAM4E-EK
* SAM4E-EK: CMCC is enabled in all configurations and delay loop has been ↵Gregory Nutt2014-03-263-9/+20
| | | | calibrated
* SAM4E-EK: All configurations converted to run with 120MHz CPU clockGregory Nutt2014-03-263-57/+67
|
* SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX ↵Gregory Nutt2014-03-261-13/+47
| | | | overrun errors
* SAMA5D3: Fix some typos in last blind changes backported from the SAM4e. ↵Gregory Nutt2014-03-251-1/+17
| | | | And verified
* backport a serial console fix from the sam4e to the sama5d3Gregory Nutt2014-03-251-2/+16
|
* For all configurations that have the default pthread stacksize set to some ↵Gregory Nutt2014-03-254-2/+8
| | | | other value than 2048 AND which have the USB MSC device class enabled, add a definition of CONFIG_USBMSC_SCSI_STACKSIZE so that the size of the stack used by USB MSC SCSI worker thread does not increase
* apps/system/usbmsc: Back out kludge that is no longer needed with the ↵Gregory Nutt2014-03-253-6/+0
| | | | recent fix to the USB MSC class
* Add missing HSCMI configuration options; Make HSMCI configuration naming ↵Gregory Nutt2014-03-241-8/+8
| | | | more compatible; Fix HSCMI clocking to use the CLKODD bit
* Cosmetic updates to comments and README filesGregory Nutt2014-03-241-1/+12
|
* SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all ↵Gregory Nutt2014-03-2326-73/+73
| | | | board-related files
* SAM4E-EK: Fixes for HSMCI compilationGregory Nutt2014-03-232-8/+8
|
* Fix condition in conditional compilation associated with USB monitor supportGregory Nutt2014-03-231-1/+1
|
* Cosmet update to debug messages and to commentsGregory Nutt2014-03-231-0/+4
|
* Fix bad configuration change of last commitGregory Nutt2014-03-232-4/+4
|
* SAM4E-EK: Enable interrupt stack in all configurationsGregory Nutt2014-03-233-10/+20
|