All Projects → platformio → platform-intel_mcs51

platformio / platform-intel_mcs51

Licence: Apache-2.0 license
Intel MCS-51 (8051): development platform for PlatformIO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to platform-intel mcs51

platform-ststm8
ST STM8: development platform for PlatformIO
Stars: ✭ 30 (-25%)
Mutual labels:  platformio, platformio-platform
platform-linux arm
Linux ARM: development platform for PlatformIO
Stars: ✭ 16 (-60%)
Mutual labels:  platformio, platformio-platform
platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (+142.5%)
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 (-30%)
Mutual labels:  platformio, platformio-platform
platform-nordicnrf51
Nordic nRF51: development platform for PlatformIO
Stars: ✭ 19 (-52.5%)
Mutual labels:  platformio, platformio-platform
platform-lattice ice40
Lattice iCE40: development platform for PlatformIO
Stars: ✭ 34 (-15%)
Mutual labels:  platformio, platformio-platform
platform-shakti
Shakti: development platform for PlatformIO
Stars: ✭ 26 (-35%)
Mutual labels:  platformio, platformio-platform
platform-nordicnrf52
Nordic nRF52: development platform for PlatformIO
Stars: ✭ 82 (+105%)
Mutual labels:  platformio, platformio-platform
Wortuhr
Software für eine ESP8266 basierte Wortuhr mit verschiedenen Layouts
Stars: ✭ 30 (-25%)
Mutual labels:  platformio
firebase-iot-demo
🔥 ESP8266 Firebase Arduino client developed using Platformio sending DHT11 and MQ5 data to Firebase Realtime Database
Stars: ✭ 20 (-50%)
Mutual labels:  platformio
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (+120%)
Mutual labels:  platformio
HML FwLib STC89
A lite firmware library for STC micro STC89 series MCU based on SDCC complier | 基於SDCC編譯器實現的針對宏晶微电子(STC Micro)STC89系列單晶片的輕量級固件庫
Stars: ✭ 41 (+2.5%)
Mutual labels:  8051
performance
Collection of documents related tunings for performance of Java low-latency trading systems: from hardware up to application level
Stars: ✭ 65 (+62.5%)
Mutual labels:  intel
nuclei-sdk
Nuclei RISC-V Software Development Kit
Stars: ✭ 65 (+62.5%)
Mutual labels:  platformio
stewart-platform-esp32
https://ouilogique.com/plateforme-de-stewart-esp32/
Stars: ✭ 17 (-57.5%)
Mutual labels:  platformio
object-size-detector-python
Monitor mechanical bolts as they move down a conveyor belt. When a bolt of an irregular size is detected, this solution emits an alert.
Stars: ✭ 26 (-35%)
Mutual labels:  intel
openncc
OpenNCC Kit
Stars: ✭ 23 (-42.5%)
Mutual labels:  intel
LMIC-node
LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node qu…
Stars: ✭ 108 (+170%)
Mutual labels:  platformio
4004-SBC
Home-brew Intel 4004 Single Board Computer
Stars: ✭ 18 (-55%)
Mutual labels:  intel
motor-defect-detector-python
Predict performance issues with manufacturing equipment motors. Perform local or cloud analytics of the issues found, and then display the data on a user interface to determine when failures might arise.
Stars: ✭ 24 (-40%)
Mutual labels:  intel

Intel MCS-51 (8051): development platform for PlatformIO

Build Status

The Intel MCS-51 (commonly termed 8051) is an internally Harvard architecture, complex instruction set computer (CISC) instruction set, single chip microcontroller (µC) series developed by Intel in 1980 for use in embedded systems.

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

Development version

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