summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/sam4s-xplained
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Move board_ prototypes from arch.h to board.hGregory Nutt1-2/+3
2015-02-27configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2-3/+6
2015-02-27configs/: Remove prototypes of board_led* functions from all board header filesGregory Nutt1-8/+0
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt1-1/+0
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt1-1/+1
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt1-1/+1
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt1-0/+1
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-2/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt1-1/+0
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt1-1/+1
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt1-1/+1
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt1-1/+0
2014-07-07Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt1-12/+12
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt1-1/+1
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt1-1/+1
2014-06-22Fix typos from previous commit to fix button interruptsGregory Nutt1-1/+1
2014-06-15SAM4S Xplained (both): Button interrupts not being disabled after being deta...Gregory Nutt1-4/+17
2014-05-05The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt1-1/+1
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt2-5/+1
2014-04-13More trailing whilespace removalGregory Nutt3-5/+5
2014-03-28Documentatin updated; fix errors in some commentsGregory Nutt1-3/+2
2014-03-23SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-relat...Gregory Nutt4-7/+7
2014-03-06Refresh several defconfig files to (1) bring them up-to-date, and (2) to conf...Gregory Nutt1-24/+149
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt1-1/+0
2014-02-28Removed almost all ostest configurationsGregory Nutt4-792/+0
2014-02-28configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt1-0/+2
2014-02-25SAM3/4: Fix some build errors that crept in with the SAM4E supportGregory Nutt1-1/+1
2014-02-10Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt1-0/+1
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt3-9/+9
2014-01-24Rename up_irqbutton() to board_button_irq()Gregory Nutt1-3/+3
2014-01-24Rename up_buttons() to board_buttons()Gregory Nutt1-5/+5
2014-01-24Rename up_buttoninit to board_button_intializeGregory Nutt2-47/+6
2014-01-24The optimization level can now be selected as part of the configurationGregory Nutt2-2/+0
2013-12-20Finishes separation of debug symbols and optimization selectionsGregory Nutt2-4/+8
2013-09-25Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2-2/+2
2013-09-25Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2-2/+2
2013-07-26Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt3-8/+8
2013-07-24Update SAMA5D3x-EK board configuration to support on-board UART connections, ...Gregory Nutt1-5/+5
2013-07-24Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt6-13/+13
2013-07-19Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s...Gregory Nutt2-19/+21
2013-06-27Flesh out the Arduino Due board configuratino and integrate it with the build...Gregory Nutt4-10/+10
2013-06-27Review and update of SAM3/4 header files and conditional logic for SAM3X/A su...Gregory Nutt1-1/+1
2013-06-26Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2-3/+16
2013-06-26Add support for SAM3X and 3A chips, interrupts, and peripheral IDsGregory Nutt1-1/+0
2013-06-26Add support fo SAM4S Xplained SRAMGregory Nutt1-0/+134
2013-06-26Fix integration of RAM test into the build and configuration systemGregory Nutt7-24/+122
2013-06-21Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt1-0/+1
2013-06-15Add support for the SAM4L Xplained Pro I/O1 moduleGregory Nutt2-16/+23
2013-06-14Prep for 6.28 releaseGregory Nutt1-1/+1
2013-06-14Fixes for SAM4S and 4L due to recent changes to SAM3S; Updated README filesGregory Nutt1-86/+78