| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-17 | add timeout; finish up for PR | Dan Halbert | |
| 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-17 | Move manual tests and rename | Lucian Copeland | |
| 2021-02-17 | Merge remote-tracking branch 'upstream/main' into manual-tests | Lucian Copeland | |
| 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 | Merge pull request #4203 from weblate/weblate-circuitpython-main | Scott Shawcroft | |
| Translations update from Weblate | |||
| 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 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-02-15 | Merge pull request #4205 from hierophect/esp32s2-fix-pinfree | Dan Halbert | |
| ESP32S2: pin_number_is_free should not check never_reset tables | |||
| 2021-02-15 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-02-15 | Merge pull request #4200 from pewpew-game/pewpew-get-ticks | Dan Halbert | |
| pewpew10 - use _pew.get_ticks() for time tracking | |||
| 2021-02-15 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-02-15 | Merge pull request #4206 from iot49/cp-exec | Dan Halbert | |
| memoryview is valid argument to exec | |||
| 2021-02-15 | memoryview is valid argument to exec | Bernhard Boser | |
| 2021-02-15 | is_free should not check never_reset | Lucian Copeland | |
| 2021-02-15 | Translated using Weblate (Swedish) | Jonny Bergdahl | |
| Currently translated at 100.0% (960 of 960 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/ | |||
| 2021-02-14 | pewpew10 - use _pew.get_ticks() for time tracking | Radomir Dopieralski | |
| 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 | Merge pull request #4185 from caternuson/doc_update | Scott Shawcroft | |
| Design Guide Update - Exception and asserts | |||
| 2021-02-12 | Merge pull request #4183 from weblate/weblate-circuitpython-main | Scott Shawcroft | |
| Translations update from Weblate | |||
| 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-12 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-02-12 | Translated using Weblate (Portuguese (Brazil)) | Wellington Terumi Uemura | |
| Currently translated at 100.0% (960 of 960 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/ | |||
| 2021-02-11 | Merge pull request #4188 from ladyada/main | Dan Halbert | |
| QT Py with RP2040 | |||
| 2021-02-11 | sort | lady ada | |
| 2021-02-11 | QT Py with RP2040 | lady ada | |
| 2021-02-11 | merge from upstream; complicated webusb merge | Dan Halbert | |
| 2021-02-11 | Add Socket tests | Lucian Copeland | |
| 2021-02-11 | update design guide | caternuson | |
| 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 | Update translation files | Hosted Weblate | |
| Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ | |||
| 2021-02-11 | Merge pull request #4167 from tannewt/rp2040_audiopwmio | Scott Shawcroft | |
| Add PWM based audio playback | |||
| 2021-02-11 | Merge pull request #4179 from dhalbert/remove-spidevice-spi-4172 | Scott Shawcroft | |
| Remove adafruit_bus_device.SPIDevice.spi | |||
| 2021-02-11 | Remove adafruit_bus_device.SPIDevice.spi | Dan Halbert | |
| 2021-02-11 | nvm implementation for rp2040 | microDev | |
| 2021-02-10 | Merge pull request #4174 from weblate/weblate-circuitpython-main6.2.0-beta.2 | Dan Halbert | |
| Translations update from Weblate | |||
| 2021-02-10 | Translated using Weblate (Polish) | Maciej Stankiewicz | |
| Currently translated at 65.6% (628 of 956 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/ | |||
| 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 | Fix alphabetic order or build.yml | Enrique Casado | |
| 2021-02-10 | Edit build.yml | Enrique Casado | |
| 2021-02-10 | Add more pin names | Enrique Casado | |
| 2021-02-09 | Translations | Scott Shawcroft | |
