All Projects → platformio → platform-atmelavr

platformio / platform-atmelavr

Licence: Apache-2.0 license
Atmel AVR: development platform for PlatformIO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to platform-atmelavr

platform-ststm8
ST STM8: development platform for PlatformIO
Stars: ✭ 30 (-69.07%)
Mutual labels:  build, firmware, platformio, platformio-platform
Platform Espressif32
Espressif 32: development platform for PlatformIO
Stars: ✭ 333 (+243.3%)
Mutual labels:  build, firmware, platformio
Platform Ststm32
ST STM32: development platform for PlatformIO
Stars: ✭ 201 (+107.22%)
Mutual labels:  build, firmware, platformio
3d printed keyboard
A fully 3D printed computer keyboard
Stars: ✭ 31 (-68.04%)
Mutual labels:  avr, firmware
platform-shakti
Shakti: development platform for PlatformIO
Stars: ✭ 26 (-73.2%)
Mutual labels:  platformio, platformio-platform
timonel
ATtiny85/45/25 I2C bootloader
Stars: ✭ 108 (+11.34%)
Mutual labels:  firmware, platformio
toolchain68k
build a toolchain for cross developement. Supports motorola m68k-elf, avr and arm-none-eabi
Stars: ✭ 18 (-81.44%)
Mutual labels:  avr, platformio
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 (-13.4%)
Mutual labels:  firmware, platformio
FASTUSBasp
This is the fast avr programmer for AVR MCUs based on cheap stm32f103c8t6 board with usb-to-serial support.
Stars: ✭ 78 (-19.59%)
Mutual labels:  avr, firmware
platform-lattice ice40
Lattice iCE40: development platform for PlatformIO
Stars: ✭ 34 (-64.95%)
Mutual labels:  platformio, platformio-platform
Original-CR10-Marlin-Firmware-Source
This is the ORIGINAL Creality CR10 Firmware Source as Creality installs it.
Stars: ✭ 16 (-83.51%)
Mutual labels:  avr, firmware
Marlin
Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
Stars: ✭ 12,217 (+12494.85%)
Mutual labels:  avr, firmware
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 (+5610.31%)
Mutual labels:  avr, platformio
rf bridge
RF (433Mhz) to MQTT Bridge - with hardware
Stars: ✭ 38 (-60.82%)
Mutual labels:  avr, firmware
Easyavr
Easy AVR USB Keyboard Firmware and Keymapper
Stars: ✭ 479 (+393.81%)
Mutual labels:  avr, firmware
EspBuddy
Wrapper to easily upload (OTA or Serial), backup, batch query, monitor ESP8266 boards using Esptool.py, Espota.py and Platformio
Stars: ✭ 47 (-51.55%)
Mutual labels:  firmware, platformio
platform-nordicnrf52
Nordic nRF52: development platform for PlatformIO
Stars: ✭ 82 (-15.46%)
Mutual labels:  platformio, platformio-platform
platform-linux arm
Linux ARM: development platform for PlatformIO
Stars: ✭ 16 (-83.51%)
Mutual labels:  platformio, platformio-platform
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (+389.69%)
Mutual labels:  build, platformio
platform-intel mcs51
Intel MCS-51 (8051): development platform for PlatformIO
Stars: ✭ 40 (-58.76%)
Mutual labels:  platformio, platformio-platform

Atmel AVR: development platform for PlatformIO

Build Status

Atmel AVR 8- and 32-bit MCUs deliver a unique combination of performance, power efficiency and design flexibility. Optimized to speed time to market-and easily adapt to new ones-they are based on the industrys most code-efficient architecture for C and assembly programming.

  • 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 = atmelavr
board = ...
...

Development version

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