circuitpython/ports/atmel-samd/common-hal/microcontroller
Jeff Epler c0029e1d97 Don't lose half of the processor's serial number
Before this change, `microcontroller.cpu.uid` returned values
where the top 4 bits of each byte were zero, because of
an incorrect bitmask used in this function.
2018-03-25 13:01:04 -05:00
..
Pin.c atmel-samd: Fix SAMD51 SWCLK reset so we can connect the JLink 2017-11-02 14:00:38 -07:00
Pin.h Remove SERCOM pointers from pin data structure because index is 2018-03-14 11:14:32 -07:00
Processor.c Don't lose half of the processor's serial number 2018-03-25 13:01:04 -05:00
Processor.h Added Unique ID Functions/Updated Support Matrix (#527) 2018-01-18 11:39:11 -08:00
__init__.c merge from 2.2.0 + fix up board defs 2018-01-02 21:25:41 -05:00