summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sam34
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-072-2/+2
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-3/+7
* SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max Ne...Gregory Nutt2014-07-071-0/+4
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-3/+3
* Move crypto header files from include/crypto to include/nuttx/cryptoGregory Nutt2014-07-031-3/+3
* Correct authorship on a few filesGregory Nutt2014-07-032-3/+2
* Move cypto debug definitions to debug.h with other susbsystem-level debugGregory Nutt2014-07-031-16/+2
* SAM4 AES driver from Max NeklyudovGregory Nutt2014-07-035-2/+435
* SAM Ethernet: Eliminate a warningGregory Nutt2014-07-021-0/+3
* SAM3/4 and SAMA5 Ethernet: Fix an error in the function that determines the ...Gregory Nutt2014-07-021-2/+2
* SAMA54D-EK: Don't disable any features in the NSH configuration. Comments u...Gregory Nutt2014-07-021-9/+9
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-5/+5
* SAMA5D4: Fix error in EMAC driver (plus related EMAC/GMAC drivers)Gregory Nutt2014-07-011-13/+6
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-3/+3
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1