From d8471cadb94d9fe46b88da1d9b7dc591068365b3 Mon Sep 17 00:00:00 2001 From: Maciej Pijanowski Date: Fri, 28 Jul 2023 23:12:08 +0200 Subject: [PATCH] post/2023-06-07-twpm-spi-fix.md: add links to Zephyr issues and PRs Signed-off-by: Maciej Pijanowski --- blog/content/post/2023-06-07-twpm-spi-fix.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blog/content/post/2023-06-07-twpm-spi-fix.md b/blog/content/post/2023-06-07-twpm-spi-fix.md index 87cb8dcb..6f6c6c1f 100644 --- a/blog/content/post/2023-06-07-twpm-spi-fix.md +++ b/blog/content/post/2023-06-07-twpm-spi-fix.md @@ -200,7 +200,9 @@ sometimes does not: ![STM32 SPI slave at 10 MHz](/img/stm32-spislave-10mhz.png) At 24 MHz transfer is completely corrupted. We have been looking for a solution -in Zephyr Issues and Pull Requests but found nothing useful. +in Zephyr [Issues](https://github.com/zephyrproject-rtos/zephyr/issues) and +[Pull Requests](https://github.com/zephyrproject-rtos/zephyr/pulls) but found +nothing useful. Looking at Zephyr's SPI driver code, we discovered that every call to `spi_write` causes many things