From 5bcd7c574dc578766e5d30a49b21037e68db01fb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 23 Nov 2016 23:45:48 +0200 Subject: [PATCH] Added support for Maple Mini Original, Maple Mini Bootloader 2.0, MikroElektronika Clicker 2 --- HISTORY.rst | 2 + docs/frameworks/arduino.rst | 81 +++++++++++++++++++++++++++--- docs/frameworks/espidf.rst | 20 ++++++++ docs/platforms/embedded_boards.rst | 68 ++++++++++++++++++++++--- docs/platforms/espressif32.rst | 20 ++++++++ docs/platforms/microchippic32.rst | 20 ++++++++ docs/platforms/ststm32.rst | 54 ++++++++++++-------- 7 files changed, 231 insertions(+), 34 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6b693b7e..feaaa72b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -97,6 +97,8 @@ PlatformIO 3.0 * Development platform `ST STM32 `__ + + Added support for Maple Mini Original and Maple Mini Bootloader 2.0 + (`issue #22 `__) + Added support for new boards: ST 32F769IDISCOVERY + Updated ARM mbed OS to 5.1.5/rev127 + Use ``serial`` protocol by default for STM32Duino-based boards diff --git a/docs/frameworks/arduino.rst b/docs/frameworks/arduino.rst index 147e5649..0e5be94d 100644 --- a/docs/frameworks/arduino.rst +++ b/docs/frameworks/arduino.rst @@ -1130,6 +1130,40 @@ Intel - 192 Kb - 80 Kb +LeafLabs +~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``maple`` + - `Maple `_ + - STM32F103RB + - 72 MHz + - 128 Kb + - 17 Kb + + * - ``maple_mini_b20`` + - `Maple Mini Bootloader 2.0 `_ + - STM32F103CB + - 72 MHz + - 128 Kb + - 20 Kb + + * - ``maple_mini_origin`` + - `Maple Mini Original `_ + - STM32F103CB + - 72 MHz + - 128 Kb + - 17 Kb + LightUp ~~~~~~~ @@ -1355,6 +1389,26 @@ Microduino - 64 Kb - 4 Kb +MikroElektronika +~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``clicker2`` + - `MikroElektronika Clicker 2 `_ + - 32MX460F512L + - 80 MHz + - 512 Kb + - 32 Kb + NodeMCU ~~~~~~~ @@ -1415,13 +1469,6 @@ Olimex - Flash - RAM - * - ``maple`` - - `Olimexino STM32 (Maple) `_ - - STM32F103RB_MAPLE - - 72 MHz - - 128 Kb - - 16.6015625 Kb - * - ``modwifi`` - `Olimex MOD-WIFI-ESP8266(-DEV) `_ - ESP8266 @@ -1987,6 +2034,26 @@ SparkFun - 32 Kb - 2 Kb +SparkFun Electronics +~~~~~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``esp32thing`` + - `SparkFun ESP32 Thing `_ + - ESP32 + - 160 MHz + - 1024 Kb + - 112 Kb + SweetPea ~~~~~~~~ diff --git a/docs/frameworks/espidf.rst b/docs/frameworks/espidf.rst index b714b586..f02da10a 100644 --- a/docs/frameworks/espidf.rst +++ b/docs/frameworks/espidf.rst @@ -138,6 +138,26 @@ Noduino - 1024 Kb - 288 Kb +SparkFun Electronics +~~~~~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``esp32thing`` + - `SparkFun ESP32 Thing `_ + - ESP32 + - 160 MHz + - 1024 Kb + - 112 Kb + WEMOS ~~~~~ diff --git a/docs/platforms/embedded_boards.rst b/docs/platforms/embedded_boards.rst index ddd0434d..793ff923 100644 --- a/docs/platforms/embedded_boards.rst +++ b/docs/platforms/embedded_boards.rst @@ -1462,6 +1462,40 @@ Lattice - 32 Kb - 32 Kb +LeafLabs +~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``maple`` + - `Maple `_ + - STM32F103RB + - 72 MHz + - 128 Kb + - 17 Kb + + * - ``maple_mini_b20`` + - `Maple Mini Bootloader 2.0 `_ + - STM32F103CB + - 72 MHz + - 128 Kb + - 20 Kb + + * - ``maple_mini_origin`` + - `Maple Mini Original `_ + - STM32F103CB + - 72 MHz + - 128 Kb + - 17 Kb + LightUp ~~~~~~~ @@ -1720,6 +1754,13 @@ MikroElektronika - Flash - RAM + * - ``clicker2`` + - `MikroElektronika Clicker 2 `_ + - 32MX460F512L + - 80 MHz + - 512 Kb + - 32 Kb + * - ``hexiwear`` - `Hexiwear `_ - MK64FN1M0VDC12 @@ -1972,13 +2013,6 @@ Olimex - Flash - RAM - * - ``maple`` - - `Olimexino STM32 (Maple) `_ - - STM32F103RB_MAPLE - - 72 MHz - - 128 Kb - - 16.6015625 Kb - * - ``modwifi`` - `Olimex MOD-WIFI-ESP8266(-DEV) `_ - ESP8266 @@ -3056,6 +3090,26 @@ SparkFun - 32 Kb - 2 Kb +SparkFun Electronics +~~~~~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``esp32thing`` + - `SparkFun ESP32 Thing `_ + - ESP32 + - 160 MHz + - 1024 Kb + - 112 Kb + SweetPea ~~~~~~~~ diff --git a/docs/platforms/espressif32.rst b/docs/platforms/espressif32.rst index 465fe707..43f938c9 100644 --- a/docs/platforms/espressif32.rst +++ b/docs/platforms/espressif32.rst @@ -180,6 +180,26 @@ Noduino - 1024 Kb - 288 Kb +SparkFun Electronics +~~~~~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``esp32thing`` + - `SparkFun ESP32 Thing `_ + - ESP32 + - 160 MHz + - 1024 Kb + - 112 Kb + WEMOS ~~~~~ diff --git a/docs/platforms/microchippic32.rst b/docs/platforms/microchippic32.rst index 189f4642..5c17296d 100644 --- a/docs/platforms/microchippic32.rst +++ b/docs/platforms/microchippic32.rst @@ -225,6 +225,26 @@ Fubarino - 512 Kb - 128 Kb +MikroElektronika +~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``clicker2`` + - `MikroElektronika Clicker 2 `_ + - 32MX460F512L + - 80 MHz + - 512 Kb + - 32 Kb + Olimex ~~~~~~ diff --git a/docs/platforms/ststm32.rst b/docs/platforms/ststm32.rst index 4e6a0b3a..1e10cdf7 100644 --- a/docs/platforms/ststm32.rst +++ b/docs/platforms/ststm32.rst @@ -217,6 +217,40 @@ Generic - 512 Kb - 64 Kb +LeafLabs +~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``maple`` + - `Maple `_ + - STM32F103RB + - 72 MHz + - 128 Kb + - 17 Kb + + * - ``maple_mini_b20`` + - `Maple Mini Bootloader 2.0 `_ + - STM32F103CB + - 72 MHz + - 128 Kb + - 20 Kb + + * - ``maple_mini_origin`` + - `Maple Mini Original `_ + - STM32F103CB + - 72 MHz + - 128 Kb + - 17 Kb + MultiTech ~~~~~~~~~ @@ -244,26 +278,6 @@ MultiTech - 512 Kb - 128 Kb -Olimex -~~~~~~ - -.. list-table:: - :header-rows: 1 - - * - ID - - Name - - Microcontroller - - Frequency - - Flash - - RAM - - * - ``maple`` - - `Olimexino STM32 (Maple) `_ - - STM32F103RB_MAPLE - - 72 MHz - - 128 Kb - - 16.6015625 Kb - ST ~~