|
1 | 1 | <h2>General usage advices</h2>
|
2 | 2 | <accordion close-others="true">
|
3 |
| - <accordion-group heading="Do you advice to use 32 or 64 bit Eclipse?"> |
4 |
| - Update:Due to market praktises 64bit becomes more and more a must. So if you have a 64 bit system and you are sure you have a 64 bit java installed feel free to use 64 bit eclipse.<br/> |
5 |
| - Use 32 bit. No doubth. Why? The benefit of 64 is when you need more than 3Gig of memory to run the Eclipse environment.<br/> |
6 |
| - Unless you integrate your projects with a suite of professional tools you will never hit this limit.<br/> |
7 |
| - Arduino comes with a set of 32 bit tools. 64 bit Eclipse can not closely integrate with these tools. As a consequence "64 bit alternatives" are delivered with the plugin.<br/> |
8 |
| - However these alternatives sometimes have "side efects".<br/> |
9 |
| - See for instance RTTX library on mac and ubuntu.(fixed in newer versions)<br/> |
10 |
| - Also the tools are not tested by Arduino in 64 bit. This explains for instance why the serial monitor does not work with Leonardo in 64 bit but it does in 32 bit.<br/> |
11 |
| - So unless you really need 64bit Eclipse I strongly advice 32 bit Eclipse.<br/> |
12 |
| - Update: Arduino started to support 64 bit on Linux so that may be an exception.<br/> |
13 | 3 |
|
14 |
| - </accordion-group> |
15 | 4 | <accordion-group heading="Are there any restrictions to the project name?">
|
16 | 5 | Because of the toolchain used folowing characters are changed to '_' when given as project name in the new project wizard : ' '; '(' ; ')'.<br/>
|
17 |
| - The tool allows you to use these but they will be replaced. |
| 6 | + The tool allows you to use these but they will be replaced. |
| 7 | + Having these characters in your path to sloeber will cause issues. |
18 | 8 | </accordion-group>
|
19 | 9 | <accordion-group heading="What is the best way to work with multiple Arduino boards?">
|
20 | 10 | You can have all your projects in the same Eclipse workspace. There is no benefit of splitting them over workspaces.
|
| 11 | + I use configurations to use the same code for several boards. |
21 | 12 | </accordion-group>
|
22 |
| - <accordion-group heading="What is the best way to work with a mixture of boards (Arduino - non Arduino)?"> |
23 |
| - From version 1.3 the Eclips eplugin supports multiple board.txt files. If you use this setup there is no reason to seperate the boards into different workspaces<br/> |
24 |
| - You can have all your projects in the same Eclipse workspace. There is no benefit of splitting them over workspaces.. |
25 |
| - </accordion-group> |
26 |
| - <accordion-group heading="What is the best way to work with multiple Arduino versions (0022 0023 1.0 1.01)?"> |
27 |
| - From V3 onwards you can have mutiple arduino versions in the same workspace. |
28 |
| - This allows for a gradual upgrade process. |
29 |
| - Pre V3: |
30 |
| - Each Arduino version should have its own Eclipse workspace. Changing Arduino version in the plugin may corrupt the plugin settings. |
31 |
| - In V2 I have experimented with creating hardwares that are actually Arduino versions. This works out fine but has the drawback that it is very easy to make mistakes. |
32 | 13 |
|
33 |
| - </accordion-group> |
34 | 14 | <accordion-group heading="How do you advice to use the Eclipse workspaces?">
|
35 | 15 | I keep all my Arduino projects in one Eclipse workspace. I make sure they al compile so there are no errors in the problem view.<br/>
|
36 | 16 | I work this way, and I'm not sure I would advice this way of working.<br/>
|
|
0 commit comments