summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4s-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
* 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
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-12/+12
* 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
* Fix typos from previous commit to fix button interruptsGregory Nutt2014-06-221-1/+1
* SAM4S Xplained (both): Button interrupts not being disabled after being deta...Gregory Nutt2014-06-151-4/+17
* 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-5/+5
* 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
* Refresh several defconfig files to (1) bring them up-to-date, and (2) to conf...Gregory Nutt2014-03-061-24/+149
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-061-1/+0
* Removed almost all ostest configurationsGregory Nutt2014-02-284-792/+0
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-281-0/+2
* SAM3/4: Fix some build errors that crept in with the SAM4E supportGregory Nutt2014-02-251-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-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
* 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
* Update SAMA5D3x-EK board configuration to support on-board UART connections, ...Gregory Nutt2013-07-241-5/+5
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-246-13/+13
* Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s...Gregory Nutt2013-07-192-19/+21
* Flesh out the Arduino Due board configuratino and integrate it with the build...Gregory Nutt2013-06-274-10/+10
* Review and update of SAM3/4 header files and conditional logic for SAM3X/A su...Gregory Nutt2013-06-271-1/+1
* Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2013-06-262-3/+16
* Add support for SAM3X and 3A chips, interrupts, and peripheral IDsGregory Nutt2013-06-261-1/+0
* Add support fo SAM4S Xplained SRAMGregory Nutt2013-06-261-0/+134
* Fix integration of RAM test into the build and configuration systemGregory Nutt2013-06-267-24/+122
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-211-0/+1
* Add support for the SAM4L Xplained Pro I/O1 moduleGregory Nutt2013-06-152-16/+23
* Prep for 6.28 releasenuttx-6.28Gregory Nutt2013-06-141-1/+1
* Fixes for SAM4S and 4L due to recent changes to SAM3S; Updated README filesGregory Nutt2013-06-141-86/+78
* SAM3/4S GPIO interrupt changesGregory Nutt2013-06-131-1/+1
* 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