summaryrefslogtreecommitdiff
path: root/source/gpio_ext.h
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2018-02-14 16:53:49 +0100
committerDominik Sliwa <dominik.sliwa@toradex.com>2018-02-28 14:38:45 +0100
commit4a48136e9c6d55ff9d9427a91ef43d44d26333d7 (patch)
treebc8d4630e75c10ba6580cabedbba619a006aeca3 /source/gpio_ext.h
parent3020f5caf0b09fcaf85b3b3fa84fdf688ba22cc0 (diff)
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 <dominik.sliwa@toradex.com>
Diffstat (limited to 'source/gpio_ext.h')
-rw-r--r--source/gpio_ext.h1
1 files changed, 1 insertions, 0 deletions
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},