Skip to content

Conversation

@sandeepmistry
Copy link
Contributor

For the SAM side of #613.

Also moved common reset and disable code in libsam TWI_ConfigureMaster
and TWI_ConfigureSlave functions to new TWI_Disable function, which is
used in TwoWire::end()

@cmaglie needs to be run and verified on a Due board (both Wire master and slave), as I don't have one to test on yet.

also moved common reset and disable code in libsam TWI_ConfigureMaster
and TWI_ConfigureSlave functions to new TWI_Disable function, which is
used in TwoWire::end()
@sandeepmistry sandeepmistry added Library: Wire The Wire Arduino library Board: Arduino Due Applies only to the Due Architecture: SAM Applies only to the SAM microcontrollers (Due) labels Aug 26, 2015
@sandeepmistry
Copy link
Contributor Author

@cmaglie I received a Due board to test with, unfortunately the patch doesn't work, the voltage on the pins were still high after end was called. I will take another look at it this week.

sandeepmistry and others added 24 commits September 29, 2015 10:53
…d board provided VID & PID. This is not always true, especially with counterfeits. Fixes arduino#3738
Like GUI mode does when a board is changed.
According to arduino#3634 I added the Ethernet.maintain to examples:
Webserver
UdpNtpClient
DhcpChatServer
DhcpAddressPrinter
was using only lower 8 bits of configuration registers
SerialPlotter now uses min/2 and max*2 instead of plain min and max
Ticks works also when min == max
Fixes arduino#3767
Federico Fissore and others added 24 commits September 29, 2015 10:58
…(for example) in sketchbook/hardware, but merge their contents. Fixes arduino#3851
…s missing/corrupted or if it the downloaded one if corrupted. Fixes arduino#3778
Timer is declared above, so nothing is missing here.
@sandeepmistry
Copy link
Contributor Author

I'll open another pull request with my updated changes for this shortly.

@ffissore ffissore modified the milestone: Release 1.6.6 Sep 30, 2015
@sandeepmistry sandeepmistry deleted the sam-Wire.end branch July 18, 2016 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Architecture: SAM Applies only to the SAM microcontrollers (Due) Board: Arduino Due Applies only to the Due Library: Wire The Wire Arduino library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants