Skip to content

platformio/platform-intel_arc32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intel ARC32: development platform for PlatformIO

Build Status

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.

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

Development version

[env:development]
platform = https://github.com/platformio/platform-intel_arc32.git
board = ...
...

Configuration

Please navigate to documentation.