Skip to content

Yttehs-HDX/dev_template_MCS-51

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCS-51 Dev Template

The Intel MCS-51 (8051) (51 单片机) Develop Template

Platform

Linux: Tested on ArchLinux

Prepare

  1. Install sdcc.
sudo apt install sdcc

For ArchLinux user, you can

  • Add archlinuxcn pakage source.

  • Then run

sudo pacman -S sdcc
  1. Install stcgal.
pip install stcgal

Usage

Build

make all
# or simply run `make`

Flash

make flash

Clean

make clean

Syntax Checher

VSCode

Press Ctrl + Shift + B after save.

License

MIT

About

The Intel MCS-51 (8051) (51 单片机) Develop Template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published