| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-03 | Merge pull request #4544 from weblate/weblate-circuitpython-mainHEADmain | Jeff Epler | |
| Translations update from Weblate | |||
| 2021-04-03 | 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-04-03 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-04-02 | Merge pull request #4543 from bergdahl/main | Dan Halbert | |
| Changed confusing error messages. | |||
| 2021-04-02 | Ran make translate | Jonny Bergdahl | |
| 2021-04-02 | 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-04-02 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-04-02 | Translated using Weblate (Spanish) | Jose David M | |
| Currently translated at 100.0% (969 of 969 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/ | |||
| 2021-04-02 | Merge pull request #4533 from jepler/upgrade-ulab | Dan Halbert | |
| update ulab to 2.1.5 (+ a doc building fix in ulab) | |||
| 2021-04-02 | Changed error message to display the generic term 'system firmware' instead ↵ | Jonny Bergdahl | |
| of the Nordic specific term 'soft device' | |||
| 2021-04-02 | py.mk: locate ulab sources with shell-find. | Jeff Epler | |
| 2021-04-02 | can't xref this right now | Jeff Epler | |
| 2021-04-02 | can't xref this right now | Jeff Epler | |
| 2021-04-02 | displayio: ulab.frombuffer -> ulab.numpy.frombuffer | Jeff Epler | |
| 2021-04-02 | stubs: ulab.array -> ulab.ndarray | Jeff Epler | |
| 2021-04-02 | make translate | Jeff Epler | |
| 2021-04-02 | update ulab to 2.1.5 | Jeff Epler | |
| 2021-04-02 | Merge pull request #4539 from Neradoc/add-alias-boards-to-support-matrix | Scott Shawcroft | |
| add alias boards and modules to the support matrix | |||
| 2021-04-02 | Merge pull request #4530 from jepler/mimxrt1011-pwmio | Jeff Epler | |
| mimxrt1011: pwmio: Enable basic PWMOut functionality | |||
| 2021-04-02 | Merge pull request #4538 from hathach/fix-midi-buffer-issue | Jeff Epler | |
| update tinyusb to fix midi buffer overflow issue | |||
| 2021-04-02 | add alias boards and bus_device to the support matrix | Neradoc | |
| add list with manual brand names for aliases the new info in the support_matrix is used in build_board_info.py | |||
| 2021-04-02 | update tinyusb to fix midi buffer overflow issue | hathach | |
| 2021-04-01 | Merge pull request #4534 from UnexpectedCircuitPython/main | Dan Halbert | |
| Changed some pins for TinyS2 | |||
| 2021-04-01 | Merge pull request #4535 from tannewt/packetbuffer_fixup | Dan Halbert | |
| Two small PacketBuffer fixes | |||
| 2021-04-01 | Two small PacketBuffer fixes | Scott Shawcroft | |
| 1. Allow for ctrl-c during a write. 2. Handle disconnects when acting as a client. | |||
| 2021-04-02 | Changed some pins for TinyS2 | Seon Rozenblum | |
| 2021-04-01 | Add pinmux info for 1021 and 1062 family MCUs | Jeff Epler | |
| 2021-04-01 | mimxrt1011: pwmout: Add prescaler, fix duty_cycle=65535 | Jeff Epler | |
| 2021-04-01 | Merge pull request #4526 from t-ikegami/wio_pin_assign_fix | Scott Shawcroft | |
| Fix SD_DET pin assignment of seeduino_wio_terminal. | |||
| 2021-04-01 | Merge pull request #4527 from t-ikegami/Terminal_add_esc_seqs | Scott Shawcroft | |
| Add two escape sequences to terminalio.Termial | |||
| 2021-04-01 | Merge pull request #4523 from weblate/weblate-circuitpython-main | Scott Shawcroft | |
| Translations update from Weblate | |||
| 2021-04-01 | mimxrt1011: pwmio: Enable basic PWMOut functionality | Jeff Epler | |
| After this change, the following program works for me on the MIMXRT1010-EVK: ```python import pwmio import board p = pwmio.PWMOut(board.D13, frequency=1_000_000, variable_frequency=True) p.duty_cycle = 32868 while True: pass ``` Querying and varying the duty_cycle and frequency work as well. The lowest frequency obtainable is about 2kHz; there is an additional divider which would allow lower PWM frequencies (I think 1kHz is important for servos?) Something odd happens with very low duty cycles, such as ```python >>> p.frequency = 2000 >>> p.duty_cycle = 2 ``` instead of a symmetrical waveform, it's asymmetrical. With `duty_cycle=4`, the effect disappears. The reason for this is probably hidden in the datasheet, but could affect servos or other things that count pulse widths. | |||
| 2021-04-01 | Merge remote-tracking branch 'origin/main' into main | Hosted Weblate | |
| 2021-04-01 | Translated using Weblate (Swedish) | Jonny Bergdahl | |
| Currently translated at 100.0% (969 of 969 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/ | |||
| 2021-04-01 | Translated using Weblate (Portuguese (Brazil)) | Wellington Terumi Uemura | |
| Currently translated at 100.0% (969 of 969 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/ | |||
| 2021-04-01 | Translated using Weblate (French) | Hugo Dahl | |
| Currently translated at 100.0% (969 of 969 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/ | |||
| 2021-04-01 | Merge pull request #4528 from adafruit/re-arrange-ci-task | Dan Halbert | |
| Re-Arrange CI Task | |||
| 2021-04-01 | clone repo before installing deps | microDev | |
| closes #4524 | |||
| 2021-04-01 | Fix format | Tsutomu IKEGAMI | |
| 2021-04-01 | Fix format | Tsutomu IKEGAMI | |
| 2021-04-01 | Fix format. | Tsutomu IKEGAMI | |
| 2021-04-01 | Add two escape sequences to terminalio.Termial: | Tsutomu IKEGAMI | |
| - ESC[yy;xxH : move cursor to (xx, yy) - ESC[2J : clear screen | |||
| 2021-04-01 | Fix SD_DET pin assignment of seeduino_wio_terminal. | Tsutomu IKEGAMI | |
| 2021-04-01 | 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-03-31 | Merge pull request #4522 from tannewt/ble_fixup7.0.0-alpha.06.2.0-rc.0 | Dan Halbert | |
| Fix central pairing and crash on clear | |||
| 2021-03-31 | Fix central pairing and crash on clear | Scott Shawcroft | |
| The list_clear would crash if we tried to clear a NULL list. (It can happen if we haven't tried to discover any services.) | |||
| 2021-03-31 | Merge pull request #4521 from dhalbert/add-en_GB | Dan Halbert | |
| add en_GB translation to builds | |||
| 2021-03-31 | Merge pull request #4518 from jepler/fix-bogus-assertion | Dan Halbert | |
| mimxrt10xx: Fix bogus assertion. | |||
| 2021-03-31 | add en_GB translation to builds | Dan Halbert | |
| 2021-03-31 | Merge pull request #4517 from dhalbert/no-remote-wakeup | Scott Shawcroft | |
| Turn off remote wakeup in USB configuration descriptor | |||
