aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorAlexey <stas2z@users.noreply.github.com>2023-04-07 19:20:14 +0300
committerGitHub <noreply@github.com>2023-04-07 12:20:14 -0400
commit23e82d37f14b79a164234361a01b893443b5a34d (patch)
treedae422decc5305668daa70ac891c97f913b3072f /lib/README
parent27dab0ee517a6ab8197faa19e12c2911f67b712c (diff)
downloadkutter-23e82d37f14b79a164234361a01b893443b5a34d.tar.gz
kutter-23e82d37f14b79a164234361a01b893443b5a34d.tar.xz
kutter-23e82d37f14b79a164234361a01b893443b5a34d.zip
stm32: Add support for Nation N32G45x mcus (#6116)
N32G452/G455 are mostly compatible with STM32F103 but have M4 core and different ADC. Signed-off-by: Alexey Golyshin <stas2z@gmail.com>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index 848cd039..84bfcb56 100644
--- a/lib/README
+++ b/lib/README
@@ -160,3 +160,7 @@ revision 177b0073fe6f19281ee7f7fdbe9599e32d1b4b8b.
The Huada HC32F460 directory contains code from:
https://www.hdsc.com.cn/Category83-1490
version 2.2 DDL minus example directory, empty/extra files
+
+The n32g45x directory contains parts of code from:
+ https://github.com/RT-Thread/rt-thread/tree/master/bsp/n32g452xx/Libraries/N32_Std_Driver
+version v1.0.1 (77638c17877c4b6b0b81e189a36bb08b3384923b)