- Jul 25, 2015
-
-
Erin Tomson authored
The first occurs when starting a read transaction from a slave that doesn't respond. The code would wait until the SB (slave on bus) bit is set in the INTFLAGS register, but when a nack occurs that never happens so we're stuck in an infinite loop. The fix is to also look for the MB flag to be set. If it is, issue a stop condition and return. The second happens when a bus error (ie, an illegal stop condition) occurs while sending data as a master. In that case we are waiting for the MB (master on bus) flag to be set. When a bus error occurs that never happens, so again we end up in an infinite loop. The fix here is to also look for the BUSERR flag to be set. If it is, return an error condition.
-
- Jul 05, 2015
-
-
Cristian Maglie authored
This fix lock-ups on UART errors (for example when disconnecting and reconnecting RX/TX wires or if the method Serial.begin is called while another device is already transmitting).
-
- Oct 14, 2014
-
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <thibaut.viard@atmel.com>
-
- Oct 08, 2014
-
-
Cristian Maglie authored
-
- Jul 25, 2014
-
-
Thibaut VIARD authored
-
- Jun 05, 2014
-
-
Jonathan BAUDIN authored
-
- Jun 02, 2014
-
-
Jonathan BAUDIN authored
-
- May 20, 2014
-
-
Jonathan BAUDIN authored
-
- May 19, 2014
-
-
Jonathan BAUDIN authored
-
- May 15, 2014
-
-
Jonathan BAUDIN authored
-
Jonathan BAUDIN authored
-
- May 13, 2014
-
-
Jonathan BAUDIN authored
-
- May 12, 2014
-
-
Thibaut VIARD authored
-
Jonathan BAUDIN authored
-
- May 09, 2014
-
-
Jonathan BAUDIN authored
-
Jonathan BAUDIN authored
-
- May 07, 2014
-
-
Jonathan BAUDIN authored
-
- May 06, 2014
-
-
Jonathan BAUDIN authored
-
- May 05, 2014
-
-
Jonathan BAUDIN authored
WIRE class finished. SERCOM class completed. Few correction in HardwareSerial and SERCOMUsart after compilation
-
Jonathan BAUDIN authored
-
Jonathan BAUDIN authored
-
- Apr 28, 2014
-
-
Jonathan BAUDIN authored
Add SPI functions into SERCOM class and create SPI class
-
- Apr 25, 2014
-
-
Jonathan BAUDIN authored
-
- Apr 24, 2014
-
-
Jonathan BAUDIN authored
-
Jonathan BAUDIN authored
-
Jonathan BAUDIN authored
-
Jonathan BAUDIN authored
-