From 9e34b0ebedae1c82c24d6e99f068e8bd37eb9e4d Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Wed, 28 Jan 2009 23:43:19 +0100 Subject: digital/avr/modules/flash: Wrote a flash stub to avoid the card use. (See #59) --- digital/avr/modules/flash/stub/doc/stub.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 digital/avr/modules/flash/stub/doc/stub.txt (limited to 'digital/avr/modules/flash/stub/doc') 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. -- cgit v1.2.3