Scott Shawcroft
b19e7c9148
Merge pull request #4243 from jepler/usb-serial-number-savings
...
USB descriptors: Save flash storage for serial number
2021-02-22 16:48:12 -08:00
Scott Shawcroft
2262af0b52
Merge pull request #4239 from dhalbert/samd21-msc-one-endpoint-pair
...
SAMD21: one endpoint pair for MSC now instead of two
2021-02-22 15:58:14 -08:00
Scott Shawcroft
244b7e2300
Merge pull request #4234 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-02-22 15:00:21 -08:00
Jeff Epler
aa1de69645
fix length of generated serial number descriptor
2021-02-22 07:33:04 -06:00
Jeff Epler
144acfcb98
USB descriptors: Save flash storage for serial number
...
This saves about 60 bytes (Feather M4 went from 45040 -> 45100 bytes free)
66 bytes of data eliminated, but 6 bytes paid back to initialize the length
field.
2021-02-21 21:24:49 -06:00
Hosted Weblate
d3742a2a1f
Merge remote-tracking branch 'origin/main' into main
2021-02-21 23:27:23 +01:00
Jonny Bergdahl
07576b1c22
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (964 of 964 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-02-21 23:27:23 +01:00
Wellington Terumi Uemura
8b7674f0c5
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (964 of 964 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-02-21 23:27:22 +01:00
Hugo Dahl
51e712a9de
Translated using Weblate (French)
...
Currently translated at 100.0% (964 of 964 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-02-21 23:27:22 +01:00
Jose David M
96c3b20d0e
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (964 of 964 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2021-02-21 23:27:22 +01:00
Dan Halbert
79b1226759
Merge pull request #4238 from dhalbert/cdc-avoid-extra-float-libs
...
usb_cdc: avoid pulling in extra float-uint64 routines
2021-02-21 17:27:16 -05:00
Dan Halbert
8470f0fdb7
SAMD21: one endpoint pair for MSC now instead of two
2021-02-21 12:37:59 -05:00
Dan Halbert
93bf269c0d
Avoid pulling in extra float-uint64 routines
2021-02-21 12:05:03 -05:00
David Glaude
8caa72cfc2
Translated using Weblate (French)
...
Currently translated at 100.0% (964 of 964 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-02-21 17:22:01 +01:00
Hugo Dahl
8b5e0f2c62
Translated using Weblate (French)
...
Currently translated at 100.0% (964 of 964 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-02-21 17:22:01 +01:00
Hugo Dahl
a7baca2149
Translated using Weblate (French)
...
Currently translated at 99.0% (955 of 964 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-02-21 17:19:33 +01:00
David Glaude
7113bd13f1
Translated using Weblate (French)
...
Currently translated at 99.0% (955 of 964 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-02-21 17:19:33 +01:00
David Glaude
410e728c85
Translated using Weblate (French)
...
Currently translated at 96.0% (926 of 964 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-02-21 17:00:17 +01:00
Hosted Weblate
9905e841f3
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-02-21 15:16:02 +01:00
Hosted Weblate
38b5a14421
Merge remote-tracking branch 'origin/main' into main
2021-02-21 15:16:00 +01:00
Dan Halbert
2830984aef
Merge pull request #4231 from jepler/memoryview-cast
...
py: memoryview: implement memoryview.cast if CPYTHON_COMPAT
2021-02-21 09:15:53 -05:00
Jonny Bergdahl
9df8d8269c
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (963 of 963 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-02-21 02:50:33 +01:00
Wellington Terumi Uemura
eb8f6e30f1
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (963 of 963 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-02-21 02:50:32 +01:00
Rodrigo Argumedo
156cc4b577
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (963 of 963 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2021-02-21 02:50:31 +01:00
Jeff Epler
a04369e0f5
add ifdef-guard
2021-02-20 17:41:08 -06:00
Dan Halbert
cf3217e6d4
Merge pull request #4232 from TG-Techie/fix_tg_watch
...
fix TG-Watch ble issue
2021-02-20 18:10:52 -05:00
Jeff Epler
1a3b12a3bc
make translate
2021-02-20 15:17:38 -06:00
Jonah Yolles-Murphy
d8715ac92a
update adafruit_register
2021-02-20 16:04:31 -05:00
Jonah Yolles-Murphy
a9a2145238
fix TG-Watch ble issue
2021-02-20 15:46:33 -05:00
Dan Halbert
2074244bce
Merge pull request #4229 from jepler/update-ulab-175
...
update to ulab 1.7.5
2021-02-20 14:19:17 -05:00
ZodiusInfuser
52f2fd6d53
Removed trailing white space
2021-02-20 17:25:26 +00:00
ZodiusInfuser
417173b752
Removed trailing white space
2021-02-20 17:24:26 +00:00
ZodiusInfuser
9a4b8c5ed9
Removed trailing white space
2021-02-20 17:23:23 +00:00
ZodiusInfuser
dea498a51f
Added new line
2021-02-20 17:20:28 +00:00
ZodiusInfuser
9fbeb0baea
Added new line
2021-02-20 17:20:06 +00:00
ZodiusInfuser
03577ec81c
Added new line
2021-02-20 17:19:45 +00:00
ZodiusInfuser
dac81ea545
Added new line
2021-02-20 17:19:31 +00:00
ZodiusInfuser
0a00f91979
Added new line
2021-02-20 17:15:42 +00:00
ZodiusInfuser
f1df07002f
Added new line
2021-02-20 17:15:20 +00:00
Jeff Epler
646eb9a7db
py: memoryview: implement memoryview.cast if CPYTHON_COMPAT
2021-02-20 10:35:36 -06:00
Jeff Epler
dde2b8dfb3
update to ulab 1.7.5
2021-02-20 10:05:39 -06:00
ZodiusInfuser
27bc5492f5
Added other files for PicoSystem
2021-02-20 13:37:08 +00:00
ZodiusInfuser
e9c7af1dee
Added board.c for PicoSystem
2021-02-20 13:36:46 +00:00
ZodiusInfuser
fb7cce6503
Added other files for Keybow2040
2021-02-20 13:35:27 +00:00
ZodiusInfuser
7ac20bfb8b
Added board.c for Keybow2040
2021-02-20 13:35:06 +00:00
ZodiusInfuser
66dd74cd12
Added other files for Tiny2040
2021-02-20 13:33:54 +00:00
ZodiusInfuser
ad8916499d
Added board.c for Tiny2040
2021-02-20 13:32:54 +00:00
Scott Shawcroft
5d154937d6
Merge pull request #4187 from hierophect/manual-tests
...
Create tests/_manual, add Socket tests
2021-02-19 18:44:27 -08:00
Scott Shawcroft
fdf9d04a75
Merge pull request #4225 from jepler/update-doc-excludes
...
docs: ignore the idf_tools folder
2021-02-19 18:42:18 -08:00
Scott Shawcroft
7b6f89a074
Merge pull request #4215 from dhalbert/secondary-cdc
...
Second USB CDC (serial) channel
2021-02-19 18:34:03 -08:00