summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-20Merge pull request #1131 from tannewt/hallowing33.0.1Scott Shawcroft
2018-08-20Remove HID from hallowing so we have more room for other stuff.Scott Shawcroft
2018-08-20Merge pull request #1132 from tannewt/sk6812_3xScott Shawcroft
2018-08-20Speed up zero neopixel pulses.Scott Shawcroft
2018-08-20Change hallowing to shipping flash type W25Q64JV-IQ. tested!ladyada
2018-08-20add HalloWingDan Halbert
2018-08-08Merge pull request #1080 from jepler/uart-llScott Shawcroft
2018-08-08atmel-samd: UART: allocate rx buffer in long-lived regionJeff Epler
2018-08-08UART: Always allocate UART objects in the long-lived poolJeff Epler
2018-08-07Merge pull request #1096 from tannewt/tune_neopixelDan Halbert
2018-08-07Retune neopixel timings on SAMD51. They were too slow.Scott Shawcroft
2018-07-23Merge pull request #1052 from dhalbert/speed-up-dict-long-livedScott Shawcroft
2018-07-19Prevent repetitive recursive scanning of dicts when making them long-livedDan Halbert
2018-07-09Merge pull request #1006 from dhalbert/3.x-fix-pull3.0.0Kattni
2018-07-09must set pull after setting direction with gpio_set_pin routinesDan Halbert
2018-07-05Merge pull request #993 from dhalbert/update_crickit_libs-3Scott Shawcroft
2018-07-05update Crickit library to fix stepper Drive issuesDan Halbert
2018-07-03Merge pull request #986 from tannewt/include_rtc_fix3.0.0-rc.1Scott Shawcroft
2018-07-03Merge pull request #977 from dhalbert/update_crickit_libs-2Scott Shawcroft
2018-07-03bring all frozen libraries up to dateDan Halbert
2018-07-03include RTC fix for SAMd51 in circuitpython buildmrmcwethy
2018-06-29Merge pull request #973 from dhalbert/3.x_onewire_fixScott Shawcroft
2018-06-29update crickit-related libsDan 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-28Merge pull request #965 from dhalbert/3.x-crickit-libScott Shawcroft
2018-06-27updates crickit and motor frozn libs with latest changes, including 550-2400 ...Dan Halbert
2018-06-26add Crickit library to docs/drivers.rstDan Halbert
2018-06-26Freeze Adafruit_CircuitPython_Crickit into crickit buildsDan Halbert
2018-06-24Merge pull request #953 from dhalbert/allow-mount-slashScott Shawcroft
2018-06-21allow '/' to be mounted on '/' from Python codeDan Halbert
2018-06-20add pins D3/D4 to pins.cjerryneedell
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