I downloaded the board.zip file from http://arduino.cc/en/Tutorial/ArduinoToBreadboard and it won't display under the boards selection. I did the same for my attiny boards and those options appear, but can't get the ATmega328 on a breadboard (8 MHz internal clock) option to appear. Any ideas? This is on version 1.05 by the way.
I think you need to un-zip the file to get boards.txt and add that file to a sub-directory of the 'hardware' directory in the directory that holds your sketches. On my Mac that is:
/Users/john/Documents/Arduino/hardware/breadboard/boards.txt
Edit: Oh, and you have to re-start the Arduino IDE.
red913:
I downloaded the board.zip file from http://arduino.cc/en/Tutorial/ArduinoToBreadboard and it won't display under the boards selection. I did the same for my attiny boards and those options appear, but can't get the ATmega328 on a breadboard (8 MHz internal clock) option to appear. Any ideas? This is on version 1.05 by the way.
Do this with Arduino IDE closed.
Add the text to your existing board.txt of Arduino instalation. If it is windows the .txt probably will be messy, just add it to the end of the text and delete spaces between parameters.
Now open IDE and check.
mart256:
red913:
I downloaded the board.zip file from http://arduino.cc/en/Tutorial/ArduinoToBreadboard and it won't display under the boards selection. I did the same for my attiny boards and those options appear, but can't get the ATmega328 on a breadboard (8 MHz internal clock) option to appear. Any ideas? This is on version 1.05 by the way.Do this with Arduino IDE closed.
Add the text to your existing board.txt of Arduino instalation. If it is windows the .txt probably will be messy, just add it to the end of the text and delete spaces between parameters.
Now open IDE and check.
That worked. Thanks!