1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00

Less print msgs on wifishield

This commit is contained in:
Mimmo La Fauci
2012-02-01 08:15:37 +01:00
parent 5778170fa6
commit 7c2934a91b
5 changed files with 442 additions and 502 deletions

View File

@ -78,10 +78,15 @@
<type>2</type> <type>2</type>
<locationURI>framework:/com.atmel.avr32.sf.uc3</locationURI> <locationURI>framework:/com.atmel.avr32.sf.uc3</locationURI>
</link> </link>
<link>
<name>arduino</name>
<type>2</type>
<location>/media/WindowsNTFS/Projects/Arduino/Arduino-git</location>
</link>
<link> <link>
<name>include</name> <name>include</name>
<type>2</type> <type>2</type>
<location>C:/usr/avr32/include</location> <location>/home/dlafauci/C::/usr/avr32/include</location>
</link> </link>
</linkedResources> </linkedResources>
</projectDescription> </projectDescription>

BIN
wifiHD/Release/wifiHD.elf Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
#define ARD_UTILS_H_ #define ARD_UTILS_H_
#include "gpio.h" #include "gpio.h"
#include "arduino/arduino.h" #include "ARDUINO/arduino.h"
#define INIT_SIGNAL_FOR_SPI() gpio_enable_pin_pull_up(ARDUINO_HANDSHAKE_PIN) #define INIT_SIGNAL_FOR_SPI() gpio_enable_pin_pull_up(ARDUINO_HANDSHAKE_PIN)
#define BUSY_FOR_SPI() gpio_set_gpio_pin(ARDUINO_HANDSHAKE_PIN) #define BUSY_FOR_SPI() gpio_set_gpio_pin(ARDUINO_HANDSHAKE_PIN)
#define AVAIL_FOR_SPI() gpio_clr_gpio_pin(ARDUINO_HANDSHAKE_PIN) #define AVAIL_FOR_SPI() gpio_clr_gpio_pin(ARDUINO_HANDSHAKE_PIN)

View File

@ -423,8 +423,8 @@
#undef DHCP_DOES_ARP_CHECK #undef DHCP_DOES_ARP_CHECK
#if 1 #if 0
#define LWIP_DEBUG 1 #define LWIP_DEBUG 0
//#define NETIF_DEBUG LWIP_DBG_ON //#define NETIF_DEBUG LWIP_DBG_ON
//#define DHCP_DEBUG LWIP_DBG_ON //#define DHCP_DEBUG LWIP_DBG_ON
//#define ICMP_DEBUG LWIP_DBG_ON //#define ICMP_DEBUG LWIP_DBG_ON