Commit Graph

27862 Commits

Author SHA1 Message Date
Scott Shawcroft
0d88f8472f Don't reload or enter repl when autoreloading
A keypress while we waited for autoreload used to enter repl. Now
it won't.

Fixes #6480
2022-08-24 17:45:56 -04:00
Dan Halbert
4a5790bb00
Merge pull request #6619 from dhalbert/7.3.x-update-frozen
update frozen libs for 7.3.2
2022-07-20 11:49:57 -04:00
Dan Halbert
477f46f1c5 update frozen libs for 7.3.2 2022-07-19 12:49:32 -04:00
Scott Shawcroft
07b74d04df
Merge pull request #6587 from xuhow/elecfreaks_picoed@7.3.x
Update elecfreaks_picoed for version 7.3.x
2022-07-13 10:31:40 -07:00
Xu Hao
d510b4fc8e Update circuitpython_picoed submodule 2022-07-13 18:33:40 +08:00
Xu Hao
6c8bbb8c9e Set MICROPY_HW_LED_STATUS pin to the elecfreaks_picoed 2022-07-13 18:32:56 +08:00
Xu Hao
db87838b05 Update Adafruit_CircuitPython_IS31FL3731 submodule 2022-07-13 18:31:40 +08:00
Xu Hao
c34ed1336a Add some frozen libraries to elecfreaks_picoed 2022-07-13 18:29:21 +08:00
Dan Halbert
5098d0d10c
Merge pull request #6546 from dhalbert/7.3.x-issue6523-release-displays-during-deep-slepe
Always release displays during deep sleep
2022-07-01 17:13:03 -04:00
Jeff Epler
a1fa1ad0d8 Always release displays during deep sleep
Closes #6523
2022-07-01 13:14:18 -04:00
Dan Halbert
5b3ad68cb2
Merge pull request #6530 from dhalbert/restore-matrixportal-traceback
restore traceback to matrixportal build
2022-06-28 17:13:59 -04:00
Dan Halbert
131d70cebd restore traceback to matrixportal build 2022-06-28 16:10:55 -04:00
Scott Shawcroft
83c1de4d25
Merge pull request #6517 from dhalbert/7.3.x-update-frozen-20220622
update frozen libraries
2022-06-22 09:40:05 -07:00
Scott Shawcroft
25206a8aff
Merge pull request #6513 from dhalbert/7.3.x-6495-backport-ble-disconnect-check
Test for a BLE disconnect while reading
2022-06-22 09:38:24 -07:00
Scott Shawcroft
d8badb5b81
Merge pull request #6512 from dhalbert/7.3.x-6486-backport-nrf-wakeup
7.3.x #6486 backport nrf wakeup
2022-06-22 09:38:03 -07:00
Dan Halbert
03023d2829 update frozen libraries 2022-06-22 09:13:41 -04:00
root
e8023f33a9 Test for a BLE disconnect while reading 2022-06-21 19:59:23 -04:00
root
1ad3daf75b Fix declaration of print_wakeup_cause 2022-06-21 19:56:15 -04:00
root
803c18c71f Uncommented call to print_wakeup_cause 2022-06-21 19:56:15 -04:00
root
d3903bf2f4 Fix for Issue #6478 2022-06-21 19:56:15 -04:00
Scott Shawcroft
515ea026ce
Merge pull request #6508 from dhalbert/7.3.x-cpx-frozen-lite
move frozen adafruit_circuitplayground to express subdirectory - 7.3.x backport of #6346
2022-06-21 13:50:32 -07:00
Scott Shawcroft
2d14fb1f17
Merge pull request #6506 from dhalbert/7.3.x-auto-esp-cache-key-update
7.3.x auto esp cache key update
2022-06-21 13:49:47 -07:00
Neradoc
7f968f18c0 move frozen adafruit_circuitplayground to express subdirectory 2022-06-20 16:55:10 -04:00
Jeff Epler
111a25f933 use setup-python v4 for python-path support 2022-06-20 14:07:10 -04:00
Jeff Epler
094b3b3b61 include python executable path in the idf key
I noticed that the latest time we needed to switch the idf key was when
the environment changed from python 3.10.4 to 3.10.5. I don't know if
this is the only cause of needing to change the key, but it seems to be
a good idea to make the key include it.

