software/liblitesdcard: add copyrights to spisdcard/fat16.

This commit is contained in:
Florent Kermarrec 2020-06-04 12:13:26 +02:00
parent 0ec50881f0
commit 860ac1e212
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
// License: BSD
//
// SD CARD code for loading files from a FAT16 formatted partition into memory // SD CARD code for loading files from a FAT16 formatted partition into memory
#include <generated/csr.h> #include <generated/csr.h>

View File

@ -1,3 +1,6 @@
// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
// License: BSD
#ifndef __FAT16_H #ifndef __FAT16_H
#define __FAT16_H #define __FAT16_H

View File

@ -1,3 +1,6 @@
// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
// License: BSD
//
// SD CARD bitbanging code for loading files from a FAT16 forrmatted partition into memory // SD CARD bitbanging code for loading files from a FAT16 forrmatted partition into memory
// //
// Code is known to work on a de10nano with MiSTer SDRAM and IO Boards - IO Board has a secondary SD CARD interface connected to GPIO pins // Code is known to work on a de10nano with MiSTer SDRAM and IO Boards - IO Board has a secondary SD CARD interface connected to GPIO pins

View File

@ -1,3 +1,6 @@
// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
// License: BSD
#ifndef __SPISDCARD_H #ifndef __SPISDCARD_H
#define __SPISDCARD_H #define __SPISDCARD_H