summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Expand)AuthorAgeFilesLines
* Port of basic functionalities to Kinetis K20 familykinetis-k20/nuttx_next-oldJakob Odersky2015-02-286-5/+388
* SAM4CM free-running time: Change overflow type from uint16 to uint32. From M...Gregory Nutt2015-02-252-2/+2
* Eliminate some warningsGregory Nutt2015-02-253-3/+2
* Fix SSI TX and RX legacy mapping of TM4C1294NCsauttefk2015-02-241-12/+16
* STM32: Fix for compilation introduced by last backup RAM change. Not sure it...Gregory Nutt2015-02-212-0/+6
* Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the ...Gregory Nutt2015-02-219-1/+1048
* Changes to support fully write protecting the backup domain. N.B. stm32_pwr_e...Gregory Nutt2015-02-214-23/+130
* Tiva GPIO clean-up by Calvin MaguranisGregory Nutt2015-02-205-214/+83
* Tiva: Move GPIIO prototypes out of arch/arm/include/tiva/irq.h to arch/arm/ti...Gregory Nutt2015-02-201-1/+34
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-204-8/+8
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-181-0/+2
* The RTC ioctl() method is now a configuration optionGregory Nutt2015-02-181-0/+2
* Add an IOCTL method to the RTC interfaceGregory Nutt2015-02-181-0/+1
* Tiva ADC: Should not have its own ADC debug. Should use the common Analog d...Gregory Nutt2015-02-171-50/+36
* Tiva: Updated files to allow for ADC triggering by the timer. I’ve cleaned ...Gregory Nutt2015-02-175-952/+832
* Tiva SPI: Cosmetic improvementsGregory Nutt2015-02-171-2/+14
* EFM32 USB Device: Is not basically functional with this change. From Pierre...Gregory Nutt2015-02-162-25/+49
* Fix a compilation error. From Macs NeklyudovGregory Nutt2015-02-161-1/+1
* Missed a Kconfig definition in the last commitGregory Nutt2015-02-162-3/+7
* STM32 RTC: Extend the RTC interface to support reading subseconds. From Juss...Gregory Nutt2015-02-163-4/+94
* Add support for RTC driver to the STM32F4-Discovery boardGregory Nutt2015-02-152-4/+4
* Remove an unused variableGregory Nutt2015-02-151-2/+1
* RTC: A little more clean-up of the RTC driverGregory Nutt2015-02-151-11/+78
* STM32 RTC: Implement the rdtime() method of the RTC lower half interfaceGregory Nutt2015-02-131-1/+33
* STM32 RTC driver lower half: Implement the settime method of the RTC interfaceGregory Nutt2015-02-132-4/+40
* Break out a new internal interface, stm32_rtc_setdatetime(). This eliminates...Gregory Nutt2015-02-134-15/+236
* Forgot to add a file in the last commitGregory Nutt2015-02-131-0/+96
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-1311-46/+184
* Merge commit 'd000b0ac237cb6b17e3d355b55250c3ca7e9f2d6'Gregory Nutt2015-02-114-2/+682
|\
| * Add TI EK-TM4C1294XL launchpad supportsauttefk2015-02-124-2/+682
* | Kinetis: Add architectural support for the K26Z128VLH4. From Derek B. NoonburgGregory Nutt2015-02-111-4/+8
* | LP17 Ethernet Driver: Fix some compile problems when IPv6 is enabledGregory Nutt2015-02-101-5/+5
* | LPC17xx: Add IPv6 support to the LPC17 Ethernet driver. Untested... I no lo...Gregory Nutt2015-02-102-11/+286
* | SAM4 Ethernet Driver: No supports operation using the high priority work que...Gregory Nutt2015-02-102-43/+406
* | Fix some warningGregory Nutt2015-02-093-0/+6
* | Clone the SAMA5D4 IPv6 support to the SAM4E EMAC and SAMAd3 EMAC and GMAC dri...Gregory Nutt2015-02-094-31/+938
* | Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt2015-02-0917-141/+45
* | SAMA5D Ethernet: Add support for CONFIG_NET_NOTINTS so that the driver can o...Gregory Nutt2015-02-091-41/+406
* | ARMv7-A interrupt handler: Should not automatically re-enable interrupts on ...Gregory Nutt2015-02-091-8/+0
* | Oops... Conditioned on IPv4 wheren IPv6 was intendedGregory Nutt2015-02-092-2/+2
* | Fix IPv4-dependend debug outputGregory Nutt2015-02-091-2/+6
* | SAMA5D4 EMAC: Add support for Multicast address matching and IPv6Gregory Nutt2015-02-091-7/+223
* | Add logic so that STM32 Ethernet drivier can avoid interrupt level processing...Gregory Nutt2015-02-091-38/+402
|/
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-082-59/+71
* STM32 SPI: Clean-up asymmetric configuration of SPI6Gregory Nutt2015-02-071-1/+7
* STM32 SPI: The source clock for SPI 4,5, and 6 should be PCLK2, not PCLK1 (f...Gregory Nutt2015-02-071-3/+3
* Updated Tiva ADC filesGregory Nutt2015-02-062-1544/+1634
* Tiva ADC: Add Kconfig options for ADC. From Calvin MaguranisGregory Nutt2015-02-051-0/+902
* Tiva ADC: Partial build support. Still missing Kconfg changesGregory Nutt2015-02-052-0/+5
* Tiva ADC: Adds a Tiva ADC driver. From Calvin MaguranisGregory Nutt2015-02-052-0/+2971