From 4a48136e9c6d55ff9d9427a91ef43d44d26333d7 Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Wed, 14 Feb 2018 16:53:49 +0100 Subject: spi, can and general improvements SPI: -move to single transfer read -clear interrupt register on read -perform multibyte read transfers with DMA -make frame format consistant CAN: -move from mailbox to CAN FIFO -implement buffering -support for reading multiple frames per transfer General: -use PLL at 100MHz -remove debug task -do not compile release with debug console enabled -bumped version to 0.13 Signed-off-by: Dominik Sliwa --- source/gpio_ext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/gpio_ext.h') diff --git a/source/gpio_ext.h b/source/gpio_ext.h index a5a14da..4df1788 100644 --- a/source/gpio_ext.h +++ b/source/gpio_ext.h @@ -22,6 +22,7 @@ struct gpio_id gpio_list [] = { {PORTA, GPIOA, 5}, {PORTA, GPIOA, 17}, #ifndef BOARD_USES_ADC + {PORTB, GPIOB, 0}, {PORTB, GPIOB, 1}, {PORTB, GPIOB, 2}, {PORTB, GPIOB, 3}, -- cgit v1.2.3