From 448843ffd8f175967d874a87abf3651da7284d3c Mon Sep 17 00:00:00 2001 From: chinky Date: Thu, 11 Aug 2022 10:01:40 +0800 Subject: [PATCH] [bsp]stm32l475-atk-pandora update readme, .gitignore --- .gitignore | 2 ++ bsp/stm32/stm32l475-atk-pandora/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d4164b50c..31f0069a35 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,8 @@ documentation/html *.a *.i *.d +*.dfinish +*.su #source insight 4 project files *.si4project tools/kconfig-frontends/kconfig-mconf diff --git a/bsp/stm32/stm32l475-atk-pandora/README.md b/bsp/stm32/stm32l475-atk-pandora/README.md index 6aae929973..fa61ffd197 100644 --- a/bsp/stm32/stm32l475-atk-pandora/README.md +++ b/bsp/stm32/stm32l475-atk-pandora/README.md @@ -23,7 +23,7 @@ 该开发板常用 **板载资源** 如下: - MCU:STM32L475VET6,主频 80MHz,512KB FLASH ,128KB RAM -- 外部 FLASH:W25Q128(SPI,16MB) +- 外部 FLASH:W25Q128 或 NM25Q128EVB(SPI,16MB) - 常用外设 - RGB 状态指示灯:1个,(红、绿、蓝三色) - 按键:4个,KEY_UP(兼具唤醒功能,PC13),K0(PD10),K1(PD9),K2(PD8) -- GitLab