Skip to content

olsonjeffery/tetromino-msp430

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetromino-msp430

A tetromino game on the msp430. This is a demo with no monetization strategy. Just for kicks.

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Don't sue me!

Makefile

The default task will:

  • lint the source code via cppcheck
  • Build the elf image for flashing
  • Run the tests (contains in /test)

Structure

The source is laid out like so:

  • /src: All application source code is under here
  • /src/base: non-msp430-specific application code. The code in this folder is included in the test target that is built with the host gcc, so it cannot include any msp430/embedded headers
  • /test: All test source code is here

Application Components

  • A Texas Instruments MSP-EXP430F5529LP launchpad for the mcu/power supply/connectors
  • A Nokia 5110 LCD screen
  • A breadboard
  • Some buttons
  • Some jumper wires

Dependent libraries:

0/msp430-rng

In src/platform/rand.{h|c}, header modified to use flags for the msp430f5229. If you're using a different board you might need to change this. License is included at rand_LICENSE.txt.

About

A tetromino game on the msp430. This is a demo with no monetization strategy. Just for kicks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published