maxgerhardt / platform-w60x

PlatformIO platform for WinnerMicro W60X chips.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinnerMicro W60X: development platform for PlatformIO

WORK IN PROGRESS

W600 is an embedded Wi-Fi SoC chip which is complying with IEEE802.11b/g/n international standard and which supports multi interface, multi protocol. It can be easily applied to smart appliances, smart home, health care, smart toy, wireless audio & video, industrial and other IoT fields. This SoC integrates Cortex-M3 CPU, Flash, RF Transceiver, CMOS PA, BaseBand. It applies multi interfaces such as SPI, UART, GPIO, I2C, PWM, I2S, 7816. It applies multi encryption and decryption protocol such as PRNG/SHA1/MD5/RC4/DES/3DES/AES/CRC/RSA.

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

Development version

[env:development]
platform = https://github.com/maxgerhardt/platform-w60x
board = ...
...

Configuration

Please navigate to documentation.

About

PlatformIO platform for WinnerMicro W60X chips.

License:Apache License 2.0


Languages

Language:Python 100.0%