Skip to content

Commit 19f0c58

Browse files
committed
Added CAN API for STM32F7xx family
Change-Id: I0f04f28d0d737e01eff737dfcab375c155d4f704
1 parent 859ae4c commit 19f0c58

File tree

2 files changed

+540
-0
lines changed

2 files changed

+540
-0
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32F7/PeripheralPins.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,8 @@ extern const PinMap PinMap_SPI_MISO[];
6363
extern const PinMap PinMap_SPI_SCLK[];
6464
extern const PinMap PinMap_SPI_SSEL[];
6565

66+
//*** CAN ***
67+
extern const PinMap PinMap_CAN_RD[];
68+
extern const PinMap PinMap_CAN_TD[];
69+
6670
#endif

0 commit comments

Comments
 (0)