Hosted Weblate
|
b21afac006
|
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-04-23 22:32:05 +02:00 |
|
Hosted Weblate
|
63fd57a5bc
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-23 22:32:02 +02:00 |
|
Wellington Terumi Uemura
|
7e5f00a0e2
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (970 of 970 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
|
2021-04-23 22:32:02 +02:00 |
|
Jose David M
|
79fb03c240
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (970 of 970 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
|
2021-04-23 22:32:02 +02:00 |
|
Scott Shawcroft
|
80e8b4ac14
|
Merge pull request #4635 from jepler/pcc
WIP: Implement 'ParallelImageCapture' for samd51
|
2021-04-23 13:31:53 -07:00 |
|
Jeff Epler
|
8565a9ab90
|
shared-bindings: Fix type of Colorspace values in docs
|
2021-04-23 12:39:37 -05:00 |
|
Scott Shawcroft
|
e2e414927d
|
Merge pull request #4648 from weblate/weblate-circuitpython-main
Translations update from Weblate
|
2021-04-23 09:27:43 -07:00 |
|
Jeff Epler
|
05a81a066e
|
displayio: Improve docs about Colorspaces
|
2021-04-23 09:57:24 -05:00 |
|
Jeff Epler
|
34c4cc1bd9
|
samd: Rename dma_{allocate,free} channel
These are now used in the (video) parallel capture device as well.
|
2021-04-23 09:46:33 -05:00 |
|
Jeff Epler
|
f838ff9528
|
raspberrypi: Remove debug prints
|
2021-04-23 09:44:01 -05:00 |
|
Hosted Weblate
|
47a673b67d
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-23 14:37:06 +02:00 |
|
Jonny Bergdahl
|
81313348bd
|
Translated using Weblate (Swedish)
Currently translated at 100.0% (970 of 970 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
|
2021-04-23 14:37:05 +02:00 |
|
Dan Halbert
|
346740e152
|
Merge pull request #4609 from Neradoc/add_nrf_countio
NRF: implement countio
|
2021-04-23 08:37:00 -04:00 |
|
Hosted Weblate
|
0ced0f9713
|
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-04-22 19:16:49 +02:00 |
|
Hosted Weblate
|
eb93317aef
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-22 19:16:47 +02:00 |
|
Jonny Bergdahl
|
71ec48a6db
|
Translated using Weblate (Swedish)
Currently translated at 100.0% (968 of 968 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
|
2021-04-22 19:16:47 +02:00 |
|
Wellington Terumi Uemura
|
6d7045398d
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (968 of 968 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
|
2021-04-22 19:16:46 +02:00 |
|
Hugo Dahl
|
954d3dcbf9
|
Translated using Weblate (French)
Currently translated at 100.0% (968 of 968 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
|
2021-04-22 19:16:46 +02:00 |
|
Jose David M
|
4c6bfc8399
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (968 of 968 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
|
2021-04-22 19:16:45 +02:00 |
|
Dan Halbert
|
8f73270f2b
|
Merge pull request #4646 from tannewt/merge_mp1.10
Merge in MicroPython v1.10
|
2021-04-22 13:16:27 -04:00 |
|
Jeff Epler
|
10fee3e673
|
raspberrypi: Increase PIO clock speed in ParallelImageCapture
.. this allows DIV_4 and DIV_2 resolutions to work without being
jumbled.
|
2021-04-22 12:14:44 -05:00 |
|
Jeff Epler
|
2def016fd0
|
raspberrypi: Use 32-bit elements in FIFO
.. these do come in the right
|
2021-04-22 12:14:03 -05:00 |
|
Jeff Epler
|
7fb751808f
|
raspberrypi: Implement ParallelImageCapture using PIO
.. based on code from Phil B.
|
2021-04-22 12:02:51 -05:00 |
|
Scott Shawcroft
|
09f7b43c64
|
Merge MicroPython 1.10 into CircuitPython
|
2021-04-21 15:59:17 -07:00 |
|
Scott Shawcroft
|
7a47213701
|
Merge pull request #4643 from jposada202020/improving_design_guide
Improving design guide
|
2021-04-21 15:41:25 -07:00 |
|
Scott Shawcroft
|
e90c52e06b
|
Merge pull request #4641 from weblate/weblate-circuitpython-main
Translations update from Weblate
|
2021-04-21 15:31:14 -07:00 |
|
jposada202020
|
b8253680bf
|
Small corrections, adding examples requirements in the design guide. SI units corrections and clarifications. Using const and Defaults to in class documentation. Building reference change.
|
2021-04-20 18:55:50 -04:00 |
|
jposada202020
|
22b72ad9a7
|
Merge pull request #3 from adafruit/main
From Main
|
2021-04-20 17:53:33 -04:00 |
|
Jeff Epler
|
46c9b1bc37
|
atmel-sam: Use DMA for ParallelImageCapture
This allows ctrl-c to interrupt the capture, and ensures we handle
interrupts & background tasks.
|
2021-04-20 13:52:44 -05:00 |
|
Jeff Epler
|
d50feebd2c
|
atmel-sam: Factor out find_sync_event_channel_raise
|
2021-04-20 13:33:11 -05:00 |
|
Jeff Epler
|
4dcbdac97e
|
Complete the 'horizontal_reference' rename
|
2021-04-20 11:33:32 -05:00 |
|
Hosted Weblate
|
5f1201e7e7
|
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-04-20 18:02:14 +02:00 |
|
Hosted Weblate
|
c0f37c20cc
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-20 18:02:12 +02:00 |
|
Hugo Dahl
|
cd5763d368
|
Translated using Weblate (French)
Currently translated at 100.0% (968 of 968 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
|
2021-04-20 18:02:12 +02:00 |
|
Dan Halbert
|
01979acd48
|
Merge pull request #4604 from tannewt/buffer_size
Assume max characteristic size when the client
|
2021-04-20 12:02:06 -04:00 |
|
Scott Shawcroft
|
14abea2af7
|
Merge pull request #4622 from weblate/weblate-circuitpython-main
Translations update from Weblate
|
2021-04-20 09:01:02 -07:00 |
|
Jeff Epler
|
5c5736ee1e
|
atmel-sam: Allow PWM to go up to cpu_frequency/2
24MHz is the nominal external clock to use with OV7670. (My testing
was actually at 16MHz)
|
2021-04-20 10:22:21 -05:00 |
|
Jeff Epler
|
99799cded6
|
imagecapture: implement to review suggestions
|
2021-04-20 10:21:32 -05:00 |
|
Scott Shawcroft
|
b057fb8a4b
|
codeformat
|
2021-04-19 22:22:44 -07:00 |
|
Hosted Weblate
|
c9b02e0f80
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-20 03:43:29 +02:00 |
|
Jeff Epler
|
18548fc5d2
|
Merge pull request #4620 from tannewt/fix_struct_pack
Fix struct.pack with padding bytes
|
2021-04-19 20:43:20 -05:00 |
|
Scott Shawcroft
|
68d5839f64
|
Port changes to ble_hci code
|
2021-04-19 15:10:33 -07:00 |
|
Scott Shawcroft
|
6620ac8bec
|
Fix py version of struct too.
|
2021-04-19 14:59:40 -07:00 |
|
Hosted Weblate
|
0120f15530
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-19 23:50:51 +02:00 |
|
Jonny Bergdahl
|
4701f0a2ef
|
Translated using Weblate (Swedish)
Currently translated at 100.0% (968 of 968 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
|
2021-04-19 23:50:50 +02:00 |
|
Wellington Terumi Uemura
|
396f9072be
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (968 of 968 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
|
2021-04-19 23:50:50 +02:00 |
|
Scott Shawcroft
|
e54e5e3575
|
Merge pull request #4564 from tyomitch/patch-1
[build] simplify makeqstrdata heuristic
|
2021-04-19 14:50:42 -07:00 |
|
Hosted Weblate
|
6ded933295
|
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-04-19 21:17:53 +02:00 |
|
Hosted Weblate
|
d46630b70a
|
Merge remote-tracking branch 'origin/main' into main
|
2021-04-19 21:17:51 +02:00 |
|
Limor "Ladyada" Fried
|
83c768b25d
|
Merge pull request #4627 from aramcon-badge/aramcon2-badge
Add board definition files for ARAMCON2 Badge
|
2021-04-19 15:17:47 -04:00 |
|