samples: modules: can openmode runs on stm32h573i_dk
Add an overlay to avoid running the samples/modules/canopennode on the external octo NOR flash of the stm32h573i disco kit. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
0cd7fa31d3
commit
6c732185af
10
samples/modules/canopennode/boards/stm32h573i_dk.overlay
Normal file
10
samples/modules/canopennode/boards/stm32h573i_dk.overlay
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Copyright (c) 2023 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/* do not use the NOR octoflash for nvs can storage */
|
||||
&mx25lm51245 {
|
||||
status = "disabled";
|
||||
};
|
Loading…
Reference in a new issue