summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-124-4/+0
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-112-6/+6
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-112-2/+2
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-111-1/+1
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-094-4/+4
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-33/+12
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-25/+12
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-2/+2
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-201-2/+2
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-204-10/+10
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-202-11/+11
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-033-0/+3
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-014-8/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-314-4/+0
* Refresh configurations using the MPUGregory Nutt2014-08-301-76/+149
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-292-3/+4
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-244-4/+4
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-074-4/+4
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-074-4/+0
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-162-2/+8
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-4/+7
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-034-4/+4
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-024-4/+4
* 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-3/+3
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-053-3/+3
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-165-8/+4
* More trailing whilespace removalGregory Nutt2014-04-136-7/+7
* 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-238-19/+19
* Removed to unnecessary, cloned USB-related logicGregory Nutt2014-03-173-52/+0
* SAM3/4: Integrate the SPI DMA interface with the existing code. Does not ye...Gregory Nutt2014-03-135-14/+14
* Backport SPI driver enhancements from SAMA5 to SAM3/4Gregory Nutt2014-03-131-9/+9
* SAM4E-EK: Add basic board supportGregory Nutt2014-03-101-2/+2
* Refresh several defconfig files to (1) bring them up-to-date, and (2) to conf...Gregory Nutt2014-03-064-55/+505
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-064-4/+0
* Removed almost all ostest configurationsGregory Nutt2014-02-284-789/+0
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-283-0/+6
* SAM3/4: Fix some build errors that crept in with the SAM4E supportGregory Nutt2014-02-251-2/+2
* SAM4E: Update SAM3/4 TC and DMAC register definition header filesGregory Nutt2014-02-256-7/+7
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-243-9/+9
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-8/+8
* 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-245-5/+0
* Looks like an error all all kernel build linker scriptsGregory Nutt2013-12-301-1/+1
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ...Gregory Nutt2013-12-301-5/+2
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled th...Gregory Nutt2013-12-301-0/+1
* NxWidgets server initialization must be performed in the kernel when NxWdiget...Gregory Nutt2013-12-291-31/+128