#include <avr/io.h>
#include <avr/interrupt.h>
#include <dispatcher.h>
#include "init.h"
#include "arch/avr/rtl8019.h"
#include "net/net_if.h"
#include "net/tcp.h"
#include "app/ports.h"
#include "app/dns_sd.h"
#include "telnet.h"
#include "httpd.h"
Go to the source code of this file.
Functions | |
int | main (void) |
int main | ( | void | ) |
Definition at line 18 of file main.c.
References httpd_check(), httpd_start(), init_networking(), init_time, NIP_DISP_IF_TIMER, nip_disp_notify, nip_disp_notify_if(), NIP_DISP_TIMER, nip_dispatcher(), telnet_check(), and telnet_start().