summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4l-xplained
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-162-5/+1
* More trailing whilespace removalGregory Nutt2014-04-133-3/+3
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-281-3/+2
* SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-relat...Gregory Nutt2014-03-234-7/+7
* Backport SPI driver enhancements from SAMA5 to SAM3/4Gregory Nutt2014-03-131-11/+11
* Refresh several defconfig files to (1) bring them up-to-date, and (2) to conf...Gregory Nutt2014-03-061-18/+145
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-061-1/+0
* Removed almost all ostest configurationsGregory Nutt2014-02-284-808/+0
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-281-0/+2
* Add configuration for the SAMD20 Xplained Pro board. Initial check a low-eff...Gregory Nutt2014-02-124-8/+8
* Fix typo cloned to many files: SAM32 vs SAM34Gregory Nutt2014-02-122-2/+2
* 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-242-47/+6
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-242-2/+0
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-202-4/+8
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-7/+7
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-252-2/+2
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-252-2/+2
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-263-8/+8
* Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s...Gregory Nutt2013-07-191-3/+2
* 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
* Flesh out the Arduino Due board configuratino and integrate it with the build...Gregory Nutt2013-06-272-8/+8
* Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2013-06-2610-40/+68
* Add support for a separate CCM memory allocator for members of the STM32 fami...Gregory Nutt2013-06-252-3/+18
* Fix UG-2832HSWEG04 landscape. Add reverse landscape support to UG_2864AMBAG0...Gregory Nutt2013-06-241-5/+18
* 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-235-25/+444
* SAM4L Xplained SLCD driver is completeGregory Nutt2013-06-232-57/+142
* Beginning debug of SAM4L Xplained SLCDGregory Nutt2013-06-225-15/+45
* The SAM4L Xplained Pro SLCD driver is code complete but untestedGregory Nutt2013-06-223-234/+371
* Beginning of a driver for the SAM4L LED1 moduleGregory Nutt2013-06-214-10/+1254
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-211-0/+1
* Fix test of NULL pointer in the SAM3/4 SPI driverGregory Nutt2013-06-181-7/+6
* SAM3/4 SPI phase control (CPHA) is invertedGregory Nutt2013-06-181-5/+15
* MMC/SD driver needs to manage SPI mode and data width as wellGregory Nutt2013-06-171-13/+27
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-164-63/+30
* SAM MMCSD/SPI related changesGregory Nutt2013-06-152-2/+6
* 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-159-29/+354
* Fixes for SAM4S and 4L due to recent changes to SAM3S; Updated README filesGregory Nutt2013-06-141-51/+79
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-132-2/+2
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-122-2/+13