Skip to content

Commit 6293cea

Browse files
committed
patches: add nicla vision blink+qspi patches
1 parent dd5abb6 commit 6293cea

2 files changed

+28
-29
lines changed

Diff for: patches/0189-QSPI-call-is_mem_ready-before-trying-to-set-write-en.patch

-29
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
From a448ec473c706fd2b6bd2e99aa31d6c7e3d9debb Mon Sep 17 00:00:00 2001
2+
From: Martino Facchin <[email protected]>
3+
Date: Tue, 4 Jun 2024 14:29:00 +0200
4+
Subject: [PATCH] NiclaVision: enable red blink on mbed_die()
5+
6+
---
7+
.../TARGET_STM32H747xI/TARGET_NICLA_VISION/PinNames.h | 5 +++++
8+
1 file changed, 5 insertions(+)
9+
10+
diff --git a/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_NICLA_VISION/PinNames.h b/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_NICLA_VISION/PinNames.h
11+
index 9f14a66d67..42d24cd79d 100644
12+
--- a/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_NICLA_VISION/PinNames.h
13+
+++ b/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_NICLA_VISION/PinNames.h
14+
@@ -467,6 +467,11 @@ typedef enum {
15+
NC = (int)0xFFFFFFFF
16+
} PinName;
17+
18+
+// Standardized LED and button names
19+
+#define LED1 LED_RED
20+
+#define LED2 LED_GREEN
21+
+#define LED3 LED_BLUE
22+
+
23+
#ifdef __cplusplus
24+
}
25+
#endif
26+
--
27+
2.45.0
28+

0 commit comments

Comments
 (0)