summaryrefslogtreecommitdiff
path: root/nuttx/configs/zkit-arm-1769
Commit message (Expand)AuthorAgeFilesLines
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-041-7/+8
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-311-2/+3
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-312-0/+2
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-4/+6
* zkit lpc1768: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2113-41/+33
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-1/+4
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-272-4/+4
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-144-0/+4
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-164-4/+4
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-164-4/+4
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-144-0/+20
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-124-4/+0
* 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-34/+17
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-1/+1
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-204-4/+4
* 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-034-0/+4
* 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
* 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-161-1/+4
* 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
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-244-8/+20
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-052-2/+2
* zkit-arm-1769: Refreshed all configurationsGregory Nutt2014-04-194-267/+965
* Remove other traces of network interrupt prioritizationGregory Nutt2014-04-195-6/+4
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-165-8/+4
* More trailing whilespace removalGregory Nutt2014-04-132-3/+3
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-114-8/+8
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-092-2/+2
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-064-4/+0
* configs/skp16c26/ostest: Configuration converted to use the kconfig-frontends...Gregory Nutt2014-03-061-2/+1
* Make network buffering sizes consistent in all configurationsGregory Nutt2014-03-034-10/+10
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-282-0/+4
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-7/+7
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-4/+4
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-9/+9
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-5/+5
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-244-4/+0
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-134-0/+4
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-204-8/+16
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* ZIT-ARM-1769: Led to LED control logic from Raashid FatahGregory Nutt2013-09-261-4/+4
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-254-4/+4
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-255-7/+7
* LED change requested by RashidGregory Nutt2013-09-251-1/+1