diff options
-rw-r--r-- | openpcd/firmware/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openpcd/firmware/README b/openpcd/firmware/README index 15d3573..9f7d93f 100644 --- a/openpcd/firmware/README +++ b/openpcd/firmware/README @@ -4,3 +4,5 @@ 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 + |