summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Add umount2(). umount() is now a macro that just calls umount2() with flags ...Gregory Nutt2015-03-141-1/+1
* SAMV7 XDMA: Fix a problem with invalidating the cache on RX DMAGregory Nutt2015-03-141-3/+15
* EFM32: Add I2C driver. From Pierre-noel BoutevilleGregory Nutt2015-03-145-1/+1991
* SAMV7: More SDRAM logic. It does still does not workGregory Nutt2015-03-142-51/+82
* SAMV71-XULT: Add support for SDRAM (unverified)Gregory Nutt2015-03-144-3/+7
* Include correct chip fileGregory Nutt2015-03-141-2/+2
* SAMV7: Add SDRAMC register definition header fileGregory Nutt2015-03-141-0/+207
* 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
* 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
* 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
* SAMV7: Quick'n'dirty port of the SAMA5 HSMCI driver to the SAMV7Gregory Nutt2015-03-1212-29/+4079
* SAMV71: Quick'n'dirty port of the SAMA5 SSC driver to the SAM7. The IP is co...Gregory Nutt2015-03-1211-24/+4357
* SAMV71-XULT: Enable I2C and the I2C tool in the NSH configurationGregory Nutt2015-03-122-7/+7
* SAMV7: Add TWI/I2C driver (untested)Gregory Nutt2015-03-129-33/+2060
* SAMV7: Add SPI header files and driverGregory Nutt2015-03-125-0/+2461
* 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
* stm32_i2c: Add missing NULL check. From Juha NiskanenGregory Nutt2015-03-121-1/+1
* Bringing PPPD yet closer to the NuttX coding styleGregory Nutt2015-03-111-4/+0
* SAMV7-XULT: Integrate button support and apps/examples/buttons into the NSH c...Gregory Nutt2015-03-112-3/+3
* SAMV7: Correct low-level console outputGregory Nutt2015-03-112-14/+15
* SAMV71-XULT: Enable 64-bit floating point supportGregory Nutt2015-03-117-7/+14
* SAMV71-XULT: Switch to the ARM GNU tools for Embbeded tools that actually sup...Gregory Nutt2015-03-111-6/+2
* SAMV7-XULT: Enable I- and D-caches, correct polaty of LEDsGregory Nutt2015-03-111-0/+17
* PIC32MZ: Fixes from Kristopher TateGregory Nutt2015-03-112-5/+5
* Update COPYING file with special license requirements for PPPDGregory Nutt2015-03-111-1/+1
* SAMV71-XULT: Some bugfixes from early bring-up workGregory Nutt2015-03-102-13/+19
* Tiva TimerLib: Fix a typo in peripheral waiting logic: gptm, not gpio. From...Gregory Nutt2015-03-101-1/+1
* SAMV7: Add logic to enable/disable TCMsGregory Nutt2015-03-102-0/+88
* SAMV7: Update floating point and TCM configuration options. Update TODO lis...Gregory Nutt2015-03-104-2/+45
* Cosmetic changes to conditional compilationGregory Nutt2015-03-091-5/+10
* Remove some traiilng whitespaceGregory Nutt2015-03-091-2/+2
* Cortex-M7: Add cache operationsGregory Nutt2015-03-091-0/+429
* Cortex-M7: Add cache operationsGregory Nutt2015-03-097-39/+425
* SAMV7: Leverage XDMAC driver from the SAMA5D4.Gregory Nutt2015-03-096-0/+3115
* SAMV71-XULT: Add support for on-board LEDs. Includes partial support for on-...Gregory Nutt2015-03-091-0/+3
* SAMV7: Add GPIO interrupt supportGregory Nutt2015-03-088-41/+519
* SAMV71: Add GPIO library supportGregory Nutt2015-03-086-38/+663
* SAMV7: Add PIO register definition header fileGregory Nutt2015-03-083-13/+607
* SAMV71: Add pin mapping definitionsGregory Nutt2015-03-084-2/+949
* SAMV71: Fix a few typos; Use factional value in BAUD calculationGregory Nutt2015-03-083-40/+99
* SAMV7: Add serial driverGregory Nutt2015-03-087-6/+2237
* SAMV71: Add UART register definition header fileGregory Nutt2015-03-082-17/+590
* EFM32 updates from Pierre-noel BoutevilleGregory Nutt2015-03-082-4/+5
* SAMV71-XULT: Add heap allocation logicGregory Nutt2015-03-076-7/+466
* SAMV7: Add interrupt-related logicGregory Nutt2015-03-073-9/+684