Othello Game for ENCE260 UCFK4 Project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Hayes eedd02117f
Merge branch 'master' of eng-git.canterbury.ac.nz:mph/ucfk4
12 years ago
apps Add ir_uart_test6 to show difference between ir_uart_putc and ir_uart_putc_nocheck 12 years ago
assignment Add assignment files 12 years ago
doc Convert to ucfk4 14 years ago
drivers Add ir_uart_putc_nocheck and make ir_uart_putc more robust at gobbling echoed data 12 years ago
etc Strip newline from version 12 years ago
extra Tidy docs 14 years ago
fonts Add rotated fonts 14 years ago
labs Fix replace idiocy 12 years ago
utils Fix number of message repeats 12 years ago
.gitignore Ignore executables 12 years ago
README Add URL 12 years ago

README

For documentation, see http://ecewiki.elec.canterbury.ac.nz/mediawiki/index.php/UCFK4


The directory structure is:
apps --- contains a sub-directory for each application
drivers --- device driver modules (hardware independent)
drivers/avr --- device driver modules specifically for AVR architecture
drivers/test --- device driver modules for test scaffold
doc --- documentation
etc --- miscellaneous scripts and makefile templates
fonts --- fonts and font creation program
utils --- utility modules