File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ -= Compiling with make =-
2
+
1
3
To compile you need a the gcc-avr toolchain and standard make utilities.
2
4
On Ubuntu/Debian this can be installed with:
3
5
@@ -10,3 +12,17 @@ You can use avrdude to flash to an Arduino compatible board. Have a look at the
10
12
./flash USB0
11
13
12
14
And avrdude should upload the firmware to the board.
15
+
16
+
17
+ -= Eclipse =-
18
+
19
+ If you want to use the Eclipse IDE, follow these steps:
20
+
21
+ - Install the AVR-eclipse plugin from http://avr-eclipse.sourceforge.net/wiki/index.php/Plugin_Download
22
+ - In eclipse, create a new project (File -> New -> Project…)
23
+ - In the new project box, select C/C++ -> “Makefile Project with Existing Code”
24
+ - Select a name, and locate the MicroModem folder for “Existing Code Location”
25
+ - Select “AVR-GCC Toolchain” in “Toolchain for indexer settings”
26
+ - Click “Finish”
27
+
28
+
You can’t perform that action at this time.
0 commit comments