mirror of
https://github.com/m5stack/CoreMP135_Bare_computer_project.git
synced 2026-05-20 11:25:29 -07:00
master
CoreMP135_Bare_computer_project
This is a simple bare-metal project for the CoreMP135.
Please compile under Linux.
USE
# Download toolchain.
wget https://github.com/m5stack/CoreMP135_Bare_computer_project/releases/download/v0.0.1/toolchain.tar.gz
tar zxvf toolchain.tar.gz -C toolchain
# Install the toolkit.
sudo apt install sgdisk make
# Compile.
make
# Clean up compiled files.
make clean
Languages
C
90.3%
C++
4%
CSS
2.4%
Python
1.4%
Assembly
0.7%
Other
1.2%