summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-01Merge pull request #2671 from dhalbert/merge-for-5.0.0-rc.15.0.0-rc.15.0.0Dan Halbert
Merge for 5.0.0 rc.1
2020-03-01Merge branch 'master' into merge-for-5.0.0-rc.1Dan Halbert
2020-03-01Merge pull request #2664 from dhalbert/downloads-from-s3Dan Halbert
Download links from S3; Do not upload release assets to GitHub
2020-02-28upload bin and uf2 for arduino boards; remove unneeded build stepsDan Halbert
2020-02-28Merge pull request #2665 from arturo182/esp32_freezeDan Halbert
Freeze adafruit_requests and adafruit_esp32spi into mimxrt1011 Feathers
2020-02-29Freeze adafruit_requests and adafruit_esp32spi into feather_m7_1011arturo182
2020-02-29Freeze adafruit_requests and adafruit_esp32spi into feather_mimxrt1011arturo182
2020-02-28change download prefix to https://downloads.circuitpython.orgDan Halbert
2020-02-28Download links now point to S3 via CloudFrontDan Halbert
2020-02-28Merge pull request #2659 from mubes/i2cfixesDan Halbert
Fix I2C clock divider
2020-02-27Fix I2C clock dividerDave Marples
2020-02-26Merge pull request #2658 from mubes/spi_fixes5.0.0-rc.0arturo182
Fix SPI clock speed on mimxrt10xx family & mimxrt1020 pinmux fixups
2020-02-26Fix SPI clock speed on mimxrt10xx family & mimxrt1020 pinmux fixupDave Marples
2020-02-25Merge pull request #2656 from ladyada/masterLimor "Ladyada" Fried
move red LED to D13 and make D3 lsm6ds IRQ
2020-02-25move red LED to D13 and make D3 lsm6ds IRQladyada
2020-02-25Merge pull request #2655 from jepler/thing51Jeff Epler
samd51 thing plus: new port
2020-02-25Merge pull request #2653 from tannewt/fix_usb_eject_after_sleepScott Shawcroft
Fix Mac crash when waking up with an ejected CIRCUITPY
2020-02-25samd51 thing plus: new portjepler
testing performed: * successfully store and retrieve a 500kB file on the flash * square wave output on each pin appears on o'scope * board.SPI(), board.SERIAL(), board.I2C() all construct
2020-02-24Merge pull request #2654 from tannewt/fix_crash_after_replDan Halbert
Fix crash after empty REPL session
2020-02-24Fix crash after empty REPL sessionScott Shawcroft
We were trying to reset bluetooth when it was off and then trying to raise an exception without the heap.
2020-02-24Fix Mac crash when waking up with an ejected CIRCUITPYScott Shawcroft
We now correctly set the reason for the unit not being ready and always start the unit. Fixes #2567
2020-02-23Merge pull request #2649 from mubes/rs485inversionfixDan Halbert
Fix incorrect initialisation of default UART
2020-02-23Fix incorrect initialisation of default UARTDave Marples
2020-02-22Merge pull request #2638 from fgallaire/masterDan Halbert
Arduino Nano 33 IoT support
2020-02-22Last NINA pinsFlorent Gallaire
2020-02-21Merge pull request #2648 from dhalbert/malloc-nrf-neopixel-writeScott Shawcroft
cached heap buffer for neopixel_write
2020-02-21use realloc insteadDan Halbert
2020-02-21Merge branch 'master' into malloc-nrf-neopixel-writeDan Halbert
2020-02-21Merge pull request #2647 from dhalbert/enable-bleio-adapter-on-importScott Shawcroft
Enable _bleio adapter when _bleio is imported
2020-02-21put neopixel_write buffer in root pointersDan Halbert
2020-02-20merge from upstreamDan Halbert
2020-02-20Enable _bleio adapter when _bleio is importedDan Halbert
2020-02-21Add NINA pinsFlorent Gallaire
2020-02-20Merge pull request #2645 from dhalbert/relicense-nrf-spiDan Halbert
relicense nrf SPI.c to MIT
2020-02-20relicense nrf SPI.c to MITDan Halbert
2020-02-20Merge pull request #2644 from tannewt/disable_ble_file_serviceDan Halbert
Disable BLE file service for now
2020-02-20Disable BLE file service for nowScott Shawcroft
Fixes #2633
2020-02-20Merge pull request #2641 from arturo182/feather_m7_1011Scott Shawcroft
mimxrt10xx: Add Feather M7 1011 board config
2020-02-20Merge pull request #2642 from arturo182/imx_displayioScott Shawcroft
mimxrt10xx: Enable displayio
2020-02-19mimxrt10xx: Enable displayioarturo182
Closes #2466
2020-02-19mimxrt10xx: Add Feather M7 1011 board configarturo182
2020-02-19Merge pull request #2629 from mubes/rtsctsrs485Scott Shawcroft
Addition of RTS/CTS/RS485 capability
2020-02-19Update build.ymlFlorent Gallaire
2020-02-19Addition of translation filesDave Marples
2020-02-19Add Arduino Nano 33 IoT supportFlorent Gallaire
2020-02-19Add Arduino Nano 33 IoT documentationFlorent Gallaire
2020-02-18Merge pull request #2605 from maholli/masterDan Halbert
New board: PyCubed + updates to SAM32 board
2020-02-19Edits as a result of reviewDave Marples
2020-02-18Addition of stubs for rs485/CTS/RTS handling on non-implemented chipsDave Marples
2020-02-18Addition of support for imxt1010, 1050 and 1060 familiesDave Marples