Jeff Epler
6638bc32c3
samd: Makefile: Regularize whitespace
2020-06-22 10:45:27 -05:00
Jeff Epler
8a760b0657
stm: Pin.c: Compute GPIO_PORT_COUNT instead of specifying manually
2020-06-22 10:45:27 -05:00
Jeff Epler
a580f0f1c4
_pew: move to common-hal
...
I noticed that this code was referring to samd-specific functionality,
and isn't enabled except in one samd board (pewpew10). Move it.
There is incomplte support for _pew in mimxrt10xx which then caused build
errors; adding a #if guard to check for _pew being enabled fixes it.
The _pew module is not likely to be important on mimxrt but I'll leave the
choice to remove it to someone else.
2020-06-22 10:45:27 -05:00
Jeff Epler
5a3a0a5092
stm: Makefile: sort files in SRC_STM32
2020-06-22 10:45:23 -05:00
Jeff Epler
de14b5b02f
flash: Correctly signal error on invalid flash read
...
This logic was intended to mirror what is done for "write", but
the wrong variable name was repeated twice.
2020-06-22 10:24:21 -05:00
Jeff Epler
1504d9005d
Merge pull request #3057 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2020-06-22 06:29:37 -05:00
Hosted Weblate
579784c4a0
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/
2020-06-22 12:36:00 +02:00
Alvaro Figueroa
ac2a4608da
Translated using Weblate (Spanish)
...
Currently translated at 77.7% (594 of 764 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-06-22 12:35:58 +02:00
Jeff Epler
04c562cae6
Merge pull request #3056 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2020-06-22 05:35:44 -05:00
Alvaro Figueroa
dff1c07e18
Translated using Weblate (Spanish)
...
Currently translated at 69.7% (533 of 764 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-06-22 06:41:48 +02:00
Jeff Epler
986664659e
Merge pull request #3041 from weblate/weblate-circuitpython-master
...
Translations update from Weblate
2020-06-19 15:47:57 -05:00
Andreas Buchen
80fdb18da1
Translated using Weblate (German)
...
Currently translated at 98.0% (749 of 764 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/de/
2020-06-17 17:56:52 +02:00
Scott Shawcroft
25d5f2cfc6
Merge pull request #3039 from hierophect/stm32-meowbit-uf2-web
...
STM32: make Meowbit default to UF2 on website
2020-06-17 08:56:45 -07:00
Scott Shawcroft
0e3cad04b7
Merge pull request #3036 from dhalbert/prefix-match-all
...
Fix ScanEntry prefix matching for any=False
2020-06-16 11:54:05 -07:00
Scott Shawcroft
a345223dac
Merge pull request #3031 from jepler/improve-shared-bindings-links
...
docs: Improve 5.0.x <-> main branch doc linkrot
2020-06-16 11:49:27 -07:00
Scott Shawcroft
dffac11c2f
Merge pull request #3040 from hierophect/stm32-portd-hotfix
...
STM32: Add port D to LQFP64
2020-06-16 11:24:28 -07:00
Lucian Copeland
fd4aafacbe
Add port D to LQFP64
2020-06-16 12:33:15 -04:00
Lucian Copeland
37793044fc
Add meowbit UF2 download override to website
2020-06-16 12:03:56 -04:00
Dan Halbert
c91435eff2
remove debugging prints
2020-06-15 18:10:34 -04:00
Scott Shawcroft
b3b38c18c5
Merge pull request #3035 from jepler/simplify-checkout
...
actions: Try checkout v2.2.0
2020-06-15 14:55:24 -07:00
Scott Shawcroft
08c8198fbc
Merge pull request #3033 from jepler/actions-doc-artifact
...
actions: upload artifacts for stubs & docs
2020-06-15 14:54:22 -07:00
Jeff Epler
7a51719fa2
docs: conf.py: Remove an irrelevant TODO
...
This TODO made sense in the context of the original project, but for use in
CircuitPython it does not appear to be relevant. Remove it.
2020-06-15 16:50:43 -05:00
Scott Shawcroft
8ff0a3df42
Merge pull request #3026 from hierophect/stm32-i2cspeed
...
STM32: Add I2C timing to the F7 and H7 board profile
2020-06-15 14:50:00 -07:00
Dan Halbert
81896930c7
Fix ScanEntry prefix matching for all
2020-06-15 16:35:51 -04:00
Lucian Copeland
2aac3cbdce
Revert I2C timing overrides, reduce scope to module only
2020-06-15 13:51:09 -04:00
Jeff Epler
03c04e77ae
actions: Try checkout v2.2.0
...
This version is supposed to
> Fetch all history for all tags and branches when fetch-depth=0
We leave the tags fetch in place so that actions _in cloned repos_
work. Cloned repos' tags do not necessarily match adafruit/circuitpython,
but we want version reporting to be able to use adafruit/circuitpython
tags when they are most relevant according to "git describe"'s heuristics.
Submodules are different, as they always point to the repo specified
in .gitmodules, so they don't need special handling to get the most
relevant tags.
2020-06-14 19:01:52 -05:00
Jeff Epler
32a29ffdff
shared-bindings: Change docstrings with '\x...' chars to raw strings
...
Closes : #3032
2020-06-14 13:05:08 -05:00
Jeff Epler
cb8539b06d
docs: Generate redirects for autoapi renaming
2020-06-14 13:04:21 -05:00
Jeff Epler
f83b0c2507
docs: conf.py: alphabetize imports
2020-06-14 12:56:22 -05:00
Jeff Epler
3c3cad5ae6
docs: Improve 5.0.x <-> main branch doc linkrot
...
This improves, but does not entirely fix, the broken links that result
from the autoapi change. It fixes module-level links, but class links
still do not work (e.g., /shared-bindings/displayio/Palette.html (5.0.x)
is now just /shared-bindings/displayio/#displayio.Palette).
2020-06-14 11:12:35 -05:00
Scott Shawcroft
9285252fbc
Merge pull request #3027 from DavePutz/Issue3014
...
Issue #3014 Add a refresh when making a displayio palette transparent or opaque
2020-06-11 11:43:25 -07:00
Lucian Copeland
750037a4c4
Merge remote-tracking branch 'upstream/main' into stm32-i2cspeed
2020-06-11 14:28:19 -04:00
Scott Shawcroft
e27f68ffe7
Merge pull request #3025 from hierophect/stm32-f7-startup
...
STM32: Add DTCM and ITCM support to F7 series
2020-06-11 11:03:48 -07:00
Lucian Copeland
724637faa3
Move I2C speed to clock-style definition
2020-06-11 11:17:51 -04:00
DavePutz
058c16e98c
Issue #3014 - refresh after changing to transparent
...
Adding self->needs_refresh = true; in common_hal_displayio_palette_make_opaque() and common_hal_displayio_palette_make_transparent()
2020-06-10 17:11:28 -05:00
DavePutz
8104b42894
Merge pull request #7 from adafruit/main
...
update fork
2020-06-10 17:07:06 -05:00
Lucian Copeland
c08702414e
Add macros for setting correct F7 and H7 I2C timing
2020-06-10 16:36:44 -04:00
Lucian Copeland
bf3a5afca1
Merge branch 'stm32-f7-startup' into stm32-i2cspeed
2020-06-10 16:16:15 -04:00
Lucian Copeland
c88a8e66c6
Minor comment fix
2020-06-10 13:22:21 -04:00
Scott Shawcroft
ca3e55bfab
Merge pull request #3024 from tannewt/main
...
Update precommit check branch
2020-06-10 09:56:21 -07:00
Lucian Copeland
7cc8b784c3
Add missing openmv definitions
2020-06-10 10:31:24 -04:00
Lucian Copeland
b414f82669
Add DTCM and ITCM support to F7 series
2020-06-09 18:01:52 -04:00
Scott Shawcroft
eeb3825646
Update precommit check branch
2020-06-09 13:04:42 -07:00
Scott Shawcroft
9b8d648986
Merge pull request #3020 from DavePutz/issue2958
...
Issue #2958 Correct calculation of subticks being returned from port_get_raw_ticks() for esp32s2
2020-06-09 12:41:18 -07:00
DavePutz
ec7a3feeba
Redid formula for calculating subticks
...
changed subticks calculation to give a range from 0 to 32767.
2020-06-09 10:08:49 -05:00
Scott Shawcroft
0ba541d498
Merge pull request #3017 from Nicell/nice_nano
...
Add nice!nano board support
2020-06-08 14:47:22 -07:00
Jeff Epler
2de20e06d0
Merge pull request #3002 from weblate/weblate-circuitpython-master
...
Translations update from Weblate
2020-06-08 13:20:02 -05:00
DavePutz
d8bb2d7c6d
Correct ticks being returned from port_get_raw_ticks()
...
Issue #2958 . Correct calculation of usec back to ticks in port_get_raw_ticks().
2020-06-08 10:52:27 -05:00
DavePutz
ef87cc3ed3
Merge pull request #6 from adafruit/master
...
updating from adafruit
2020-06-08 10:42:45 -05:00
aberwag
6502ec5dff
Translated using Weblate (French)
...
Currently translated at 100.0% (764 of 764 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/fr/
2020-06-08 07:38:03 +02:00