| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-15 | Merge pull request #3530 from askpatrickw/hostname-example | Scott Shawcroft | |
| Set default hostname | |||
| 2020-10-15 | no _bleio for litex; ESP32S2 defines BIT() already | Dan Halbert | |
| 2020-10-15 | displayio: further ensure just one start_terminal call | Jeff Epler | |
| @cwalther determined that for boards with 2 displays (monster m4sk), start_terminal would be called for each one, leaking supervisor heap entries. Determine, by comparing addresses, whether the display being acted on is the first display (number zero) and do (or do not) call start_terminal. stop_terminal can safely be called multiple times, so there's no need to guard against calling it more than once. Slight behavioral change: The terminal size would follow the displays[0] size, not the displays[1] size | |||
| 2020-10-15 | Merge pull request #3561 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2020-10-16 | Added default LWIP hostnames to FeatherS2 boards | Seon Rozenblum | |
| 2020-10-15 | cxd56 needed more precise include for __packed; needed SRC_C += on some ports | Dan Halbert | |
| 2020-10-15 | 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/ | |||
| 2020-10-15 | Translated using Weblate (French) | Jeff Epler | |
| Currently translated at 92.1% (767 of 832 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/ | |||
| 2020-10-15 | Translated using Weblate (French) | Jeff Epler | |
| Currently translated at 92.1% (767 of 832 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/ | |||
| 2020-10-15 | Merge pull request #3547 from microDev1/wifiHost | Scott Shawcroft | |
| Add method to set custom hostname | |||
| 2020-10-15 | enable CIRCUITPY_BLEIO_HCI on non-nRF boards where it will fit | Dan Halbert | |
| 2020-10-15 | Add DynOSSAT-EDU boards | Enrique Casado | |
| 2020-10-15 | Add hostname validation | microDev | |
| 2020-10-14 | Merge pull request #3554 from gamblor21/move_ordereddict | Dan Halbert | |
| Moved ORDEREDDICT define to central location | |||
| 2020-10-14 | Remove ordered dict from SAMD21 | gamblor21 | |
| 2020-10-14 | Removed ordered dict for all SAMD21 | gamblor21 | |
| 2020-10-14 | Merge pull request #3557 from weblate/weblate-circuitpython-main | Scott Shawcroft | |
| Translations update from Weblate | |||
| 2020-10-14 | Removed MICROPY_PY_COLLECTIONS_NAMEDTUPLE__ASDICT from unix coverage | gamblor21 | |
| 2020-10-14 | Translated using Weblate (Swedish) | Jonny Bergdahl | |
| Currently translated at 100.0% (832 of 832 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/ | |||
| 2020-10-14 | Merge pull request #3549 from tannewt/stm_alarm_tweak | Scott Shawcroft | |
| Fix stm sleep too long | |||
| 2020-10-14 | Merge pull request #3556 from bd34n/board_bdmicro_vina_d51_qstr_fix | Limor "Ladyada" Fried | |
| boards/bdmicro_vina_d51/pins.c: Fix illegal QSTR name (hyphen). | |||
| 2020-10-14 | boards/bdmicro_vina_d51/pins.c: Fix illegal QSTR name (hyphen). | Brian Dean | |
| 2020-10-14 | Update wifi hostname method | microDev | |
| 2020-10-13 | Merge pull request #3550 from bd34n/bdmicro_vina_d51 | Limor "Ladyada" Fried | |
| Add new board to atmel-samd port: bdmicro_vina_d51 | |||
| 2020-10-13 | Moved ORDEREDDICT define to central location | gamblor21 | |
| 2020-10-13 | workflows/build.yml - Add forgotten vina_d51 board. | Brian Dean | |
| 2020-10-13 | Fix stm sleep too long | Scott Shawcroft | |
| 2020-10-13 | Add new board to atmel-samd port: bdmicro_vina_d51 | Brian Dean | |
| 2020-10-13 | Merge pull request #3546 from tannewt/rtc_irq | Scott Shawcroft | |
| Finer grained, per port tick locking | |||
| 2020-10-13 | Merge pull request #3544 from weblate/weblate-circuitpython-main | Scott Shawcroft | |
| Translations update from Weblate | |||
| 2020-10-13 | Remove readreq when changing continuous | Scott Shawcroft | |
| 2020-10-13 | Translated using Weblate (Chinese (Pinyin)) | hexthat | |
| Currently translated at 100.0% (832 of 832 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/ | |||
| 2020-10-13 | Translated using Weblate (Portuguese (Brazil)) | Wellington Terumi Uemura | |
| Currently translated at 100.0% (832 of 832 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/ | |||
| 2020-10-13 | 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/ | |||
| 2020-10-13 | Translated using Weblate (French) | Noel Gaetan | |
| Currently translated at 92.4% (767 of 830 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/ | |||
| 2020-10-13 | Merge pull request #3545 from tannewt/stm_rtc | Scott Shawcroft | |
| Fix STM RTC read so it's atomic. | |||
| 2020-10-13 | Add method to set custom hostname | microDev | |
| 2020-10-12 | Finer grained, per port tick locking | Scott Shawcroft | |
| Fixes #3504 hopefully. | |||
| 2020-10-12 | Fix STM RTC read so it's atomic. | Scott Shawcroft | |
| Fixes #3376 | |||
| 2020-10-12 | Merge pull request #3538 from jepler/parallel-qstrlast | Scott Shawcroft | |
| build: parallelize the qstr build steps | |||
| 2020-10-12 | Merge pull request #3537 from jepler/update-protomatter-2 | Scott Shawcroft | |
| rgbmatrix: update protomatter to 1.0.5 tag | |||
| 2020-10-12 | Merge pull request #3539 from jepler/lto-type-mismatch | Scott Shawcroft | |
| remove warning-disable flag that seems unneeded now | |||
| 2020-10-12 | Merge pull request #3540 from WarriorOfWire/async_syntax | Scott Shawcroft | |
| __await__ magic method and async/await | |||
| 2020-10-12 | Merge pull request #3543 from jepler/rgbmatrix-brighness-crash | Scott Shawcroft | |
| rgbmatrix: Don't crash when setting brightness=0 | |||
| 2020-10-12 | Merge pull request #3542 from jepler/terminal-memory-allocation | Scott Shawcroft | |
| displayio, framebufferio: Remove spurious call to supervisor_start_terminal | |||
| 2020-10-12 | Merge pull request #3514 from hierophect/esp32-analogout | Scott Shawcroft | |
| ESP32-S2: AnalogOut | |||
| 2020-10-12 | Merge pull request #3531 from weblate/weblate-circuitpython-main | Jeff Epler | |
| Translations update from Weblate | |||
| 2020-10-12 | esp32s2: fix build after qstr rule changes | Jeff Epler | |
| 2020-10-12 | rgbmatrix: Don't crash when setting brightness=0 | Jeff Epler | |
| If the display is paused, `_PM_swapbuffer_maybe` will never return. So, when brightness is 0, refresh does nothing. This makes it necessary to update the display when unpausing. Closes: #3524 | |||
| 2020-10-11 | leftover newlines | Kenny | |
