summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up some kernel build heap allocation issues. The Cortex-A kernel build...Gregory Nutt2014-08-311-123/+39
* ARMv7-A: A little more logic and a few more fixes for Cortex-A kernel buildGregory Nutt2014-08-311-0/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-292-21/+10
* SAMA5 ELF configuration with address environments finally builds without errorsGregory Nutt2014-08-252-6/+6
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-252-1/+3
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-253-7/+184
* Change naming of ELF interfaces from arch_ to up_ for consistencyGregory Nutt2014-08-251-1/+1
* After cached related fix, the ELF example is now functionalGregory Nutt2014-08-241-1/+1
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* ARMv7-A: Add skeleton environment and build support for process address envir...Gregory Nutt2014-08-231-0/+4
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-218-14/+15
* NSH link management now works! The last fix was to the Ethernet drivers: Th...Gregory Nutt2014-08-173-0/+72
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-173-13/+53
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-174-12/+250
* For all SAM Ethernet, need to enable management interface before reading PHY ...Gregory Nutt2014-08-173-0/+73
* Use the device name assigned by the registration process, not our best guessGregory Nutt2014-08-163-38/+3
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-163-12/+15