Hosted Weblate
0b8824313a
Merge remote-tracking branch 'origin/main' into main
2021-05-06 19:51:51 +02:00
Wellington Terumi Uemura
45cf638ba0
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (973 of 973 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-05-06 19:51:51 +02:00
Hugo Dahl
8de14446cd
Translated using Weblate (French)
...
Currently translated at 100.0% (973 of 973 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-05-06 19:51:50 +02:00
Jose David M
bd731a14bb
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (973 of 973 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2021-05-06 19:51:50 +02:00
Dan Halbert
ebf9dcb47a
Merge pull request #4689 from dhalbert/dynamic-usb-descriptors
...
Dynamic USB descriptors
2021-05-06 13:51:38 -04:00
Jeff Epler
03a4f85556
Merge pull request #4713 from jepler/mpy-magic-number
...
Change the first byte of CircuitPython 'mpy' files to "C"
2021-05-06 08:01:22 -05:00
Lucian Copeland
22feda1066
Merge pull request #4708 from hierophect/supervisor-run-reason
...
Remove overwrite of run_reason in main
2021-05-05 19:18:16 -04:00
Jeff Epler
ef3ec93c8b
Change the first byte of CircuitPython 'mpy' files to "C"
...
.. and also distinguish CircuitPython better in `mpy-cross --version`
2021-05-05 18:06:06 -05:00
Dan Halbert
843598ec3a
fix more board builds
2021-05-05 18:44:27 -04:00
Jeff Epler
3e1c3547bd
Merge pull request #4712 from jepler/mpy-cross-aarch64
...
Build an aarch64 version of mpy-cross
2021-05-05 16:14:40 -05:00
Lucian Copeland
f38f5dbce6
Set reload reason when reloaded from repl
2021-05-05 17:02:32 -04:00
Dan Halbert
1d385e1a27
Merge pull request #4707 from tyomitch/patch-4
...
qstr: Use `const` consistently to avoid a cast.
2021-05-05 16:56:35 -04:00
Dan Halbert
579cdf30f1
fix more build errors
2021-05-05 16:49:29 -04:00
Limor "Ladyada" Fried
1668e9c4f3
Merge pull request #4711 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-05-05 16:21:43 -04:00
Jeff Epler
b9f349779e
Build an aarch64 version of mpy-cross
2021-05-05 14:43:53 -05:00
Hosted Weblate
54bfedbf6f
Merge remote-tracking branch 'origin/main' into main
2021-05-05 20:42:02 +02:00
Jonny Bergdahl
2c66dd869e
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (973 of 973 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-05-05 20:42:02 +02:00
Kattni
c7e8160514
Merge pull request #4709 from jposada202020/adding_usage_template
...
adding_usage_template in Design Guide
2021-05-05 14:41:57 -04:00
Dan Halbert
8f9c9dd45f
doc error
2021-05-05 13:41:44 -04:00
Dan Halbert
c37f021791
regularize and shrink many builds
2021-05-05 12:35:41 -04:00
Dan Halbert
fc8e1c4c2e
address review comments
2021-05-05 12:35:12 -04:00
jposada202020
0f60a3b997
Better_phrasing
2021-05-05 12:18:26 -04:00
Hosted Weblate
8491b1263a
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-05-05 17:48:04 +02:00
Hosted Weblate
332322d616
Merge remote-tracking branch 'origin/main' into main
2021-05-05 17:48:02 +02:00
Scott Shawcroft
30c7aa8fc9
Merge pull request #4650 from anecdata/ap
...
wifi.radio Access Point modes
2021-05-05 08:47:55 -07:00
Jonny Bergdahl
278dcff1aa
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (971 of 971 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-05-05 17:32:17 +02:00
Wellington Terumi Uemura
c78d2e1556
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (971 of 971 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-05-05 17:32:17 +02:00
Alvaro Figueroa
78b27c2000
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (971 of 971 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2021-05-05 17:32:16 +02:00
Artyom Skrobov
269d5bc80a
qstr: One more cast could be avoided.
2021-05-05 09:01:47 +03:00
jposada202020
0fa6f4ed76
adding_usage_template
2021-05-04 22:14:06 -04:00
Dan Halbert
8bb3c6fd79
handle := defs in shared_bindings_matrix.py; update adafruit_hid
2021-05-04 18:07:01 -04:00
Lucian Copeland
17ee507f09
Remove overwrite of run_reason in main
...
When `reload_requested` is detected, the run reason will no longer be
automatically overwritten as an AUTO_RELOAD, making SUPERVISOR_RELOAD a
detectable reload reason. Autoreload now sets the reload reason itself.
2021-05-04 17:04:24 -04:00
Scott Shawcroft
a2ae503507
Merge pull request #4706 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-05-04 09:56:39 -07:00
Artyom Skrobov
2d73ba2186
qstr: Use `const` consistently to avoid a cast.
2021-05-04 12:53:35 -04:00
Dan Halbert
adc3d7d55e
update Python API according to review comments
2021-05-03 22:29:02 -04:00
Dan Halbert
3e2236be8e
missed an uncrustify
2021-05-03 20:59:50 -04:00
Dan Halbert
d2b558993e
merge from main, including MicroPython 1.12 merge
2021-05-03 20:56:04 -04:00
Dan Halbert
5b5de4b92e
fix sHID report doc and API
2021-05-03 20:53:31 -04:00
Hosted Weblate
7d3511d06f
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-05-04 01:43:27 +02:00
Scott Shawcroft
f5f18b2cef
Merge pull request #4693 from tannewt/merge_1.12
...
Merge MicroPython 1.12 into CircuitPython
2021-05-03 16:43:19 -07:00
Scott Shawcroft
b35fa44c8a
Merge MicroPython 1.12 into CircuitPython
2021-05-03 14:01:18 -07:00
Scott Shawcroft
25ccd5d8f1
Merge pull request #4679 from t-ikegami/wio_add_pin_assign
...
Add DAC* and RTL_* pin assignments to Wio Terminal board.
2021-05-03 11:08:28 -07:00
Scott Shawcroft
5045009611
Merge pull request #4694 from dhalbert/remove-pwmout-from-pulseio
...
remove PWMOut from pulseio
2021-05-03 11:07:36 -07:00
Scott Shawcroft
678279720f
Merge pull request #4702 from rsbohn/patch-1
...
esp32-s2: Don't set PWMOut frequency to 0
2021-05-03 11:01:59 -07:00
Randall Bohn
d1db782760
Move validation code to the right spot.
...
As MicroDev1 pointed out the problem is a divide by zero when calculating the duty cycle.
Maybe need to check again in `common_hal_pwmio_pwmout_set_frequency()`.
2021-05-03 09:16:46 -06:00
Dan Halbert
83c4be63d2
Merge remote-tracking branch 'adafruit/main' into remove-pwmout-from-pulseio
2021-05-03 11:04:55 -04:00
Randall Bohn
8613b9a9fe
Trim Trailing Whitespace
...
was causing pre-commit checks to fail
2021-05-03 07:41:52 -06:00
Dan Halbert
94ed5e0048
Merge pull request #4696 from dhalbert/no-pulseio-on-small-boards
...
Include pulseio only on CIRCUITPY_FULL_BUILD
2021-05-03 09:35:29 -04:00
Dan Halbert
9ca0e689a5
Merge branch 'main' into wio_add_pin_assign
2021-05-03 09:33:18 -04:00
Dan Halbert
8b8968101d
Merge pull request #4691 from nm3210/sparkfunthingplusrp2040_boardupdate
...
Update Sparkfun Thing Plus RP2040 pins to match board breakouts
2021-05-03 09:27:19 -04:00