platformio / platform-intel_mcs51

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

Home Page:https://registry.platformio.org/platforms/platformio/intel_mcs51

Repository from Github https://github.complatformio/platform-intel_mcs51Repository from Github https://github.complatformio/platform-intel_mcs51

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.

About

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

https://registry.platformio.org/platforms/platformio/intel_mcs51

License:Apache License 2.0


Languages

Language:Python 100.0%