diff --git a/configs/mbed/README.txt b/configs/mbed/README.txt index ac9047f62c1..c059f1de9e5 100755 --- a/configs/mbed/README.txt +++ b/configs/mbed/README.txt @@ -298,6 +298,8 @@ mbed Configuration Options CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented). CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs CONFIG_DEBUG. + CONFIG_NET_DUMPPACKET - Dump all received and transmitted packets. + Also needs CONFIG_DEBUG. CONFIG_NET_BROADCAST - Enable receipt of broadcast frames CONFIG_NET_HASH - Enable receipt of near-perfect match frames. CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. diff --git a/configs/nucleus2g/README.txt b/configs/nucleus2g/README.txt index 99aac4073f6..76864531e81 100755 --- a/configs/nucleus2g/README.txt +++ b/configs/nucleus2g/README.txt @@ -249,7 +249,7 @@ LEDs #define LED_INIRQ 4 /* NC NC ON (momentary) */ #define LED_SIGNAL 5 /* NC NC ON (momentary) */ #define LED_ASSERTION 6 /* NC NC ON (momentary) */ - #define LED_PANIC 7 /* NC NC ON (1Hz flashing) */ + #define LED_PANIC 7 /* NC NC ON (0.5Hz flashing) */ After the system is booted, this logic will no longer use LEDs 1 and 2. They are then available for use the application software using lpc17_led1() and @@ -410,6 +410,8 @@ Nucleus 2G Configuration Options CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented). CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs CONFIG_DEBUG. + CONFIG_NET_DUMPPACKET - Dump all received and transmitted packets. + Also needs CONFIG_DEBUG. CONFIG_NET_BROADCAST - Enable receipt of broadcast frames CONFIG_NET_HASH - Enable receipt of near-perfect match frames. CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. diff --git a/configs/olimex-lpc1766stk/README.txt b/configs/olimex-lpc1766stk/README.txt index 14784e5c9ce..8f5c67188da 100755 --- a/configs/olimex-lpc1766stk/README.txt +++ b/configs/olimex-lpc1766stk/README.txt @@ -293,7 +293,7 @@ LEDs - ON/OFF toggles means that various events are happening. - GLowing: LED2 is turned on and off on every interrupt so even timer interrupts should cause LED2 to glow faintly in the normal case. - - Flashing. If the LED2 is flashing at about 1Hz, that means that a crash + - Flashing. If the LED2 is flashing at about 0.5Hz, that means that a crash has occurred. If CONFIG_ARCH_STACKDUMP=y, you will get some diagnostic information on the console to help debug what happened. @@ -616,6 +616,8 @@ Olimex LPC1766-STK Configuration Options CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented). CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs CONFIG_DEBUG. + CONFIG_NET_DUMPPACKET - Dump all received and transmitted packets. + Also needs CONFIG_DEBUG. CONFIG_NET_BROADCAST - Enable receipt of broadcast frames CONFIG_NET_HASH - Enable receipt of near-perfect match frames. CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. diff --git a/configs/olimex-lpc1766stk/nettest/defconfig b/configs/olimex-lpc1766stk/nettest/defconfig index 25322b279f6..598f69f1095 100755 --- a/configs/olimex-lpc1766stk/nettest/defconfig +++ b/configs/olimex-lpc1766stk/nettest/defconfig @@ -76,7 +76,7 @@ CONFIG_ARCH_CHIP=lpc17xx CONFIG_ARCH_CHIP_LPC1766=y CONFIG_ARCH_BOARD=olimex-lpc1766stk CONFIG_ARCH_BOARD_LPC1766STK=y -CONFIG_BOARD_LOOPSPERMSEC=7982 +CONFIG_BOARD_LOOPSPERMSEC=8111 CONFIG_DRAM_SIZE=(32*1024) CONFIG_DRAM_START=0x10000000 CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE) @@ -195,6 +195,8 @@ CONFIG_UART3_2STOP=0 # CONFIG_NET_WOL - Enable Wake-up on Lan (not fully implemented). # CONFIG_NET_REGDEBUG - Enabled low level register debug. Also needs # CONFIG_DEBUG. +# CONFIG_NET_DUMPPACKET - Dump all received and transmitted packets. +# Also needs CONFIG_DEBUG. # CONFIG_NET_BROADCAST - Enable receipt of broadcast frames # CONFIG_NET_HASH - Enable receipt of near-perfect match frames. # CONFIG_NET_MULTICAST - Enable receipt of multicast (and unicast) frames. diff --git a/configs/olimex-lpc1766stk/nsh/defconfig b/configs/olimex-lpc1766stk/nsh/defconfig index f686bcb5c9d..b1b81f5227c 100755 --- a/configs/olimex-lpc1766stk/nsh/defconfig +++ b/configs/olimex-lpc1766stk/nsh/defconfig @@ -76,7 +76,7 @@ CONFIG_ARCH_CHIP=lpc17xx CONFIG_ARCH_CHIP_LPC1766=y CONFIG_ARCH_BOARD=olimex-lpc1766stk CONFIG_ARCH_BOARD_LPC1766STK=y -CONFIG_BOARD_LOOPSPERMSEC=7982 +CONFIG_BOARD_LOOPSPERMSEC=8111 CONFIG_DRAM_SIZE=(32*1024) CONFIG_DRAM_START=0x10000000 CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE) diff --git a/configs/olimex-lpc1766stk/ostest/defconfig b/configs/olimex-lpc1766stk/ostest/defconfig index 5c905198195..ba4713544f0 100755 --- a/configs/olimex-lpc1766stk/ostest/defconfig +++ b/configs/olimex-lpc1766stk/ostest/defconfig @@ -76,7 +76,7 @@ CONFIG_ARCH_CHIP=lpc17xx CONFIG_ARCH_CHIP_LPC1766=y CONFIG_ARCH_BOARD=olimex-lpc1766stk CONFIG_ARCH_BOARD_LPC1766STK=y -CONFIG_BOARD_LOOPSPERMSEC=7982 +CONFIG_BOARD_LOOPSPERMSEC=8111 CONFIG_DRAM_SIZE=(32*1024) CONFIG_DRAM_START=0x10000000 CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE) diff --git a/configs/olimex-lpc1766stk/usbserial/defconfig b/configs/olimex-lpc1766stk/usbserial/defconfig index dc10183c06d..ea00b69f5b5 100755 --- a/configs/olimex-lpc1766stk/usbserial/defconfig +++ b/configs/olimex-lpc1766stk/usbserial/defconfig @@ -76,7 +76,7 @@ CONFIG_ARCH_CHIP=lpc17xx CONFIG_ARCH_CHIP_LPC1766=y CONFIG_ARCH_BOARD=olimex-lpc1766stk CONFIG_ARCH_BOARD_LPC1766STK=y -CONFIG_BOARD_LOOPSPERMSEC=7982 +CONFIG_BOARD_LOOPSPERMSEC=8111 CONFIG_DRAM_SIZE=(32*1024) CONFIG_DRAM_START=0x10000000 CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE) diff --git a/configs/olimex-lpc1766stk/usbstorage/defconfig b/configs/olimex-lpc1766stk/usbstorage/defconfig index 7f1c079d105..e24b14b7ef4 100755 --- a/configs/olimex-lpc1766stk/usbstorage/defconfig +++ b/configs/olimex-lpc1766stk/usbstorage/defconfig @@ -76,7 +76,7 @@ CONFIG_ARCH_CHIP=lpc17xx CONFIG_ARCH_CHIP_LPC1766=y CONFIG_ARCH_BOARD=olimex-lpc1766stk CONFIG_ARCH_BOARD_LPC1766STK=y -CONFIG_BOARD_LOOPSPERMSEC=7982 +CONFIG_BOARD_LOOPSPERMSEC=8111 CONFIG_DRAM_SIZE=(32*1024) CONFIG_DRAM_START=0x10000000 CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)