summaryrefslogtreecommitdiff
path: root/digital/avr/modules/flash/stub/doc/stub.txt
diff options
context:
space:
mode:
authorNélio Laranjeiro2009-01-28 23:43:19 +0100
committerNélio Laranjeiro2009-01-28 23:43:19 +0100
commit9e34b0ebedae1c82c24d6e99f068e8bd37eb9e4d (patch)
treef8c280e09465cbeb081d08006e42e0190ff7d69b /digital/avr/modules/flash/stub/doc/stub.txt
parent766db94bb7a2e65cac630b801c99de457f5e1c92 (diff)
digital/avr/modules/flash: Wrote a flash stub to avoid the card use. (See #59)
Diffstat (limited to 'digital/avr/modules/flash/stub/doc/stub.txt')
-rw-r--r--digital/avr/modules/flash/stub/doc/stub.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/digital/avr/modules/flash/stub/doc/stub.txt b/digital/avr/modules/flash/stub/doc/stub.txt
new file mode 100644
index 00000000..59a42c2f
--- /dev/null
+++ b/digital/avr/modules/flash/stub/doc/stub.txt
@@ -0,0 +1,11 @@
+Flash Stub
+==========
+
+The flash stub is a source file which emulate the flash memory of the bot in
+a simple text file.
+
+To use the stub a default file shall be create in the current directory using
+touch for example.
+
+The source stub memory use a file flash.apb, to use it correctly create the
+file with this name.