All Projects → platformio → Platform Ststm32

platformio / Platform Ststm32

Licence: apache-2.0
ST STM32: development platform for PlatformIO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Platform Ststm32

Platform Espressif32
Espressif 32: development platform for PlatformIO
Stars: ✭ 333 (+65.67%)
Mutual labels:  build, arduino, firmware, platformio, iot, continuous-integration, continuous-deployment
Platform Espressif8266
Espressif 8266: development platform for PlatformIO
Stars: ✭ 206 (+2.49%)
Mutual labels:  arduino, firmware, platformio, iot
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (+136.32%)
Mutual labels:  build, arduino, platformio, iot
Mongoose Os
Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.
Stars: ✭ 2,234 (+1011.44%)
Mutual labels:  firmware, stm32, iot
Buildhelpers
Helper functions for PowerShell CI/CD scenarios
Stars: ✭ 174 (-13.43%)
Mutual labels:  build, continuous-integration, continuous-deployment
platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (-51.74%)
Mutual labels:  build, firmware, platformio
Sonoff Homeassistant
Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant
Stars: ✭ 354 (+76.12%)
Mutual labels:  arduino, firmware, iot
Gort
Command Line Interface (CLI) for RobotOps
Stars: ✭ 425 (+111.44%)
Mutual labels:  arduino, firmware, iot
old vespene
DISCONTINUED: a frozen fork will exist forever at mpdehaan/vespene
Stars: ✭ 672 (+234.33%)
Mutual labels:  build, continuous-integration, continuous-deployment
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+245.77%)
Mutual labels:  build, continuous-integration, continuous-deployment
Send altitude cocoos
IoT program for Arduino Uno / STM32 Blue Pill (libopencm3) that reads BME280 temperature + humidity + altitude sensors, via I2C or SPI with DMA and multitasking. Sends sensor data to Sigfox via Wisol Sigfox module on UART. Runs on cocoOS task scheduling library http://www.cocoos.net
Stars: ✭ 24 (-88.06%)
Mutual labels:  arduino, stm32, iot
build-plugin-template
Template repository to create new Netlify Build plugins.
Stars: ✭ 26 (-87.06%)
Mutual labels:  build, continuous-integration, continuous-deployment
Tasmota
Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
Stars: ✭ 16,624 (+8170.65%)
Mutual labels:  arduino, firmware, iot
platform-ststm8
ST STM8: development platform for PlatformIO
Stars: ✭ 30 (-85.07%)
Mutual labels:  build, firmware, platformio
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (+15.92%)
Mutual labels:  arduino, firmware, iot
Esp8266
ESP8266 NodeMCU Workshop
Stars: ✭ 109 (-45.77%)
Mutual labels:  arduino, platformio, iot
Platformio Core
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
Stars: ✭ 5,539 (+2655.72%)
Mutual labels:  arduino, platformio, iot
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-73.13%)
Mutual labels:  arduino, firmware, iot
Build
Netlify Build runs the build command, Build Plugins and bundles Netlify Functions.
Stars: ✭ 135 (-32.84%)
Mutual labels:  build, continuous-integration, continuous-deployment
Arduino For Keil
A lightweight Arduino framework for Keil projects.
Stars: ✭ 172 (-14.43%)
Mutual labels:  arduino, stm32

ST STM32: development platform for PlatformIO

Build Status

The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is designed to offer new degrees of freedom to MCU users. It offers a 32-bit product range that combines very high performance, real-time capabilities, digital signal processing, and low-power, low-voltage operation, while maintaining full integration and ease of development.

  • Home (home page in PlatformIO Platform Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = ststm32
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-ststm32.git
board = ...
...

Configuration

Please navigate to documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].