summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2021-02-08Merge pull request #4136 from hierophect/socket-portmaxDan Halbert
Socket: fix inconsistencies in argument types
2021-02-08Merge pull request #4154 from LuminousOwl/fix-max-pio-instructionsDan Halbert
Fix maximum PIO instructions
2021-02-08Set the pin as output after PIO usegamblor21
2021-02-08turn off brownout before deep sleepDan Halbert
2021-02-08Merge pull request #4148 from Neradoc/fix-recv_intoLucian Copeland
Fix socket.recv_into receiving one less byte than expected
2021-02-08wipDan Halbert
2021-02-08rp2pio: Transfer up to 32 bytes before checking background tasksJeff Epler
@Jerryneedell noticed that this problem affected strips short enough to not use the DMA peripheral, thanks for the hot tip! Instead of checking for background tasks after every byte transfer, try up to 32 transfers before attending to background tasks. This fixes the problem I was seeing on my 5-pixel circuit. Closes #4135.
2021-02-07adds: maximum retries on SPI busyPhilip Jander
2021-02-07chore: whitespace fixedPhilip Jander
2021-02-07adds: idle loop to wait for SPI not busy (mimxrt10xx)Philip Jander
2021-02-07ESP32S2: Socket.recv_into only took len-1 bytesNeradoc
2021-02-06Fix maximum PIO instructionsJason Nichols
2021-02-05Update to the very latest SDK w/GP15 restoreScott Shawcroft
Also adds unique id support Fixes #4039 and hopefully #4107
2021-02-05Connect accepted socketsLucian Copeland
2021-02-05Merge pull request #4137 from ferret-guy/smps-mode-pin-rpi-picoScott Shawcroft
Add SMPS mode pin to Raspi Pico pins.c
2021-02-05Merge pull request #4125 from xorbit/mainScott Shawcroft
Add A3 pin to Raspberry Pi Pico
2021-02-05Merge pull request #4128 from hierophect/esp32s2-i2s-claimpinScott Shawcroft
ESP32S2: Add I2S pin claiming
2021-02-05Fix LWIP connect error reportLucian Copeland
2021-02-05Add SMPS mode pin to Raspi Pico pins.cMark Omo
Add SMPS mode pin to Raspi Pico pins.c; see section "4.3. Using the ADC" of the Pico datasheet for discussion. Driving this pin high forces the onboard regulator into a lower noise PWM mode.
2021-02-05Add alternate name `VOLTAGE_MONITOR` for `A3`Patrick Van Oosterwijck
2021-02-05Make timeout core types consistentLucian Copeland
2021-02-05Merge pull request #4122 from hathach/fix-3986Dan Halbert
Fix 3986 background reset remove existing usb callback
2021-02-05Merge pull request #4126 from FiriaCTO/webusbDan Halbert
WebUSB serial support (compile-time option, currently defaulted to OFF)
2021-02-05ports/atmel-samd/boards/dynalora_usb/board.cEnrique Casado
2021-02-05LCD_MISO is not connected on boardm4tk
2021-02-04shrink a couple of buildsDan Halbert
2021-02-04usb descriptors all set; rework of enabling for USB devicesDan Halbert
2021-02-04Add I2S pin claimingLucian Copeland
2021-02-04raspberrypi: implement reset, reset_to_bootloaderJeff Epler
This makes all the following work: * normal microcontroller.reset() * reset into safe mode or UF2 bootloader via microcontroller.on_next_reset() * reset into UF2 bootloader via the "1200 baud trick" The implementation of reset_cpu is from micropython.
2021-02-04Add A3 pin to Raspberry Pi PicoPatrick Van Oosterwijck
We want to be able to use this to measure VSYS.
2021-02-04Add display init code for Lilygo TTGO T8 ESP32-S2m4tk
2021-02-03Merge branch 'main' into webusb (trying to get CI back online)Kevin Banks
2021-02-03Updated trinket_m0 make file to squeeze all translations as per Dan Halbert.BiffoBear
2021-02-03Initial commit. Edited error messages in .c filesBiffoBear
2021-02-02Merge pull request #4049 from hierophect/sslsocketScott Shawcroft
Separate SSLSocket from Socket
2021-02-01Merge pull request #4110 from microDev1/rtc-rpScott Shawcroft
RP2040: Support for RTC
2021-02-01Merge pull request #4018 from iot49/cp-flowScott Shawcroft
add uart hardware flow control to nrf port
2021-02-01Moving control of USB compile-time options down to the BOARD levelKevin Banks
2021-02-01Default WebUSB to OFF because other ports are not ready for it yetKevin Banks
2021-02-02rtc implementation for rp2040microDev
2021-02-01Merge pull request #4087 from DavePutz/cpu_temp_docDan Halbert
Fixing microcontroller.cpu on multi-core cpus and adding microcontroller.cpus
2021-02-01shrink simmelDan Halbert
2021-02-01Merge remote-tracking branch 'upstream/main' into sslsocketLucian Copeland
2021-02-01Fix hash, close, error bugsLucian Copeland
2021-01-31Merge pull request #4105 from xorbit/mainScott Shawcroft
Add board Silicognition LLC M4-Shim
2021-01-31Merge pull request #4077 from netroy/lilygo-ttgo-t8-esp32-s2Scott Shawcroft
Add support for Lilygo TTGO T8 ESP32-S2
2021-01-31Merge pull request #4083 from microDev1/watchdog-rpScott Shawcroft
RP2040: Support for WatchDog
2021-01-31Merge pull request #4095 from hierophect/socket-timeoutScott Shawcroft
Fix default socket timeout
2021-01-31Add support for Lilygo TTGO T8 ESP32-S2Aditya
2021-01-30Add board Silicognition LLC M4-ShimPatrick Van Oosterwijck