Skip to content

Improve ArduinoISP sketch #3500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Oct 7, 2015
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a2a06f5
Be more specific about datatypes in the parameter struct.
Jan 31, 2012
d968c7a
Don't start_pmode if we're already in pmode.
Feb 18, 2012
8dfe833
Set error if GET_SIGN_ON not followed by CRC_EOP
Feb 18, 2012
aeaed27
Use SPI library.
Feb 18, 2012
ad2a32f
Avoid delay in heartbeat. That way we can also set the baudrate back …
Feb 13, 2015
93b31b6
Simply use pin 10 to reset the target. It works for all Arduino's and…
Feb 25, 2015
56e0910
The delay between reset and the enter progmode command got lost when …
Feb 25, 2015
15da182
Support at89sx mcu's by adding the possibility to specify the polarit…
Feb 25, 2015
a17a757
Configure SPI pins as input when target is not in reset.
Feb 25, 2015
64e52d8
Implement bitbang SPI for slow clock devices. (Sylvan Butler).
Jun 16, 2015
c8b5e99
Configure the serial port to use. Prefer native USB port if the Ardui…
Jul 7, 2015
eca360b
Fix typo: SPI_CLOCK_DIV128
Jul 10, 2015
5a04ab2
Don't pulse error led if avrdude enters programming mode twice
Jul 13, 2015
50f9e53
Ensure minimum spi pulse width.
Jul 14, 2015
89184a3
Use new style SPI::beginTransaction() api, make SPI_CLOCK configurabl…
Jul 14, 2015
8d95899
Call SPI.beginTransaction() after SPI.begin()
Jul 28, 2015
d271c1c
BitBangedSPI::begin(): initialize levels of SCK and MOSI. Correct ind…
Jul 28, 2015
044a7b7
Fix warnings. Use unsigned int to represent a (word) address: the com…
Jul 29, 2015
13cc57e
Reset target before driving SCK or MOSI, reset sequence as in AVR dat…
Aug 26, 2015
e3866e0
Elaborate configuration of which pins to use: support HOODLOADER2 and…
Aug 30, 2015
2c1728f
Use digitalWrite() only with values HIGH and LOW.
Aug 30, 2015
82e5d4a
Remove change history to make room for documentation.
Aug 31, 2015
bfffb17
Improve SPI clock configuration.
Sep 5, 2015
d2a38f2
Rework pin configuration.
Sep 5, 2015
ff1158a
Add a define for baudrate configuration.
Sep 5, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading