summaryrefslogtreecommitdiff
path: root/nuttx/configs/samd20-xplained
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-1/+1
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-19/+3
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-201-1/+1
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-031-0/+1
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-1/+1
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-2/+2
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-161-4/+0
* More trailing whilespace removalGregory Nutt2014-04-132-3/+3
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-281-3/+2
* SAM4E-EK: Purely cosmetic updatesGregory Nutt2014-03-111-47/+37
* Refresh several defconfig files to (1) bring them up-to-date, and (2) to conf...Gregory Nutt2014-03-061-4/+24
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-061-1/+0
* Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if t...Gregory Nutt2014-02-281-0/+1
* SAM4E: Add vector definition header filesGregory Nutt2014-02-211-2/+8
* SAMD20: Some progress debugging SPI. Currently hangsGregory Nutt2014-02-201-6/+9
* SAMD20: Changes for clean build of SPI driver and SAMD20 Xplained Pro board w...Gregory Nutt2014-02-209-72/+121
* SAMD20: SPI driver is code-complete, but untestedGregory Nutt2014-02-201-21/+78
* SAMD20: Add a framework for an SPI driverGregory Nutt2014-02-191-44/+205
* SAMD20: Move some common SERCOM logic to a separate file where it can be sharedGregory Nutt2014-02-192-7/+2
* sched/task_terminate always return an error because return value was not bein...Gregory Nutt2014-02-181-2/+2
* SAMD20: Increase FLASH waitstates to 2Gregory Nutt2014-02-183-12/+58
* Mostly cosmetic clean-up of commentsGregory Nutt2014-02-171-8/+10
* SAMD20: Fix BAUD calculation. Now comes up okay about 20% of the timeGregory Nutt2014-02-171-2/+3
* SAMD20: Fix some confusion what which pins are on which connectorsGregory Nutt2014-02-173-11/+29
* SAMD20: Now runs, but no serial outputGregory Nutt2014-02-172-13/+14
* SAMD20: Initial debug changes to get clockingGregory Nutt2014-02-173-2/+36
* SAMD20: Misc changes for a clean build with debug enabledGregory Nutt2014-02-173-3/+3
* SAMD20: Move serial console back to SERCOM4Gregory Nutt2014-02-163-11/+89
* SAMD20: Completes low-level USART logicGregory Nutt2014-02-161-3/+3
* SAMD20: A little more USART logicGregory Nutt2014-02-151-0/+3
* SAMD20: Beginning of SERCOM UART configuration logicGregory Nutt2014-02-154-52/+63
* SAMD20: Finishes basic clock configuration logicGregory Nutt2014-02-151-34/+124
* SAM D20: More clock configuration logic (still incomplete)Gregory Nutt2014-02-141-65/+101
* SAM D20: Put fuse related definition in a separate header file so make licens...Gregory Nutt2014-02-141-5/+5
* SAM D20: A little more clock configuration logic (still incomplete)Gregory Nutt2014-02-141-17/+90
* SAMD20: Add NVMCTRL register definition header file. Also empty framework fo...Gregory Nutt2014-02-141-0/+4
* SAMD20: Fixes to SRAM size, No. memory regions, and beginning of clocking logicGregory Nutt2014-02-133-105/+48
* Add SAMD20 pin configuration definitionsGregory Nutt2014-02-131-13/+13
* Minimal changes to get a clean compilation of the SAMD20 Xplained configurati...Gregory Nutt2014-02-138-73/+73
* Fix-up some SAMD20 SERCOM conditionalsGregory Nutt2014-02-127-18/+22
* Add initial support for the Atmel SAMD20 Xplained Pro boardGregory Nutt2014-02-122-141/+192
* Add configuration for the SAMD20 Xplained Pro board. Initial check a low-eff...Gregory Nutt2014-02-1219-0/+4049