Skip to content

Commit

Permalink
Add ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
skotopes committed Jan 16, 2024
1 parent f18ad44 commit a034e69
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Flipper Video Game Module

## Building

Requirements:

- arm-none-eabi-gcc
- CMake

## Getting Source Code

git clone --recursive https://github.com/flipperdevices/video-game-module.git

Make sure that all git sub-modules was recursively cloned.

## Compiling

# In project folder
( cd build && cmake .. )

Compiled firmware can be found in `app` folder.

## Flashing

- Press and hold boot button, plug VGM into your computer USB
- Copy `vgm-fw-*.uf2` from `build/app` folder to newly appeared drive

0 comments on commit a034e69

Please sign in to comment.