summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
Commit message (Collapse)AuthorAgeFilesLines
...
* configs/olimex-lpc1766stk/nx converted to use the kconfig-frontendsGregory Nutt2014-03-023-469/+677
|
* configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-4/+0
|
* Removed almost all ostest configurationsGregory Nutt2014-02-285-719/+1
|
* 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
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't ↵Gregory Nutt2014-02-212-2/+2
| | | | know where the apps/ dir will be be until install time
* SAM4E: Add support for PIO and peripheral clocksGregory Nutt2014-02-211-0/+7
|
* Fix some errors that crept into the conversion of an Olimex-LPC1766STK ↵Gregory Nutt2014-02-211-9/+5
| | | | configuration
* Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools ↵Gregory Nutt2014-02-202-462/+748
| | | | by Alan Carvalho de Assis
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-101-0/+2
|
* Add a mouse interface that is similar to the touchscreen interface except ↵Gregory Nutt2014-02-102-2/+7
| | | | that it can handle multple buttons and continuously reports positional data so that it can control a cursor
* The USB HID mouse driver is now functional. There are some usage issues as ↵Gregory Nutt2014-02-092-4/+3
| | | | described in the top-level TODO list
* LP1766-STK: Add a configuration to test the USB HID mouseGregory Nutt2014-02-096-10/+1284
|
* Rename Olimex LPC1766-STK files to conform with current naming standardsGregory Nutt2014-02-0910-2141/+0
|
* Rename Olimex LPC1766-STK files to conform with current naming standardsGregory Nutt2014-02-0910-0/+2130
|
* Add support for a USB HID mouse. Untested on initial check-inGregory Nutt2014-02-091-8/+77
|
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-9/+9
|
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-242-8/+8
|
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-6/+6
|
* 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-2411-11/+0
|
* Refresh the Olimex LPC1766STK NSH configurationGregory Nutt2014-01-201-18/+131
|
* Update paths to more recent CodeSourcery toolchainGregory Nutt2014-01-2011-12/+23
|
* Misc changes from Richard CochranGregory Nutt2014-01-158-0/+0
|
* Change how TCP read-ahead is selected to better integrate with TCP write ↵Gregory Nutt2014-01-136-0/+6
| | | | buffering
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-2011-22/+44
|
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-291-1/+1
|
* examples/hidkbd now expects an architecture-specific USB HOST initialization ↵Gregory Nutt2013-11-292-0/+75
| | | | function
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-255-5/+5
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-251-1/+1
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-2511-40/+40
|
* A consequence of previous change: Configurations that select a PHY also ↵Gregory Nutt2013-09-179-3/+9
| | | | need to set CONFIG_NETDEVICES or PHY configuration will be lost on the next reconfiguration
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-1710-19/+19
|
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-057-10/+10
|
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-2/+2
|
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ↵Gregory Nutt2013-08-131-56/+117
| | | | to the massive changes to the USB host interfaces needed to support the SAMA5
* 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-2612-26/+26
|
* Fix problems with host build of the Zmodem toolsGregory Nutt2013-07-161-19/+48
|
* More Zmodem tweaksGregory Nutt2013-07-162-36/+17
|
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-151-2/+1
|
* Minor end-of-the-day Zmodem changesGregory Nutt2013-07-152-5/+4
|
* Fix file write loopGregory Nutt2013-07-151-3/+29
|
* Partial fixes for Zmodem RX buffering problems.Gregory Nutt2013-07-152-42/+134
|
* Fix an error in the ordering of fields in zm_transition_s structure; update ↵Gregory Nutt2013-07-141-56/+88
| | | | documentation
* More Zmodem bugfixes and new filesGregory Nutt2013-07-131-2/+4
|
* Additional support needed for Zmodem debugGregory Nutt2013-07-122-3/+21
|
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-125-36/+1109
|
* Created new directories to hold SPI-related filesGregory Nutt2013-07-014-6/+6
|