# # \brief Test for using the lwIP TCP/IP stack over USB # \author Sebastian Sumpf # \date 2012-07-06 # # This test case executes a small HTTP server, it has been used on PandaBoard # hardware only, though it should execute but not do anything on other hardware # # # Build # build { core init drivers/pci drivers/timer drivers/usb test/lwip/http_srv } create_boot_directory # # Generate config # set config { } install_config $config # # Boot modules # # generic modules set boot_modules { core init timer usb_drv ld.lib.so libc.lib.so libc_log.lib.so lwip.lib.so test-lwip_httpsrv } build_boot_image $boot_modules # vi: set ft=tcl :