Skip to content

Commit

Permalink
Restructured Project
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Humblot committed Jun 27, 2018
1 parent a87b76e commit 20d0a62
Show file tree
Hide file tree
Showing 13 changed files with 3,102 additions and 591 deletions.
2,511 changes: 2,511 additions & 0 deletions Doxyfile

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SOURCES := SDDevice.cpp Partition.cpp MasterBootRecord.cpp BootSector.cpp Direct
HEADERS := SDDevice.hpp Partition.hpp MasterBootRecord.hpp BootSector.hpp DirectoryEntry.hpp

# other places to look for files for this project
SEARCH :=
SEARCH := ./phat

# set RELATIVE to the next higher directory
# and defer to the appropriate Makefile.* there
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "hwlib.hpp"
#include "SDDevice.hpp"
#include "phat/SDDevice.hpp"

int main() {
// kill the watchdog (ATSAM3X8E specific)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 20d0a62

Please sign in to comment.