Scott Shawcroft
a9419b5d46
Update ESP IDF
2020-05-28 15:38:48 -07:00
Scott Shawcroft
b901def8b3
Merge pull request #2967 from jepler/fix-translation-merge-error
...
locale: Restore translations lost in 357467022
2020-05-28 11:52:18 -07:00
Jeff Epler
f3ac3ead8d
make translate
2020-05-27 20:52:07 -05:00
Jeff Epler
3ecd8cbd20
locale: Restore translations lost in 357467022
Merge pull request #2931 from tannewt/esp32s2_digitalio
2020-05-27 20:28:58 -05:00
sommersoft
f72d166e51
Merge pull request #2965 from jepler/sine-wave-examples
...
Various doc examples: Fix the "/ 18" copypasta bug
2020-05-27 20:24:36 -05:00
Jeff Epler
90571e7b7f
Various doc examples: Fix the "/ 18" copypasta bug
2020-05-27 16:43:35 -05:00
Scott Shawcroft
0db8b888d3
Merge pull request #2934 from hierophect/mimxrt-uart-oneway
...
mimxrt10xx: add one-directional UART
2020-05-27 10:38:00 -07:00
Scott Shawcroft
7cd92dd94c
Merge pull request #2899 from dherrada/extract-types
...
Added extract_types.py script
2020-05-27 10:35:53 -07:00
Dan Halbert
820d5092b3
Merge pull request #2963 from adafruit/hiibot-bluefi-pid-fix
...
Correct HiiBot BlueFi USB_PID
2020-05-27 12:49:45 -04:00
Lucian Copeland
9a9cb2e7d3
fix submodule desync
2020-05-27 11:59:13 -04:00
Lucian Copeland
2f6e1d85d2
more translations
2020-05-27 11:55:33 -04:00
Lucian Copeland
9f5520135c
translations
2020-05-27 11:54:52 -04:00
Lucian Copeland
a25e10ed59
Merge branch 'mimxrt-uart-oneway' of https://github.com/hierophect/circuitpython into mimxrt-uart-oneway
2020-05-27 11:49:11 -04:00
Lucian Copeland
1e914ac2b0
Change exception text and type
2020-05-27 11:48:52 -04:00
Dan Halbert
d06a7c4671
Correct HiiBot BlueFi USB_PID
...
Donated a PID set for HiiBot BlueFi.
2020-05-27 11:47:15 -04:00
dherrada
4e22b9a346
Better keyerror handling
2020-05-27 11:30:51 -04:00
arturo182
ad988013f0
Merge pull request #2961 from arturo182/i2c-exception
...
mimxrt10xx: Change exception type to match other ports
2020-05-27 11:24:46 +02:00
Jeff Epler
739b42e3e0
Merge pull request #2960 from weblate/weblate-circuitpython-master
...
Translations update from Weblate
2020-05-26 19:42:42 -05:00
Hosted Weblate
51edfb992a
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/
2020-05-27 01:18:54 +02:00
Jeff Epler
d8608e5229
Translated using Weblate (French)
...
Currently translated at 100.0% (747 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/fr/
2020-05-27 01:18:53 +02:00
Dan Halbert
3574670226
Merge pull request #2931 from tannewt/esp32s2_digitalio
...
Finish digitalio and pin use tracking for ESP32S2
2020-05-26 19:18:45 -04:00
Scott Shawcroft
c917270da7
Merge pull request #2956 from hathach/fix-samd-wfi
...
fix racing issue for SAMD when executing WFI
2020-05-26 14:54:24 -07:00
Scott Shawcroft
ffe0e0edc3
Merge pull request #2938 from DavePutz/issue2894
...
Add an increment to tcc_refcount to allow deinit to work correctly
2020-05-26 14:39:59 -07:00
Scott Shawcroft
f3e1c8fd36
Merge pull request #2954 from rhooper/pixelbuf_rgbw_fix
...
Allow setting RGBW pixels with RGB tuples
2020-05-26 13:38:09 -07:00
arturo182
d6c59c4de0
mimxrt10xx: Change exception type to match other ports
2020-05-26 22:36:30 +02:00
Scott Shawcroft
665fe7a839
Merge pull request #2945 from pewpew-game/fluff_m0
...
Add support for Fluff M0
2020-05-26 13:18:55 -07:00
sommersoft
86a5a6d646
Merge pull request #2957 from jepler/support-matrix-invoke-make
...
shared_bindings_matrix: Work from parsed 'make' output
2020-05-26 15:13:09 -05:00
Scott Shawcroft
2ffd70417d
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
2020-05-26 13:09:57 -07:00
Dan Halbert
19f0d82048
Merge pull request #2955 from BradChan/master
...
Add hiibot_bluefi board definitions
2020-05-26 15:37:35 -04:00
Jeff Epler
9966bf86da
shared_bindings_matrix: sommersoft's suggestions
2020-05-26 09:55:23 -05:00
Radomir Dopieralski
8371eb27bd
Add Fluff M0 to boards
2020-05-26 03:32:12 +02:00
Radomir Dopieralski
4974c933b1
Fix swapped SCK and MISO in Fluff M0
2020-05-26 03:29:05 +02:00
Jeff Epler
8f81beea7e
shared_bindings_matrix: Use a trivial target
...
Sommersoft noticed that without submodules (as RTD currently does),
the "make -qp" failed due to trying to find files within submodules.
The "print-VAR" target doesn't have any dependencies, so it sidesteps
the problem.
If we move ulab's pyi files into the submodule, though, we'll need to
fetch submodules anyway during doc building.
2020-05-25 13:46:30 -05:00
Jeff Epler
76149ebf57
Remove board_chip logic
...
Not sure why I moved it, the computed value is never required
2020-05-25 09:59:13 -05:00
Jeff Epler
894bb3c003
Add esp32s2, litex to SUPPORTED_PORTS, sort it
2020-05-25 09:58:57 -05:00
Jeff Epler
6356e0c2f1
Merge pull request #2942 from weblate/weblate-circuitpython-master
...
Translations update from Weblate
2020-05-25 09:56:24 -05:00
Jeff Epler
32de8b437c
shared_bindings_matrix: Work from parsed 'make' output
...
Revisiting this because I noticed the support matrix said that pyruler
had several modules it obviously didn't, such as the recently added
vectorio.
It is less error-prone because we can use the final values instead
of re-coding the Makefile logic in python. The only things we need
to do are invoke make in "print-database" mode, then chase any
indirect references like CIRCUITPY_VECTORIO = $(CIRCUITPY_DISPLAYIO)
It does take longer, about 45s on my laptop.
2020-05-25 09:50:24 -05:00
Dustin Watts
ece892299a
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (747 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-05-25 15:52:04 +02:00
_fonzlate
fa377fdcba
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (747 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-05-25 15:52:04 +02:00
dronecz
ef4292c1b8
Translated using Weblate (Czech)
...
Currently translated at 2.0% (15 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/cs/
2020-05-25 15:52:04 +02:00
Hosted Weblate
7d26240444
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/
2020-05-25 15:52:04 +02:00
_fonzlate
e62880a594
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (747 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-05-25 15:52:04 +02:00
Timon
8e06b6f964
Translated using Weblate (German)
...
Currently translated at 100.0% (747 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/de/
2020-05-25 15:52:04 +02:00
_fonzlate
e14b064cbb
Translated using Weblate (Dutch)
...
Currently translated at 99.8% (746 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-05-25 15:52:04 +02:00
Dustin Watts
5820a6a700
Translated using Weblate (Dutch)
...
Currently translated at 99.8% (746 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-05-25 15:52:04 +02:00
Timon
b35ab3effb
Translated using Weblate (German)
...
Currently translated at 85.8% (641 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/de/
2020-05-25 15:52:04 +02:00
Dan Halbert
f1436410bd
Merge pull request #2951 from jepler/remove-modules-to-fit-translations
...
Remove modules to fit translations
2020-05-25 09:51:57 -04:00
hathach
e79340601f
fix racing issue for SAMD when executing WFI
2020-05-25 20:51:02 +07:00
cyz
8e24d1f4b7
Add hiibot_bluefi board in build.yml
2020-05-25 14:59:36 +08:00
Roy Hooper
d13d0244ec
Adjust docs to reflect behaviour.
2020-05-24 20:39:53 -04:00