summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/samd
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more issues found by cppcheckGregory Nutt2014-11-241-1/+1
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-4/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-294-6/+6
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-1/+1
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+0
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-3/+7
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-201-4/+4
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-135-13/+13
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* unlink/rm can now be used on nodes in the pseudo-filesystem. There is new co...Gregory Nutt2014-02-201-1/+1
* SAMD20: Some progress debugging SPI. Currently hangsGregory Nutt2014-02-204-68/+102
* SAMD20: Changes for clean build of SPI driver and SAMD20 Xplained Pro board w...Gregory Nutt2014-02-205-94/+122
* SAMD20: SPI driver is code-complete, but untestedGregory Nutt2014-02-205-61/+360
* SAMD: A little more SPI logicGregory Nutt2014-02-194-29/+89
* SAMD20: Add a framework for an SPI driverGregory Nutt2014-02-196-13/+1548
* SAMD20: Move some common SERCOM logic to a separate file where it can be sharedGregory Nutt2014-02-196-132/+337
* SAMD20: Increase FLASH waitstates to 2Gregory Nutt2014-02-181-4/+33
* Mostly cosmetic clean-up of commentsGregory Nutt2014-02-172-3/+2
* SAMD20: Fix BAUD calculation. Now comes up okay about 20% of the timeGregory Nutt2014-02-171-20/+36
* SAMD20: Now runs, but no serial outputGregory Nutt2014-02-175-60/+79
* SAMD20: Initial debug changes to get clockingGregory Nutt2014-02-173-16/+76
* SAMD20: Misc changes for a clean build with debug enabledGregory Nutt2014-02-174-99/+189
* SAMD20: Add WDT and EVSYS register definition header filesGregory Nutt2014-02-168-11/+411
* SAMD20: Add I2C slave register definition header fileGregory Nutt2014-02-163-11/+233
* SAM20D: Add SPI and I2C master register definition header filesGregory Nutt2014-02-163-14/+479
* SAMD20: The basic port is complete but still untestedGregory Nutt2014-02-169-5/+1204
* SAMD20: Completes low-level USART logicGregory Nutt2014-02-164-53/+224
* SAMD20: More SERCOM USART configuration logicGregory Nutt2014-02-154-8/+243
* SAMD20: A little more USART logicGregory Nutt2014-02-153-5/+14
* SAMD20: Beginning of SERCOM UART configuration logicGregory Nutt2014-02-158-133/+616
* SAM D20: Add SERCOM USART register definition header fileGregory Nutt2014-02-151-0/+219
* SAMD20: Finishes basic clock configuration logicGregory Nutt2014-02-151-13/+397
* SAM D20: More clock configuration logic (still incomplete)Gregory Nutt2014-02-141-2/+71
* SAM D20: Put fuse related definition in a separate header file so make licens...Gregory Nutt2014-02-1410-190/+303
* SAM D20: A little more clock configuration logic (still incomplete)Gregory Nutt2014-02-143-21/+417
* SAMD20: Add NVMCTRL register definition header file. Also empty framework fo...Gregory Nutt2014-02-145-3/+471
* SAMD20: Add SYSCTRL register definition header fileGregory Nutt2014-02-131-0/+309
* SAMD20: Add GCLK and PM register definition header filesGregory Nutt2014-02-132-0/+379
* SAMD20: Add port configuration logicGregory Nutt2014-02-134-35/+568
* Add SAMD20 pin configuration definitionsGregory Nutt2014-02-134-259/+550
* Minimal changes to get a clean compilation of the SAMD20 Xplained configurati...Gregory Nutt2014-02-136-98/+784
* Fix-up some SAMD20 SERCOM conditionalsGregory Nutt2014-02-121-13/+91
* Add initial support for the Atmel SAMD20 Xplained Pro boardGregory Nutt2014-02-121-36/+52
* Add basic framework to support the Atmel SAMD Cortex-M+ chipGregory Nutt2014-02-1217-0/+2447