2010-09-17 23:59:09 +02:00
|
|
|
/* This file has been prepared for Doxygen automatic documentation generation.*/
|
2014-06-19 14:30:33 +02:00
|
|
|
/*! \file platform/avr-ravenusb/cdc_task.c **********************************************************
|
2010-09-17 23:59:09 +02:00
|
|
|
*
|
|
|
|
* \brief
|
|
|
|
* Manages the CDC-ACM Virtual Serial Port Dataclass for the USB Device
|
|
|
|
*
|
|
|
|
* \addtogroup usbstick
|
|
|
|
*
|
2014-06-19 14:28:13 +02:00
|
|
|
* \author
|
2010-09-17 23:59:09 +02:00
|
|
|
* Colin O'Flynn <coflynn@newae.com>
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
/* Copyright (c) 2008 ATMEL Corporation
|
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
|
|
modification, are permitted provided that the following conditions are met:
|
|
|
|
|
|
|
|
* Redistributions of source code must retain the above copyright
|
|
|
|
notice, this list of conditions and the following disclaimer.
|
|
|
|
* Redistributions in binary form must reproduce the above copyright
|
|
|
|
notice, this list of conditions and the following disclaimer in
|
|
|
|
the documentation and/or other materials provided with the
|
|
|
|
distribution.
|
|
|
|
* Neither the name of the copyright holders nor the names of
|
|
|
|
contributors may be used to endorse or promote products derived
|
|
|
|
from this software without specific prior written permission.
|
|
|
|
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
|
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
|
|
|
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
\ingroup usbstick
|
|
|
|
\defgroup cdctask CDC Task
|
|
|
|
@{
|
|
|
|
*/
|
|
|
|
|
|
|
|
//_____ I N C L U D E S ___________________________________________________
|
|
|
|
|
|
|
|
|
|
|
|
#include "contiki.h"
|
2014-12-01 13:58:34 +01:00
|
|
|
#include "sys/cc.h"
|
2010-09-17 23:59:09 +02:00
|
|
|
#include "usb_drv.h"
|
|
|
|
#include "usb_descriptors.h"
|
|
|
|
#include "usb_specific_request.h"
|
|
|
|
#include "cdc_task.h"
|
|
|
|
#include "serial/uart_usb_lib.h"
|
|
|
|
#include "rndis/rndis_protocol.h"
|
|
|
|
#include "rndis/rndis_task.h"
|
|
|
|
#include "sicslow_ethernet.h"
|
|
|
|
#if RF230BB
|
|
|
|
#include "rf230bb.h"
|
|
|
|
#else
|
|
|
|
#include "radio.h"
|
|
|
|
#endif
|
2010-10-27 16:51:20 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include "dev/watchdog.h"
|
|
|
|
#include "rng.h"
|
|
|
|
|
|
|
|
#include "bootloader.h"
|
|
|
|
|
|
|
|
#include <avr/pgmspace.h>
|
|
|
|
#include <avr/eeprom.h>
|
|
|
|
#include <avr/wdt.h>
|
|
|
|
#include <util/delay.h>
|
|
|
|
|
|
|
|
#if JACKDAW_CONF_USE_SETTINGS
|
|
|
|
#include "settings.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define BUF ((struct uip_eth_hdr *)&uip_buf[0])
|
|
|
|
#define PRINTF printf
|
|
|
|
#define PRINTF_P printf_P
|
|
|
|
|
|
|
|
//_____ M A C R O S ________________________________________________________
|
|
|
|
|
|
|
|
|
|
|
|
#define bzero(ptr,size) memset(ptr,0,size)
|
|
|
|
|
|
|
|
//_____ D E F I N I T I O N S ______________________________________________
|
|
|
|
|
|
|
|
|
|
|
|
#define IAD_TIMEOUT_DETACH 300
|
|
|
|
#define IAD_TIMEOUT_ATTACH 600
|
|
|
|
|
|
|
|
//_____ D E C L A R A T I O N S ____________________________________________
|
|
|
|
|
|
|
|
|
|
|
|
void menu_print(void);
|
|
|
|
void menu_process(char c);
|
|
|
|
|
|
|
|
extern char usb_busy;
|
|
|
|
|
|
|
|
//! Counter for USB Serial port
|
|
|
|
extern U8 tx_counter;
|
|
|
|
|
|
|
|
//! Timers for LEDs
|
|
|
|
uint8_t led3_timer;
|
|
|
|
|
|
|
|
|
|
|
|
//! previous configuration
|
|
|
|
static uint8_t previous_uart_usb_control_line_state = 0;
|
|
|
|
|
|
|
|
|
|
|
|
static uint8_t timer = 0;
|
|
|
|
static struct etimer et;
|
|
|
|
|
2010-11-26 21:39:15 +01:00
|
|
|
#define CONVERTTXPOWER 1
|
2011-03-23 23:08:07 +01:00
|
|
|
#if CONVERTTXPOWER //adds ~120 bytes to program flash size
|
2010-11-26 21:39:15 +01:00
|
|
|
const char txonesdigit[16] PROGMEM = {'3','2','2','1','1','0','0','1','2','3','4','5','7','9','2','7'};
|
|
|
|
const char txtenthsdigit[16] PROGMEM = {'0','6','1','6','1','5','2','2','2','2','2','2','2','2','2','2'};
|
2011-03-23 23:08:07 +01:00
|
|
|
static void printtxpower(void) {
|
|
|
|
uint8_t power=rf230_get_txpower()&0xf;
|
|
|
|
char sign=(power<6?'+':'-');
|
|
|
|
char tens=(power>14?'1':'0');
|
|
|
|
char ones=pgm_read_byte(&txonesdigit[power]);
|
|
|
|
char tenths=pgm_read_byte(&txtenthsdigit[power]);
|
|
|
|
if (tens=='0') {tens=sign;sign=' ';}
|
|
|
|
PRINTF_P(PSTR("%c%c%c.%cdBm"),sign,tens,ones,tenths);
|
|
|
|
}
|
2010-11-26 21:39:15 +01:00
|
|
|
#endif
|
2010-09-17 23:59:09 +02:00
|
|
|
|
|
|
|
PROCESS(cdc_process, "CDC serial process");
|
|
|
|
|
|
|
|
/**
|
|
|
|
* \brief Communication Data Class (CDC) Process
|
|
|
|
*
|
|
|
|
* This is the link between USB and the "good stuff". In this routine data
|
|
|
|
* is received and processed by CDC-ACM Class
|
|
|
|
*/
|
|
|
|
PROCESS_THREAD(cdc_process, ev, data_proc)
|
|
|
|
{
|
|
|
|
PROCESS_BEGIN();
|
|
|
|
|
2010-10-27 16:51:20 +02:00
|
|
|
#if USB_CONF_RS232
|
|
|
|
static FILE *rs232_stdout,*usb_stdout;
|
|
|
|
rs232_stdout=stdout;
|
|
|
|
#endif
|
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
while(1) {
|
|
|
|
// turn off LED's if necessary
|
|
|
|
if (led3_timer) led3_timer--;
|
|
|
|
else Led3_off();
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
if(Is_device_enumerated()) {
|
|
|
|
// If the configuration is different than the last time we checked...
|
|
|
|
if((uart_usb_get_control_line_state()&1)!=previous_uart_usb_control_line_state) {
|
|
|
|
previous_uart_usb_control_line_state = uart_usb_get_control_line_state()&1;
|
|
|
|
static FILE* previous_stdout;
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
if(previous_uart_usb_control_line_state&1) {
|
|
|
|
previous_stdout = stdout;
|
|
|
|
uart_usb_init();
|
|
|
|
uart_usb_set_stdout();
|
2011-03-23 23:08:07 +01:00
|
|
|
// menu_print(); do this later
|
2010-09-17 23:59:09 +02:00
|
|
|
} else {
|
|
|
|
stdout = previous_stdout;
|
|
|
|
}
|
2010-10-28 21:31:28 +02:00
|
|
|
#if USB_CONF_RS232
|
2010-10-27 16:51:20 +02:00
|
|
|
usb_stdout=stdout;
|
2010-10-28 21:31:28 +02:00
|
|
|
#endif
|
2010-09-17 23:59:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
//Flush buffer if timeout
|
|
|
|
if(timer >= 4 && tx_counter!=0 ){
|
|
|
|
timer = 0;
|
|
|
|
uart_usb_flush();
|
|
|
|
} else {
|
|
|
|
timer++;
|
|
|
|
}
|
|
|
|
|
2010-10-27 16:51:20 +02:00
|
|
|
#if USB_CONF_RS232
|
|
|
|
stdout=usb_stdout;
|
|
|
|
#endif
|
2010-09-17 23:59:09 +02:00
|
|
|
while (uart_usb_test_hit()){
|
|
|
|
menu_process(uart_usb_getchar()); // See what they want
|
|
|
|
}
|
2010-11-19 21:02:25 +01:00
|
|
|
#if USB_CONF_RS232
|
|
|
|
if (usbstick_mode.debugOn) {
|
|
|
|
stdout=rs232_stdout;
|
|
|
|
} else {
|
|
|
|
stdout=NULL;
|
|
|
|
}
|
2010-10-27 16:51:20 +02:00
|
|
|
#endif
|
2010-09-17 23:59:09 +02:00
|
|
|
}//if (Is_device_enumerated())
|
|
|
|
|
|
|
|
|
2010-10-27 16:51:20 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
if (USB_CONFIG_HAS_DEBUG_PORT(usb_configuration_nb)) {
|
|
|
|
etimer_set(&et, CLOCK_SECOND/80);
|
|
|
|
} else {
|
|
|
|
etimer_set(&et, CLOCK_SECOND);
|
|
|
|
}
|
|
|
|
|
2014-06-19 14:28:13 +02:00
|
|
|
PROCESS_WAIT_EVENT_UNTIL(etimer_expired(&et));
|
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
} // while(1)
|
|
|
|
|
|
|
|
PROCESS_END();
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
\brief Print debug menu
|
|
|
|
*/
|
|
|
|
void menu_print(void)
|
|
|
|
{
|
2010-11-26 21:39:15 +01:00
|
|
|
PRINTF_P(PSTR("\n\r*********** Jackdaw Menu **********\n\r"));
|
2011-03-23 23:08:07 +01:00
|
|
|
PRINTF_P(PSTR(" [Built "__DATE__"] \n\r"));
|
|
|
|
// PRINTF_P(PSTR("* *\n\r"));
|
2010-11-19 21:02:25 +01:00
|
|
|
PRINTF_P(PSTR("* m Print current mode *\n\r"));
|
|
|
|
PRINTF_P(PSTR("* s Set to sniffer mode *\n\r"));
|
|
|
|
PRINTF_P(PSTR("* n Set to network mode *\n\r"));
|
|
|
|
PRINTF_P(PSTR("* c Set RF channel *\n\r"));
|
2011-03-23 23:08:07 +01:00
|
|
|
PRINTF_P(PSTR("* p Set RF power *\n\r"));
|
2010-11-19 21:02:25 +01:00
|
|
|
PRINTF_P(PSTR("* 6 Toggle 6lowpan *\n\r"));
|
|
|
|
PRINTF_P(PSTR("* r Toggle raw mode *\n\r"));
|
|
|
|
#if USB_CONF_RS232
|
|
|
|
PRINTF_P(PSTR("* d Toggle RS232 output *\n\r"));
|
|
|
|
#endif
|
2011-03-23 23:08:07 +01:00
|
|
|
#if RF230BB && RF230_CONF_SNEEZER
|
|
|
|
PRINTF_P(PSTR("* S Enable sneezer mode *\n\r"));
|
|
|
|
#endif
|
2010-11-05 21:35:15 +01:00
|
|
|
#if UIP_CONF_IPV6_RPL
|
2010-11-19 21:02:25 +01:00
|
|
|
PRINTF_P(PSTR("* N RPL Neighbors *\n\r"));
|
2010-11-24 19:46:57 +01:00
|
|
|
PRINTF_P(PSTR("* G RPL Global Repair *\n\r"));
|
2010-11-05 21:35:15 +01:00
|
|
|
#endif
|
2010-11-19 21:02:25 +01:00
|
|
|
PRINTF_P(PSTR("* e Energy Scan *\n\r"));
|
2010-09-17 23:59:09 +02:00
|
|
|
#if USB_CONF_STORAGE
|
2010-11-19 21:02:25 +01:00
|
|
|
PRINTF_P(PSTR("* u Switch to mass-storage*\n\r"));
|
2010-09-17 23:59:09 +02:00
|
|
|
#endif
|
|
|
|
if(bootloader_is_present())
|
2010-11-19 21:02:25 +01:00
|
|
|
PRINTF_P(PSTR("* D Switch to DFU mode *\n\r"));
|
|
|
|
PRINTF_P(PSTR("* R Reset (via WDT) *\n\r"));
|
2011-03-23 23:08:07 +01:00
|
|
|
PRINTF_P(PSTR("* h,? Print this menu *\n\r"));
|
2010-11-19 21:02:25 +01:00
|
|
|
PRINTF_P(PSTR("* *\n\r"));
|
|
|
|
PRINTF_P(PSTR("* Make selection at any time by *\n\r"));
|
|
|
|
PRINTF_P(PSTR("* pressing your choice on keyboard*\n\r"));
|
|
|
|
PRINTF_P(PSTR("***********************************\n\r"));
|
2010-09-17 23:59:09 +02:00
|
|
|
}
|
|
|
|
|
2010-11-05 21:35:15 +01:00
|
|
|
#if UIP_CONF_IPV6_RPL
|
|
|
|
static void
|
|
|
|
ipaddr_add(const uip_ipaddr_t *addr)
|
|
|
|
{
|
|
|
|
uint16_t a;
|
|
|
|
int8_t i, f;
|
|
|
|
for(i = 0, f = 0; i < sizeof(uip_ipaddr_t); i += 2) {
|
|
|
|
a = (addr->u8[i] << 8) + addr->u8[i + 1];
|
|
|
|
if(a == 0 && f >= 0) {
|
|
|
|
if(f++ == 0) PRINTF_P(PSTR("::"));
|
|
|
|
} else {
|
|
|
|
if(f > 0) {
|
|
|
|
f = -1;
|
|
|
|
} else if(i > 0) {
|
|
|
|
PRINTF_P(PSTR(":"));
|
|
|
|
}
|
|
|
|
PRINTF_P(PSTR("%x"),a);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
2010-09-17 23:59:09 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
\brief Process incomming char on debug port
|
|
|
|
*/
|
|
|
|
void menu_process(char c)
|
|
|
|
{
|
|
|
|
|
|
|
|
static enum menustate_enum /* Defines an enumeration type */
|
|
|
|
{
|
|
|
|
normal,
|
2011-03-23 23:08:07 +01:00
|
|
|
channel,
|
|
|
|
txpower
|
2010-09-17 23:59:09 +02:00
|
|
|
} menustate = normal;
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
static char channel_string[3];
|
2011-03-23 23:08:07 +01:00
|
|
|
static uint8_t channel_string_i;// = 0;
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
int tempchannel;
|
|
|
|
|
|
|
|
if (menustate == channel) {
|
|
|
|
|
|
|
|
switch(c) {
|
|
|
|
case '\r':
|
2014-06-19 14:28:13 +02:00
|
|
|
case '\n':
|
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
if (channel_string_i) {
|
|
|
|
channel_string[channel_string_i] = 0;
|
|
|
|
tempchannel = atoi(channel_string);
|
|
|
|
|
|
|
|
#if RF230BB
|
|
|
|
if ((tempchannel < 11) || (tempchannel > 26)) {
|
|
|
|
PRINTF_P(PSTR("\n\rInvalid input\n\r"));
|
|
|
|
} else {
|
|
|
|
rf230_set_channel(tempchannel);
|
|
|
|
#else
|
|
|
|
if(radio_set_operating_channel(tempchannel)!=RADIO_SUCCESS) {
|
|
|
|
PRINTF_P(PSTR("\n\rInvalid input\n\r"));
|
|
|
|
} else {
|
|
|
|
#endif
|
|
|
|
#if JACKDAW_CONF_USE_SETTINGS
|
2014-06-19 14:28:13 +02:00
|
|
|
if(settings_set_uint8(SETTINGS_KEY_CHANNEL, tempchannel)==SETTINGS_STATUS_OK) {
|
2011-03-23 23:08:07 +01:00
|
|
|
PRINTF_P(PSTR("\n\rChannel changed to %d and stored in EEPROM.\n\r"),tempchannel);
|
|
|
|
} else {
|
|
|
|
PRINTF_P(PSTR("\n\rChannel changed to %d, but unable to store in EEPROM!\n\r"),tempchannel);
|
|
|
|
}
|
2010-12-03 21:42:01 +01:00
|
|
|
#else
|
2011-03-23 23:08:07 +01:00
|
|
|
PRINTF_P(PSTR("\n\rChannel changed to %d.\n\r"),tempchannel);
|
2010-09-17 23:59:09 +02:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
PRINTF_P(PSTR("\n\rChannel unchanged.\n\r"));
|
|
|
|
}
|
|
|
|
|
|
|
|
menustate = normal;
|
|
|
|
break;
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
case '\b':
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
if (channel_string_i) {
|
|
|
|
channel_string_i--;
|
|
|
|
PRINTF_P(PSTR("\b \b"));
|
|
|
|
}
|
|
|
|
break;
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
case '0':
|
|
|
|
case '1':
|
|
|
|
case '2':
|
|
|
|
case '3':
|
|
|
|
case '4':
|
|
|
|
case '5':
|
|
|
|
case '6':
|
|
|
|
case '7':
|
|
|
|
case '8':
|
|
|
|
case '9':
|
|
|
|
if (channel_string_i > 1) {
|
|
|
|
// This time the user has gone too far.
|
|
|
|
// Beep at them.
|
|
|
|
putc('\a', stdout);
|
|
|
|
//uart_usb_putchar('\a');
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
putc(c, stdout);
|
|
|
|
//uart_usb_putchar(c);
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
channel_string[channel_string_i] = c;
|
|
|
|
channel_string_i++;
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
2011-03-23 23:08:07 +01:00
|
|
|
} else if (menustate == txpower) {
|
2010-09-17 23:59:09 +02:00
|
|
|
|
2011-03-23 23:08:07 +01:00
|
|
|
switch(c) {
|
|
|
|
case '\r':
|
2014-06-19 14:28:13 +02:00
|
|
|
case '\n':
|
|
|
|
|
2011-03-23 23:08:07 +01:00
|
|
|
if (channel_string_i) {
|
|
|
|
channel_string[channel_string_i] = 0;
|
|
|
|
tempchannel = atoi(channel_string);
|
|
|
|
#if RF230BB
|
|
|
|
if ((tempchannel < 0) || (tempchannel > 15)) {
|
|
|
|
PRINTF_P(PSTR("\n\rInvalid input\n\r"));
|
|
|
|
} else {
|
|
|
|
PRINTF_P(PSTR(" ")); //for some reason needs a print here to clear the string input...
|
|
|
|
rf230_set_txpower(tempchannel);
|
|
|
|
#else
|
|
|
|
if(radio_set_tx_power_level(tempchannel)!=RADIO_SUCCESS) {
|
|
|
|
PRINTF_P(PSTR("\n\rInvalid input\n\r"));
|
|
|
|
} else {
|
|
|
|
#endif
|
|
|
|
#if JACKDAW_CONF_USE_SETTINGS
|
|
|
|
if(settings_set_uint8(SETTINGS_KEY_TXPOWER, tempchannel)==SETTINGS_STATUS_OK) {
|
|
|
|
PRINTF_P(PSTR("\n\rTransmit power changed to %d, and stored in EEPROM.\n\r"),tempchannel);
|
|
|
|
} else {
|
|
|
|
PRINTF_P(PSTR("\n\rTransmit power changed to %d, but unable to store in EEPROM!\n\r"),tempchannel);
|
|
|
|
}
|
|
|
|
#else
|
|
|
|
PRINTF_P(PSTR("\n\rTransmit power changed to %d.\n\r"),tempchannel);
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
PRINTF_P(PSTR("\n\rTransmit power unchanged.\n\r"));
|
|
|
|
}
|
2010-09-17 23:59:09 +02:00
|
|
|
|
2011-03-23 23:08:07 +01:00
|
|
|
menustate = normal;
|
|
|
|
break;
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2011-03-23 23:08:07 +01:00
|
|
|
case '\b':
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2011-03-23 23:08:07 +01:00
|
|
|
if (channel_string_i) {
|
|
|
|
channel_string_i--;
|
|
|
|
PRINTF_P(PSTR("\b \b"));
|
|
|
|
}
|
|
|
|
break;
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2011-03-23 23:08:07 +01:00
|
|
|
case '0':
|
|
|
|
case '1':
|
|
|
|
case '2':
|
|
|
|
case '3':
|
|
|
|
case '4':
|
|
|
|
case '5':
|
|
|
|
case '6':
|
|
|
|
case '7':
|
|
|
|
case '8':
|
|
|
|
case '9':
|
|
|
|
if (channel_string_i > 1) {
|
|
|
|
// This time the user has gone too far.
|
|
|
|
// Beep at them.
|
|
|
|
putc('\a', stdout);
|
|
|
|
//uart_usb_putchar('\a');
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
putc(c, stdout);
|
|
|
|
//uart_usb_putchar(c);
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2011-03-23 23:08:07 +01:00
|
|
|
channel_string[channel_string_i] = c;
|
|
|
|
channel_string_i++;
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
} else {
|
|
|
|
|
|
|
|
uint8_t i;
|
2011-03-23 23:08:07 +01:00
|
|
|
|
|
|
|
/* Any attempt to read an RF230 register in sneeze mode (e.g. rssi) will hang the MCU */
|
|
|
|
/* So convert any command into a sneeze off */
|
|
|
|
if (usbstick_mode.sneeze) c='S';
|
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
switch(c) {
|
|
|
|
case '\r':
|
|
|
|
case '\n':
|
|
|
|
break;
|
|
|
|
|
|
|
|
case 'h':
|
|
|
|
case '?':
|
|
|
|
menu_print();
|
|
|
|
break;
|
|
|
|
case '-':
|
|
|
|
PRINTF_P(PSTR("Bringing interface down\n\r"));
|
|
|
|
usb_eth_set_active(0);
|
|
|
|
break;
|
|
|
|
case '=':
|
|
|
|
case '+':
|
|
|
|
PRINTF_P(PSTR("Bringing interface up\n\r"));
|
|
|
|
usb_eth_set_active(1);
|
|
|
|
break;
|
2011-03-23 23:08:07 +01:00
|
|
|
#if JACKDAW_CONF_RANDOM_MAC
|
|
|
|
case 'T':
|
2010-11-05 21:35:15 +01:00
|
|
|
// Test "strong" random number generator of R Quattlebaum
|
2011-03-23 23:08:07 +01:00
|
|
|
// This can potentially reboot the stick!
|
2010-09-17 23:59:09 +02:00
|
|
|
PRINTF_P(PSTR("RNG Output: "));
|
|
|
|
{
|
|
|
|
uint8_t value = rng_get_uint8();
|
|
|
|
uint8_t i;
|
|
|
|
for(i=0;i<8;i++) {
|
|
|
|
uart_usb_putchar(((value>>(7-i))&1)?'1':'0');
|
|
|
|
}
|
|
|
|
PRINTF_P(PSTR("\n\r"));
|
|
|
|
uart_usb_flush();
|
|
|
|
watchdog_periodic();
|
|
|
|
}
|
|
|
|
break;
|
2011-03-23 23:08:07 +01:00
|
|
|
#endif
|
2010-09-17 23:59:09 +02:00
|
|
|
case 's':
|
|
|
|
PRINTF_P(PSTR("Jackdaw now in sniffer mode\n\r"));
|
|
|
|
usbstick_mode.sendToRf = 0;
|
|
|
|
usbstick_mode.translate = 0;
|
2010-12-15 17:50:44 +01:00
|
|
|
#if RF230BB
|
2011-03-23 23:08:07 +01:00
|
|
|
rf230_listen_channel(rf230_get_channel());
|
2014-06-19 14:28:13 +02:00
|
|
|
#else
|
2011-03-23 23:08:07 +01:00
|
|
|
radio_set_trx_state(RX_ON);
|
2010-12-15 17:50:44 +01:00
|
|
|
#endif
|
2010-09-17 23:59:09 +02:00
|
|
|
break;
|
|
|
|
|
2011-03-23 23:08:07 +01:00
|
|
|
#if RF230BB && RF230_CONF_SNEEZER
|
|
|
|
case 'S':
|
|
|
|
if (usbstick_mode.sneeze) {
|
|
|
|
rf230_warm_reset();
|
|
|
|
PRINTF_P(PSTR("Jackdaw now behaving itself.\n\r"));
|
|
|
|
usbstick_mode.sneeze = 0;
|
|
|
|
} else {
|
|
|
|
if (rf230_get_txpower()<3)
|
|
|
|
PRINTF_P(PSTR("*****WARNING Radio may overheat in this mode*******\n\r"));
|
|
|
|
rf230_start_sneeze();
|
|
|
|
PRINTF_P(PSTR("********Jackdaw is continuously broadcasting*******\n\r"));
|
|
|
|
#if CONVERTTXPOWER
|
|
|
|
PRINTF_P(PSTR("*********on channel %2d with power "),rf230_get_channel());
|
|
|
|
printtxpower();
|
|
|
|
PRINTF_P(PSTR("*********\n\r"));
|
|
|
|
#else
|
|
|
|
PRINTF_P(PSTR("************on channel %2d with power %2d************\n\r"),rf230_get_channel(),rf230_get_txpower());
|
|
|
|
#endif
|
|
|
|
PRINTF_P(PSTR("Press any key to stop.\n\r"));
|
|
|
|
watchdog_periodic();
|
|
|
|
usbstick_mode.sneeze = 1;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
case 'n':
|
|
|
|
PRINTF_P(PSTR("Jackdaw now in network mode\n\r"));
|
|
|
|
usbstick_mode.sendToRf = 1;
|
|
|
|
usbstick_mode.translate = 1;
|
2010-12-15 17:50:44 +01:00
|
|
|
#if RF230BB
|
2011-03-23 23:08:07 +01:00
|
|
|
rf230_set_channel(rf230_get_channel());
|
2014-06-19 14:28:13 +02:00
|
|
|
#else
|
2010-12-15 17:50:44 +01:00
|
|
|
radio_set_trx_state(RX_AACK_ON); //TODO: Use startup state which may be RX_ON
|
|
|
|
#endif
|
2010-09-17 23:59:09 +02:00
|
|
|
break;
|
|
|
|
|
|
|
|
case '6':
|
|
|
|
if (usbstick_mode.sicslowpan) {
|
|
|
|
PRINTF_P(PSTR("Jackdaw does not perform 6lowpan translation\n\r"));
|
|
|
|
usbstick_mode.sicslowpan = 0;
|
|
|
|
} else {
|
|
|
|
PRINTF_P(PSTR("Jackdaw now performs 6lowpan translations\n\r"));
|
|
|
|
usbstick_mode.sicslowpan = 1;
|
2014-06-19 14:28:13 +02:00
|
|
|
}
|
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
break;
|
|
|
|
|
|
|
|
case 'r':
|
|
|
|
if (usbstick_mode.raw) {
|
|
|
|
PRINTF_P(PSTR("Jackdaw does not capture raw frames\n\r"));
|
|
|
|
usbstick_mode.raw = 0;
|
|
|
|
} else {
|
|
|
|
PRINTF_P(PSTR("Jackdaw now captures raw frames\n\r"));
|
|
|
|
usbstick_mode.raw = 1;
|
2014-06-19 14:28:13 +02:00
|
|
|
}
|
2010-09-17 23:59:09 +02:00
|
|
|
break;
|
2010-11-19 21:02:25 +01:00
|
|
|
#if USB_CONF_RS232
|
|
|
|
case 'd':
|
|
|
|
if (usbstick_mode.debugOn) {
|
|
|
|
PRINTF_P(PSTR("Jackdaw does not output debug strings\n\r"));
|
|
|
|
usbstick_mode.debugOn = 0;
|
|
|
|
} else {
|
|
|
|
PRINTF_P(PSTR("Jackdaw now outputs debug strings\n\r"));
|
|
|
|
usbstick_mode.debugOn = 1;
|
2014-06-19 14:28:13 +02:00
|
|
|
}
|
2010-11-19 21:02:25 +01:00
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
|
|
|
|
case 'c':
|
|
|
|
#if RF230BB
|
2011-03-23 23:08:07 +01:00
|
|
|
PRINTF_P(PSTR("\nSelect 802.15.4 Channel in range 11-26 [%d]: "), rf230_get_channel());
|
2010-09-17 23:59:09 +02:00
|
|
|
#else
|
2011-03-23 23:08:07 +01:00
|
|
|
PRINTF_P(PSTR("\nSelect 802.15.4 Channel in range 11-26 [%d]: "), radio_get_operating_channel());
|
2010-09-17 23:59:09 +02:00
|
|
|
#endif
|
|
|
|
menustate = channel;
|
|
|
|
channel_string_i = 0;
|
|
|
|
break;
|
2010-11-05 21:35:15 +01:00
|
|
|
|
2011-03-23 23:08:07 +01:00
|
|
|
case 'p':
|
|
|
|
#if RF230BB
|
|
|
|
PRINTF_P(PSTR("\nSelect transmit power (0=+3dBm 15=-17.2dBm) [%d]: "), rf230_get_txpower());
|
|
|
|
#else
|
|
|
|
// PRINTF_P(PSTR("\nSelect transmit power (0=+3dBm 15=-17.2dBm) [%d]: "), ?_power());;
|
|
|
|
#endif
|
|
|
|
menustate = txpower;
|
|
|
|
channel_string_i = 0;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
2010-11-05 21:35:15 +01:00
|
|
|
#if UIP_CONF_IPV6_RPL
|
2010-11-24 19:46:57 +01:00
|
|
|
#include "rpl.h"
|
2010-12-03 21:42:01 +01:00
|
|
|
extern uip_ds6_netif_t uip_ds6_if;
|
2010-11-05 21:35:15 +01:00
|
|
|
case 'N':
|
|
|
|
{ uint8_t i,j;
|
2013-07-03 20:26:54 +02:00
|
|
|
uip_ds6_nbr_t *nbr;
|
2011-03-23 23:08:07 +01:00
|
|
|
PRINTF_P(PSTR("\n\rAddresses [%u max]\n\r"),UIP_DS6_ADDR_NB);
|
|
|
|
for (i=0;i<UIP_DS6_ADDR_NB;i++) {
|
2014-06-19 14:28:13 +02:00
|
|
|
if (uip_ds6_if.addr_list[i].isused) {
|
2011-03-23 23:08:07 +01:00
|
|
|
ipaddr_add(&uip_ds6_if.addr_list[i].ipaddr);
|
|
|
|
PRINTF_P(PSTR("\n\r"));
|
|
|
|
}
|
|
|
|
}
|
2013-07-29 18:49:21 +02:00
|
|
|
PRINTF_P(PSTR("\n\rNeighbors [%u max]\n\r"),NBR_TABLE_MAX_NEIGHBORS);
|
2013-07-03 20:26:54 +02:00
|
|
|
|
|
|
|
for(nbr = nbr_table_head(ds6_neighbors);
|
|
|
|
nbr != NULL;
|
|
|
|
nbr = nbr_table_next(ds6_neighbors, nbr)) {
|
|
|
|
ipaddr_add(&nbr->ipaddr);
|
|
|
|
PRINTF_P(PSTR("\n\r"));
|
|
|
|
j=0;
|
2010-11-05 21:35:15 +01:00
|
|
|
}
|
|
|
|
if (j) PRINTF_P(PSTR(" <none>"));
|
2010-11-18 15:33:10 +01:00
|
|
|
PRINTF_P(PSTR("\n\rRoutes [%u max]\n\r"),UIP_DS6_ROUTE_NB);
|
2013-03-11 17:59:20 +01:00
|
|
|
uip_ds6_route_t *route;
|
2013-07-03 20:26:54 +02:00
|
|
|
for(route = uip_ds6_route_head();
|
|
|
|
route != NULL;
|
|
|
|
route = uip_ds6_route_next(r)) {
|
2013-03-11 17:59:20 +01:00
|
|
|
ipaddr_add(&route->ipaddr);
|
|
|
|
PRINTF_P(PSTR("/%u (via "), route->length);
|
2013-07-03 20:26:54 +02:00
|
|
|
ipaddr_add(uip_ds6_route_nexthop(route));
|
2013-03-11 17:59:20 +01:00
|
|
|
if(route->state.lifetime < 600) {
|
|
|
|
PRINTF_P(PSTR(") %lus\n\r"), route->state.lifetime);
|
|
|
|
} else {
|
|
|
|
PRINTF_P(PSTR(")\n\r"));
|
2010-11-05 21:35:15 +01:00
|
|
|
}
|
2013-03-11 17:59:20 +01:00
|
|
|
j=0;
|
2010-11-05 21:35:15 +01:00
|
|
|
}
|
|
|
|
if (j) PRINTF_P(PSTR(" <none>"));
|
2010-11-18 15:33:10 +01:00
|
|
|
PRINTF_P(PSTR("\n\r---------\n\r"));
|
2010-11-05 21:35:15 +01:00
|
|
|
break;
|
|
|
|
}
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-11-24 19:46:57 +01:00
|
|
|
case 'G':
|
2011-07-11 15:50:51 +02:00
|
|
|
PRINTF_P(PSTR("Global repair returns %d\n\r"),rpl_repair_root(RPL_DEFAULT_INSTANCE));
|
2010-11-24 19:46:57 +01:00
|
|
|
break;
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-11-26 21:39:15 +01:00
|
|
|
case 'L':
|
2011-07-11 15:50:51 +02:00
|
|
|
rpl_local_repair(rpl_get_any_dag());
|
2014-06-19 14:28:13 +02:00
|
|
|
PRINTF_P(PSTR("Local repair initiated\n\r"));
|
2010-11-26 21:39:15 +01:00
|
|
|
break;
|
2014-06-19 14:28:13 +02:00
|
|
|
|
|
|
|
case 'Z': //zap the routing table
|
2013-03-11 17:59:20 +01:00
|
|
|
PRINTF_P(PSTR("Not implemented.\n\r"));
|
2010-11-26 21:39:15 +01:00
|
|
|
break;
|
2014-06-19 14:28:13 +02:00
|
|
|
#endif
|
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
case 'm':
|
|
|
|
PRINTF_P(PSTR("Currently Jackdaw:\n\r * Will "));
|
|
|
|
if (usbstick_mode.sendToRf == 0) { PRINTF_P(PSTR("not "));}
|
|
|
|
PRINTF_P(PSTR("send data over RF\n\r * Will "));
|
|
|
|
if (usbstick_mode.translate == 0) { PRINTF_P(PSTR("not "));}
|
|
|
|
PRINTF_P(PSTR("change link-local addresses inside IP messages\n\r * Will "));
|
|
|
|
if (usbstick_mode.sicslowpan == 0) { PRINTF_P(PSTR("not "));}
|
|
|
|
PRINTF_P(PSTR("decompress 6lowpan headers\n\r * Will "));
|
|
|
|
if (usbstick_mode.raw == 0) { PRINTF_P(PSTR("not "));}
|
2010-11-19 21:02:25 +01:00
|
|
|
|
|
|
|
#if USB_CONF_RS232
|
|
|
|
PRINTF_P(PSTR("Output raw 802.15.4 frames\n\r * Will "));
|
|
|
|
if (usbstick_mode.debugOn == 0) { PRINTF_P(PSTR("not "));}
|
|
|
|
PRINTF_P(PSTR("Output RS232 debug strings\n\r"));
|
|
|
|
#else
|
2010-09-17 23:59:09 +02:00
|
|
|
PRINTF_P(PSTR("Output raw 802.15.4 frames\n\r"));
|
2010-11-19 21:02:25 +01:00
|
|
|
#endif
|
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
PRINTF_P(PSTR(" * USB Ethernet MAC: %02x:%02x:%02x:%02x:%02x:%02x\n"),
|
|
|
|
((uint8_t *)&usb_ethernet_addr)[0],
|
|
|
|
((uint8_t *)&usb_ethernet_addr)[1],
|
|
|
|
((uint8_t *)&usb_ethernet_addr)[2],
|
|
|
|
((uint8_t *)&usb_ethernet_addr)[3],
|
|
|
|
((uint8_t *)&usb_ethernet_addr)[4],
|
|
|
|
((uint8_t *)&usb_ethernet_addr)[5]
|
|
|
|
);
|
|
|
|
extern uint64_t macLongAddr;
|
|
|
|
PRINTF_P(PSTR(" * 802.15.4 EUI-64: %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n"),
|
|
|
|
((uint8_t *)&macLongAddr)[0],
|
|
|
|
((uint8_t *)&macLongAddr)[1],
|
|
|
|
((uint8_t *)&macLongAddr)[2],
|
|
|
|
((uint8_t *)&macLongAddr)[3],
|
|
|
|
((uint8_t *)&macLongAddr)[4],
|
|
|
|
((uint8_t *)&macLongAddr)[5],
|
|
|
|
((uint8_t *)&macLongAddr)[6],
|
|
|
|
((uint8_t *)&macLongAddr)[7]
|
|
|
|
);
|
|
|
|
#if RF230BB
|
2010-11-26 21:39:15 +01:00
|
|
|
#if CONVERTTXPOWER
|
2011-03-23 23:08:07 +01:00
|
|
|
PRINTF_P(PSTR(" * Operates on channel %d with TX power "),rf230_get_channel());
|
|
|
|
printtxpower();
|
|
|
|
PRINTF_P(PSTR("\n\r"));
|
2014-06-19 14:28:13 +02:00
|
|
|
#else //just show the raw value
|
2010-09-17 23:59:09 +02:00
|
|
|
PRINTF_P(PSTR(" * Operates on channel %d\n\r"), rf230_get_channel());
|
2011-03-23 23:08:07 +01:00
|
|
|
PRINTF_P(PSTR(" * TX Power(0=+3dBm, 15=-17.2dBm): %d\n\r"), rf230_get_txpower());
|
2010-11-26 21:39:15 +01:00
|
|
|
#endif
|
2011-03-23 23:08:07 +01:00
|
|
|
if (rf230_smallest_rssi) {
|
|
|
|
PRINTF_P(PSTR(" * Current/Last/Smallest RSSI: %d/%d/%ddBm\n\r"), -91+(rf230_rssi()-1), -91+(rf230_last_rssi-1),-91+(rf230_smallest_rssi-1));
|
|
|
|
rf230_smallest_rssi=0;
|
|
|
|
} else {
|
|
|
|
PRINTF_P(PSTR(" * Current/Last/Smallest RSSI: %d/%d/--dBm\n\r"), -91+(rf230_rssi()-1), -91+(rf230_last_rssi-1));
|
|
|
|
}
|
2010-11-26 21:39:15 +01:00
|
|
|
|
|
|
|
#else /* RF230BB */
|
2010-09-17 23:59:09 +02:00
|
|
|
PRINTF_P(PSTR(" * Operates on channel %d\n\r"), radio_get_operating_channel());
|
|
|
|
PRINTF_P(PSTR(" * TX Power Level: 0x%02X\n\r"), radio_get_tx_power_level());
|
|
|
|
{
|
|
|
|
PRINTF_P(PSTR(" * Current RSSI: "));
|
|
|
|
int8_t rssi = 0;
|
|
|
|
if(radio_get_rssi_value(&rssi)==RADIO_SUCCESS)
|
|
|
|
PRINTF_P(PSTR("%ddB\n\r"), -91+3*(rssi-1));
|
|
|
|
else
|
|
|
|
PRINTF_P(PSTR("Unknown\n\r"));
|
|
|
|
}
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-11-26 21:39:15 +01:00
|
|
|
#endif /* RF230BB */
|
|
|
|
|
|
|
|
PRINTF_P(PSTR(" * Configuration: %d, USB<->ETH is "), usb_configuration_nb);
|
2011-03-23 23:08:07 +01:00
|
|
|
if (usb_eth_is_active == 0) PRINTF_P(PSTR("not "));
|
|
|
|
PRINTF_P(PSTR("active\n\r"));
|
2011-02-23 20:14:21 +01:00
|
|
|
|
|
|
|
#if CONFIG_STACK_MONITOR
|
|
|
|
/* See contiki-raven-main.c for initialization of the magic numbers */
|
|
|
|
{
|
|
|
|
extern uint16_t __bss_end;
|
|
|
|
uint16_t p=(uint16_t)&__bss_end;
|
|
|
|
do {
|
|
|
|
if (*(uint16_t *)p != 0x4242) {
|
|
|
|
printf_P(PSTR(" * Never-used stack > %d bytes\n\r"),p-(uint16_t)&__bss_end);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
p+=100;
|
|
|
|
} while (p<RAMEND-100);
|
|
|
|
}
|
|
|
|
#endif
|
2011-03-23 23:08:07 +01:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
break;
|
|
|
|
|
|
|
|
case 'e':
|
|
|
|
PRINTF_P(PSTR("Energy Scan:\n"));
|
|
|
|
uart_usb_flush();
|
|
|
|
{
|
|
|
|
uint8_t i;
|
|
|
|
uint16_t j;
|
|
|
|
#if RF230BB
|
|
|
|
uint8_t previous_channel = rf230_get_channel();
|
|
|
|
#else // RF230BB
|
|
|
|
uint8_t previous_channel = radio_get_operating_channel();
|
|
|
|
#endif
|
|
|
|
int8_t RSSI, maxRSSI[17];
|
|
|
|
uint16_t accRSSI[17];
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
bzero((void*)accRSSI,sizeof(accRSSI));
|
|
|
|
bzero((void*)maxRSSI,sizeof(maxRSSI));
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
for(j=0;j<(1<<12);j++) {
|
|
|
|
for(i=11;i<=26;i++) {
|
|
|
|
#if RF230BB
|
2011-03-23 23:08:07 +01:00
|
|
|
rf230_listen_channel(i);
|
2010-09-17 23:59:09 +02:00
|
|
|
#else // RF230BB
|
|
|
|
radio_set_operating_channel(i);
|
|
|
|
#endif
|
|
|
|
_delay_us(3*10);
|
|
|
|
#if RF230BB
|
2010-11-26 21:39:15 +01:00
|
|
|
RSSI = rf230_rssi(); //multiplies rssi register by 3 for consistency with energy-detect register
|
2010-09-17 23:59:09 +02:00
|
|
|
#else // RF230BB
|
|
|
|
radio_get_rssi_value(&RSSI);
|
2011-03-23 23:08:07 +01:00
|
|
|
RSSI*=3;
|
2010-09-17 23:59:09 +02:00
|
|
|
#endif
|
2014-12-01 13:58:34 +01:00
|
|
|
maxRSSI[i-11]=MAX(maxRSSI[i-11],RSSI);
|
2010-09-17 23:59:09 +02:00
|
|
|
accRSSI[i-11]+=RSSI;
|
|
|
|
}
|
|
|
|
if(j&(1<<7)) {
|
|
|
|
Led3_on();
|
|
|
|
if(!(j&((1<<7)-1))) {
|
|
|
|
PRINTF_P(PSTR("."));
|
|
|
|
uart_usb_flush();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
Led3_off();
|
|
|
|
watchdog_periodic();
|
|
|
|
}
|
|
|
|
#if RF230BB
|
|
|
|
rf230_set_channel(previous_channel);
|
|
|
|
#else // RF230BB
|
|
|
|
radio_set_operating_channel(previous_channel);
|
|
|
|
#endif
|
|
|
|
PRINTF_P(PSTR("\n"));
|
|
|
|
for(i=11;i<=26;i++) {
|
2014-12-01 13:58:34 +01:00
|
|
|
uint8_t activity=MIN(maxRSSI[i-11],accRSSI[i-11]/(1<<7));
|
2010-11-26 21:39:15 +01:00
|
|
|
PRINTF_P(PSTR(" %d: %02ddB "),i, -91+(maxRSSI[i-11]-1));
|
2010-09-17 23:59:09 +02:00
|
|
|
for(;activity--;maxRSSI[i-11]--) {
|
|
|
|
PRINTF_P(PSTR("#"));
|
|
|
|
}
|
|
|
|
for(;maxRSSI[i-11]>0;maxRSSI[i-11]--) {
|
|
|
|
PRINTF_P(PSTR(":"));
|
|
|
|
}
|
|
|
|
PRINTF_P(PSTR("\n"));
|
|
|
|
uart_usb_flush();
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
PRINTF_P(PSTR("Done.\n"));
|
|
|
|
uart_usb_flush();
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case 'D':
|
|
|
|
{
|
|
|
|
PRINTF_P(PSTR("Entering DFU Mode...\n\r"));
|
|
|
|
uart_usb_flush();
|
|
|
|
Leds_on();
|
|
|
|
for(i = 0; i < 10; i++)_delay_ms(100);
|
|
|
|
Leds_off();
|
|
|
|
Jump_To_Bootloader();
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 'R':
|
|
|
|
{
|
|
|
|
PRINTF_P(PSTR("Resetting...\n\r"));
|
|
|
|
uart_usb_flush();
|
|
|
|
Leds_on();
|
|
|
|
for(i = 0; i < 10; i++)_delay_ms(100);
|
|
|
|
Usb_detach();
|
|
|
|
for(i = 0; i < 20; i++)_delay_ms(100);
|
|
|
|
watchdog_reboot();
|
|
|
|
}
|
|
|
|
break;
|
2014-06-19 14:28:13 +02:00
|
|
|
|
2010-09-17 23:59:09 +02:00
|
|
|
#if USB_CONF_STORAGE
|
|
|
|
case 'u':
|
|
|
|
|
|
|
|
//Mass storage mode
|
|
|
|
usb_mode = mass_storage;
|
|
|
|
|
|
|
|
//No more serial port
|
|
|
|
stdout = NULL;
|
2010-11-19 21:02:25 +01:00
|
|
|
#if USB_CONF_RS232
|
2010-11-24 19:46:57 +01:00
|
|
|
// usb_stdout = NULL;
|
2010-11-19 21:02:25 +01:00
|
|
|
#endif
|
2010-09-17 23:59:09 +02:00
|
|
|
|
|
|
|
//RNDIS is over
|
|
|
|
rndis_state = rndis_uninitialized;
|
|
|
|
Leds_off();
|
|
|
|
|
|
|
|
//Deatch USB
|
|
|
|
Usb_detach();
|
|
|
|
|
|
|
|
//Wait a few seconds
|
|
|
|
for(i = 0; i < 50; i++)
|
2010-11-24 19:46:57 +01:00
|
|
|
watchdog_periodic();
|
2010-09-17 23:59:09 +02:00
|
|
|
_delay_ms(100);
|
|
|
|
|
|
|
|
//Attach USB
|
|
|
|
Usb_attach();
|
|
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
default:
|
|
|
|
PRINTF_P(PSTR("%c is not a valid option! h for menu\n\r"), c);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@brief This will enable the VCP_TRX_END LED for a period
|
|
|
|
*/
|
|
|
|
void vcptx_end_led(void)
|
|
|
|
{
|
|
|
|
Led3_on();
|
|
|
|
led3_timer = 5;
|
|
|
|
}
|
|
|
|
/** @} */
|
|
|
|
|