summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-15Merge pull request #3530 from askpatrickw/hostname-exampleScott Shawcroft
Set default hostname
2020-10-15no _bleio for litex; ESP32S2 defines BIT() alreadyDan Halbert
2020-10-15displayio: further ensure just one start_terminal callJeff 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-15Merge pull request #3561 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-10-16Added default LWIP hostnames to FeatherS2 boardsSeon Rozenblum
2020-10-15cxd56 needed more precise include for __packed; needed SRC_C += on some portsDan Halbert
2020-10-15Update translation filesHosted 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-15Translated 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-15Translated 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-15Merge pull request #3547 from microDev1/wifiHostScott Shawcroft
Add method to set custom hostname
2020-10-15enable CIRCUITPY_BLEIO_HCI on non-nRF boards where it will fitDan Halbert
2020-10-15Add DynOSSAT-EDU boardsEnrique Casado
2020-10-15Add hostname validationmicroDev
2020-10-14Merge pull request #3554 from gamblor21/move_ordereddictDan Halbert
Moved ORDEREDDICT define to central location
2020-10-14Remove ordered dict from SAMD21gamblor21
2020-10-14Removed ordered dict for all SAMD21gamblor21
2020-10-14Merge pull request #3557 from weblate/weblate-circuitpython-mainScott Shawcroft
Translations update from Weblate
2020-10-14Removed MICROPY_PY_COLLECTIONS_NAMEDTUPLE__ASDICT from unix coveragegamblor21
2020-10-14Translated 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-14Merge pull request #3549 from tannewt/stm_alarm_tweakScott Shawcroft
Fix stm sleep too long
2020-10-14Merge pull request #3556 from bd34n/board_bdmicro_vina_d51_qstr_fixLimor "Ladyada" Fried
boards/bdmicro_vina_d51/pins.c: Fix illegal QSTR name (hyphen).
2020-10-14boards/bdmicro_vina_d51/pins.c: Fix illegal QSTR name (hyphen).Brian Dean
2020-10-14Update wifi hostname methodmicroDev
2020-10-13Merge pull request #3550 from bd34n/bdmicro_vina_d51Limor "Ladyada" Fried
Add new board to atmel-samd port: bdmicro_vina_d51
2020-10-13Moved ORDEREDDICT define to central locationgamblor21
2020-10-13workflows/build.yml - Add forgotten vina_d51 board.Brian Dean
2020-10-13Fix stm sleep too longScott Shawcroft
2020-10-13Add new board to atmel-samd port: bdmicro_vina_d51Brian Dean
2020-10-13Merge pull request #3546 from tannewt/rtc_irqScott Shawcroft
Finer grained, per port tick locking
2020-10-13Merge pull request #3544 from weblate/weblate-circuitpython-mainScott Shawcroft
Translations update from Weblate
2020-10-13Remove readreq when changing continuousScott Shawcroft
2020-10-13Translated 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-13Translated 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-13Update translation filesHosted 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-13Translated 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-13Merge pull request #3545 from tannewt/stm_rtcScott Shawcroft
Fix STM RTC read so it's atomic.
2020-10-13Add method to set custom hostnamemicroDev
2020-10-12Finer grained, per port tick lockingScott Shawcroft
Fixes #3504 hopefully.
2020-10-12Fix STM RTC read so it's atomic.Scott Shawcroft
Fixes #3376
2020-10-12Merge pull request #3538 from jepler/parallel-qstrlastScott Shawcroft
build: parallelize the qstr build steps
2020-10-12Merge pull request #3537 from jepler/update-protomatter-2Scott Shawcroft
rgbmatrix: update protomatter to 1.0.5 tag
2020-10-12Merge pull request #3539 from jepler/lto-type-mismatchScott Shawcroft
remove warning-disable flag that seems unneeded now
2020-10-12Merge pull request #3540 from WarriorOfWire/async_syntaxScott Shawcroft
__await__ magic method and async/await
2020-10-12Merge pull request #3543 from jepler/rgbmatrix-brighness-crashScott Shawcroft
rgbmatrix: Don't crash when setting brightness=0
2020-10-12Merge pull request #3542 from jepler/terminal-memory-allocationScott Shawcroft
displayio, framebufferio: Remove spurious call to supervisor_start_terminal
2020-10-12Merge pull request #3514 from hierophect/esp32-analogoutScott Shawcroft
ESP32-S2: AnalogOut
2020-10-12Merge pull request #3531 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-10-12esp32s2: fix build after qstr rule changesJeff Epler
2020-10-12rgbmatrix: Don't crash when setting brightness=0Jeff 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-11leftover newlinesKenny