Skip to content

Commit 7a262f1

Browse files
committed
Added CAN API for STM32L4xx family
* STM32L4xx family have only one CAN bus Change-Id: I95dcffac2176dba6d89850e24ba9561c11319f00
1 parent 0d3c835 commit 7a262f1

File tree

2 files changed

+484
-0
lines changed

2 files changed

+484
-0
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32L4/PeripheralPins.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,9 @@ extern const PinMap PinMap_SPI_MISO[];
6565
extern const PinMap PinMap_SPI_SCLK[];
6666
extern const PinMap PinMap_SPI_SSEL[];
6767

68+
//*** CAN ***
69+
70+
extern const PinMap PinMap_CAN_RD[];
71+
extern const PinMap PinMap_CAN_TD[];
72+
6873
#endif

0 commit comments

Comments
 (0)