Skip to content

Home_en

IOsetting edited this page Aug 29, 2021 · 1 revision

Usage [ EN | 中文]

This doc is for Ubuntu user only.

Hardware Prerequisites

You will need some hardware devices for running this lib

  • A X86-64 PC with Ubuntu20.04 installed. It may works on Ubuntu18.04 as well but I didn't test it.
  • Any 8051 development board
  • One of the STC12 series MCU, if you development board didn't come with one.
  • USB2TTL module, like CH340, CP2102 or FT232, etc.
  • Any test modules like LED, LCD, etc.

Software Prerequisites

  • A Running Ubuntu20.04 Desktop
  • Git
  • Gedit or any text editor

CLI Environment

If you just want to compile the lib and try some examples, then all you need are SDCC and stcgal. If you prefer IDE for better user UI, then skip this chapter and read the next.

CLI How TO: Click Me

IDE Environment

VS Code with PlatformIO is recommended

IDE How TO: Click Me

Clone this wiki locally