All Projects → platformio → platform-ststm8

platformio / platform-ststm8

Licence: Apache-2.0 License
ST STM8: development platform for PlatformIO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to platform-ststm8

platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (+223.33%)
Mutual labels:  build, firmware, platformio, platformio-platform
Platform Espressif32
Espressif 32: development platform for PlatformIO
Stars: ✭ 333 (+1010%)
Mutual labels:  build, firmware, platformio
Platform Ststm32
ST STM32: development platform for PlatformIO
Stars: ✭ 201 (+570%)
Mutual labels:  build, firmware, platformio
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (+1483.33%)
Mutual labels:  build, platformio
Platform Espressif8266
Espressif 8266: development platform for PlatformIO
Stars: ✭ 206 (+586.67%)
Mutual labels:  firmware, platformio
platform-nordicnrf51
Nordic nRF51: development platform for PlatformIO
Stars: ✭ 19 (-36.67%)
Mutual labels:  platformio, platformio-platform
platform-aceinna imu
Aceinna Navigation Studio: open-source, embedded development platform for Aceinna IMU hardware. Run custom algorithms and navigation code on Aceinna IMU/INS hardware
Stars: ✭ 28 (-6.67%)
Mutual labels:  platformio, platformio-platform
EspBuddy
Wrapper to easily upload (OTA or Serial), backup, batch query, monitor ESP8266 boards using Esptool.py, Espota.py and Platformio
Stars: ✭ 47 (+56.67%)
Mutual labels:  firmware, platformio
platform-shakti
Shakti: development platform for PlatformIO
Stars: ✭ 26 (-13.33%)
Mutual labels:  platformio, platformio-platform
canairio firmware
CanAirIO is a citizen science initiative. We are developing a mobile application that is able to set a PM2.5 or CO2 sensors, and other related sensors, as a fixed station using WiFi or mobile station with an smartphone by using a Bluetooth connection.
Stars: ✭ 84 (+180%)
Mutual labels:  firmware, platformio
W1209
W1209 data logging thermostat w/ STM8 eForth
Stars: ✭ 24 (-20%)
Mutual labels:  firmware, stm8
Marlin Config
Marlin firmware instant configurator
Stars: ✭ 327 (+990%)
Mutual labels:  firmware, platformio
SuperLEDstrip
No description or website provided.
Stars: ✭ 13 (-56.67%)
Mutual labels:  firmware, platformio
platform-nordicnrf52
Nordic nRF52: development platform for PlatformIO
Stars: ✭ 82 (+173.33%)
Mutual labels:  platformio, platformio-platform
platform-linux arm
Linux ARM: development platform for PlatformIO
Stars: ✭ 16 (-46.67%)
Mutual labels:  platformio, platformio-platform
timonel
ATtiny85/45/25 I2C bootloader
Stars: ✭ 108 (+260%)
Mutual labels:  firmware, platformio
platform-lattice ice40
Lattice iCE40: development platform for PlatformIO
Stars: ✭ 34 (+13.33%)
Mutual labels:  platformio, platformio-platform
platform-intel mcs51
Intel MCS-51 (8051): development platform for PlatformIO
Stars: ✭ 40 (+33.33%)
Mutual labels:  platformio, platformio-platform
ADEM
Mobile device for distributed measurements of particulate matter (fine dust)
Stars: ✭ 12 (-60%)
Mutual labels:  firmware, platformio
real-world-bazel
Bazel build files collected from real-world GitHub projects
Stars: ✭ 24 (-20%)
Mutual labels:  build

ST STM8: development platform for PlatformIO

Build Status

The STM8 is an 8-bit microcontroller family by STMicroelectronics an extended variant of the ST7 microcontroller architecture. STM8 microcontrollers are particularly low cost for a full-featured 8-bit microcontroller.

  • Home (home page in the PlatformIO 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 = ststm8
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-ststm8.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].