Intel ARC32: development platform for PlatformIO
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.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = intel_arc32
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-intel_arc32.git
board = ...
...
Please navigate to documentation.