Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Committer:
klauss
Date:
Wed Feb 25 18:44:11 2015 +0000
Revision:
104:62646ef786a3
Parent:
100:09a23fcd3bdf
Child:
105:a930035b6556
- Remo??o do implementado para bootloader cbx.; - Remo??o do implementado para telemetria.; - Remo??o do implementado ( comentado ) em file_system_manager.cpp; - BUGFIX perda de conex?o serial quando recebido um comando via eth;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
klauss 0:4d17cd9c8f9d 1 #include "debug.h"
klauss 0:4d17cd9c8f9d 2
klauss 0:4d17cd9c8f9d 3 char debug_msg1[ 1024+64 ];
klauss 0:4d17cd9c8f9d 4 char debug_msg2[ 1024 ];
klauss 48:195c97f12e8e 5 char msg_[ 1024 ];
klauss 0:4d17cd9c8f9d 6
klauss 104:62646ef786a3 7 uint16_t miss_debug_fw_send_pkg = 0;
klauss 104:62646ef786a3 8 uint16_t miss_sip_registry_send_pkg = 0;
klauss 104:62646ef786a3 9 uint16_t miss_sip_invite_send_pkg = 0;
klauss 104:62646ef786a3 10 uint16_t miss_sip_bye_send_pkg = 0;
klauss 104:62646ef786a3 11 uint16_t miss_sip_unregistry_send_pkg = 0;
klauss 104:62646ef786a3 12 uint16_t miss_sip_ok_send_pkg = 0;
klauss 104:62646ef786a3 13 uint16_t miss_sip_rcv_bye_send_pkg = 0;
klauss 104:62646ef786a3 14 uint16_t miss_wdt_send_pkg = 0;
klauss 104:62646ef786a3 15 uint16_t miss_sip_inc_pkg = 0;
klauss 74:81c47fff88a5 16
klauss 89:0fe315117b00 17 bool debug_invite = false;
klauss 89:0fe315117b00 18 bool debug_sip = false;
klauss 75:bd3c647b860b 19 bool debug_vector = false;
klauss 75:bd3c647b860b 20 bool debug_cb = false;
klauss 75:bd3c647b860b 21 bool debug_main = false;
klauss 75:bd3c647b860b 22 bool debug_cks = false;
klauss 75:bd3c647b860b 23 bool debug_cb_rx = false;
klauss 75:bd3c647b860b 24 bool debug_cb_tx = false;
klauss 75:bd3c647b860b 25 bool debug_eth_rx = false;
klauss 75:bd3c647b860b 26 bool debug_eth_tx = false;
klauss 81:3656f00ab3db 27 bool debug_eth = false;
klauss 75:bd3c647b860b 28 bool debug_prompt_eth = false;
klauss 75:bd3c647b860b 29 bool debug_file = false;
klauss 75:bd3c647b860b 30 bool debug_prompt = false;
klauss 100:09a23fcd3bdf 31 bool dparallel = false;
klauss 100:09a23fcd3bdf 32 //bool dparallel = true;
klauss 74:81c47fff88a5 33 bool dbl = false;
klauss 74:81c47fff88a5 34 bool udp_request = false;
klauss 74:81c47fff88a5 35 bool cb_session = false;
klauss 74:81c47fff88a5 36 bool cb_status = false;
klauss 74:81c47fff88a5 37 bool debug_telemetry = false;
klauss 74:81c47fff88a5 38 bool main_test = false;
klauss 104:62646ef786a3 39 bool sizes = false;
klauss 78:1353744f01e1 40 bool test_debug = false;
klauss 78:1353744f01e1 41 bool debug_aging = false;
klauss 78:1353744f01e1 42 //bool debug_aging = true;
klauss 78:1353744f01e1 43 bool debug_wake = false;
klauss 78:1353744f01e1 44 //bool debug_wake = true;
klauss 78:1353744f01e1 45 bool debug_cpld = false;
klauss 78:1353744f01e1 46 bool debug_cks_err = false;
klauss 81:3656f00ab3db 47 bool debug_ping = false;
klauss 81:3656f00ab3db 48 bool debug_refresh = false;
klauss 81:3656f00ab3db 49 bool long_list = false;
klauss 81:3656f00ab3db 50 bool debug_out_of_range = false;
klauss 81:3656f00ab3db 51 bool debug_wdt = false;
klauss 81:3656f00ab3db 52 bool wdt_show = false;
klauss 100:09a23fcd3bdf 53 bool debug_muted = false;
klauss 100:09a23fcd3bdf 54 //bool debug_muted = true;
klauss 100:09a23fcd3bdf 55 //bool debug_rtp = true;
klauss 100:09a23fcd3bdf 56 bool debug_rtp = false;
klauss 89:0fe315117b00 57 //bool debug_memory = false;
klauss 98:43b45f26b430 58 bool debug_memory = false;
klauss 98:43b45f26b430 59 //bool debug_registry_rcv = true;
klauss 98:43b45f26b430 60 bool debug_port_match = false;
klauss 99:e80850c51106 61 //bool debug_registry_rcv = false;
klauss 99:e80850c51106 62 bool debug_boot = false;
klauss 104:62646ef786a3 63 bool debug_fw = false;
klauss 99:e80850c51106 64 bool debug_fw_print = false;
klauss 100:09a23fcd3bdf 65 bool debug_uart3 = false;
klauss 100:09a23fcd3bdf 66 bool big_bug_pkg = false;
klauss 100:09a23fcd3bdf 67 bool flood_bug_pkg = false;
klauss 104:62646ef786a3 68 bool debug_reconnect = false;
klauss 104:62646ef786a3 69 bool reconnect_stats = false;