Commit Graph

25210 Commits

Author SHA1 Message Date
Jeff Epler 30c363d7cd doc markup fix 2021-09-21 19:36:56 -05:00
Jeff Epler a0cfceec28 Stub out the non-sequential parallel bus constructor
.. most boards can't support non-sequential pins, so share the
implementation of the error routine so we get an identical message.
2021-09-21 15:00:43 -05:00
Jeff Epler 4714861f38 espressif: Implement parallel display using i2s 2021-09-21 14:38:12 -05:00
Jeff Epler 2f1ac44d78 add files from espressif/esp-dev-kits@ec03a13333 2021-09-21 14:38:05 -05:00
Dan Halbert 9689022fb7
Merge pull request #5376 from microDev1/ci-docs-split
Fix stubs upload to S3
2021-09-21 10:35:11 -04:00
Dan Halbert 651350a957
Merge pull request #5360 from jepler/keypad-ticks
keypad: Event: add timestamp.
2021-09-21 10:19:28 -04:00
Jeff Epler 91223c8d97 fix type annotations and default argument 2021-09-21 07:43:06 -05:00
microDev 7b871ec26e
fix stubs upload to s3 2021-09-21 14:31:34 +05:30
microDev 844077bbc0
Merge pull request #5375 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-09-21 14:06:55 +05:30
James Carr ad8aa4d13b
Translated using Weblate (English (United Kingdom))
Currently translated at 100.0% (1018 of 1018 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
2021-09-21 05:37:34 +02:00
Wellington Terumi Uemura bc9f5bee9e
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1018 of 1018 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-09-21 05:37:33 +02:00
Scott Shawcroft 276d425899
Merge pull request #5302 from maholli/pycubed_v05c
updating pycubed firmware for mainboardv05
2021-09-20 15:00:25 -07:00
Scott Shawcroft 48866dd3e7
Merge pull request #5367 from microDev1/refactor-esp-port
Update espressif port
2021-09-20 14:59:27 -07:00
Scott Shawcroft 58eda2e0e8
Merge pull request #5350 from microDev1/ci-docs-split
CI: Build docs dynamically
2021-09-20 14:53:40 -07:00
Dan Halbert 8e63a2e6c0
Merge pull request #5368 from skerr92/add-ODT-bread-2040
Add ODT Bread 2040
2021-09-20 17:13:23 -04:00
Dan Halbert 951ea46de1
Added CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
This is a recent addition to add `board.board_id` and `board.__name__`.
2021-09-20 16:52:16 -04:00
Limor "Ladyada" Fried db0482a92e
Merge pull request #5372 from melopero/melopero_shake
Adds Melopero Shake RP2040 board definition
2021-09-20 12:15:53 -04:00
microDev 4c2a486549
Merge pull request #5371 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-09-20 10:40:03 +05:30
Hosted Weblate 7b917152f7
Merge remote-tracking branch 'origin/main' into main 2021-09-19 22:17:17 +02:00
James Carr 3179755368
Translated using Weblate (English (United Kingdom))
Currently translated at 99.9% (1017 of 1018 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
2021-09-19 22:17:17 +02:00
Jonny Bergdahl 9d14c601de
Translated using Weblate (Swedish)
Currently translated at 100.0% (1018 of 1018 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-09-19 22:17:16 +02:00
microDev 279d0d64fe
Merge pull request #5373 from lesamouraipourpre/fill-row
Update Display.fill_row() to accept all WriteableBuffers
2021-09-20 01:47:09 +05:30
James Carr f5c015285f
Update Display.fill_row() to accept all WriteableBuffers 2021-09-19 17:55:52 +01:00
leoli51 994d0eb34c Merge branch 'melopero_shake' of https://github.com/melopero/circuitpython into melopero_shake 2021-09-19 16:09:33 +02:00
leoli51 a980f8f743 added missing board config file 2021-09-19 16:09:17 +02:00
Leonardo La Rocca cf9977a951
Merge branch 'adafruit:main' into melopero_shake 2021-09-19 15:52:55 +02:00
leoli51 761b1dbf12 merged commits from main 2021-09-19 15:51:43 +02:00
Hosted Weblate 0fe0d48132
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-09-19 05:39:12 +02:00
microDev e72c1fd457
Merge pull request #5369 from lesamouraipourpre/patch-4
bitmaptools.__init__ minor update
2021-09-19 09:09:03 +05:30
Limor "Ladyada" Fried 325a4de81a
Merge pull request #5365 from jpconstantineau/board-pykey60
Adding Board PyKey60
2021-09-18 20:42:43 -04:00
James Carr ca9154421a
Run make translate 2021-09-18 21:40:27 +01:00
James Carr db936f8a20
bitmaptools.__init__ minor update
Update the error message in bitmaptools_readinto() to match the code.
2021-09-18 21:04:45 +01:00
Seth Kerr de55073eea Add ODT Bread 2040 2021-09-18 10:45:02 -06:00
microDev 7dda3ec91c
switch to `IDF_TARGET` for soc dependent stuff
Co-authored-by: Seon Rozenblum <seon@unexpectedmaker.com>
2021-09-18 19:49:32 +05:30
microDev dcfde14bf9
move pins and sdkconfig into soc specific directories 2021-09-18 19:47:18 +05:30
microDev eb0738fb33
update esp-idf to v4.3.1 2021-09-18 19:44:14 +05:30
microDev 1536ec0123
rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
leoli51 bb424c7510 renamed folder and added neopixel gpio 2021-09-18 16:05:13 +02:00
Limor "Ladyada" Fried f9b40d417a
Merge pull request #5364 from osresearch/delay-overflow
mp_hal_delay_ms: avoid overflow when scaling ticks
2021-09-17 17:16:19 -04:00
Max Holliday f16a4754ba changed boot counter #ifdef to safer #if 2021-09-17 14:40:16 -06:00
Max Holliday 818020d4c9
Merge branch 'adafruit:main' into pycubed_v05c 2021-09-17 14:35:17 -06:00
Trammell Hudson 4ab00d7125 mp_hal_delay_ms: avoid overflow when scaling ticks
This patch casts the delay argument to mp_hal_delay_ms()
from mp_uint_t to uint64_t when scaling from milliseconds
to ticks to avoid 32-bit integer overflow when time.sleep()
is called with a duration of greater than 70 minutes.

Signed-off-by: Trammell Hudson <hudson@trmm.net>
2021-09-17 17:28:03 +00:00
microDev be3fca81e7
fix espidf docs 2021-09-17 21:27:18 +05:30
microDev 87dc84af3c
more ci docs build changes
- some refactoring
- add doc build tools to search pattern
- build all if trigger event is not a pr
2021-09-17 19:13:03 +05:30
microDev f5ef2559fe
Merge pull request #5363 from Neradoc/nera-fix-doci2c
Remove leftover stop from I2C.writeto docs
2021-09-17 18:54:10 +05:30
Neradoc 23e4f08bc6 Remove leftover stop from I2C.writeto docs 2021-09-17 15:17:39 +02:00
microDev 1f82fa9d99
Merge pull request #5358 from jepler/import-paralleldisplay
paralleldisplay: make it actually importable
2021-09-17 12:10:11 +05:30
Pierre Constantineau fd7d094f7c adding necesary includes 2021-09-16 21:43:31 -06:00
Pierre Constantineau 29db2078f1 New Board: Pykey60 2021-09-16 21:12:31 -06:00
Jeff Epler 72bfd39a17 keypad: Event: add timestamp.
this will probably need simplification before it fits on constrained
boards.
2021-09-16 21:08:05 -05:00