summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/flash/stub/doc/stub.txt
diff options
context:
space:
mode:
authorNélio Laranjeiro2009-05-11 22:06:51 +0200
committerNélio Laranjeiro2009-05-11 22:06:51 +0200
commitcadf1a3749fc51d266e9672fdecf1c8cd69c92a3 (patch)
treebabc2c77cbafce99c803215c7d56d443dd8f7119 /digital/avr/modules/flash/stub/doc/stub.txt
parentb12be58d4044e50127597e7d0f4db0f16cafdcdc (diff)
* digital/avr/modules/flash: (Closes #68).
* Removed the flash stub sub directory and add a real stub in flash.host.c file.
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, 0 insertions, 11 deletions
diff --git a/digital/avr/modules/flash/stub/doc/stub.txt b/digital/avr/modules/flash/stub/doc/stub.txt
deleted file mode 100644
index 59a42c2f..00000000
--- a/digital/avr/modules/flash/stub/doc/stub.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-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.