Ettore Atalan
39bab07973
Translated using Weblate (German)
...
Currently translated at 99.8% (1001 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2022-11-04 16:05:38 +01:00
Petr Sedlacek
f3ec46bbb5
Add missing pin definitions for 42. Keebs Frood
2022-11-04 15:33:16 +01:00
Jeff Epler
722f4561c4
Update circuitpython.pot
2022-11-03 15:38:46 -05:00
MicroDev
b6276265c1
Merge pull request #7164 from jepler/hold-python-3.10
...
Pin python version 3.10 for builds
2022-11-03 10:18:14 +05:30
MicroDev
1178dd90dd
Merge pull request #7159 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-11-03 10:14:42 +05:30
MicroDev
fe30c0ee9f
Merge pull request #7163 from jepler/removed-alternate-name
...
This compatibility name has been removed in 8.x
2022-11-03 10:12:30 +05:30
Jeff Epler
91da267a87
Pin python version 3.10 for builds
...
Python 3.11 started to roll out to github actions, and .. it doesn't work.
This MAY affect just the espressif build, but I'm pinning it back at 3.10
for all builds.
Typical failure, during "Run $IDF_PATH/tools/idf_tools.py --non-interactive install required"
shows a lot of failures building gevent:
```
...
Collecting gevent<2.0,>=1.2.2
Downloading gevent-1.5.0.tar.gz (5.3 MB)
...
Building wheel for gevent (pyproject.toml): finished with status 'error'
...
src/gevent/_greenlet_primitives.c:216:12: fatal error: longintrepr.h: No such file or directory
216 | #include "longintrepr.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
```
I notice that gevent is pinned at <2.0 while the current version is 22.10.2!
This is a dependency of gdbgui==0.13.2.0, which is installed by esp-idf
pinned at that version.
2022-11-02 19:23:52 -05:00
Jeff Epler
1f6cd7bfac
This compatibility name has been removed in 8.x
2022-11-02 17:39:34 -05:00
dronecz
882100a87a
Create sdkonfig
2022-11-02 22:10:44 +01:00
dronecz
71b5e6088b
Update mpconfigboard.mk
2022-11-02 22:07:28 +01:00
dronecz
d6fe378456
Update mpconfigboard.h
2022-11-02 22:05:39 +01:00
Hosted Weblate
505bfea897
Merge remote-tracking branch 'origin/main'
2022-11-02 20:47:56 +01:00
Jeff Epler
403a5b2681
Merge pull request #7126 from jepler/scorpio
...
add feather rp2040 scorpio
2022-11-02 14:47:40 -05:00
Wellington Terumi Uemura
52de6e8559
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (1003 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2022-11-02 10:33:26 +01:00
Rose Hooper
8933f93439
simplify and use columns for boardlist
2022-11-01 11:00:48 -04:00
Rose Hooper
36c4cc7d30
fix output layout of board list
2022-11-01 00:18:46 -04:00
Rose Hooper
dec128f508
add boards list to make error message
2022-10-31 23:57:59 -04:00
Rose Hooper
92803a5d58
Add note about rust to BUILDING.md
2022-10-31 20:46:18 -04:00
dronecz
8c41eb900e
Delete frozen/Adafruit_CircuitPython_UC8151D directory
2022-10-31 21:39:12 +01:00
dronecz
3601bd1fb3
Delete frozen/Adafruit_CircuitPython_SSD1680 directory
2022-10-31 21:38:54 +01:00
Jonny Bergdahl
5a2d1ef49f
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (1003 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2022-10-31 14:02:34 +01:00
test
01ea436b5c
Add translate file
2022-10-30 21:16:36 +00:00
dronecz
9b1181804c
Merge branch 'adafruit:main' into main
2022-10-30 19:16:05 +01:00
dronecz
468709abcc
Update pins.c
...
Hopefully last change nefore merge.
2022-10-30 18:51:46 +01:00
Dan Halbert
952812cdea
Merge pull request #7154 from dhalbert/alarm-lifetime
...
Save wake alarm info in static storage, simplifying recording of alarm
2022-10-30 12:28:50 -04:00
Dan Halbert
11a9f8d828
Merge pull request #7157 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-10-30 09:59:10 -04:00
Hosted Weblate
1d1cb1fe36
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2022-10-30 11:24:25 +01:00
Dan Halbert
28c9aff7c4
Merge pull request #7150 from Neradoc/cleanup-boot-button-message
...
Change boot button message to an independent sentence
2022-10-30 06:24:16 -04:00
Neradoc
8f82db5b22
define out the safe mode message if none
2022-10-30 03:55:59 +01:00
Dan Halbert
99081ead61
Merge pull request #7152 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-10-29 22:17:41 -04:00
dronecz
ae8f415bd5
Update board.c
2022-10-30 02:17:38 +02:00
Neradoc
0aa41fa92e
change BOARD_USER_SAFE_MODE_ACTION into a separate sentence
2022-10-30 01:55:42 +02:00
Neradoc
934d2a7004
remove duplicate press boot button, it's already the default
2022-10-30 01:52:17 +02:00
dronecz
5d7c58da5d
Update pins.c
...
Attempt to fix build issue
2022-10-30 01:52:09 +02:00
Jonny Bergdahl
c6cfb031d0
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (1005 of 1005 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2022-10-30 00:00:38 +02:00
Wellington Terumi Uemura
3f2e8feb5c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (1005 of 1005 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2022-10-30 00:00:37 +02:00
Dan Halbert
ded134c346
store wake_alarm in a static object
2022-10-29 16:26:36 -04:00
Hosted Weblate
ec7df0d17c
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2022-10-29 20:16:41 +02:00
Hosted Weblate
62f1470a1c
Merge remote-tracking branch 'origin/main'
2022-10-29 20:16:39 +02:00
Jonny Bergdahl
16eb601caa
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (1004 of 1004 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2022-10-29 20:16:38 +02:00
Wellington Terumi Uemura
2893ab3557
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (1004 of 1004 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2022-10-29 20:16:38 +02:00
Dan Halbert
6a38c42976
Merge pull request #7142 from CDarius/m5stack_atom_lite
...
M5stack atom lite
2022-10-29 14:16:30 -04:00
Dan Halbert
a064b52ad7
CIRCUITPY_ESP32_CAMERA, not CIRCUITPY_USB_CAMERA
2022-10-29 10:13:11 -04:00
Dan Halbert
b89074d0d6
Turn off CIRCUITPY_USB_CAMERA for m5stack_atom_lite
2022-10-29 09:27:55 -04:00
Dan Halbert
2ffd16a10c
Update mpconfigboard.mk
2022-10-29 09:27:09 -04:00
CDario
19fd9107a2
Merded with main branch
2022-10-29 07:46:54 +00:00
CDarius
7282bd9c9a
Removed boilerplate already handled by MP_WEAK definitions
...
Co-authored-by: Dan Halbert <halbert@halwitz.org>
2022-10-29 09:34:45 +02:00
Dan Halbert
a0f389e28c
Merge pull request #7146 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-10-28 23:51:30 -04:00
Dan Halbert
053d0fa8b5
Merge pull request #7145 from chukwon/fix_lolin_s3
...
fix and add lolin_s3 pins definition
2022-10-28 23:50:53 -04:00
Hosted Weblate
e83b96afca
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2022-10-28 22:00:10 +02:00