2024-05-28 14:32:08 +08:00
2024-05-15 18:42:21 +08:00
2024-05-28 14:32:08 +08:00
2024-05-17 18:17:11 +08:00
2024-05-22 18:34:05 +08:00
2024-05-22 18:34:05 +08:00
2024-05-28 14:32:08 +08:00
2024-05-23 18:54:44 +08:00

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
S
Description
No description provided
Readme MIT 40 MiB
Languages
C 90.3%
C++ 4%
CSS 2.4%
Python 1.4%
Assembly 0.7%
Other 1.2%