summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4s-xplained-pro
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-27/+23
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-201-1/+1
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to bo...Gregory Nutt2014-09-081-4/+4
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to bo...Gregory Nutt2014-09-081-1/+1
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-3/+1
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+0
* Refresh configurations using the MPUGregory Nutt2014-08-301-18/+61
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-0/+1
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-2/+2
* 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
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-11/+11
* 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
* SAM4S Xplained Pro: Correct description of LEDs and usage. From Kosma MoczekGregory Nutt2014-06-303-56/+56
* Fix typos from previous commit to fix button interruptsGregory Nutt2014-06-221-2/+2
* SAM4S Xplained (both): Button interrupts not being disabled after being deta...Gregory Nutt2014-06-151-4/+17
* SAM4S Xplained Pro: Clean-up of LED usage and also some integration of new ti...Gregory Nutt2014-05-057-82/+53
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* If the CPU load measurements are being driven by an external clock, then the ...Gregory Nutt2014-04-301-0/+1
* The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems th...Gregory Nutt2014-04-301-0/+1
* SAM4S Xplained Pro build fixesGregory Nutt2014-04-301-4/+0
* Refresh SAM4S Xplained Pro configurationGregory Nutt2014-04-301-0/+16
* Updated system timer logic from Bob DoironGregory Nutt2014-04-304-10/+19
* Updated system timer logic from Bob DoironGregory Nutt2014-04-301-11/+78
* The SAM4S Xplained Pro now uses the extended timer/counter features. From Bob...Gregory Nutt2014-04-303-12/+50
* SAM4S Xplained Pro: update LED conrol logic. From Bob DoironGregory Nutt2014-04-303-22/+36
* Final prep for NuttX-7.2 releasenuttx-7.2Gregory Nutt2014-04-281-1/+1
* SAM4S Xplained Pro fixups from Bob DOIRON after the last big set of commitsGregory Nutt2014-04-224-11/+36
* Fix Bob's name in as many places as possible; Make sure that Bob is an author...Gregory Nutt2014-04-2210-8/+18
* Back out a bad change in the last commit + add missing SAM4S Xplained Pro fileGregory Nutt2014-04-224-2/+219
* Misc changes to get a clean compilation after incorporating all of Bob Doison...Gregory Nutt2014-04-224-3/+13
* SAM4X Xplained Pro board configuration updated by Bob DoisonGregory Nutt2014-04-225-52/+129
* Various SAM4S related fixes, mostely related to the timer driver driver and t...Gregory Nutt2014-04-225-5/+22
* examples/cpuhog and serialblaster from Bob DoironGregory Nutt2014-04-223-94/+68
* Misc SAM4S-related changes from Bob DoisonGregory Nutt2014-04-212-25/+51
* SAM4S Xplained Pro: Watchdog timer support for Bob DoisonGregory Nutt2014-04-216-93/+483
* SAM4S Xplained: Add logic to autostart the USB monitorGregory Nutt2014-04-212-7/+47
* SAM4S Xplained: Boot PPLLA to 2450MHz to support USBGregory Nutt2014-04-211-12/+24
* SAM4S Xplained Pro: Add USB suspend/resume hook. From Bob DoisonGregory Nutt2014-04-212-0/+91
* SAM4S Xplained Pro: Enable MPU. From Bob DoironGregory Nutt2014-04-212-1/+11
* SAM4S Xplained Pro: Added card detect, automout procfs. From Bob DoisonGregory Nutt2014-04-216-6/+440
* Support for the Atmel SAM4S Xplaiend Board from Bob DoisonGregory Nutt2014-04-2114-0/+3016