-
Notifications
You must be signed in to change notification settings - Fork 0
IDE_config
#Set the Sloeber IDE Here is the page to help you to set the Sloeber IDE to work on the firmware.
We are using the Sloeber IDE to code. It's a good improvement from the classic Arduino IDE and it's based on Eclipse. For this last reason, it's simple to add great plug-ins as Eclox and Egit, but it's also like a big tank to go to the bakery...
##Installation :
-
Download the last version : Sloeber
-
After installation : update the arduino core to use it with the avaiability to use the timer2 instead of the timer0 and free this last (use by the anemo1 on the windlogger project). Go here.
-
Copy the migthy core in your Arduino/harware repository.
-
Clone the project repository from Github : HERE
-
Open it with Sloeber and have fun.
-
To upload the firmware, it's needed to set somes properties, press alt+enter, select Arduino :
-
- plateform folder : Arduino/hardware/migthy-1284/avr
-
- Board : Windlogger digital Board, 16Mhz using OptiBoot
-
- Upload protocol : default
-
- Port : yourUSBPort
-
-
Install Egit if you want to update your work on git from Eclipse.
-
Install Eclox to comment your code with Doxygen style and export it.