Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
b993249
Add I2C Repeated Start Capability
legomanww Nov 10, 2015
9977fa3
Make white space consistent
sandeepmistry Nov 17, 2015
a2949d5
Wait for idle or bus owner state in startTransmissionWIRE instead of …
sandeepmistry Nov 18, 2015
324e899
[bl] Allowing USB VID customization
aethaniel Dec 14, 2015
75b71ab
[bl] Fixing wrong byte in Makefile/VIDH
aethaniel Dec 14, 2015
17734c5
Fixed MIDI descriptors
agdl Dec 17, 2015
20104a6
Use asynchronous fractional mode to configure UART
sandeepmistry Jan 5, 2016
69cf567
USB keyboard right shift key was ignored
bbx10 Jan 6, 2016
f763660
Merge branch 'wire-master-repeated-starts' of https://github.com/sand…
cmaglie Jan 13, 2016
28b979b
Change extension of Wire examples, .pde to .ino
sandeepmistry Jan 13, 2016
2211cf1
Undo accidental change to slave_sender example
sandeepmistry Jan 13, 2016
3ea315a
Port some AVR Serial_ (SerialUSB) API's over
sandeepmistry Nov 17, 2015
4bba56f
Fix https://github.com/arduino/ArduinoCore-samd/issues/83 by changing…
TomKeddie Jan 3, 2016
7fad702
Change flush semantics to match AVR, fixes https://github.com/arduino…
TomKeddie Jan 3, 2016
f1c1833
Updates to changelog
cmaglie Jan 18, 2016
2a6d856
Merge branch 'usbshiftkey' of https://github.com/bbx10/ArduinoCore-samd
cmaglie Jan 19, 2016
2a37de9
Correct use of I2C slave address mask, it should be set to 0 for exac…
sandeepmistry Jan 19, 2016
e53584c
Added externs for additional Wire instances
Jan 19, 2016
5c19b45
Followed the precedent in SPI and Wire libraries, adding #ifdefs to c…
Jan 19, 2016
f355d30
Merge branch 'master' of https://github.com/spiderkeys/ArduinoCore-samd
sandeepmistry Jan 20, 2016
b0af07e
Merge branch 'bl_usb_vid_customization' of https://github.com/aethani…
sandeepmistry Jan 22, 2016
5f9b54b
Remove commented out sections for IDE 1.6.5, as this core requires ID…
sandeepmistry Jan 22, 2016
c9a0009
Merge branch 'MIDIdescriptorsFix' of https://github.com/arduino/Ardui…
sandeepmistry Jan 26, 2016
4de7b45
Add bootloaders build dir to git ignore
sandeepmistry Jan 29, 2016
8420706
Correct baud rate value for UART
sandeepmistry Feb 3, 2016
70b4444
Added MKR1000 variant
cmaglie Nov 16, 2015
c216d9e
Fixed variant pins
cmaglie Nov 20, 2015
9bb2a39
Variant file make up
cmaglie Nov 20, 2015
3cd9139
Added bootloader for MKR1000
cmaglie Nov 24, 2015
2d19892
Update PIN LED value
sandeepmistry Jan 15, 2016
e924cfa
Added drivers for MKR1000
cmaglie Feb 11, 2016
e804ad8
Update revision log and release 1.6.3
cmaglie Feb 15, 2016
155f259
Force link _printf_float in dtostrf
sandeepmistry Feb 11, 2016
e8d6cf5
Merge branch 'wire-slave-address-exact-match' of https://github.com/s…
cmaglie Feb 18, 2016
b00b1a2
update changelog
cmaglie Feb 18, 2016
31a647e
Fix 10 second blocking delay
bbx10 Jan 8, 2016
9d2b779
Replace assignments to epAttribs
bbx10 Jan 21, 2016
0be9198
Add ASCII control codes
bbx10 Feb 13, 2016
d89aaf1
update changelog
cmaglie Feb 18, 2016
261c375
USBHost: removed wrong init() calls
cmaglie Feb 18, 2016
610a937
Only re-enable IRQ if PRIMASK was 0 before disabling IRQ
sandeepmistry Jan 15, 2016
7a31226
update changelog
cmaglie Feb 18, 2016
e6d19f7
Removed experimental MKR1000 variant
cmaglie Feb 19, 2016
ccac6ce
Release 1.6.4
cmaglie Feb 19, 2016
c608786
Merge branch 'master' of https://github.com/rocketscream/ArduinoCore-…
sandeepmistry Feb 23, 2016
0d57cfe
Set MANW bit of NVMCTRL to 1 at startup (default is 0).
cmaglie Feb 26, 2016
a73e50d
Merge branch 'bootloader-serial-baud' of git://github.com/sandeepmist…
cmaglie Mar 2, 2016
dd6890a
Use modulo operator in Print::printNumber
sandeepmistry Mar 3, 2016
ba02d34
Add USB transfer RX/TX LED blinking
sandeepmistry Mar 4, 2016
47079cd
Adding Arduino IDE to the prereqs in README
Mar 13, 2016
6aa6dc1
Added definitions for DAC0 in variants
cmaglie Mar 30, 2016
de71470
Clear RX buffer in TwoWire::requestFrom before reading
sandeepmistry Jan 18, 2016
4fa2216
Update to changelog
cmaglie Mar 30, 2016
fe4747b
Merge branch 'master' of https://github.com/scottdarch/ArduinoCore-samd
cmaglie Mar 30, 2016
ea894b1
Fixed USB sendStringDescriptor
cmaglie Jan 4, 2016
ba1ad40
Add cast for string passed into strlen
sandeepmistry Jan 26, 2016
cee4a8d
Descriptor type (0x03) should be second byte for string descriptor
sandeepmistry Jan 26, 2016
d7a41f5
Write protect bootloader after "Burn bootloader" command.
cmaglie Mar 30, 2016
c5e541d
Added MKR1000 variant
cmaglie Feb 19, 2016
1ff1b79
MKR1000: Fixed external interrupt on pin 9
cmaglie Feb 26, 2016
aa52b48
USBHost: fixed missing include (breaks build on MKR1000)
cmaglie Feb 26, 2016
eb2787f
MKR1000: Added DAC0 definition. See #126
cmaglie Mar 30, 2016
df98257
Changelog updated
cmaglie Mar 31, 2016
e1b164f
recipe.ar.pattern backwards compatibility
sandeepmistry Apr 4, 2016
2b71432
Port analogInputToDigitalPin macro
sandeepmistry Apr 4, 2016
96a759d
Correct prog_int64_t and prog_uint64_t typedefs
sandeepmistry Apr 5, 2016
3c58ee8
Correct NUM_DIGITAL_PINS to include analog pins
sandeepmistry Apr 5, 2016
897532f
Merge branch 'pgmspace.h-64_t' of https://github.com/sandeepmistry/Ar…
cmaglie Apr 6, 2016
0352cc8
Change digitalPinToInterrupt to return pin, and use g_APinDescription…
sandeepmistry Feb 23, 2016
2e620d7
Move digitalPinToInterrupt definition to Arduino.h if variant complia…
sandeepmistry Feb 23, 2016
bdba296
Add change log for variant compliance
sandeepmistry Feb 23, 2016
90bf3d5
Make Arduino.h version of digitalPinToInterrupt return argument
sandeepmistry Feb 23, 2016
49f0d67
Bump ARDUINO_SAMD_VARIANT_COMPLIANCE to 100606
sandeepmistry Apr 6, 2016
1c8071a
Make MKR1000 variant compliance level 1.6.6
sandeepmistry Apr 6, 2016
c9a59eb
Small fix in VARIANT_COMPLIANCE_CHANGELOG
cmaglie Apr 19, 2016
4a86ddc
Updated changelog
cmaglie Apr 19, 2016
2e9e453
Merge branch 'usb-tx-rx-led' of https://github.com/sandeepmistry/Ardu…
cmaglie Apr 19, 2016
58761d9
Merge branch 'archive_file_path-backwards-compatibility' of https://g…
cmaglie Apr 19, 2016
351c9e8
Port SDA and SCL symbols
sandeepmistry Apr 4, 2016
f3dac47
Port Wire.write(...) overloads
sandeepmistry Apr 13, 2016
8ca15b1
Update changelog
cmaglie Apr 19, 2016
b527f11
Strings now support iterators
cmaglie Apr 20, 2016
37c256b
Removed whitespaces in WString.h
cmaglie Apr 20, 2016
153d993
Remove enabling bootloader protection when burning bootloader
sandeepmistry Apr 21, 2016
1722b7a
Updated Zero bootloader (bin files)
cmaglie May 9, 2016
e7bd6f4
Added bossac_remote pattern to platform.txt
cmaglie May 9, 2016
b79dd93
Updated changelog
cmaglie May 19, 2016
cfa831f
Updated platform version
cmaglie May 19, 2016
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
Prev Previous commit
Next Next commit
Correct use of I2C slave address mask, it should be set to 0 for exac…
…t match
  • Loading branch information
sandeepmistry committed Jan 19, 2016
commit 2a37de989aa0a38cce299316202a38791e99156d
2 changes: 1 addition & 1 deletion cores/arduino/SERCOM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ void SERCOM::initSlaveWIRE( uint8_t ucAddress )
sercom->I2CS.CTRLA.bit.MODE = I2C_SLAVE_OPERATION ;

sercom->I2CS.ADDR.reg = SERCOM_I2CS_ADDR_ADDR( ucAddress & 0x7Ful ) | // 0x7F, select only 7 bits
SERCOM_I2CS_ADDR_ADDRMASK( 0x3FFul ) ; // 0x3FF all bits set
SERCOM_I2CS_ADDR_ADDRMASK( 0x00ul ) ; // 0x00, only match exact address

// Set the interrupt register
sercom->I2CS.INTENSET.reg = SERCOM_I2CS_INTENSET_PREC | // Stop
Expand Down