Skip to content

Commit 171718e

Browse files
erwangoMaureenHelm
authored andcommitted
shields: x_nucleo_idb05a1: boards: add stm32mp157c_dk2 configuration
Add configuration file for the stm32mp157c_dk2. Beacon, Central are working. Peripheral is not compiling because of .elf exceeding FLASH region, else should be working. Signed-off-by: Yaël Boutreux <[email protected]> Signed-off-by: Erwan Gouriou <[email protected]>
1 parent e48cb1a commit 171718e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2019 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&arduino_spi {
8+
spbtle-rf@0 {
9+
irq-gpios = <&arduino_header 15 0>; /* D9 */
10+
};
11+
};

boards/shields/x_nucleo_idb05a1/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ expansion board could be made:
4848

4949
You could check Figure 3 in `X-NUCLEO-IDB05A1 databrief`_ for more details.
5050

51+
The stm32mp157c_dk2 board is known to need this IRQ pin modification.
52+
5153
Hardware
5254
********
5355

0 commit comments

Comments
 (0)