You've already forked CoreMP135_Bare_computer_project
mirror of
https://github.com/m5stack/CoreMP135_Bare_computer_project.git
synced 2026-05-20 11:25:29 -07:00
417 B
417 B
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