Skip to content

Commit

Permalink
shields: x_nucleo_idb05a1: boards: add stm32mp157c_dk2 configuration
Browse files Browse the repository at this point in the history
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 <yael.boutreux@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
  • Loading branch information
yboutreux committed Aug 29, 2019
1 parent 1d80bec commit c9cb87e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions boards/shields/x_nucleo_idb05a1/boards/stm32mp157c_dk2.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2019 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/

&arduino_spi {
spbtle-rf@0 {
irq-gpios = <&arduino_header 15 0>; /* D9 */
};
};
3 changes: 3 additions & 0 deletions boards/shields/x_nucleo_idb05a1/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ instead R6 and R7.
Some boards might not support IRQ pin on Arduino pin A0, in this case resistor
R1 must be removed and please connect instead R8.

Known boards that need this IRQ pin modification are :
- stm32mp157c_dk2

Hardware
********

Expand Down

0 comments on commit c9cb87e

Please sign in to comment.