I think this is what's going on because when I replaced a virtualenv's
"python" with a dangling symlink (same as would occur when python's
version gets bumped), I got a similar error.
2022-06-20 14:06:33 -04:00
Dan Halbert
4525bc75c4
Merge pull request #6499 from dhalbert/7.3.x-update-frozen-20220617
update frozen libraries
2022-06-20 14:05:07 -04:00
Dan Halbert
cbcd37f95b update frozen libraries 2022-06-17 12:45:52 -04:00
Dan Halbert
8a48f89edf
Merge pull request #6498 from dhalbert/update-samd-peripherals-for-dma-spi
Update samd-peripherals to fix SPI DMA problem
2022-06-17 12:17:23 -04:00
Dan Halbert
f0bf14094b Update samd-peripherals to fix SPI DMA problem 2022-06-17 10:59:59 -04:00
Dan Halbert
65380c2b0d
Merge pull request #6462 from NathanY3G/remove-default-spi-for-challenger-nb-rp2040-wifi-7.3.x
Disable board.SPI() for Challenger NB RP2040 WiFi
2022-06-06 09:03:07 -04:00
Nathan Young
2f0d82a50b Disable board.SPI() for Challenger NB RP2040 WiFi
This was done as a result of an issue with the SPI pin mappings.
Please refer to the following for additional information: https://ilabs.se/challenger-rp2040-wifi-spi-bug
2022-06-06 09:52:23 +02:00
Dan Halbert
a66489e018
Merge pull request #6430 from dhalbert/7.3.x-fix-espressif-rotaryio
Espressif: fix allocation of multiple Incremental Encoders
2022-05-25 09:39:09 -04:00
Dan Halbert
b143314b22 Espressif: fix allocation of multiple Incremental Encoders 2022-05-24 22:37:24 -04:00
Dan Halbert
eb4ed30b47
Merge pull request #6415 from dhalbert/7.3.x-fstrings-for-all
Turn on f-strings for all builds in 7.3.0
2022-05-21 12:24:04 -04:00
Dan Halbert
338e14d9d4 shrink arduino_mkr1300 2022-05-21 10:21:59 -04:00
Dan Halbert
199e2ef2fc Turn on f-strings for all builds 2022-05-21 00:04:53 -04:00
Scott Shawcroft
46378550ed
Merge pull request #6406 from dhalbert/restore-gc-collect-on-import
Restore automatic gc_collect() after an import
2022-05-18 11:08:36 -07:00
Dan Halbert
4487f61404 Restore automatic gc_collect() after an import 2022-05-18 11:37:13 -04:00
Dan Halbert
036a582764
Merge pull request #6403 from Neradoc/add-winbond-flash-to-monster-m4sk
Add Winbond flash substitute to boards
2022-05-16 18:37:46 -04:00
Neradoc
8987bf18d0 Add Winbond flash substitute to boards 2022-05-16 22:39:25 +02:00
Dan Halbert
1dce806f77
Merge pull request #6400 from Neradoc/fix-rtd-with-frozen-modules
Fetch the submodules in readthedocs with ci_fetch_deps.py
2022-05-14 19:29:02 -04:00
Neradoc
bb4c63699a Fetch the submodules in readthedocs with ci_fetch_deps.py 2022-05-14 23:17:49 +02:00
Dan Halbert
85f8d43fc0
Merge pull request #6398 from dhalbert/2022-05-14-update-frozen-modules
2022 05 14 update frozen modules
2022-05-14 12:17:35 -04:00
Dan Halbert
624a00ac45 shrink circuitplayground_express_displayio 2022-05-14 08:54:46 -04:00
Dan Halbert
55f1a2f9e2 frozen update 2022-05-14 08:54:15 -04:00
Dan Halbert
dda26b7057
Merge pull request #6394 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2022-05-14 08:43:05 -04:00
Hosted Weblate
383b9ae87a
Merge remote-tracking branch 'origin/main' 2022-05-14 14:35:45 +02:00
Jonny Bergdahl
1de1460ea8
Translated using Weblate (Swedish)
Currently translated at 100.0% (1059 of 1059 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2022-05-14 14:35:45 +02:00
Wellington Terumi Uemura
860f0b8239
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1059 of 1059 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2022-05-14 14:35:44 +02:00
Dan Halbert
1ae0c084c7
Merge pull request #6396 from Neradoc/add-frozen-modules-to-support-matrix
Fix readthedocs checking out frozen modules
2022-05-14 08:35:36 -04:00