| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-08 | Merge pull request #4136 from hierophect/socket-portmax | Dan Halbert | |
| Socket: fix inconsistencies in argument types | |||
| 2021-02-08 | Merge pull request #4154 from LuminousOwl/fix-max-pio-instructions | Dan Halbert | |
| Fix maximum PIO instructions | |||
| 2021-02-08 | Set the pin as output after PIO use | gamblor21 | |
| 2021-02-08 | turn off brownout before deep sleep | Dan Halbert | |
| 2021-02-08 | Merge pull request #4148 from Neradoc/fix-recv_into | Lucian Copeland | |
| Fix socket.recv_into receiving one less byte than expected | |||
| 2021-02-08 | wip | Dan Halbert | |
| 2021-02-08 | rp2pio: Transfer up to 32 bytes before checking background tasks | Jeff 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-07 | adds: maximum retries on SPI busy | Philip Jander | |
| 2021-02-07 | chore: whitespace fixed | Philip Jander | |
| 2021-02-07 | adds: idle loop to wait for SPI not busy (mimxrt10xx) | Philip Jander | |
| 2021-02-07 | ESP32S2: Socket.recv_into only took len-1 bytes | Neradoc | |
| 2021-02-06 | Fix maximum PIO instructions | Jason Nichols | |
| 2021-02-05 | Update to the very latest SDK w/GP15 restore | Scott Shawcroft | |
| Also adds unique id support Fixes #4039 and hopefully #4107 | |||
| 2021-02-05 | Connect accepted sockets | Lucian Copeland | |
| 2021-02-05 | Merge pull request #4137 from ferret-guy/smps-mode-pin-rpi-pico | Scott Shawcroft | |
| Add SMPS mode pin to Raspi Pico pins.c | |||
| 2021-02-05 | Merge pull request #4125 from xorbit/main | Scott Shawcroft | |
| Add A3 pin to Raspberry Pi Pico | |||
| 2021-02-05 | Merge pull request #4128 from hierophect/esp32s2-i2s-claimpin | Scott Shawcroft | |
| ESP32S2: Add I2S pin claiming | |||
| 2021-02-05 | Fix LWIP connect error report | Lucian Copeland | |
| 2021-02-05 | Add SMPS mode pin to Raspi Pico pins.c | Mark 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-05 | Add alternate name `VOLTAGE_MONITOR` for `A3` | Patrick Van Oosterwijck | |
| 2021-02-05 | Make timeout core types consistent | Lucian Copeland | |
| 2021-02-05 | Merge pull request #4122 from hathach/fix-3986 | Dan Halbert | |
| Fix 3986 background reset remove existing usb callback | |||
| 2021-02-05 | Merge pull request #4126 from FiriaCTO/webusb | Dan Halbert | |
| WebUSB serial support (compile-time option, currently defaulted to OFF) | |||
| 2021-02-05 | ports/atmel-samd/boards/dynalora_usb/board.c | Enrique Casado | |
| 2021-02-05 | LCD_MISO is not connected on board | m4tk | |
| 2021-02-04 | shrink a couple of builds | Dan Halbert | |
| 2021-02-04 | usb descriptors all set; rework of enabling for USB devices | Dan Halbert | |
| 2021-02-04 | Add I2S pin claiming | Lucian Copeland | |
| 2021-02-04 | raspberrypi: implement reset, reset_to_bootloader | Jeff 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-04 | Add A3 pin to Raspberry Pi Pico | Patrick Van Oosterwijck | |
| We want to be able to use this to measure VSYS. | |||
| 2021-02-04 | Add display init code for Lilygo TTGO T8 ESP32-S2 | m4tk | |
| 2021-02-03 | Merge branch 'main' into webusb (trying to get CI back online) | Kevin Banks | |
| 2021-02-03 | Updated trinket_m0 make file to squeeze all translations as per Dan Halbert. | BiffoBear | |
| 2021-02-03 | Initial commit. Edited error messages in .c files | BiffoBear | |
| 2021-02-02 | Merge pull request #4049 from hierophect/sslsocket | Scott Shawcroft | |
| Separate SSLSocket from Socket | |||
| 2021-02-01 | Merge pull request #4110 from microDev1/rtc-rp | Scott Shawcroft | |
| RP2040: Support for RTC | |||
| 2021-02-01 | Merge pull request #4018 from iot49/cp-flow | Scott Shawcroft | |
| add uart hardware flow control to nrf port | |||
| 2021-02-01 | Moving control of USB compile-time options down to the BOARD level | Kevin Banks | |
| 2021-02-01 | Default WebUSB to OFF because other ports are not ready for it yet | Kevin Banks | |
| 2021-02-02 | rtc implementation for rp2040 | microDev | |
| 2021-02-01 | Merge pull request #4087 from DavePutz/cpu_temp_doc | Dan Halbert | |
| Fixing microcontroller.cpu on multi-core cpus and adding microcontroller.cpus | |||
| 2021-02-01 | shrink simmel | Dan Halbert | |
| 2021-02-01 | Merge remote-tracking branch 'upstream/main' into sslsocket | Lucian Copeland | |
| 2021-02-01 | Fix hash, close, error bugs | Lucian Copeland | |
| 2021-01-31 | Merge pull request #4105 from xorbit/main | Scott Shawcroft | |
| Add board Silicognition LLC M4-Shim | |||
| 2021-01-31 | Merge pull request #4077 from netroy/lilygo-ttgo-t8-esp32-s2 | Scott Shawcroft | |
| Add support for Lilygo TTGO T8 ESP32-S2 | |||
| 2021-01-31 | Merge pull request #4083 from microDev1/watchdog-rp | Scott Shawcroft | |
| RP2040: Support for WatchDog | |||
| 2021-01-31 | Merge pull request #4095 from hierophect/socket-timeout | Scott Shawcroft | |
| Fix default socket timeout | |||
| 2021-01-31 | Add support for Lilygo TTGO T8 ESP32-S2 | Aditya | |
| 2021-01-30 | Add board Silicognition LLC M4-Shim | Patrick Van Oosterwijck | |
