summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5
Commit message (Expand)AuthorAgeFilesLines
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-132-5/+40
* SAM4 Ethernet Driver: No supports operation using the high priority work que...Gregory Nutt2015-02-101-5/+8
* Fix some warningGregory Nutt2015-02-092-0/+4
* Clone the SAMA5D4 IPv6 support to the SAM4E EMAC and SAMAd3 EMAC and GMAC dri...Gregory Nutt2015-02-093-22/+627
* Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt2015-02-091-13/+0
* SAMA5D Ethernet: Add support for CONFIG_NET_NOTINTS so that the driver can o...Gregory Nutt2015-02-091-41/+406
* SAMA5D4 EMAC: Add support for Multicast address matching and IPv6Gregory Nutt2015-02-091-7/+223
* Add IPv6 support to network driver skeleton and to SAMA5D4 Ethernet driver (w...Gregory Nutt2015-02-051-3/+87
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-242-5/+1
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt2015-01-242-1/+5
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-213-3/+66
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-203-6/+42
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-203-3/+33
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-203-6/+6
* Networking: All Ethernet drivers: Call ipv6_input if IPv6 is enabled and an...Gregory Nutt2015-01-153-28/+154
* - Rename devif_input() ipv4_input()Gregory Nutt2015-01-153-3/+3
* Networking: Condition certain ARP logic on CONFIG_NET_ARP in all Ethernet dr...Gregory Nutt2015-01-153-3/+12
* SAMA5D3 Xplained: Add support for the Itead Joystick shieldGregory Nutt2014-12-031-1/+1
* SAMA5D3 Xplained: Add an apps/examples/bridge configurationGregory Nutt2014-11-201-0/+1
* SAM EMAC: Fix typo in the check for successfull allocation of a timerGregory Nutt2014-11-183-3/+3
* SAMA5D4-EK EMAC1: Correct name of EMAC1 configuration variableGregory Nutt2014-11-182-7/+12
* Cosmetic fixes to commentsGregory Nutt2014-11-181-4/+4
* Update ChangeLogGregory Nutt2014-11-171-6/+6
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-163-14/+14
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-153-3/+3
* Dangle whitespace removalGregory Nutt2014-10-251-2/+2
* Add some logic to EFM32 DMA module. Still incompleteGregory Nutt2014-10-251-1/+1
* Build support for platform-specific shared memory logic. Not logic yet in placeGregory Nutt2014-09-241-1/+0
* Build support for platform-specific shared memory logic. Not logic yet in placeGregory Nutt2014-09-241-0/+4
* More NxWM build fixesGregory Nutt2014-09-201-2/+2
* SAMA5D4-EK/nsh: WM8904 support enabled; README updatedGregory Nutt2014-09-181-1/+1
* Add a sharable version of arm_virtpgaddr()Gregory Nutt2014-09-163-0/+9
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-163-77/+8
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-141-1/+4
* Add logic need to manage a virtualized stack. Not yet incorporated into base...Gregory Nutt2014-09-131-0/+3
* Move static helper routines from arm_addrenv.c and may them global so that th...Gregory Nutt2014-09-131-1/+1
* Add a configuration option for dynamic stack managementGregory Nutt2014-09-131-2/+5
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to bo...Gregory Nutt2014-09-081-3/+3
* SAMA5D4-EK: In kernel build with address environment, need logic to map user ...Gregory Nutt2014-09-075-5/+245
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-041-0/+4
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-021-1/+1
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-021-8/+7
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-2/+2
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-011-1/+1
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-2/+2
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-314-5/+5
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-317-23/+23
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-313-6/+6
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-313-6/+6
* Rename kmemalign to kmm_memalign for consitency with other namingGregory Nutt2014-08-316-17/+17