Dan Halbert
4f538b6c09
remove pressed() and get_states_into()
2021-06-23 15:10:38 -04:00
Dan Halbert
7774b18895
Add reset() to scanners. Clear .overflow on EventQueue.clear().
2021-06-23 15:04:09 -04:00
Hosted Weblate
b9b8757ca2
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-06-23 19:15:29 +02:00
Hosted Weblate
c0b28c4510
Merge remote-tracking branch 'origin/main' into main
2021-06-23 19:15:26 +02:00
hexthat
9f65ccc61f
Translated using Weblate (Chinese (Pinyin))
...
Currently translated at 100.0% (996 of 996 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2021-06-23 19:15:26 +02:00
Scott Shawcroft
a7e353b80e
Merge pull request #4897 from jepler/merge-1.16
...
Merge 1.16
2021-06-23 10:15:10 -07:00
Dan Halbert
acf90fbb43
many renamings; add overflowed flag to EventQuque
2021-06-23 09:57:15 -04:00
Jeff Epler
a8e599a3de
upload the 'sdist' file as an artifact / to s3, not the whole circuitpython-stubs folder
2021-06-22 15:01:19 -05:00
Jeff Epler
4fd946682d
another file to remove
2021-06-22 14:00:58 -05:00
Jeff Epler
95535a238e
fix doc building more
2021-06-22 10:49:55 -05:00
Jeff Epler
acc6bec9da
exclude test-stubs files from docs
2021-06-22 09:15:30 -05:00
Jeff Epler
f51ca53553
refine stubs-building procedure
...
* so that excess files are not included in sdist, perform build down
in circuitpython-stubs
* This means we need to
* Remove the need-pypi check
* Copy a setup.py, README, and MANIFEST.in into the stubs build location
* Revamp how the overall `mypy --strict` check lists its inputs
* Add a new test that actually installing the stubs lets us do type
checking (tools/test-stubs.sh)
* Add a missing return type to a __init__ function (why was this not
an error under `mypy --strict`, I wonder)
2021-06-22 08:59:05 -05:00
Jeff Epler
47a6b13d63
Merge pull request #4906 from FoamyGuy/remove_duplicate_line
...
remove duplicate line in setup py
2021-06-22 07:41:25 -05:00
foamyguy
17cef0019a
remove duplicate line in setup py
2021-06-21 20:14:50 -05:00
Scott Shawcroft
2548f865fe
Merge pull request #4902 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-06-21 17:57:37 -07:00
Jeff Epler
b1785eb3f1
finish copyright-notice suggestion
2021-06-21 19:52:08 -05:00
Jeff Epler
680ac9388f
review suggestion: remove files
2021-06-21 19:51:03 -05:00
Jeff Epler
4401d73efd
Update tools/pyboard.py
...
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2021-06-21 19:49:56 -05:00
Dan Halbert
f052dc4d8b
ShiftRegisterKeys: allow specifying sense of latch
2021-06-21 19:50:05 -04:00
Hosted Weblate
f9524469b3
Merge remote-tracking branch 'origin/main' into main
2021-06-22 00:28:37 +02:00
Scott Shawcroft
0f54124e08
Merge pull request #4876 from t-ikegami/fix_TileGrid_refresh_areas
...
Fix partial refresh of displayio.TileGrid
2021-06-21 15:28:34 -07:00
Hosted Weblate
c282e69486
Merge remote-tracking branch 'origin/main' into main
2021-06-22 00:27:16 +02:00
Wellington Terumi Uemura
d372e9561c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (996 of 996 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-06-22 00:27:16 +02:00
Scott Shawcroft
44d471a5ab
Merge pull request #4861 from FoamyGuy/upload_stubs_action
...
Stubs upload actions
2021-06-21 15:27:07 -07:00
Dan Halbert
8c74b4a5f2
fix some typos
2021-06-21 17:47:12 -04:00
Dan Halbert
51c547a5b9
add generic arg validation routines; add interval args to keypad
2021-06-21 12:13:39 -04:00
Hosted Weblate
723266b33f
Merge remote-tracking branch 'origin/main' into main
2021-06-21 15:39:51 +02:00
Jonny Bergdahl
d283034ad2
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (996 of 996 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-06-21 15:39:51 +02:00
Dan Halbert
624a53adee
Merge pull request #4900 from hathach/fix-nrf-control-race-condition
...
update tinyusb to fix nrf control race condition
2021-06-21 09:39:43 -04:00
Dan Halbert
a718d33157
fix doc typos
2021-06-21 09:04:26 -04:00
Dan Halbert
ed41acd879
merge from upstream to fix translations
2021-06-21 08:26:44 -04:00
Dan Halbert
154e91ab85
add EventQueue.store_next() to allow reusing event objects
2021-06-21 08:18:06 -04:00
Lucian Copeland
a23c659eda
Add alarm tests
2021-06-20 18:09:18 -04:00
Lucian Copeland
1f3d69d87c
Clean up sleep memory, mark as not-implemented
2021-06-20 17:57:51 -04:00
Lucian Copeland
372ddfd562
Fix deep sleep masking, cleanup
2021-06-20 17:20:47 -04:00
Lucian Copeland
626e4e9748
Fix missed precommit formatting
2021-06-20 17:00:56 -04:00
Lucian Copeland
2c30312dd4
Fix waitskip behavior
2021-06-20 16:57:20 -04:00
Lucian Copeland
cf9741bd3a
Merge remote-tracking branch 'upstream/main' into setnextcode
2021-06-20 15:25:37 -04:00
Hosted Weblate
a9a4d2e613
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-06-19 22:18:06 +02:00
Hosted Weblate
7dbd754416
Merge remote-tracking branch 'origin/main' into main
2021-06-19 22:18:04 +02:00
hexthat
4c5bccba0a
Translated using Weblate (Chinese (Pinyin))
...
Currently translated at 100.0% (994 of 994 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2021-06-19 22:18:03 +02:00
Zoltán Vörös
f19dbf637d
Translated using Weblate (German)
...
Currently translated at 75.8% (754 of 994 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2021-06-19 22:18:03 +02:00
Limor "Ladyada" Fried
6dbeb75a4f
Merge pull request #4880 from jepler/esp32s2-imagecapture
...
Esp32s2: implement ParallelImageCapture
2021-06-19 16:17:56 -04:00
foamyguy
c81f3fd789
Merge branch 'adafruit_main' into upload_stubs_action
...
# Conflicts:
# setup.py
2021-06-19 12:36:13 -05:00
foamyguy
1fe38138e8
use scm_version for stubs. seperate stubs upload from S3 mpy-cross upload steps in actions.
2021-06-19 12:33:34 -05:00
hathach
b3a91220de
fix build with esp32s2
2021-06-19 12:55:54 +07:00
Jeff Epler
a5876f4dea
fix compile error on boards with inline asm
2021-06-18 16:59:48 -05:00
Jeff Epler
a703561402
remove docs added in merge
2021-06-18 16:02:44 -05:00
hathach
683304fd3c
update tinyusb to fix nrf control race condition
2021-06-19 02:27:41 +07:00
Jeff Epler
198e3aded7
imagecapture: Fix doc markup, update docs for data_pins
...
Closes : #4896
2021-06-18 12:40:35 -05:00