Readme++
This commit is contained in:
24
README.md
24
README.md
@@ -8,19 +8,19 @@ The rest of it is written in the programming language c.
|
|||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
img/* - GIMP Project for the welcome screen
|
- img/* - GIMP Project for the welcome screen
|
||||||
libs/* - STM32f4xx libraries
|
- libs/* - STM32f4xx libraries
|
||||||
utils/* - Useful scripts
|
- utils/* - Useful scripts
|
||||||
|
|
||||||
src/bitmap.h - Contains a welcome screen
|
- src/bitmap.h - Contains a welcome screen
|
||||||
src/draw.{c.h} - Draw a bitmap
|
- src/draw.{c.h} - Draw a bitmap
|
||||||
src/game.{c,h} - Main game logic
|
- src/game.{c,h} - Main game logic
|
||||||
src/main.c - Systick handler and programm start
|
- src/main.c - Systick handler and programm start
|
||||||
src/io.{s,h} - IO functions implemented in assembly language
|
- src/io.{s,h} - IO functions implemented in assembly language
|
||||||
src/player.{c,h} - Implementation of the player object
|
- src/player.{c,h} - Implementation of the player object
|
||||||
src/startup.s - Startup code
|
- src/startup.s - Startup code
|
||||||
src/syscalls.c - Syscall lowlevel functions (Atollic true studio)
|
- src/syscalls.c - Syscall lowlevel functions (Atollic true studio)
|
||||||
src/io.c.unused - Old io-fuctions implemented in c programming language.
|
- src/io.c.unused - Old io-fuctions implemented in c programming language.
|
||||||
|
|
||||||
## How to Build and flash
|
## How to Build and flash
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user