board stm3210c_eval openocd cfg file#37
Closed
kontais wants to merge 0 commit intozephyrproject-rtos:masterfrom
Closed
board stm3210c_eval openocd cfg file#37kontais wants to merge 0 commit intozephyrproject-rtos:masterfrom
kontais wants to merge 0 commit intozephyrproject-rtos:masterfrom
Conversation
erwango
requested changes
May 2, 2017
pabigot
added a commit
to pabigot/zephyr
that referenced
this pull request
Nov 2, 2019
Add specific compatible to existing JEDEC SPI device.
Add a second JEDEC SPI device with a different compatible.
Demonstrates issues with checkpatch:
-:27: WARNING:UNDOCUMENTED_DT_STRING: DT compatible string "mxicy,mx25r6435f" appears un-documented -- check ./dts/bindings/
zephyrproject-rtos#27: FILE: boards/arm/nrf52840_pca10056/nrf52840_pca10056.dts:195:
+ compatible = "mxicy,mx25r6435f", "jedec,spi-nor";
-:37: WARNING:UNDOCUMENTED_DT_STRING: DT compatible string "mxicy,mx25l3233f" appears un-documented -- check ./dts/bindings/
zephyrproject-rtos#37: FILE: boards/arm/nrf52840_pca10056/nrf52840_pca10056.dts:207:
+ compatible = "mxicy,mx25l3233f", "jedec,spi-nor";
Demonstrates inability to relate specific to generic variant by prefix:
#define DT_INST_0_MXICY_MX25R6435F 1
#define DT_INST_0_JEDEC_SPI_NOR 1
#define DT_INST_0_MXICY_MX25L3233F 1
#define DT_INST_1_JEDEC_SPI_NOR 1
Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
ndrs-pst
added a commit
to DDC-NDRS/zephyr_rtos
that referenced
this pull request
Dec 27, 2025
betzw
added a commit
to betzw/zephyr
that referenced
this pull request
Jan 19, 2026
- in line zephyrproject-rtos#37: substitute `1000` with `USEC_PER_MSEC` - in line zephyrproject-rtos#56: remove macro `NPU_CACHE_DEVICE_ENABLE` and use directly `DEVICE_DT_INST_DEFINE` Signed-off-by: Wolfgang Betz <wolfgang.betz@st.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
boards/arm/stm3210c_eval/support/openocd.cfg
board/st3210c_eval.cfg -> board/stm3210c_eval.cfg
This change is