Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Samsung ARTIK: development platform for PlatformIO

License

Notifications You must be signed in to change notification settings

platformio/platform-samsung_artik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samsung ARTIK: development platform for PlatformIO

Build Status Build status

The Samsung ARTIK platform brings support to PlatformIO for the non Linux-based ARTIK modules. The boards that are currently supported by this platform are:

  • artik_053: ARTIK 053 Wi-Fi module running TizenRT

  • Home (home page in PlatformIO Platform 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 = samsung_artik
board = ...
...

Development version

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

Configuration

Please navigate to documentation.