Files
2024-05-23 18:54:44 +08:00

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