summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* configs/ntosd-dm320/udp: Configuration converted to use the ↵Gregory Nutt2014-03-054-285/+644
| | | | kconfig-frontends tools
* configs/ntosd-dm320/thttpd: Configuration converted to use the ↵Gregory Nutt2014-03-053-330/+643
| | | | kconfig-frontends tool
* configs/ntosd-dm320/poll: Configuration converted to use the ↵Gregory Nutt2014-03-053-282/+629
| | | | kconfig-frontends tools
* configs/ntosd-dm320/nsh: Configuration converted to use the ↵Gregory Nutt2014-03-053-305/+737
| | | | kconfig-frontends tools
* configs/ntosd-dm320/nettest: Configuration converted to use the ↵Gregory Nutt2014-03-057-321/+768
| | | | kconfig-frontends tools
* configs/avr32dev1/nsh: Configuration converted to use the kconfig-frontends ↵Gregory Nutt2014-03-054-367/+604
| | | | tools
* configs/avr32dev1/ostest: Configuration converted to use the ↵Gregory Nutt2014-03-054-369/+553
| | | | kconfig-frontends tools
* Create AVR32 Kconfig files; reshuffled lots of configuration namesGregory Nutt2014-03-0518-23/+25
|
* Create AVR32 Kconfig files; reshuffled lots of configuration namesGregory Nutt2014-03-055-58/+274
|
* configs/teensy/nsh: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-053-363/+566
|
* configs/teensy/hello: Configuration converted to use the kconfig-frontends toolGregory Nutt2014-03-055-392/+548
|
* configs/micropendous3/hello: Configuration converted to use the ↵Gregory Nutt2014-03-054-371/+531
| | | | kconfig-frontends tools
* configs/amber/hello: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-054-376/+523
|
* configs/olimex-strp711/nsh: Configuration converted to use the ↵Gregory Nutt2014-03-054-347/+718
| | | | kconfig-frontends tools
* configs/mcu123-lpc214x/composite: Configuration converted to use the ↵Gregory Nutt2014-03-055-407/+674
| | | | kconfig-frontends tools
* configs/compal_e99/nsh_highram: Configuration converted to use the ↵Gregory Nutt2014-03-055-295/+817
| | | | kconfig-frontends tools
* configs/compal_e99/nsh_compalram: Configuration converted to use the ↵Gregory Nutt2014-03-058-370/+820
| | | | kconfig-frontends tools
* configs/c5471evm/nsh: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-055-268/+728
|
* configs/olimex-lpc1766stk/slip-httpd: Configuration converted to use the ↵Gregory Nutt2014-03-044-495/+690
| | | | kconfig-frontends tools
* configs/ez80f910200zco/poll: Configuration converted to use the ↵Gregory Nutt2014-03-043-369/+649
| | | | kconfig-frontends tools
* configs/ez80f910200zco/nsh: Configuration converted to use the ↵Gregory Nutt2014-03-045-495/+823
| | | | kconfig-frontends tools
* configs/sim/nx11: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-044-520/+690
|
* configs/sim/pashello: Configuration converted to use the kconfig-frontends toolGregory Nutt2014-03-043-211/+524
|
* configs/sim/touchscreen: Configuration converted to use the ↵Gregory Nutt2014-03-044-277/+574
| | | | kconfig-frontends tools
* configs/eagle100/nxflat: Configuration converted to use the ↵Gregory Nutt2014-03-0411-478/+715
| | | | kconfig-frontends tools
* configs/c5471evm/httpd: Configuration converted to use the kconfig-frontends ↵Gregory Nutt2014-03-045-236/+618
| | | | tools
* configs/ez80f910200zco/httpd: Configuration converted to use the ↵Gregory Nutt2014-03-044-409/+693
| | | | kconfig-frontends tools
* configs/eagle100/httpd: Configuration converted to use the kconfig-frontends ↵Gregory Nutt2014-03-045-364/+755
| | | | tools
* configs/eagle100/thttpd: Configuration converted to use the ↵Gregory Nutt2014-03-046-381/+777
| | | | kconfig-frontends tools
* configs/lpcxpresso-lpc1768/thttpd: Configuration converted to use the ↵Gregory Nutt2014-03-044-418/+692
| | | | kconfig-frontends tools
* configs/olimex-lpc1766stk/thttpd: Configuration converted to use the ↵Gregory Nutt2014-03-044-423/+692
| | | | kconfig-frontends tools
* configs/mcu123-lpc214x/usbserial: Configuration converted to use the ↵Gregory Nutt2014-03-046-396/+740
| | | | kconfig-frontends tools
* configs/hymini-stm32v/usbserial: Configuration converted to use the ↵Gregory Nutt2014-03-044-349/+603
| | | | kconfig-frontends tools
* configs/hymini-stm32v/usbserial: Configuration converted to use the ↵Gregory Nutt2014-03-044-431/+780
| | | | kconfig-frontends tools
* Fix a FAT file corruption problem. From Andrew TridgellGregory Nutt2014-03-042-56/+61
|
* configs/stm3220g-eval/telnetd: Configuration converted to use the ↵Gregory Nutt2014-03-045-552/+791
| | | | kconfig-frontends tools
* configs/stm3240g-eval/telnetd: Configuration converted to use the ↵Gregory Nutt2014-03-045-569/+853
| | | | kconfig-frontends tools
* configs/stm3210e-eval/nxconsole: Configuration converted to use the ↵Gregory Nutt2014-03-044-540/+885
| | | | kconfig-frontends tools
* configs/stm3240g-eval/nxconsole: Configuration converted to use the ↵Gregory Nutt2014-03-048-737/+1007
| | | | kconfig-frontends tools
* configs/stm3210e-eval/pm: Configuration converted to use the ↵Gregory Nutt2014-03-0410-758/+994
| | | | kconfig-frontends tools
* configs/stm32f4discovery/pm: Configuration converted to use the ↵Gregory Nutt2014-03-0422-721/+886
| | | | kconfig-frontends tools
* Add missing DHCPD configuration settingsGregory Nutt2014-03-037-1/+104
|
* dhcpd_allocipaddr() should not call ntohl(). The return value is already in ↵Gregory Nutt2014-03-032-39/+59
| | | | host order. From Brennan Ashton
* configs/teensy/nettest: Configuration converted to use the kconfig-frontends ↵Gregory Nutt2014-03-035-382/+604
| | | | tools
* configs/mcu123-lpc214x/usbmsc: Configuration converted to use the ↵Gregory Nutt2014-03-0316-552/+913
| | | | kconfig-frontends tools
* configs/ea3131/usbmsc: Configuration removed. It could not possible useful ↵Gregory Nutt2014-03-036-651/+8
| | | | because there is no MCI driver for the EA3131
* configs/hymini-stm32v/usbmsc: Configuration converted to use the ↵Gregory Nutt2014-03-034-406/+752
| | | | kconfig-frontends tools
* configs/stm3210e-eval/usbmsc: Configuration converted to use the ↵Gregory Nutt2014-03-034-416/+757
| | | | kconfig-frontends tools
* configs/lpcxpresso-lpc1768/usbmsc: Configuration converted to use the ↵Gregory Nutt2014-03-034-400/+664
| | | | kconfig-frontends tools
* configs/nucleus2g/usbmsc: Configuration converted to use the ↵Gregory Nutt2014-03-034-390/+651
| | | | kconfig-frontends tools