summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-18Merge pull request #945 from tannewt/nrf528323.0.0-rc.0Dan Halbert
2018-06-18Fix BLE file download for travis.Scott Shawcroft
2018-06-18Correct the tool buildScott Shawcroft
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-16Merge pull request #935 from dhalbert/mount_name_clash_checkScott Shawcroft
2018-06-15Merge pull request #939 from tannewt/travis840Dan Halbert
2018-06-15Merge pull request #937 from tannewt/separate_peripherals_libDan Halbert
2018-06-15Add auto-build for nrf52840 development kit, PCA10056Scott Shawcroft
2018-06-15Split out the peripherals library in preparation of sharing with MakeCode.Scott Shawcroft
2018-06-15do not permit mounting over a directory or file with the same name as the mou...Dan Halbert
2018-06-15Merge pull request #932 from dhalbert/listdir_rootScott Shawcroft
2018-06-15fix os.listdir() when current dir is '/'Dan Halbert
2018-06-15fixes #642; spi_init_gpio() is now bypassed for both construct and configuresommersoft
2018-06-14Merge pull request #930 from dhalbert/sd_card_audio_playScott Shawcroft
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-12Merge pull request #928 from tannewt/fix_uart_timeoutDan Halbert
2018-06-12Correct UART reads to return error on timeout.Scott Shawcroft
2018-06-12Merge pull request #927 from dhalbert/pdmin_serializer_on_offScott Shawcroft
2018-06-12PDMIn: turn serializer on when starting DMADan Halbert
2018-06-11Merge pull request #925 from tannewt/latest_asf4Dan Halbert
2018-06-11Update to the latest ASF4 which includes an I2C timeout extension while waiti...Scott Shawcroft
2018-06-11Merge pull request #917 from dglaude/patch-1Kattni
2018-06-10Merge pull request #922 from tannewt/rosie_tweakDan Halbert
2018-06-10Add trailing dash so that the exact board is matched.3.0.0-beta.1Scott Shawcroft
2018-06-10Update README.rstDavid Glaude
2018-06-10Merge pull request #921 from jepler/travis-build-espScott Shawcroft
2018-06-10travis.yml: Enable building feather huzzahJeff Epler
2018-06-10build_adafruit_bins: feather_huzzah need not be a special caseJeff Epler
2018-06-10Merge pull request #919 from adafruit/jerryneedell-patch-2Dan Halbert
2018-06-10Merge pull request #920 from adafruit/jerryneedell-patch-3Dan 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-09Update README.rstDavid Glaude
2018-06-08Merge pull request #901 from tannewt/pulseio_too_fastDan Halbert
2018-06-08Use bool not int.Scott Shawcroft
2018-06-08Merge pull request #916 from dhalbert/pdmin_hack_fixScott 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