From 3cb41cf6b0386de6ab5b06b22c89f6453da5a272 Mon Sep 17 00:00:00 2001 From: Daniel Kuku Date: Sun, 27 Sep 2015 03:02:34 +0100 Subject: [PATCH] Update ststm32.json added nucleo_f446re --- platformio/boards/ststm32.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/platformio/boards/ststm32.json b/platformio/boards/ststm32.json index e57d945202..43913e6de4 100644 --- a/platformio/boards/ststm32.json +++ b/platformio/boards/ststm32.json @@ -299,6 +299,22 @@ "url": "https://developer.mbed.org/platforms/ST-Nucleo-F411RE/", "vendor": "ST" }, + "nucleo_f446re": { + "build": { + "f_cpu": "180000000L", + "cpu": "cortex-m4", + "mcu": "stm32f446ret6" + }, + "frameworks": ["mbed"], + "name": "ST Nucleo F446RE", + "platform": "ststm32", + "upload": { + "maximum_ram_size": 131072, + "maximum_size": 524288 + }, + "url": "https://developer.mbed.org/platforms/ST-Nucleo-F446RE/", + "vendor": "ST" + }, "nucleo_l053r8": { "build": { "f_cpu": "48000000L",