platform = intel_arc32
ARC embedded processors are a family of 32-bit CPUs that are widely used in SoC devices for storage, home, mobile, automotive, and Internet of Things applications.
For more detailed information please visit vendor site.
Examples are listed from Intel ARC32 development platform repository:
You can switch between stable releases of Intel ARC32 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_arc32
board = ...
; Custom stable version
[env:custom_stable]
platform = intel_arc32@x.y.z
board = ...
[env:upstream_develop]
platform = https://github.com/platformio/platform-intel_arc32.git
board = ...
Name |
Description |
---|---|
Arduino Wiring-based Framework (Intel ARC Core) |
|
Genuino101 uploader |
|
GCC for Intel ARC |
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
Name |
Description |
---|---|
Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. |
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 |
ARCV2EM |
32MHz |
152KB |
80KB |