summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2018-07-03include RTC fix for SAMd51 in circuitpython buildmrmcwethy
2018-07-03Merge pull request #977 from dhalbert/update_crickit_libs-2Scott Shawcroft
2018-07-03bring all frozen libraries up to dateDan Halbert
2018-06-29remove unnecessary extern in nrf/mphalport.cDan Halbert
2018-06-29remove previously added esp8266/mphalport.{c,h}Dan Halbert
2018-06-29implement mp_hal_delay_us() to not need interrupts, and use itDan Halbert
2018-06-29fix nrf and esp8266 builds for OneWire fixDan Halbert
2018-06-28fix OneWire timing and DigitalInOut.switch_to_input()Dan Halbert
2018-06-26Freeze Adafruit_CircuitPython_Crickit into crickit buildsDan Halbert
2018-06-20add pins D3/D4 to pins.cjerryneedell
2018-06-18Switch to Feather52s full name to avoid confusion with the nrf52840 later.Scott Shawcroft
2018-06-16Merge pull request #938 from sommersoft/esp_busio_fixDan Halbert
2018-06-15Split out the peripherals library in preparation of sharing with MakeCode.Scott Shawcroft
2018-06-15fixes #642; spi_init_gpio() is now bypassed for both construct and configuresommersoft
2018-06-14Make Trinket M0 build fit; make RAMFS in vfs_fat_* tests be compliant with ex...Dan Halbert
2018-06-14Fix playing audio from SD cardDan Halbert
2018-06-12Merge pull request #926 from nickzoic/circuitpython-nickzoic-716-pulseio-esp8266Scott Shawcroft
2018-06-12Correct UART reads to return error on timeout.Scott Shawcroft
2018-06-12PDMIn: turn serializer on when starting DMADan Halbert
2018-06-11Update to the latest ASF4 which includes an I2C timeout extension while waiti...Scott Shawcroft
2018-06-10Merge pull request #919 from adafruit/jerryneedell-patch-2Dan Halbert
2018-06-10Fixes #918 (PulseIn.get_paused) ...Nick Moore
2018-06-10Merge commit '2129bbe160278f7cd2cece939f81900a41f8aa86' into circuitpython-ni...Nick Moore
2018-06-10Merge branch 'master' into circuitpython-nickzoic-716-pulseio-esp8266Nick Moore
2018-06-10return "false" for stub calljerryneedell
2018-06-10Update PulseIn.cjerryneedell
2018-06-10fix #918jerryneedell
2018-06-08Merge pull request #901 from tannewt/pulseio_too_fastDan Halbert
2018-06-08Use bool not int.Scott Shawcroft
2018-06-08Stub out get_paused in nrf builds.Scott Shawcroft
2018-06-08Add code size analysis tool and shrink samd.clock a smidge.Scott Shawcroft
2018-06-08Turn off USB pin objects since they are always used for USB.Scott Shawcroft
2018-06-08Wait for the DFLL to be stable.Scott Shawcroft
2018-06-08Support M4Scott Shawcroft
2018-06-08Prevent freezing USB during high frequency PulseIn.Scott Shawcroft
2018-06-08Check for PDMIn DMA getting stuck.Dan Halbert
2018-06-08Work on pulseio.PulseOut for #716 ESP8266Nick Moore
2018-06-08Clean up interrupt handling for pulseio.PulseIn implementation for #716 ESP8266Nick Moore
2018-06-08Initial pulseio.PulseOut implementation for #716 ESP8266Nick Moore
2018-06-08Initial pulseio.PulseIn implmentation for #716 ESP8266Nick Moore
2018-06-07Add Adafruit to other M4 board name stringsKattni Rembor
2018-06-07Add Adafruit to board name stringKattni Rembor
2018-06-07Update ItsyBitsy board name to one wordKattni Rembor
2018-06-05Feather M0 Express build with Crickit librariesDan Halbert
2018-06-05Merge pull request #898 from dhalbert/feather_m4_d4Dan Halbert
2018-06-05add PA14 as D4 to Feather M4 ExprsesDan Halbert
2018-06-04Merge pull request #891 from godlygeek/low_flash_errno_fixesScott Shawcroft
2018-06-02Use the system errno's on nrfMatt Wozniski
2018-06-01Use the external crystal on SAMD21 again.Scott Shawcroft
2018-06-01Prune atmel-samd errno listMatt Wozniski