summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* SAMV7: Costmetic changes to SDRAM logicGregory Nutt2015-03-141-12/+14
* SAMV7: More SDRAM logic. It does still does not workGregory Nutt2015-03-142-24/+79
* SAMV71-XULT: Add support for SDRAM (unverified)Gregory Nutt2015-03-144-2/+291
* SAMV7-XULT: Build support for SDRAM (SDRAM init still missing)Gregory Nutt2015-03-142-0/+28
* Fix some typos in comments and conditioned out codeGregory Nutt2015-03-143-9/+9
* Update READMEGregory Nutt2015-03-141-0/+17
* SAMV71-XULT: Bring HSMCI and auto-mounter support from SAMA5D4-EKGregory Nutt2015-03-139-30/+947
* Update to PIC32MZ README from David SidraneGregory Nutt2015-03-131-0/+49
* SAMV7: Quick'n'dirty port of the SAMA5 HSMCI driver to the SAMV7Gregory Nutt2015-03-121-3/+15
* SAMV71: Quick'n'dirty port of the SAMA5 SSC driver to the SAM7. The IP is co...Gregory Nutt2015-03-121-0/+8
* Minor update to READMEGregory Nutt2015-03-121-3/+5
* SAMV71-XULT: Enable I2C and the I2C tool in the NSH configurationGregory Nutt2015-03-122-5/+124
* SAMV7-XULT: Integrate button support and apps/examples/buttons into the NSH c...Gregory Nutt2015-03-113-14/+92
* Update READMEGregory Nutt2015-03-111-1/+2
* SAMV71-XULT: Enable 64-bit floating point supportGregory Nutt2015-03-111-2/+3
* SAMV71-XULT: Switch to the ARM GNU tools for Embbeded tools that actually sup...Gregory Nutt2015-03-113-10/+24
* SAMV7-XULT: Enable I- and D-caches, correct polaty of LEDsGregory Nutt2015-03-114-17/+11
* PIC32MZ: Fixes from Kristopher TateGregory Nutt2015-03-111-3/+3
* SAMV7-XULT: Switch back to the CodeSourcery toolsGregory Nutt2015-03-113-12/+9
* SAMV71-XULT: Some bugfixes from early bring-up workGregory Nutt2015-03-108-33/+185
* Fix a case in mq_timedsend() where the return errno value was being overwrittenGregory Nutt2015-03-101-7/+18
* mq_timedsend(): Do check for time errors if the message queue is not full. ...Gregory Nutt2015-03-102-16/+29
* SAMV7: Update floating point and TCM configuration options. Update TODO lis...Gregory Nutt2015-03-103-5/+17
* Update READMEGregory Nutt2015-03-092-1/+78
* Cortex-M7: Add cache operationsGregory Nutt2015-03-091-0/+4
* SAMV71-XULT: Add support for on-board LEDs. Includes partial support for on-...Gregory Nutt2015-03-0910-28/+828
* SAMV7: Add serial driverGregory Nutt2015-03-081-0/+1
* SAMV7-XULT: At 3.3V/300MHz, FLASH should require only 4 wait statesGregory Nutt2015-03-081-2/+4
* SAMV71-XULT: Add heap allocation logicGregory Nutt2015-03-071-1/+1
* SAMV7-XULT: Disable networking for nowGregory Nutt2015-03-071-177/+5
* SAMV71-XULT: Switch to the devkitARM toolchainGregory Nutt2015-03-072-5/+5
* SAMV7: Add basic clock and timer ISR configuration logicGregory Nutt2015-03-072-6/+180
* SAMV71-XULT: Add linker scriptsGregory Nutt2015-03-065-0/+562
* SAMV71: More updates on the way to a clean build. Still more to do to compl...Gregory Nutt2015-03-065-1/+518
* Cortex-M7/SAMV71-XULT: Various fixes for building Cortex-M7 with SAMV71.Gregory Nutt2015-03-064-11/+75
* Add a bare bones framework that will do nothing more than support configurati...Gregory Nutt2015-03-066-4/+1352
* Refresh configurationGregory Nutt2015-03-061-2/+5
* Refresh configurationGregory Nutt2015-03-051-7/+49
* Add support for dumping board-specific information on assertion. From David ...Gregory Nutt2015-03-041-0/+25
* PIC32MX SPI: Fix typos in Kconfig; Move constant SPI config data to ROM-able ...Gregory Nutt2015-03-033-37/+31
* PIC32MZ: Default SPI configuration setting is backward; refresh configurationGregory Nutt2015-03-031-0/+3
* PIC32MZ Starter Kit: Add support for on-board buttonsGregory Nutt2015-03-026-3/+213
* Update READMEGregory Nutt2015-03-011-3/+14
* Update README fileGregory Nutt2015-03-011-11/+63
* PIC32MZ: Add ability to select flash ECC optionsGregory Nutt2015-03-011-0/+1
* Refreshed Spark ConfigurationsGregory Nutt2015-02-286-370/+1215
* PIC32MZ: Fix reserved RAM for MPLABX; Revert FPLLRNG calculation; Fix maximum...Gregory Nutt2015-02-282-10/+32
* PIC32MZ: Fix some configuration settings and POSC mode should be external clockGregory Nutt2015-02-281-5/+18
* PIC32MZ: Add an option to use the MIPS32 or the microMIPS ISAGregory Nutt2015-02-281-1/+2
* Rename all use of up_boardinitialize(). Should not use common microprocessin...Gregory Nutt2015-02-287-38/+26