summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SAMV7: More SDRAM logic. It does still does not workGregory Nutt2015-03-144-75/+161
* Needs to include nuttx/board.h, not nuttx/arch.h for button interfacesGregory Nutt2015-03-141-1/+1
* SAMV71-XULT: Add support for SDRAM (unverified)Gregory Nutt2015-03-148-5/+298
* SAMV7-XULT: Build support for SDRAM (SDRAM init still missing)Gregory Nutt2015-03-142-0/+28
* Include correct chip fileGregory Nutt2015-03-141-2/+2
* Fix some typos in comments and conditioned out codeGregory Nutt2015-03-143-9/+9
* SAMV7: Add SDRAMC register definition header fileGregory Nutt2015-03-141-0/+207
* Update READMEGregory Nutt2015-03-141-0/+17
* SAMV7 HSMCI: Change system bus interfaces seems to eliminate DMA failures.Gregory Nutt2015-03-131-5/+7
* Minor updates from initial debugging.Gregory Nutt2015-03-132-3/+3
* SAMV7 HSMCI: Reading response registers at the wrong time can cause loss of r...Gregory Nutt2015-03-131-0/+8
* Back out 70cb75adaf3243478276cebf367c5f47c4725715Gregory Nutt2015-03-131-1/+1
* SAMV7: Fix some cloning errors. SAMA5->SAM7Gregory Nutt2015-03-131-7/+7
* Fix a typo in a Cortex-M7 addressGregory Nutt2015-03-131-1/+1
* SAMV71-XULT: Bring HSMCI and auto-mounter support from SAMA5D4-EKGregory Nutt2015-03-139-30/+947
* Update ChangeLogGregory Nutt2015-03-131-0/+16
* Debugging and manuals (this one https://www.sdcard.org/downloads/pls/simplifi...Gregory Nutt2015-03-131-1/+14
* drivers/serial: Report correct number of bytes free in serial buffer with FIO...Gregory Nutt2015-03-131-1/+1
* Pipes: Fix zero-lenth writes. From Jussi KivilinnaGregory Nutt2015-03-131-0/+10
* STM32 serial: Make input hardware flow-control work with RX DMA. From Jussi ...Gregory Nutt2015-03-131-24/+135
* STM32: Fix RX DMA setup for UART5. From Jussi Kivilinna.Gregory Nutt2015-03-132-4/+5
* 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-1213-32/+4094
* SAMV71: Quick'n'dirty port of the SAMA5 SSC driver to the SAM7. The IP is co...Gregory Nutt2015-03-1212-24/+4365
* Minor update to READMEGregory Nutt2015-03-121-3/+5
* SAMV71-XULT: Enable I2C and the I2C tool in the NSH configurationGregory Nutt2015-03-124-12/+131
* SAMV7: Add TWI/I2C driver (untested)Gregory Nutt2015-03-129-33/+2060
* SAMV7: Add SPI header files and driverGregory Nutt2015-03-125-0/+2461
* Update ChangeLogGregory Nutt2015-03-121-1/+20
* socket: net_dupsd: Do not call sockfd_socket() twice. From Juha NiskanenGregory Nutt2015-03-121-3/+3
* stm32: usbdev: Fix stale initialization invalidating later NULL check. From ...Gregory Nutt2015-03-121-3/+3
* ARMv7-M MPU. Bad syntax will cause failure to write the correct value to the...Gregory Nutt2015-03-121-2/+2
* chdev_driver: Avoid NULL pointer dereference when bch->refs == 255. From Ju...Gregory Nutt2015-03-121-1/+1
* usbdev: usbmsc_scsi: Add NULL pointer check. From Juha NiskanenGregory Nutt2015-03-121-2/+2
* stm32_i2c: Add missing NULL check. From Juha NiskanenGregory Nutt2015-03-121-1/+1
* libc: stdio: Fix NULL pointer dereference in ungetc(). If 'stream' was NULL, ...Gregory Nutt2015-03-121-2/+9
* sched: Do not use uninitialized boolean in waitpid(). From Juha NiskanenGregory Nutt2015-03-121-1/+1
* procfs: fs_procfsproc: Fix potential NULL pointer dereference of 'node'. Fro...Gregory Nutt2015-03-121-3/+2
* Bringing PPPD yet closer to the NuttX coding styleGregory Nutt2015-03-117-148/+200
* SAMV7-XULT: Integrate button support and apps/examples/buttons into the NSH c...Gregory Nutt2015-03-115-17/+95
* SAMV7: Correct low-level console outputGregory Nutt2015-03-112-14/+15
* Update ChangeLogGregory Nutt2015-03-111-0/+3
* FAT: fat_unbind() was accessing 'fs->fs_sem' after freeing the 'fs' struct. F...Gregory Nutt2015-03-111-2/+4
* Update READMEGregory Nutt2015-03-111-1/+2
* SAMV71-XULT: Enable 64-bit floating point supportGregory Nutt2015-03-118-9/+17
* SAMV71-XULT: Switch to the ARM GNU tools for Embbeded tools that actually sup...Gregory Nutt2015-03-114-16/+26
* SAMV7-XULT: Enable I- and D-caches, correct polaty of LEDsGregory Nutt2015-03-115-17/+28
* PIC32MZ: Fixes from Kristopher TateGregory Nutt2015-03-113-8/+8
* SAMV7-XULT: Switch back to the CodeSourcery toolsGregory Nutt2015-03-113-12/+9
* Update COPYING file with special license requirements for PPPDGregory Nutt2015-03-112-3/+46