summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sam34
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-013-3/+3
* Include chip/sam_spi.h in sam_spi.hGregory Nutt2015-03-201-0/+1
* Bringing PPPD yet closer to the NuttX coding styleGregory Nutt2015-03-111-4/+0
* SAMV71-XULT: Enable 64-bit floating point supportGregory Nutt2015-03-111-1/+1
* SAMV7: Add PIO register definition header fileGregory Nutt2015-03-081-1/+1
* SAMV71: Add pin mapping definitionsGregory Nutt2015-03-081-2/+2
* SAMV71: Add UART register definition header fileGregory Nutt2015-03-081-17/+18
* SAMV71-XULT: Add heap allocation logicGregory Nutt2015-03-071-1/+1
* SAMV7: Add interrupt-related logicGregory Nutt2015-03-071-8/+47
* SAMV71: Add Supply Controller register definition header fileGregory Nutt2015-03-061-1/+1
* SAMV71: Add PMC register definition header filesGregory Nutt2015-03-062-5/+5
* Add new common lazy FPU state saving option for ARMv7-M. Not yet verifiedGregory Nutt2015-03-062-1/+25
* SAM3/4: Leverage some start-up logic from STM32Gregory Nutt2015-03-051-9/+166
* SAMV71: Add memory map header fileGregory Nutt2015-03-055-5/+5
* SAMV7 Kconfig: Add peripheral selectionsGregory Nutt2015-03-051-1/+1
* Fix two uses of DEBUG_COLORATION vs STACK_COLORATION (from David Sidrane). A...Gregory Nutt2015-03-051-1/+1
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* 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 a compilation error. From Macs NeklyudovGregory Nutt2015-02-161-1/+1
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-132-8/+40
* SAM4 Ethernet Driver: No supports operation using the high priority work que...Gregory Nutt2015-02-101-38/+398
* Fix some warningGregory Nutt2015-02-091-0/+2
* Clone the SAMA5D4 IPv6 support to the SAM4E EMAC and SAMAd3 EMAC and GMAC dri...Gregory Nutt2015-02-091-9/+311
* Remove and extra endif from the KconfigGregory Nutt2015-02-031-2/+0
* Convert the 64-bit usec limit to a 32-bit tick limitGregory Nutt2015-02-032-4/+20
* SAM4CM: Add support for tickless operationGregory Nutt2015-02-0310-6/+3276
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-4/+0
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt2015-01-241-0/+4
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-211-1/+22
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-201-1/+13
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-201-1/+11
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-201-2/+2
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-151-10/+52
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-151-1/+1
* Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2015-01-151-1/+4
* Tiva Timer: Timer test must attach a timer handler or the timer is stopped at...Gregory Nutt2015-01-131-2/+7
* Fixes for more issues found by cppcheckGregory Nutt2014-11-241-2/+2
* SAM EMAC: Fix typo in the check for successfull allocation of a timerGregory Nutt2014-11-181-1/+1
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-4/+4
* SAM3/4: Add missing SPI0 clock configuartion macro for the SAM4SGregory Nutt2014-11-161-1/+3
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* Fix typo is SAM4E pinmap fileGregory Nutt2014-11-031-1/+1
* Costmetic changes -- spacing, comments.Gregory Nutt2014-10-301-1/+0
* SAM3/4: Fix error serial TERMIOS ioctl handlingGregory Nutt2014-10-301-3/+3
* Add support for SAM3/4 basic TERMIOS and flow control. There are issues with...Gregory Nutt2014-10-292-12/+224
* SAM4: Fix a usbnsh build problem that has crept into all serial driversGregory Nutt2014-10-281-0/+2
* SAM4E: Fix error TC header fileGregory Nutt2014-10-281-5/+5
* SAM4E-EK: Add support for PHY insterruptGregory Nutt2014-10-241-0/+4
* Another fix to SAM3/4 GPIO IRQ issueGregory Nutt2014-10-241-1/+11