diff --git a/docs/frameworks/arduino.rst b/docs/frameworks/arduino.rst index e48cc62f..3e5b6b62 100644 --- a/docs/frameworks/arduino.rst +++ b/docs/frameworks/arduino.rst @@ -233,6 +233,13 @@ Arduino - 32 Kb - 2.5 Kb + * - ``atmega328pb`` + - `Atmel ATmega328PB `_ + - ATMEGA328PB + - 16 MHz + - 32 Kb + - 2 Kb + * - ``atmegangatmega168`` - `Arduino NG or older ATmega168 `_ - ATMEGA168 @@ -1453,6 +1460,26 @@ Pinoccio - 256 Kb - 32 Kb +Pololu Corporation +~~~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``a-star32U4`` + - `Pololu A-Star 32U4 `_ + - ATMEGA32U4 + - 16 MHz + - 32 Kb + - 2.5 Kb + Punch Through ~~~~~~~~~~~~~ @@ -1473,6 +1500,13 @@ Punch Through - 32 Kb - 2 Kb + * - ``lightblue-beanplus`` + - `LightBlue Bean+ `_ + - ATMEGA328P + - 16 MHz + - 32 Kb + - 2 Kb + Quirkbot ~~~~~~~~ @@ -1567,6 +1601,82 @@ RepRap - 256 Kb - 8 Kb +SODAQ +~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``sodaq_autonomo`` + - `SODAQ Autonomo `_ + - SAMD21J18A + - 48 MHz + - 256 Kb + - 32 Kb + + * - ``sodaq_explorer`` + - `SODAQ ExpLoRer `_ + - SAMD21J18A + - 48 MHz + - 256 Kb + - 32 Kb + + * - ``sodaq_galora`` + - `SODAQ GaLoRa `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_mbili`` + - `SODAQ Mbili `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_moja`` + - `SODAQ Moja `_ + - ATMEGA328P + - 8 MHz + - 32 Kb + - 2 Kb + + * - ``sodaq_ndogo`` + - `SODAQ Ndogo `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_one`` + - `SODAQ ONE `_ + - SAMD21G18A + - 48 MHz + - 256 Kb + - 32 Kb + + * - ``sodaq_tatu`` + - `SODAQ Tatu `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_wdt`` + - `SODAQ WDT `_ + - SAMD21J18A + - 48 MHz + - 256 Kb + - 32 Kb + SainSmart ~~~~~~~~~ diff --git a/docs/frameworks/mbed.rst b/docs/frameworks/mbed.rst index 15b1daf6..10999c37 100644 --- a/docs/frameworks/mbed.rst +++ b/docs/frameworks/mbed.rst @@ -130,6 +130,13 @@ BBC - 256 Kb - 16 Kb + * - ``bbcmicrobit_b`` + - `BBC micro:bit B(S130) `_ + - NRF51822 + - 16 MHz + - 256 Kb + - 16 Kb + CQ Publishing ~~~~~~~~~~~~~ diff --git a/docs/platforms/atmelavr.rst b/docs/platforms/atmelavr.rst index 67526434..c55ed081 100644 --- a/docs/platforms/atmelavr.rst +++ b/docs/platforms/atmelavr.rst @@ -220,6 +220,13 @@ Arduino - 32 Kb - 2.5 Kb + * - ``atmega328pb`` + - `Atmel ATmega328PB `_ + - ATMEGA328PB + - 16 MHz + - 32 Kb + - 2 Kb + * - ``atmegangatmega168`` - `Arduino NG or older ATmega168 `_ - ATMEGA168 @@ -879,6 +886,26 @@ Pinoccio - 256 Kb - 32 Kb +Pololu Corporation +~~~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``a-star32U4`` + - `Pololu A-Star 32U4 `_ + - ATMEGA32U4 + - 16 MHz + - 32 Kb + - 2.5 Kb + Punch Through ~~~~~~~~~~~~~ @@ -899,6 +926,13 @@ Punch Through - 32 Kb - 2 Kb + * - ``lightblue-beanplus`` + - `LightBlue Bean+ `_ + - ATMEGA328P + - 16 MHz + - 32 Kb + - 2 Kb + Quirkbot ~~~~~~~~ @@ -973,6 +1007,54 @@ RepRap - 256 Kb - 8 Kb +SODAQ +~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``sodaq_galora`` + - `SODAQ GaLoRa `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_mbili`` + - `SODAQ Mbili `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_moja`` + - `SODAQ Moja `_ + - ATMEGA328P + - 8 MHz + - 32 Kb + - 2 Kb + + * - ``sodaq_ndogo`` + - `SODAQ Ndogo `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_tatu`` + - `SODAQ Tatu `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + Sanguino ~~~~~~~~ diff --git a/docs/platforms/atmelsam.rst b/docs/platforms/atmelsam.rst index dcffb2dd..7961f0b8 100644 --- a/docs/platforms/atmelsam.rst +++ b/docs/platforms/atmelsam.rst @@ -77,12 +77,12 @@ Frameworks * - :ref:`framework_arduino` - Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. - * - :ref:`framework_simba` - - Simba is an RTOS and build framework. It aims to make embedded programming easy and portable. - * - :ref:`framework_mbed` - The mbed framework The mbed SDK has been designed to provide enough hardware abstraction to be intuitive and concise, yet powerful enough to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing you to code down to the metal if needed. In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries have been built on top of the SDK by the mbed Developer Community. + * - :ref:`framework_simba` + - Simba is an RTOS and build framework. It aims to make embedded programming easy and portable. + Boards ------ @@ -242,6 +242,47 @@ Digistump - 512 Kb - 28 Kb +SODAQ +~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``sodaq_autonomo`` + - `SODAQ Autonomo `_ + - SAMD21J18A + - 48 MHz + - 256 Kb + - 32 Kb + + * - ``sodaq_explorer`` + - `SODAQ ExpLoRer `_ + - SAMD21J18A + - 48 MHz + - 256 Kb + - 32 Kb + + * - ``sodaq_one`` + - `SODAQ ONE `_ + - SAMD21G18A + - 48 MHz + - 256 Kb + - 32 Kb + + * - ``sodaq_wdt`` + - `SODAQ WDT `_ + - SAMD21J18A + - 48 MHz + - 256 Kb + - 32 Kb + SainSmart ~~~~~~~~~ diff --git a/docs/platforms/embedded_boards.rst b/docs/platforms/embedded_boards.rst index f3b449a8..57987b6d 100644 --- a/docs/platforms/embedded_boards.rst +++ b/docs/platforms/embedded_boards.rst @@ -216,6 +216,13 @@ Arduino - 32 Kb - 2.5 Kb + * - ``atmega328pb`` + - `Atmel ATmega328PB `_ + - ATMEGA328PB + - 16 MHz + - 32 Kb + - 2 Kb + * - ``atmegangatmega168`` - `Arduino NG or older ATmega168 `_ - ATMEGA168 @@ -584,6 +591,13 @@ BBC - 256 Kb - 16 Kb + * - ``bbcmicrobit_b`` + - `BBC micro:bit B(S130) `_ + - NRF51822 + - 16 MHz + - 256 Kb + - 16 Kb + BQ ~~ @@ -2026,6 +2040,26 @@ Pinoccio - 256 Kb - 32 Kb +Pololu Corporation +~~~~~~~~~~~~~~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``a-star32U4`` + - `Pololu A-Star 32U4 `_ + - ATMEGA32U4 + - 16 MHz + - 32 Kb + - 2.5 Kb + Punch Through ~~~~~~~~~~~~~ @@ -2046,6 +2080,13 @@ Punch Through - 32 Kb - 2 Kb + * - ``lightblue-beanplus`` + - `LightBlue Bean+ `_ + - ATMEGA328P + - 16 MHz + - 32 Kb + - 2 Kb + Quirkbot ~~~~~~~~ @@ -2188,6 +2229,82 @@ RepRap - 256 Kb - 8 Kb +SODAQ +~~~~~ + +.. list-table:: + :header-rows: 1 + + * - ID + - Name + - Microcontroller + - Frequency + - Flash + - RAM + + * - ``sodaq_autonomo`` + - `SODAQ Autonomo `_ + - SAMD21J18A + - 48 MHz + - 256 Kb + - 32 Kb + + * - ``sodaq_explorer`` + - `SODAQ ExpLoRer `_ + - SAMD21J18A + - 48 MHz + - 256 Kb + - 32 Kb + + * - ``sodaq_galora`` + - `SODAQ GaLoRa `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_mbili`` + - `SODAQ Mbili `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_moja`` + - `SODAQ Moja `_ + - ATMEGA328P + - 8 MHz + - 32 Kb + - 2 Kb + + * - ``sodaq_ndogo`` + - `SODAQ Ndogo `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_one`` + - `SODAQ ONE `_ + - SAMD21G18A + - 48 MHz + - 256 Kb + - 32 Kb + + * - ``sodaq_tatu`` + - `SODAQ Tatu `_ + - ATMEGA1284P + - 8 MHz + - 128 Kb + - 16 Kb + + * - ``sodaq_wdt`` + - `SODAQ WDT `_ + - SAMD21J18A + - 48 MHz + - 256 Kb + - 32 Kb + ST ~~ diff --git a/docs/platforms/espressif8266.rst b/docs/platforms/espressif8266.rst index 50defb3c..a15d30e6 100644 --- a/docs/platforms/espressif8266.rst +++ b/docs/platforms/espressif8266.rst @@ -37,6 +37,9 @@ Packages * - ``sdk-esp8266`` - `ESP8266 SDK `_ + * - ``tool-espotapy`` + - `ESP8266 OTA utility `_ + * - ``tool-esptool`` - `esptool-ck `_ diff --git a/docs/platforms/nordicnrf51.rst b/docs/platforms/nordicnrf51.rst index 51f8e562..2600ff31 100644 --- a/docs/platforms/nordicnrf51.rst +++ b/docs/platforms/nordicnrf51.rst @@ -103,6 +103,13 @@ BBC - 256 Kb - 16 Kb + * - ``bbcmicrobit_b`` + - `BBC micro:bit B(S130) `_ + - NRF51822 + - 16 MHz + - 256 Kb + - 16 Kb + Delta ~~~~~ diff --git a/docs/platforms/ststm32.rst b/docs/platforms/ststm32.rst index 08bf8e27..4e6a0b3a 100644 --- a/docs/platforms/ststm32.rst +++ b/docs/platforms/ststm32.rst @@ -86,12 +86,12 @@ Frameworks * - :ref:`framework_libopencm3` - The libOpenCM3 framework aims to create a free/libre/open-source firmware library for various ARM Cortex-M0(+)/M3/M4 microcontrollers, including ST STM32, Ti Tiva and Stellaris, NXP LPC 11xx, 13xx, 15xx, 17xx parts, Atmel SAM3, Energy Micro EFM32 and others. - * - :ref:`framework_spl` - - The ST Standard Peripheral Library provides a set of functions for handling the peripherals on the STM32 Cortex-M3 family. The idea is to save the user (the new user, in particular) having to deal directly with the registers. - * - :ref:`framework_mbed` - The mbed framework The mbed SDK has been designed to provide enough hardware abstraction to be intuitive and concise, yet powerful enough to build complex projects. It is built on the low-level ARM CMSIS APIs, allowing you to code down to the metal if needed. In addition to RTOS, USB and Networking libraries, a cookbook of hundreds of reusable peripheral and module libraries have been built on top of the SDK by the mbed Developer Community. + * - :ref:`framework_spl` + - The ST Standard Peripheral Library provides a set of functions for handling the peripherals on the STM32 Cortex-M3 family. The idea is to save the user (the new user, in particular) having to deal directly with the registers. + Boards ------ diff --git a/docs/platforms/titiva.rst b/docs/platforms/titiva.rst index ef7900a8..c42a7021 100644 --- a/docs/platforms/titiva.rst +++ b/docs/platforms/titiva.rst @@ -65,12 +65,12 @@ Frameworks * - Name - Description - * - :ref:`framework_libopencm3` - - The libOpenCM3 framework aims to create a free/libre/open-source firmware library for various ARM Cortex-M0(+)/M3/M4 microcontrollers, including ST STM32, Ti Tiva and Stellaris, NXP LPC 11xx, 13xx, 15xx, 17xx parts, Atmel SAM3, Energy Micro EFM32 and others. - * - :ref:`framework_energia` - Energia Wiring-based framework enables pretty much anyone to start easily creating microcontroller-based projects and applications. Its easy-to-use libraries and functions provide developers of all experience levels to start blinking LEDs, buzzing buzzers and sensing sensors more quickly than ever before. + * - :ref:`framework_libopencm3` + - The libOpenCM3 framework aims to create a free/libre/open-source firmware library for various ARM Cortex-M0(+)/M3/M4 microcontrollers, including ST STM32, Ti Tiva and Stellaris, NXP LPC 11xx, 13xx, 15xx, 17xx parts, Atmel SAM3, Energy Micro EFM32 and others. + Boards ------