-
Notifications
You must be signed in to change notification settings - Fork 7
Home_en
IOsetting edited this page Aug 29, 2021
·
1 revision
Usage [ EN | 中文]
This doc is for Ubuntu user only.
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.
- A Running Ubuntu20.04 Desktop
- Git
- Gedit or any text editor
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.
- Compiler SDCC http://sdcc.sourceforge.net/
- Programmer stcgal https://github.com/grigorig/stcgal
CLI How TO: Click Me
VS Code with PlatformIO is recommended
- VS Code https://code.visualstudio.com/
- PlatformIO https://platformio.org/
IDE How TO: Click Me