Commit Graph

23565 Commits

Author SHA1 Message Date
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
Dan Halbert c931c84e49 new cache id to fix failing xtensa builds 2021-04-22 10:45:25 -04:00
Dan Halbert f1b5249d3c Fix esp32s2 uart.write() return value 2021-04-22 09:47:54 -04:00
Dan Halbert 64e0958916 wip: descriptor building 2021-04-21 23:25:36 -04: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
Dan Halbert b3ffb3ab1f Return bytes written from RP2040 UART.write() 2021-04-21 18:38:35 -04: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
Lucian Copeland 8ce89860e6 Pass pre-commit formatting 2021-04-21 17:34:13 -04:00
Lucian Copeland beb7e33db3 Fix attribution and revert changes to main 2021-04-21 16:34:03 -04:00
Lucian Copeland 779169da26 Reduce Simmel size 2021-04-21 13:46:31 -04:00
Dan Halbert 6b18a51d57 wip: working on descriptor templates 2021-04-20 22:20:34 -04: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
Lucian Copeland 39b7d9bcf2 Fix indentation 2021-04-20 18:03:37 -04:00
jposada202020 22b72ad9a7
Merge pull request #3 from adafruit/main
From Main
2021-04-20 17:53:33 -04:00
Lucian Copeland a1dc423569 Remove Alarm from small boards 2021-04-20 17:20:53 -04:00
root 0e2431048d Fix PWMOut on SAMD21 2021-04-20 15:21:05 -05:00
Lucian Copeland 436e33e7ec Fix CI formatting issues 2021-04-20 15:04:52 -04:00
Lucian Copeland a702409983 Merge remote-tracking branch 'upstream/main' into nrf52-sleep 2021-04-20 14:58:24 -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
Dan Halbert 51ccf8dc30 wip: revert usb_descriptor changes; use raw descriptors instead 2021-04-19 23:24:18 -04: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
Hosted Weblate 0c1f36b1e1 Merge remote-tracking branch 'origin/main' into main 2021-04-19 21:16:42 +02:00
Limor "Ladyada" Fried 17e419f129
Merge pull request #4633 from ZodiusInfuser/main
Tweaked Pimoroni board names
2021-04-19 15:16:37 -04:00
Hosted Weblate ac69f7a175 Merge remote-tracking branch 'origin/main' into main 2021-04-19 21:15:13 +02:00
hexthat b25829ecd9
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (967 of 967 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2021-04-19 21:15:13 +02:00