mighty-1284p
mighty-1284p copied to clipboard
Mighty 1284P Platform for Arduino
It's a great piece of work, indeed, and I would say your lib is a reference for so many Arduino projects, just a little fix in pins_arduino.h file. See details...
Crystal fuse settings that work with noisy breadboard with DIP 1284p version and 16MHz crystal. With ordinary low power crystal settings the circuit is unstable with random crashes on serial...
It seems to me that the digitalPinToPCMSK macro in all Mighty 1284P variants have never been used, let alone been tested. The bobuino version will probably give a compilation failure...
The arduino core files support INPUT_PULLUP as an argument to pinMode(). Mighty-1284p didn't. This pull request adds support for it. It also explicitly disables the pullup if INPUT is used,...
Added both standard and optiboot bootloaders for 8MHz boards using the internal oscillator. The optiboot makefile was modified to compile the 8MHz optiboot bootloader. The upload speed had to be...
The string library (2 files) is out of date and does not support for example c_str. Simply overwrite it with the main one from Arduino directory and all works well....
## Error message when compiling a sketch: [...]/HardwareSerial.cpp:93:11: error: attempt to use poisoned "SIG_UART_RECV" [...]/HardwareSerial.cpp:94:4: error: #error "Don't know what the Data Received vector is called for the first UART"...
during upload thre are out of sync errors. solution found on http://arduino.cc/forum/index.php/topic,139671.msg1101205.html#msg1101205 --> change the Low Fuse Setting to 0xF7 = (Full Swing Oscillator 16K CK + 45ms) every upload...
There are 4 problems in referenced file. First, the following line should be changed to the one below: # define analogPinToChannel(p) ( (p) < NUM_ANALOG_INPUTS ? NUM_ANALOG_INPUTS - (p) :...
Support to ATMEGA1284P to upload firmware over ethernet using TFTP similar to https://github.com/codebendercc/Ariadne-Bootloader