Platform Linux ARM: Linux ARM is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X, Linux ARM) you can build native application for Linux ARM platform.
Microcontroller |
S5P6818 |
Frequency |
1400MHz |
Flash |
4GB |
RAM |
1GB |
Vendor |
Please use artik_710
ID for board option in “platformio.ini” (Project Configuration File):
[env:artik_710]
platform = linux_arm
board = artik_710
You can override default Samsung ARTIK 710 settings per build environment using
board_***
option, where ***
is a JSON object path from
board manifest artik_710.json. For example,
board_build.mcu
, board_build.f_cpu
, etc.
[env:artik_710]
platform = linux_arm
board = artik_710
; change microcontroller
board_build.mcu = s5p6818
; change MCU frequency
board_build.f_cpu = 1400000000L
PIO Unified Debugger currently does not support Samsung ARTIK 710 board.
Name |
Description |
---|---|
ARTIK SDK is a C/C++ SDK targeting Samsung ARTIK platforms. It exposes a set of APIs to ease up development of applications. These APIs cover hardware buses such as GPIO, SPI, I2C, UART, connectivity links like Wi-Fi, Bluetooth, Zigbee, and network protocols such as HTTP, Websockets, MQTT, and others. |