summaryrefslogtreecommitdiff
path: root/openpcd/firmware/README
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/README')
-rw-r--r--openpcd/firmware/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/openpcd/firmware/README b/openpcd/firmware/README
deleted file mode 100644
index 9f7d93f..0000000
--- a/openpcd/firmware/README
+++ /dev/null
@@ -1,8 +0,0 @@
-Different Targets can be built by implementing a _init_func() and _main_func()_
-function in src/main_foo.c
-
-The resulting binary main_foo.bin can be built by issuing
- make TARGET=main_foo
-
-If you want to add debugging support (debug unit aka DBGU, RS232), add DEBUG=1
-
personal git repositories of Harald Welte. Your mileage may vary