From 5d5472713933fdcd2e3eef3e2650f5dae815ca00 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 18 May 2015 17:13:58 +0300 Subject: [PATCH] Update docs with the new boards // Resolve #204 --- docs/frameworks/cmsis.rst | 34 ++++++++++++++++++++++++++++++++++ docs/frameworks/mbed.rst | 20 ++++++++++++++++++++ docs/frameworks/spl.rst | 34 ++++++++++++++++++++++++++++++++++ docs/platforms/ststm32.rst | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 122 insertions(+) diff --git a/docs/frameworks/cmsis.rst b/docs/frameworks/cmsis.rst index 7824155e..9f23425c 100644 --- a/docs/frameworks/cmsis.rst +++ b/docs/frameworks/cmsis.rst @@ -27,6 +27,40 @@ Boards `PlatformIO Boards Explorer `_ * For more detailed ``board`` information please scroll tables below by horizontal. +Armstrap +~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - Type ``board`` + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``armstrap_eagle1024`` + - `Armstrap Eagle 1024 `_ + - STM32F417VGT6 + - 168 MHz + - 1024 Kb + - 192 Kb + + * - ``armstrap_eagle2048`` + - `Armstrap Eagle 2048 `_ + - STM32F427VIT6 + - 168 MHz + - 2048 Kb + - 256 Kb + + * - ``armstrap_eagle512`` + - `Armstrap Eagle 512 `_ + - STM32F407VET6 + - 168 MHz + - 512 Kb + - 192 Kb + ST ~~ diff --git a/docs/frameworks/mbed.rst b/docs/frameworks/mbed.rst index 3bea58b5..1c909d13 100644 --- a/docs/frameworks/mbed.rst +++ b/docs/frameworks/mbed.rst @@ -527,6 +527,26 @@ Switch Science - 32 Kb - 4 Kb +Teensy +~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - Type ``board`` + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``teensy31`` + - `Teensy 3.1 `_ + - MK20DX256 + - 72 MHz + - 256 Kb + - 64 Kb + u-blox ~~~~~~ diff --git a/docs/frameworks/spl.rst b/docs/frameworks/spl.rst index 64d91979..1d131c34 100644 --- a/docs/frameworks/spl.rst +++ b/docs/frameworks/spl.rst @@ -27,6 +27,40 @@ Boards `PlatformIO Boards Explorer `_ * For more detailed ``board`` information please scroll tables below by horizontal. +Armstrap +~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - Type ``board`` + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``armstrap_eagle1024`` + - `Armstrap Eagle 1024 `_ + - STM32F417VGT6 + - 168 MHz + - 1024 Kb + - 192 Kb + + * - ``armstrap_eagle2048`` + - `Armstrap Eagle 2048 `_ + - STM32F427VIT6 + - 168 MHz + - 2048 Kb + - 256 Kb + + * - ``armstrap_eagle512`` + - `Armstrap Eagle 512 `_ + - STM32F407VET6 + - 168 MHz + - 512 Kb + - 192 Kb + ST ~~ diff --git a/docs/platforms/ststm32.rst b/docs/platforms/ststm32.rst index 4f2c5e40..3aaec0d5 100644 --- a/docs/platforms/ststm32.rst +++ b/docs/platforms/ststm32.rst @@ -73,6 +73,40 @@ Boards * For more detailed ``board`` information please scroll tables below by horizontal. +Armstrap +~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - Type ``board`` + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``armstrap_eagle1024`` + - `Armstrap Eagle 1024 `_ + - STM32F417VGT6 + - 168 MHz + - 1024 Kb + - 192 Kb + + * - ``armstrap_eagle2048`` + - `Armstrap Eagle 2048 `_ + - STM32F427VIT6 + - 168 MHz + - 2048 Kb + - 256 Kb + + * - ``armstrap_eagle512`` + - `Armstrap Eagle 512 `_ + - STM32F407VET6 + - 168 MHz + - 512 Kb + - 192 Kb + ST ~~