sprig icon indicating copy to clipboard operation
sprig copied to clipboard

Reorganize and format the spade codebase

Open grymmy opened this issue 11 months ago • 4 comments

I apologize for the monster PR - it does the following:

  • Reformats all code to be tab delimited (didn't choose this out of some sort of religious belief, used the default C/C++ autoformatting in VSCode)
  • Separates concerns by breaking out many of the logical components into separate compiled sourcefiles - audio goes in audio, button handling in buttons - cuts rpi's main.c by 100+ lines
  • Separates out a main constants header file to put important, high-level configurations and macros
  • Modifies some of the CMake configs to fix compilation issues resulting from these changes

grymmy avatar Mar 21 '24 17:03 grymmy

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sprig ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 28, 2024 8:25pm

vercel[bot] avatar Mar 21 '24 17:03 vercel[bot]

@grymmy is attempting to deploy a commit to the Hack Club Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Mar 21 '24 17:03 vercel[bot]

ran into error when trying to build image

Sheepy3 avatar Mar 21 '24 18:03 Sheepy3

unable to upload game to sprig flashed with firmware built on this pr image

Sheepy3 avatar Mar 22 '24 17:03 Sheepy3

I am going to abandon this and probably re-attack this anew.

grymmy avatar Jun 13 '24 12:06 grymmy