Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.38 KB

BUILD.md

File metadata and controls

28 lines (24 loc) · 1.38 KB

M5Apple2

M5Apple2 is an Apple ][ emulator for M5Stack microcontroller, based on LinApple (http://linapple.sourceforge.net/).

Prerequisites for Build

Preparation for Build

  • Install Visual Studio Code.
  • Install PlatformIO IDE for Visual Studio Code. (show https://docs.platformio.org/en/latest/ide/vscode.html)
  • At "Libraries" tab of "PIO Home" page, install "M5Stack SD-Updater", "M5Stack OnScreenKeyboard", "MPU6050_tockn".
  • Clone this git repository to a suitable folder.

git clone https://github.com/EiichiroIto/m5apple2.git

Build

  1. Click "New Project" at "Home" tab of "PIO Home" page.
  2. Enter "m5apple2" to the "Name" field.
  3. Select "M5Stack FIRE" of the "Board" field.
  4. Select "Arduino" of the "Framework" field.
  5. Check "Location" box off and open the folder including above repository. (not the repository folder, but the parent folder)
  6. Click "Finish" button.
  7. Delete "main.cpp" from "src" folder on a M5STACK workspace of the explorer.
  8. From "Terminal" menu, select "Run a task", then select "PlatformIO:Build" to build, or "PlatformIO:Upload" to upload.