summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sam34
Commit message (Expand)AuthorAgeFilesLines
* 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
* SAM3/4: Fix conditional compilation in GPIO IRQ logicGregory Nutt2014-10-241-1/+2
* SAM4E: Fix options to select GPIO interrupts in KconfigGregory Nutt2014-10-241-3/+24
* Only SAM4 family has RTTDIS bit in the MR register. SourceForge bug #33 from ...Gregory Nutt2014-09-171-0/+2
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to bo...Gregory Nutt2014-09-084-5/+5
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-3/+3
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-312-5/+5
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-1/+1
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-1/+1
* Rename kmemalign to kmm_memalign for consitency with other namingGregory Nutt2014-08-311-4/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-298-20/+20
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-213-5/+6
* NSH link management now works! The last fix was to the Ethernet drivers: Th...Gregory Nutt2014-08-171-0/+25
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-4/+18
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-171-0/+53
* For all SAM Ethernet, need to enable management interface before reading PHY ...Gregory Nutt2014-08-171-0/+26
* SAM3/4 Ethernet: Clone ioctl support from the SAMA5Gregory Nutt2014-08-171-1/+91
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+0
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1