Antonin ENFRUN
65da2bb125
Translated using Weblate (French)
...
Currently translated at 100.0% (925 of 925 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-01-30 03:32:11 +01:00
Hugo Dahl
5345128784
Translated using Weblate (French)
...
Currently translated at 100.0% (925 of 925 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-01-30 03:32:11 +01:00
James Bowman
acbf66dacc
Make sys.platform "RP2040" on raspberrypi
...
[#4091 ]
2021-01-29 12:33:37 -08:00
James Bowman
067f42b4f8
Add Gameduino 3X Dazzler support on raspberry_pi_pico
...
Tested with hardware. Looks good.
Follow on from #4054
2021-01-29 12:25:59 -08:00
Dan Halbert
70a5f464df
Merge pull request #4090 from jepler/update-actions-v2
...
workflows: use actions/cache@v2
2021-01-29 13:40:13 -05:00
root
e1838ff335
Fix typo in documentation.
2021-01-29 11:57:36 -06:00
Dan Halbert
d4780a5192
Merge pull request #4080 from tannewt/fix_release_pr_description
...
Fix blinka release PR language list
2021-01-29 12:47:23 -05:00
Jeff Epler
5b2e29d000
Merge pull request #4089 from jepler/update-ulab-issue4086
...
ulab: update to 1.7.2
2021-01-29 11:45:06 -06:00
Jeff Epler
66e0f2dcff
workflows: use actions/cache@v2
2021-01-29 11:36:27 -06:00
Lucian Copeland
a724f6f954
Fix documentation builds
2021-01-29 11:58:02 -05:00
Jeff Epler
689fba764a
ulab: update to 1.7.2
...
Closes #4086
2021-01-29 09:45:00 -06:00
Kevin Banks
63f9b12fe6
Partially hard-coded VENDOR descriptor has been added. First build to be accessed via WebUSB. NOTE - had to disable HID (EndPoint shortage?)
2021-01-28 20:22:31 -06:00
root
cfd6ffc649
Adding files for cpu temperature fix
2021-01-28 16:06:30 -06:00
Dan Halbert
f6f007a9f4
Merge pull request #4084 from jepler/default-serpentine
...
RGBMatrix: change default to serpentine=True
2021-01-28 16:25:51 -05:00
root
67f128c0cf
Fixing microcontroller.cpu on muti-core cpus and adding microcontroller.cpus
2021-01-28 14:42:39 -06:00
Jeff Epler
65a883a74c
bump esp-idf cache tag
...
.. we are seeing failures that we have previously diagnosed as a bad
cache. The github ui provides no way to update or delete a cache, so
this is our workaround.
2021-01-28 13:52:30 -06:00
Jeff Epler
0098909757
RGBMatrix: change default to serpentine=True
...
The "serpentine" display order leads to much better wiring (shorter
ribbon cables) and is preferred. Change the default accordingly.
2021-01-28 11:42:19 -06:00
microDev
76256821ec
add translations for raspberrypi port
2021-01-28 20:02:00 +05:30
microDev
a54b57ea40
watchdog implementation for rp2040
2021-01-28 15:15:15 +05:30
Scott Shawcroft
9325509b54
Fix blinka release PR language list
2021-01-27 14:08:52 -08:00
Scott Shawcroft
c1c1a5d036
Merge pull request #4072 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-01-27 11:49:52 -08:00
Bernhard Boser
0d3771ece3
make translate
2021-01-27 09:24:03 -08:00
Bernhard Boser
e285b5b98c
Merge remote-tracking branch 'adafruit/main' into cp-flow
2021-01-27 09:22:41 -08:00
Bernhard Boser
16d54586c1
remove long read error message
2021-01-27 09:20:45 -08:00
Kevin Banks
1b031508e1
BOS and MS_OS_2.0 descriptors have been added. Still more descriptor work TODO.
2021-01-26 20:43:19 -06:00
Hosted Weblate
c1b1ddd724
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/
2021-01-27 02:31:39 +01:00
Hosted Weblate
83a99cbc33
Merge remote-tracking branch 'origin/main' into main
2021-01-27 02:31:37 +01:00
Maciej Stankiewicz
2918b73828
Translated using Weblate (Polish)
...
Currently translated at 67.7% (626 of 924 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
2021-01-27 02:31:36 +01:00
Scott Shawcroft
45b3c9ae42
Merge pull request #4068 from jepler/update-protomatter-tiling
...
protomatter: Update to version that supports tiling
2021-01-26 17:31:26 -08:00
Kevin Banks
b152c658e2
Making WebUSB default to off (build unbreakage, caught by CI)
2021-01-26 18:18:39 -06:00
Jeff Epler
189ec2fc60
Disallow tile=0
2021-01-26 16:51:31 -06:00
Hosted Weblate
85508d7cc1
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/
2021-01-26 22:08:06 +01:00
Scott Shawcroft
351a0e747d
Merge pull request #4047 from kmatch98/esp32s2_ParallelBus
...
Add initial ParallelBus support for ESP32-S2
2021-01-26 13:07:58 -08:00
Jeff Epler
1c10ec99a7
make translate
2021-01-26 15:04:45 -06:00
Jeff Epler
20c9f25a65
rgbmatrix: Eliminate some duplicated height-calculating code
...
This was hard to write, so let's have it written in 2 places instead
of 4.
2021-01-26 14:35:26 -06:00
Jeff Epler
368977fb90
RGBMatrix: Additional tile tweaks
...
* Introduce explicit serpentine: bool argument instead of using negative
numbers (thanks, ghost of @tannewt sitting on one shoulder)
* Fix several calculations of height
Testing performed (matrixportal):
* set up a serpentine 64x64 virtual display with 2 64x32 tiles
* tried all 4 rotations
* looked at output of REPL
2021-01-26 14:33:48 -06:00
Dan Halbert
d116ad042f
Merge pull request #4070 from rpavlik/patch-1
...
Update design_guide.rst
2021-01-26 15:25:10 -05:00
Dan Halbert
29e672fe86
Merge pull request #4071 from tannewt/rp2040_uart_error
...
Raise an error on UART use
2021-01-26 15:22:02 -05:00
Lucian Copeland
815ab5277b
Fix stubs error, out of sockets error, invalid TLS leak
2021-01-26 14:13:12 -05:00
Dan Halbert
a9227e15d0
Merge pull request #4063 from dhalbert/rp2040-gp15
2021-01-26 13:38:41 -05:00
Dan Halbert
13812a788f
Merge pull request #4060 from dhalbert/regularize-extmod-modules
...
CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup
2021-01-26 12:54:21 -05:00
Jeff Epler
345c2ae8a9
make translate
2021-01-26 11:04:18 -06:00
Scott Shawcroft
b42e94ee2c
Raise an error on UART use
2021-01-26 08:48:30 -08:00
Ryan A. Pavlik
365fafb32b
Update design_guide.rst
...
Add CO2 as a member name, and clarify the description of eCO2.
2021-01-26 10:36:40 -06:00
root
ccdc97d23e
Update documentation for microprossors with multiple cpus
2021-01-26 09:47:21 -06:00
Dan Halbert
f154ee855d
shrink simmel
2021-01-26 10:23:37 -05:00
Jeff Epler
51f0544405
protmatter: Update to version that supports tiling
2021-01-26 09:19:44 -06:00
Dan Halbert
da6869dbd5
Set MICROPY_PY_UERRNO_ERRORCODE correctly
2021-01-26 08:37:05 -05:00
Dan Halbert
0ba49d7303
typo; thanks @Neradoc
2021-01-25 23:20:37 -05:00
Dan Halbert
5b4249e365
fix doc typos
2021-01-25 23:06:47 -05:00