summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788
Commit message (Collapse)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are ↵Gregory Nutt2014-11-251-7/+2
| | | | real bugs.
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-123-3/+0
|
* Change naming of HP work queue configuration varaibles to be symmetric with ↵Gregory Nutt2014-10-113-9/+9
| | | | LP work queue naming
* 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-093-3/+3
| | | | standard setlogmask()
* All NSH-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-29/+13
| | | | syslog interfaces
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-2/+2
|
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-203-3/+3
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-1/+1
|
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-032-0/+2
|
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-014-11/+0
|
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-313-3/+0
|
* Refresh configurations using the MPUGregory Nutt2014-08-301-96/+288
|
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-292-3/+4
| | | | new CONFIG_BUILD_KERNEL
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- ↵Gregory Nutt2014-08-243-3/+3
| | | | the architecure must first declare support
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-073-3/+3
| | | | options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-073-3/+0
|
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE ↵Gregory Nutt2014-07-161-1/+1
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-033-3/+3
|
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-023-3/+3
|
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-052-2/+2
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-163-3/+3
|
* More trailing whilespace removalGregory Nutt2014-04-1311-15/+15
|
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
|
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-113-3/+3
|
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-063-3/+0
|
* Use common naming for rest of the toolchains tooGregory Nutt2014-03-051-93/+0
|
* Removed almost all ostest configurationsGregory Nutt2014-02-284-798/+0
|
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that ↵Gregory Nutt2014-02-282-0/+4
| | | | CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-7/+7
|
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-6/+6
|
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-5/+5
|
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-242-60/+5
|
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-244-4/+0
|
* Misc changes from Richard CochranGregory Nutt2014-01-151-0/+0
|
* Fix cloned typo in user space definitionGregory Nutt2013-12-271-2/+2
|
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-204-8/+16
|
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-291-1/+1
|
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-254-4/+4
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-254-4/+4
|
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-4/+4
|
* Separate wait() and enumerate() methods from struct usbhost_driver_s and ↵Gregory Nutt2013-08-131-5/+5
| | | | move to new interface, struct usbhost_connection_s. This is part of the necessary restructuring of the USB host interface to support multiple root hub ports.
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-2/+2
|
* Add untested OHCI driver for the SAMA5; structure naming and header files ↵Gregory Nutt2013-08-111-0/+1
| | | | for USB host initialization prototypes
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-264-8/+8
|
* Revamp the way external memory regions are configured; Add logic to add ↵Gregory Nutt2013-07-2410-44/+44
| | | | SAMA5 external memory regions to the heap
* Created new directories to hold SPI-related filesGregory Nutt2013-07-012-3/+3
|
* Add support for a generic windows-based EABI toolchain; Add NX configuration ↵Gregory Nutt2013-06-134-4/+4
| | | | to force default NXTK border colors
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-122-3/+13
| | | | CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup