summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Expand)AuthorAgeFilesLines
* SAMD: A little more SPI logicGregory Nutt2014-02-194-29/+89
* LM3/4: Several errors were unmasked with UARTs > UART2 were enabled. Fromo GoshaGregory Nutt2014-02-192-8/+48
* SAMD20: Add a framework for an SPI driverGregory Nutt2014-02-196-13/+1548
* SAMD20: Move some common SERCOM logic to a separate file where it can be sharedGregory Nutt2014-02-196-132/+337
* STM32 Timer: Set CCMR wehn selecting timer channel. From David SidraneGregory Nutt2014-02-181-4/+10
* STM32 SPI: Disable SPI before modifying CR1Gregory Nutt2014-02-181-0/+2
* More STM32F429 Discovery FPU-related changes from David AlessioGregory Nutt2014-02-183-3/+11
* SAMD20: Increase FLASH waitstates to 2Gregory Nutt2014-02-181-4/+33
* Mostly cosmetic clean-up of commentsGregory Nutt2014-02-177-20/+10
* SAMD20: Fix BAUD calculation. Now comes up okay about 20% of the timeGregory Nutt2014-02-171-20/+36
* SAMD20: Now runs, but no serial outputGregory Nutt2014-02-176-65/+84
* SAMD20: Initial debug changes to get clockingGregory Nutt2014-02-173-16/+76
* SAMD20: Misc changes for a clean build with debug enabledGregory Nutt2014-02-175-100/+190
* SAMD20: Add WDT and EVSYS register definition header filesGregory Nutt2014-02-168-11/+411
* SAMD20: Add I2C slave register definition header fileGregory Nutt2014-02-163-11/+233
* SAM20D: Add SPI and I2C master register definition header filesGregory Nutt2014-02-163-14/+479
* SAMD20: The basic port is complete but still untestedGregory Nutt2014-02-169-5/+1204
* SAMD20: Completes low-level USART logicGregory Nutt2014-02-164-53/+224
* SAMD20: More SERCOM USART configuration logicGregory Nutt2014-02-154-8/+243
* SAMD20: A little more USART logicGregory Nutt2014-02-153-5/+14
* SAMD20: Beginning of SERCOM UART configuration logicGregory Nutt2014-02-158-133/+616
* SAM D20: Add SERCOM USART register definition header fileGregory Nutt2014-02-151-0/+219
* SAMD20: Finishes basic clock configuration logicGregory Nutt2014-02-151-13/+397
* SAM D20: More clock configuration logic (still incomplete)Gregory Nutt2014-02-141-2/+71
* SAM D20: Put fuse related definition in a separate header file so make licens...Gregory Nutt2014-02-1410-190/+303
* SAM D20: A little more clock configuration logic (still incomplete)Gregory Nutt2014-02-143-21/+417
* SAMD20: Add NVMCTRL register definition header file. Also empty framework fo...Gregory Nutt2014-02-145-3/+471
* STM32 serial: Fix clone typo.. FLOWCONROL vs FLOWCONTROLGregory Nutt2014-02-141-20/+20
* SAMD20: Add SYSCTRL register definition header fileGregory Nutt2014-02-131-0/+309
* SAMD20: Add GCLK and PM register definition header filesGregory Nutt2014-02-132-0/+379
* SAMD20: Add port configuration logicGregory Nutt2014-02-134-35/+568
* Add SAMD20 pin configuration definitionsGregory Nutt2014-02-135-261/+552
* Minimal changes to get a clean compilation of the SAMD20 Xplained configurati...Gregory Nutt2014-02-136-98/+784
* Fix-up some SAMD20 SERCOM conditionalsGregory Nutt2014-02-121-13/+91
* Add initial support for the Atmel SAMD20 Xplained Pro boardGregory Nutt2014-02-121-36/+52
* Add basic framework to support the Atmel SAMD Cortex-M+ chipGregory Nutt2014-02-1221-4/+2451
* Fix typo cloned to many files: SAM32 vs SAM34Gregory Nutt2014-02-122-7/+7
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-101-1/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-1013-291/+329
* USB HID mouse: Fixes the basic data transfer model. Returned position data i...Gregory Nutt2014-02-091-1/+1
* LPC17 USB Host: Fix a compile error when USB debug is enabledGregory Nutt2014-02-091-1/+1
* Fix a compile error that crept into the LPC17xx USB host driverGregory Nutt2014-02-091-1/+1
* A10 had the same cut'n'paste error as did the LM4FGregory Nutt2014-02-031-44/+44
* Fix cut'n'paster errors in conditional compilation. Prevented LM4F120 Launch...Gregory Nutt2014-02-031-43/+45
* A10: Make sure it is tolerant of CONFIG_BOOT_SDRAM_DATAGregory Nutt2014-01-291-3/+13
* SAMA5: Fix logic for running with data in SDRAMGregory Nutt2014-01-292-16/+10
* ARMv7-A: Conditionally compile out more unneeded logic when .data and .bss ar...Gregory Nutt2014-01-281-11/+2
* SAMA5: Mostly cosmeticGregory Nutt2014-01-282-22/+20
* SAMA5: More variables-in-SDRAM stuffGregory Nutt2014-01-281-6/+6
* Add support for .data and .bss in SDRAMGregory Nutt2014-01-287-118/+276