summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4l-xplained/src
Commit message (Expand)AuthorAgeFilesLines
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-1/+2
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-272-3/+6
* configs/: Remove prototypes of board_led* functions from all board header filesGregory Nutt2015-02-271-8/+0
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-21/+5
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-12/+12
* Fix typos from previous commit to fix button interruptsGregory Nutt2014-06-221-1/+1
* Several other interrupt button implementations had the same problem as did th...Gregory Nutt2014-06-151-4/+17
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-2/+2
* More trailing whilespace removalGregory Nutt2014-04-132-2/+2
* SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-relat...Gregory Nutt2014-03-231-2/+2
* Backport SPI driver enhancements from SAMA5 to SAM3/4Gregory Nutt2014-03-131-11/+11
* Add configuration for the SAMD20 Xplained Pro board. Initial check a low-eff...Gregory Nutt2014-02-121-1/+1
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-0/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-243-9/+9
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-3/+3
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-5/+5
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-5/+6
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-7/+7
* Add a general bit-bang SPI lower-half driver and implement the bit-bang drive...Gregory Nutt2013-07-011-2/+2
* Created new directories to hold SPI-related filesGregory Nutt2013-07-013-5/+5
* Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2013-06-267-18/+18
* Add support for a separate CCM memory allocator for members of the STM32 fami...Gregory Nutt2013-06-251-0/+6
* Fix UG-2832HSWEG04 configuration valuesGregory Nutt2013-06-231-3/+3
* Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED ...Gregory Nutt2013-06-234-6/+338
* SAM4L Xplained SLCD driver is completeGregory Nutt2013-06-231-56/+138
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-224-15/+41
* The SAM4L Xplained Pro SLCD driver is code complete but untestedGregory Nutt2013-06-222-160/+270
* Beginning of a driver for the SAM4L LED1 moduleGregory Nutt2013-06-213-4/+1229
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-163-60/+22
* SAM MMCSD/SPI related changesGregory Nutt2013-06-151-2/+0
* Oops.. files that I forgot to add in the last commitGregory Nutt2013-06-152-0/+246
* Add support for the SAM4L Xplained Pro I/O1 moduleGregory Nutt2013-06-154-25/+108
* Add configs/sam4s-xplainedGregory Nutt2013-06-112-3/+3
* SAM4L: Add an NSH configuration and C++ supportGregory Nutt2013-06-092-0/+158
* SAM3U/4L changes to hide differences by clocking in those MCUsGregory Nutt2013-06-082-19/+19
* SM4L: USB clock configuration and WDT register definition fileGregory Nutt2013-06-081-4/+4
* SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor documenta...Gregory Nutt2013-06-051-1/+2
* Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-043-6/+152
* More changes that should have gone with the last commitGregory Nutt2013-06-041-3/+3
* Add a skeleton configuration that will eventually support the SAM4L Xplained ...Gregory Nutt2013-06-037-0/+890