platform = intel_mcs51
The Intel MCS-51 (commonly termed 8051) is an internally Harvard architecture, complex instruction set computer (CISC) instruction set, single chip microcontroller (uC) series developed by Intel in 1980 for use in embedded systems.
For more detailed information please visit vendor site.
Examples are listed from Intel MCS-51 (8051) development platform repository:
You can switch between stable releases of Intel MCS-51 (8051) development platform and the latest upstream version using platform option in “platformio.ini” (Project Configuration File) as described below.
; Latest stable version
[env:latest_stable]
platform = intel_mcs51
board = ...
; Custom stable version
[env:custom_stable]
platform = intel_mcs51@x.y.z
board = ...
[env:upstream_develop]
platform = https://github.com/platformio/platform-intel_mcs51.git
board = ...
Name |
Description |
---|---|
Open Source STC MCU ISP flash tool |
|
Small Device C Compiler |
Warning
Linux Users:
Install “udev” rules 99-platformio-udev.rules
Raspberry Pi users, please read this article Enable serial port on Raspberry Pi.
Windows Users:
Please check that you have a correctly installed USB driver from board manufacturer
Note
You can list pre-configured boards by platformio boards command or PlatformIO Boards Explorer
For more detailed board
information please scroll tables below by
horizontal.
Name |
Debug |
MCU |
Frequency |
Flash |
RAM |
---|---|---|---|---|---|
No |
N79E8432 |
22MHz |
4KB |
512B |
|
No |
N79E844 |
22MHz |
8KB |
512B |
|
No |
N79E845 |
22MHz |
16KB |
512B |
|
No |
N79E854 |
22MHz |
8KB |
512B |
|
No |
N79E855 |
22MHz |
16KB |
512B |
Name |
Debug |
MCU |
Frequency |
Flash |
RAM |
---|---|---|---|---|---|
No |
STC15F204EA |
11MHz |
4KB |
256B |
|
No |
STC15W204S |
11MHz |
4KB |
256B |
|
No |
STC15W408AS |
11MHz |
4KB |
512B |
|
No |
STC15W408AS |
11MHz |
8KB |
512B |