Commit Graph

25289 Commits

Author SHA1 Message Date
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
Jeff Epler 2916167bf4 paralleldisplay: make it actually importable 2021-09-16 14:11:16 -05:00
Max Holliday 0f8cb5618f
Merge branch 'adafruit:main' into pycubed_v05c 2021-09-16 12:12:36 -06:00
Max Holliday 4eda8b04c4 removing redudant pycubed v04 board defs 2021-09-16 12:12:15 -06:00
Dan Halbert 42523a1832
Merge pull request #5357 from dhalbert/revert-5341
Revert #5341. Does not work on power-cycle.
2021-09-16 12:24:59 -04:00
Dan Halbert a5dc0fef5f Revert #5341. Does not work on power-cycle. 2021-09-16 11:59:43 -04:00
Max Holliday 1ccaeeb619
adding back heritage pycubed board defs 2021-09-15 14:36:27 -06:00
Max Holliday 4f10a91f85 moving boot counter to main() and re-adding old pin names for SD_CS 2021-09-15 14:33:54 -06:00
Max Holliday 5b69aa0a58
Merge branch 'adafruit:main' into pycubed_v05c 2021-09-15 14:23:56 -06:00
microDev e91fb247a3
build docs dynamically 2021-09-16 00:05:42 +05:30
Scott Shawcroft 3cc4f25a1c
Merge pull request #5337 from hathach/tinyusb-compliance-stm-imxrt-esp32
update tinyusb to have esp32sx, stm32 and imxrt passed compliance test suite
2021-09-14 22:40:13 -07:00
microDev a5e83d39f1
Merge pull request #5347 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-09-15 10:42:07 +05:30
Hosted Weblate 6401cb1443
Merge remote-tracking branch 'origin/main' into main 2021-09-15 04:08:37 +02:00
Dan Halbert ad663cbdf9
Merge pull request #5348 from tannewt/fix_s2_hang
Clear the buffer byte between ATB and FTB
2021-09-14 22:08:30 -04:00
Dan Halbert 9e8c6b2bab Shrink pca10100 some more 2021-09-14 21:37:30 -04:00
Dan Halbert 02dc0481c5 shrink stm32f411ve_discovery 2021-09-14 19:50:46 -04:00
Hosted Weblate 98cf17ff69
Merge remote-tracking branch 'origin/main' into main 2021-09-15 01:27:45 +02:00
Dan Halbert 59b1bedcda
Merge pull request #5333 from microDev1/patch
Make `next_code_allocation` and `prev_traceback_allocation` movable
2021-09-14 19:27:40 -04:00
Scott Shawcroft e544909b5b
Clear the buffer byte between ATB and FTB
This ensures it has a known start state. An unknown state risks it
looking like a tail block similar to the problem fixed by #5245.

Fixes #5305
2021-09-14 16:24:37 -07:00
Hosted Weblate 0704becce7
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-15 01:23:23 +02:00
Scott Shawcroft dfba2ee26e
Merge pull request #5342 from tannewt/rename_esp32s2_to_espressif
Rename esp32s2 port to espressif
2021-09-14 16:23:14 -07:00
Dan Halbert 0ab4df6f2f shrink some SAMD21 builds, and nrf simmel 2021-09-14 17:10:49 -04:00