From 91fb714250d1befa89107bdc017b16d7b3459423 Mon Sep 17 00:00:00 2001 From: Valeriy Koval Date: Mon, 13 Jun 2016 17:46:35 +0300 Subject: [PATCH] Add new ST Nucleo board --- platformio/boards/ststm32.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/platformio/boards/ststm32.json b/platformio/boards/ststm32.json index 46037168..1366a4e4 100644 --- a/platformio/boards/ststm32.json +++ b/platformio/boards/ststm32.json @@ -586,6 +586,22 @@ "url": "https://developer.mbed.org/platforms/ST-Nucleo-L073RZ/", "vendor": "ST" }, + "nucleo_l031k6": { + "build": { + "f_cpu": "32000000L", + "cpu": "cortex-m0plus", + "mcu": "stm32l031k6t6" + }, + "frameworks": ["mbed"], + "name": "ST Nucleo L031K6", + "platform": "ststm32", + "upload": { + "maximum_ram_size": 8192, + "maximum_size": 32768 + }, + "url": "https://developer.mbed.org/platforms/ST-Nucleo-L031K6/", + "vendor": "ST" + }, "seeedArchMax": { "build": { "f_cpu": "168000000L",