| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-20 | Added board.c for PicoSystem | ZodiusInfuser | |
| 2021-02-20 | Added other files for Keybow2040 | ZodiusInfuser | |
| 2021-02-20 | Added board.c for Keybow2040 | ZodiusInfuser | |
| 2021-02-20 | Added other files for Tiny2040 | ZodiusInfuser | |
| 2021-02-20 | Added board.c for Tiny2040 | ZodiusInfuser | |
| 2021-02-19 | shrink simmel build | Dan Halbert | |
| 2021-02-19 | merge from upstream; re-alphabetize | Dan Halbert | |
| 2021-02-19 | Delete pimoroni_tiny2040 | ZodiusInfuser | |
| 2021-02-19 | Create pimoroni_tiny2040 | ZodiusInfuser | |
| 2021-02-19 | uart implementation for rp2040 | microDev | |
| 2021-02-18 | Merge pull request #4219 from jepler/bit_transpose | Jeff Epler | |
| Add Bit transpose function to support piopixl8 | |||
| 2021-02-18 | bitops: rename from _bit_transpose, describe the algorithm | Jeff Epler | |
| 2021-02-18 | Merge pull request #4169 from hierophect/stm32-i2cstart | Lucian Copeland | |
| STM32: Fix I2C repeated start by converting to IT mode | |||
| 2021-02-18 | fix some builds | Dan Halbert | |
| 2021-02-18 | Initial fix, but bitbangio timing may be off | Dan Halbert | |
| 2021-02-18 | core: add bit_transpose function | Jeff Epler | |
| .. this version can only handle exactly 8 bits "across". The restriction may be relaxed in a future revision. | |||
| 2021-02-18 | fix typo to fix nrf builds | Dan Halbert | |
| 2021-02-18 | fix nvm rewrite | microDev | |
| 2021-02-17 | raspberrypi: implement os.urandom | Jeff Epler | |
| Since the datasheet cast some doubt on the strength of the "rosc_hw->randombit", I use the SHA256 hash function to create a high quality random seed from random values of uncertain entropy, as well as to generate a sequence of random values from that seed using SHA256 as a cryptographically-secure random number generator. In practice, it produces over 100kB/s of random data which does not have any gross problems according to _PractRand_. | |||
| 2021-02-16 | Merge pull request #4192 from dhalbert/pico-pwmout-top-fix-4189 | Scott Shawcroft | |
| RP2040: fix off-by-one PWM top issue | |||
| 2021-02-16 | works! no timeouts | Dan Halbert | |
| 2021-02-15 | wip: usb_cdc.serials | Dan Halbert | |
| 2021-02-15 | Merge remote-tracking branch 'adafruit/main' into secondary-cdc | Dan Halbert | |
| 2021-02-15 | is_free should not check never_reset | Lucian Copeland | |
| 2021-02-13 | handle 100% duty cycle; improve actual_frequency calc | Dan Halbert | |
| 2021-02-12 | wip | Dan Halbert | |
| 2021-02-12 | fix off-by-one PWM top issue | Dan Halbert | |
| 2021-02-12 | Enable protomatter on RP2040 builds | Jeff Epler | |
| Also found a race condition between timer_disable and redraw, which would happen if I debugger-paused inside common_hal_rgbmatrix_timer_disable or put a delay or print inside it. That's what pausing inside reconstruct fixes. So that the "right timer" can be chosen, `timer_allocate` now gets the `self` pointer. It's guaranteed at this point that the pin information is accurate, so you can e.g., find a PWM unit related to the pins themselves. This required touching each port to add the parameter even though it's unused everywhere but raspberrypi. | |||
| 2021-02-12 | Merge branch 'main' into nvm-rp | microDev | |
| 2021-02-12 | implement suggested changes | microDev | |
| - update FLASH_FIRMWARE length - use linker script define value | |||
| 2021-02-11 | Merge pull request #4188 from ladyada/main | Dan Halbert | |
| QT Py with RP2040 | |||
| 2021-02-11 | QT Py with RP2040 | lady ada | |
| 2021-02-11 | merge from upstream; complicated webusb merge | Dan Halbert | |
| 2021-02-11 | Free up space for JA build | Lucian Copeland | |
| 2021-02-11 | Merge remote-tracking branch 'upstream/main' into stm32-i2cstart | Lucian Copeland | |
| 2021-02-11 | Merge pull request #4167 from tannewt/rp2040_audiopwmio | Scott Shawcroft | |
| Add PWM based audio playback | |||
| 2021-02-11 | nvm implementation for rp2040 | microDev | |
| 2021-02-10 | Fix I2C Repeated start error by converting to IT mode | Lucian Copeland | |
| 2021-02-10 | Merge pull request #4168 from BHDynamics/main | Scott Shawcroft | |
| Add DynaLoRa-USB Dongle | |||
| 2021-02-10 | Add more pin names | Enrique Casado | |
| 2021-02-09 | Add PWM based audio playback | Scott Shawcroft | |
| See https://learn.adafruit.com/circuitpython-essentials/circuitpython-audio-out to get started. Fixes #4037 | |||
| 2021-02-09 | Merge pull request #4165 from DavePutz/issue_4143 | Scott Shawcroft | |
| Issue 4143 - Fixed marking a PWM slice incorrectly as variable frequency | |||
| 2021-02-09 | Fix check for variable PWM frequency | root | |
| 2021-02-09 | Merge pull request #4159 from dhalbert/disable-brownout-before-deep-sleep-4025 | Dan Halbert | |
| turn off brownout before deep sleep | |||
| 2021-02-08 | Merge pull request #4124 from m4tk/main | Scott Shawcroft | |
| Add display init code for Lilygo TTGO T8 ESP32-S2 | |||
| 2021-02-08 | Merge pull request #4048 from janderit/fix_3763_mimxrt10xx_spi | Scott Shawcroft | |
| fixes: busio, SPI OS error 5 for mimxrt10xx | |||
| 2021-02-08 | Merge pull request #4160 from gamblor21/rp2040_neopixel_pin_fix | Dan Halbert | |
| RP2040 Set the neopixel pin as output after PIO use | |||
| 2021-02-08 | Merge pull request #3536 from pewpew-game/pew-get-ticks | Dan Halbert | |
| Fix #3504: Don't use time module in pew.tick() | |||
| 2021-02-08 | Merge pull request #4155 from jepler/rpi-pio-background | Dan Halbert | |
| rp2pio: Transfer up to 32 bytes before checking background tasks | |||
| 2021-02-08 | Merge pull request #4139 from hierophect/socket-accept-conn | Dan Halbert | |
| Socket: Connect accepted sockets | |||
