X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelebt-v3.0%2Fao_pins.h;h=61cbe9bba62fa2a9ffea5b0844fd52b4a3e1907a;hb=46b1234140c04dbfac22be0fdf80be96506b6948;hp=0d03f94de6ea35271c2e353296a9310cd375a2a3;hpb=0e7d1c89fea98eabca738f10cbfebec631be3bb7;p=fw%2Faltos diff --git a/src/telebt-v3.0/ao_pins.h b/src/telebt-v3.0/ao_pins.h index 0d03f94d..61cbe9bb 100644 --- a/src/telebt-v3.0/ao_pins.h +++ b/src/telebt-v3.0/ao_pins.h @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -49,12 +50,18 @@ #define SERIAL_1_PA9_PA10 1 #define HAS_SERIAL_2 1 -#define USE_SERIAL_2_STDIN 0 +#define USE_SERIAL_2_STDIN 1 +#define DELAY_SERIAL_2_STDIN 1 #define USE_SERIAL_2_FLOW 1 +#define USE_SERIAL_2_SW_FLOW 1 #define SERIAL_2_PA2_PA3 1 #define SERIAL_2_PD5_PD6 0 +#define SERIAL_2_PORT_RTS (&stm_gpioa) +#define SERIAL_2_PIN_RTS 0 +#define SERIAL_2_PORT_CTS (&stm_gpioa) +#define SERIAL_2_PIN_CTS 1 -#define HAS_SERIAL_3 1 +#define HAS_SERIAL_3 0 #define USE_SERIAL_3_STDIN 0 #define SERIAL_3_PB10_PB11 1 #define SERIAL_3_PC10_PC11 0 @@ -129,7 +136,7 @@ struct ao_adc { }; #define AO_ADC_DUMP(p) \ - printf("tick: %5u %5d batt: %5d\n", \ + printf("tick: %5u batt %5d\n", \ (p)->tick, \ (p)->adc.v_batt); @@ -167,10 +174,10 @@ struct ao_adc { #define ao_serial_btm_getchar ao_serial2_getchar #define ao_serial_btm_putchar ao_serial2_putchar #define _ao_serial_btm_pollchar _ao_serial2_pollchar -#define _ao_serial_btm_sleep _ao_serial2_sleep +#define _ao_serial_btm_sleep_for _ao_serial2_sleep_for #define ao_serial_btm_set_speed ao_serial2_set_speed #define ao_serial_btm_drain ao_serial2_drain -#define ao_serial_btm_rx_fifo ao_serial2_rx_fifo +#define ao_serial_btm_rx_fifo (ao_stm_usart2.rx_fifo) #define AO_BTM_INT_PORT (&stm_gpioa) #define AO_BTM_INT_PIN 15 @@ -183,7 +190,7 @@ struct ao_adc { /* gets pretty close to 434.550 */ -#define AO_RADIO_CAL_DEFAULT 0x6ca333 +#define AO_RADIO_CAL_DEFAULT 5695485 #define AO_FEC_DEBUG 0 #define AO_CC1200_SPI_CS_PORT (&stm_gpiob) @@ -199,4 +206,9 @@ struct ao_adc { #define HAS_BOOT_RADIO 0 +/* Monitor bits */ +#define HAS_MONITOR 1 +#define LEGACY_MONITOR 0 +#define AO_MONITOR_LED AO_LED_RED + #endif /* _AO_PINS_H_ */