summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* zkit lpc1768: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2113-41/+33
|
* Mirtoo: Rename files for better conformance to naming conventionsGregory Nutt2015-03-217-30/+26
|
* PIC32MX7 MMB: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2111-41/+34
|
* UBW32: Rename files for better conformance to naming conventionsGregory Nutt2015-03-218-31/+27
|
* CloudCtrl: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2117-60/+50
|
* Fire STM32v2: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2117-59/+50
|
* Hymini STM32F4: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2113-44/+48
|
* Mikroe STM32F4: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2118-56/+44
|
* Spark: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2114-34/+32
|
* Olimex STM32 P107: Rename files for better conformance to naming conventionsGregory Nutt2015-03-216-22/+21
|
* Olimex STM32 P207: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2111-41/+35
|
* Shenzhou: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2122-75/+61
|
* STM32 Tiny: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2110-34/+34
|
* mbed: Rename files for better conformance to naming conventionsGregory Nutt2015-03-219-34/+32
|
* STM3220G-EVAL: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2121-71/+54
|
* Maple: Rename files for better conformance to standardsGregory Nutt2015-03-217-21/+21
|
* SAM3U-EK: Rename to better conform to naming standardGregory Nutt2015-03-2112-17/+17
|
* STM32F3 Discovery: Rename files to conform better with naming conventionGregory Nutt2015-03-2112-29/+21
|
* Add Olimexino-STM32 board support from David SidraneGregory Nutt2015-03-2034-4/+9159
|
* Refresh ConfigurationGregory Nutt2015-03-201-3/+10
|
* SAMV71-XULT: Add support for a ConfigData device on the 256 AT24 EEPROMGregory Nutt2015-03-195-12/+190
|
* SAMV7: Add a sneak internal interface that will allow us to set the MAC ↵Gregory Nutt2015-03-181-2/+7
| | | | address before NSH even starts
* SAMV7: Updates to Ethernet driver based on comparison with Atmel sample ↵Gregory Nutt2015-03-182-10/+23
| | | | code. Add configuration for other PHY GPIOs. Still no Ethernet interrupts
* PIC32MZ: More updates from David SidraneGregory Nutt2015-03-183-2/+15
|
* Cosmetic update to READMEGregory Nutt2015-03-171-7/+8
|
* PIC32MZ: Changes that will permit building of the PIC32MZ Start Kit ↵Gregory Nutt2015-03-171-5/+24
| | | | configuration using MPLAB and the XC32 toolchain. From David Sidrane
* SAMV7 Ethernet: Support getting IP address from the XULT AT24 EEPROMGregory Nutt2015-03-175-7/+142
|
* SAMV7: Quick'n'dirty port of the SAMA5D4 Ethernet MAC driver to the SAMV7. ↵Gregory Nutt2015-03-163-1/+541
| | | | Still some unresovled issues with DCache handling
* Trivial update to FAT, comments, READMEGregory Nutt2015-03-151-1/+5
|
* This commit enables HSMCI functionality in the SAMV71-XULT. TX DMA is, ↵Gregory Nutt2015-03-152-11/+51
| | | | unfortunately, currently disabled.
* Update README filesGregory Nutt2015-03-153-4/+28
|
* SAMA5: Fix a bug in SAMA5 HSMCI. The bitfield mask and shift values were ↵Gregory Nutt2015-03-152-0/+6
| | | | reversed resulting in a trashed value for the number of blocks in the BLOCKR register. This was sufficient to prevent DMA writes from working.
* 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 ↵Gregory Nutt2015-03-121-0/+8
| | | | compatible but there are still some DMA- and Cache-related issues that need to be worked out.
* 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 ↵Gregory Nutt2015-03-113-14/+92
| | | | configuration
* 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 ↵Gregory Nutt2015-03-113-10/+24
| | | | support Cortex-M7
* 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
|