summaryrefslogtreecommitdiff
path: root/nuttx/configs/zkit-arm-1769
Commit message (Expand)AuthorAgeFilesLines
* 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
* ZKIT-ARM-1769: LED1 is now user controllable. From Rashid FatahGregory Nutt2013-09-232-42/+111
* A consequence of previous change: Configurations that select a PHY also need...Gregory Nutt2013-09-173-3/+3
* Zkit-ARM-1868: MMC/SD is on SPI, not SSP0. From Rashid FatahGregory Nutt2013-09-172-52/+117
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-175-17/+17
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-265-12/+12
* Created new directories to hold SPI-related filesGregory Nutt2013-07-015-8/+8
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-134-4/+4
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-4/+3
* Changes to remove some warning sduring compilation for ZKit-arm-1769 Board.Gregory Nutt2013-05-026-4/+21
* zkit-arm-1769 ADC and SPI/USB MSC updates from MKannanGregory Nutt2013-04-232-4/+20
* Add missing #endif that was lost in the last checkinGregory Nutt2013-04-111-0/+1
* Zkit-arm-1769 board uses SSP0 to LCD and SPI to SD-CardGregory Nutt2013-04-104-29/+203
* Remove extra space in button file. From M. KannanGregory Nutt2013-04-051-1/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-014-10/+10
* LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); ...patacongo2013-04-014-6/+9
* Add support for CAN1 and CAN2 to zkit-arm-1769. From M. Kannanpatacongo2013-04-012-20/+32
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-221-0/+195
* Add an ST7567 LCD driver for ZKIT-ARM-1769patacongo2013-03-226-5/+1036
* Add button support for zkit-arm-1769 boardpatacongo2013-03-142-5/+218
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-143-2/+8
* ZKIT-ARM-1769 support for ADC and DAC from Rashidpatacongo2013-03-093-0/+231