Commit Graph

19318 Commits

Author SHA1 Message Date
Jonny Bergdahl
a2a32907eb
Translated using Weblate (Swedish)
Currently translated at 100.0% (916 of 916 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-01-17 13:55:39 +01:00
Wellington Terumi Uemura
4b23a7872b
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (916 of 916 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-01-17 13:55:39 +01:00
Hugo Dahl
377cb517cf
Translated using Weblate (French)
Currently translated at 100.0% (916 of 916 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-01-17 13:55:38 +01:00
Dan Halbert
6a76b60027
Merge pull request #4013 from adafruit/revert-3930-jerryn_feathers2_led
Revert "UMFEATHERS2 - implement use of DotStar for status led"
2021-01-17 07:55:25 -05:00
jerryneedell
a9389343a8
Revert "UMFEATHERS2 - implement use of DotStar for status led" 2021-01-17 05:15:19 -05:00
gamblor21
41b9196167 Disabling in more small boards 2021-01-17 00:00:06 -06:00
dheera
d43eb7e84b prevents going into safe mode for watchdog resets 2021-01-16 17:38:08 -08:00
gamblor21
49e059cdaf Removing frozen libraries 2021-01-16 16:37:42 -06:00
gamblor21
f50c9f4145 Reenabling busdevice in core 2021-01-16 14:21:57 -06:00
gamblor21
d3995eaf97 Fixes from draft PR 2021-01-16 14:21:57 -06:00
gamblor21
b609bc0124 Removed unused include 2021-01-16 14:21:57 -06:00
gamblor21
ea0e2f80b7 Changing to duck-typing 2021-01-16 14:21:57 -06:00
Hosted Weblate
0e3da9b6a3
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-15 20:52:42 +01:00
Hosted Weblate
239f73f42d
Merge branch 'origin/main' into Weblate. 2021-01-15 20:52:40 +01:00
Scott Shawcroft
816cbe4704
Merge pull request #3992 from anecdata/reason4
wifi: more disconnect reasons for retries & include error code in exception
2021-01-15 11:52:34 -08:00
Hosted Weblate
fe5acae318
Merge branch 'origin/main' into Weblate. 2021-01-15 20:51:58 +01:00
Scott Shawcroft
fac4d9c5b9
Merge pull request #4006 from hugodahl/Update-documentation-copyright-date
Update documentation copyright date (Closes #4000)
2021-01-15 11:51:52 -08:00
Hosted Weblate
cab9139975
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-15 20:49:34 +01:00
Hosted Weblate
a9a776890c
Merge branch 'origin/main' into Weblate. 2021-01-15 20:49:31 +01:00
oon arfiandwi
05cc67f537
Translated using Weblate (Indonesian)
Currently translated at 49.1% (449 of 913 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/id/
2021-01-15 20:49:31 +01:00
Scott Shawcroft
03e9415b86
Merge pull request #4005 from jepler/update-ulab-1.7.0
ulab: update to 1.7.1
2021-01-15 11:49:04 -08:00
Jeff Epler
c843122d3d fix doc build 2021-01-15 12:00:29 -06:00
Lucian Copeland
4bc664fe5f Merge remote-tracking branch 'upstream/main' into esp-tcpserver 2021-01-15 12:02:16 -05:00
Jeff Epler
a98df7209d Update to 1.7.1 2021-01-15 09:50:58 -06:00
Hugo Dahl
8094435193
Merge branch 'main' of https://github.com/adafruit/circuitpython into add-translation-for-builtin-object-help 2021-01-14 22:12:30 -06:00
Hugo Dahl
d88bb0b09b
Set year from execution date
Set the date (year) of the copyright notice to be the current year at
the time the documentation is generated.
2021-01-14 18:16:35 -06:00
Hugo Dahl
d85e071616
Hard code new copyright date 2021-01-14 18:06:49 -06:00
anecdata
564dce858f Update translations 2021-01-14 17:53:37 -06:00
Dan Halbert
c4f0325ff8
Merge pull request #3991 from TG-Techie/main
Revision to TG-Watch
2021-01-14 18:43:52 -05:00
Dan Halbert
8c0a9a2486
Merge pull request #4004 from jepler/fix-parallel-build-main
ports/unix: Fix parallel build problem
2021-01-14 18:00:46 -05:00
Dan Halbert
0ef73fba54
Merge pull request #4002 from jepler/update-uzlib
update uzlib to v2.9.5
2021-01-14 17:11:53 -05:00
Scott Shawcroft
e6b49d95ee
Merge pull request #3993 from dhalbert/gattc-write-lengths
don't check length for remote characteristic or descriptor
2021-01-14 12:56:29 -08:00
Dan Halbert
59003e96af
Merge pull request #4001 from dhalbert/magtag-a1-pin
MagTag: Add pin A1 as alias for AD1; A1 is preferred
2021-01-14 15:54:37 -05:00
Jeff Epler
ad87f37689 ulab: update to 1.7.0 2021-01-14 14:16:11 -06:00
Jeff Epler
059363f0e2 ports/unix: Fix parallel build problem
This is the same as I added to mpy-cross at e666e86035, see #3074
2021-01-14 14:13:31 -06:00
Jeff Epler
8e51139da0 update uzlib to v2.9.5
uzlib isn't actually used in any firmwares, but is built into the
"unix" port used for testing.

The main benefit of the update is to fix problems encountered on
Windows, as the old ref of uzlib had filenames with embedded colons;
this has been fixed upstream.

uzlib seems to have been reabsed since the version that we took; this
doesn't really matter to us.
2021-01-14 13:45:42 -06:00
Dan Halbert
aedc8efeda Add pin A1 as alias for AD1; A1 is preferred 2021-01-14 14:43:47 -05:00
Dan Halbert
90a6581acb
Merge pull request #3997 from dhalbert/change-xtensa-build-cache-key
change extensa github actions cache key to avoid bad cache
2021-01-14 14:20:26 -05:00
Dan Halbert
54cc9ab4b9 change extensa github actions cache key to avoid bad cache 2021-01-14 11:29:21 -05:00
Dan Halbert
b05c6bac21 change extensa github actions cache key to avoid bad cache 2021-01-14 11:04:36 -05:00
DavePutz
e424c84249
Merge pull request #38 from adafruit/main
Update from adafruit main
2021-01-14 10:01:03 -06:00
Lucian Copeland
287770f885 Merge remote-tracking branch 'upstream/main' into esp-tcpserver 2021-01-14 10:21:08 -05:00
anecdata
8febdee264 Rename to match WIFI_REASON. Also include specific error code in "Unknown failure" Exception. 2021-01-13 23:47:23 -06:00
anecdata
d1249fbe47 Include all reason codes. 2021-01-13 23:46:52 -06:00
anecdata
f75bb5c50f Rename to match WIFI_REASON. Also return specific reason code. 2021-01-13 23:46:35 -06:00
anecdata
e519dd3c52 Retry on all disconnect reasons other than: 2 exception reasons & 1 manual disconnect reason. 2021-01-13 23:45:59 -06:00
Jonah Yolles-Murphy
c63d5a44a0 restore TG-Watch USB_PID from accidental overwrite 2021-01-14 00:08:34 -05:00
Jonah Yolles-Murphy
5f8ad0c5e6 correct USB_PRODUCT for TG-Watch 2021-01-14 00:02:56 -05:00
Jonah Yolles-Murphy
8f8af90098 final name and extra board 2021-01-13 23:51:34 -05:00
Jeff Epler
47015d7789
Merge pull request #3974 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-01-13 20:57:24 -06:00