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