summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-11-30Merge pull request #3738 from microDev1/fix-touchScott Shawcroft
2020-11-30Merge pull request #3695 from cwalther/movableScott Shawcroft
2020-11-30Merge pull request #3773 from dhalbert/no-samd21-complex-arithmeticScott Shawcroft
2020-11-30rename ESP TX and RX pins; remove supportDan Halbert
2020-11-29Disable complex arithmetic on SAMD21 builds to make spaceDan Halbert
2020-11-28esp-uart-pinsDan Halbert
2020-11-28Add movable allocation system.Christian Walther
2020-11-26Merge branch 'main' into fix-touchmicroDev
2020-11-26reset touchin on every vm runmicroDev
2020-11-25Merge pull request #3708 from hierophect/esp32s2-udpJeff Epler
2020-11-25Merge pull request #3758 from tannewt/update_connect_docJeff Epler
2020-11-25Merge pull request #3754 from hierophect/esp-spi-pinclaimScott Shawcroft
2020-11-25Fix masking issue causing pin claim problemsLucian Copeland
2020-11-25Merge remote-tracking branch 'upstream/main' into esp-spi-pinclaimLucian Copeland
2020-11-24Exit faster on recv when TLS connection closedScott Shawcroft
2020-11-24Update wifi.Radio.connect docScott Shawcroft
2020-11-24Merge pull request #3741 from hathach/fix-cdc-connection-raceJeff Epler
2020-11-24Merge branch 'main' into esp32s2-udphierophect
2020-11-24Merge pull request #3749 from skerr92/add-cpsapling-spiflashScott Shawcroft
2020-11-24Disable 3-arg pow() function on m0 boardsJeff Epler
2020-11-24Merge pull request #3678 from microDev1/nvm-s2Scott Shawcroft
2020-11-24Add pin claiming to SPI constructLucian Copeland
2020-11-24Merge pull request #3714 from microDev1/ps2io-S2hierophect
2020-11-24Add closed socket identificationLucian Copeland
2020-11-24correct submoduleLucian Copeland
2020-11-24Merge pull request #3720 from tannewt/more_wifi_retryJeff Epler
2020-11-24fixing PID issues with CI Test (whoops)Seth Kerr
2020-11-23Remove filesystem from linker script.jgillick
2020-11-24Merge branch 'main' into nvm-s2microDev
2020-11-23Merge remote-tracking branch 'circuitpython/main' into thunderpack1.2jgillick
2020-11-24use values pointer directlymicroDev
2020-11-24Merge branch 'main' into ps2io-S2microDev
2020-11-23Merge pull request #3745 from kattni/magtag-pin-updateDan Halbert
2020-11-23removing icy tree files/directorySeth Kerr
2020-11-23adding 'haxpress' kind of build for CP Sapling for use with SPI FlashSeth Kerr
2020-11-23Merge remote-tracking branch 'upstream/main' into esp32s2-udpLucian Copeland
2020-11-23Merge pull request #3727 from BennyE/wifi-full-scanScott Shawcroft
2020-11-23Merge pull request #3694 from jepler/update-ulab2Scott Shawcroft
2020-11-23Merge pull request #3718 from jepler/epd-rotationScott Shawcroft
2020-11-23Merge pull request #3704 from microDev1/frequencyio-S2Scott Shawcroft
2020-11-23Blank lines to group aliases.Kattni Rembor
2020-11-23Update to match silk rev 1Kattni Rembor
2020-11-23Add pin names from silkKattni Rembor
2020-11-23Merge pull request #3732 from skerr92/add-cpsaplingJeff Epler
2020-11-23stm: disable ulab on two resource-constrained boardsJeff Epler
2020-11-23Fix NVM by clearing FLASH_FLAG_PGPERRjgillick
2020-11-22Create a new linker script with more space for the firmware.jgillick
2020-11-22ESP32S2: common_hal_mcu_delay_us() now calls mp_hal_delay_us()Dan Halbert
2020-11-22replace goto with conditional breakmicroDev
2020-11-22get multiple touchpad workingmicroDev