mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-17 08:50:33 -05:00
676 B
676 B
Contributing to pret/pokeplatinum
This document provides a synopsis and loose guidelines for how to contribute to this project. It is a work in progress. Maintainers should expand this document.
Contents
Editor enhancements
This repository includes a script to generate a compile_commands.json that is compatible with C language servers such as clangd.
Requirements
- python3.8 or newer
- gcc-arm-none-eabi
- clangd
Usage
./gen_compile_commands.py
This will create a file named compile_commands.json in the project root, overwriting the previous copy.