John Reese
f831d84435
Update maintainer/email for stub package, bump rst2pyi dep
3 years ago
John Reese
7f7665c1c0
Use rst2pyi to generate type stubs and package
3 years ago
Scott Shawcroft
63b253c33a
Merge pull request #1906 from adafruit/4.0.x
...
Merge in all bug fixes from 4.0.1 into master
3 years ago
Scott Shawcroft
32b0f1c78e
Merge pull request #1904 from pewpew-game/4.0.x
...
Bump circuitpython-stage to 1.0.2
3 years ago
Radomir Dopieralski
9ae3d92179
Bump circuitpython-stage to 1.0.2
...
This fixes an OverflowError in the read_palette function.
(cherry picked from commit 4ebcca865cbda4b08dc917581438473f625e2a12)
3 years ago
Scott Shawcroft
70e0b5c0d0
Merge pull request #1896 from dhalbert/round-int-4.0.x
...
Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work better when flag is disabled
3 years ago
Dan Halbert
0199d9810b
Make pinyin fit on cpx
3 years ago
Dan Halbert
da77eedafa
Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's disabled as well
3 years ago
Scott Shawcroft
aae7cb3eb0
Merge pull request #1894 from adafruit/tannewt-patch-5
...
Auto-build pygamer
3 years ago
Scott Shawcroft
c9a87eb7fd
Auto-build pygamer
3 years ago
Dan Halbert
2abf99aa32
Merge pull request #1892 from dhalbert/pid-errors-4.0.x
...
correct USB PIDs for several boards
3 years ago
Dan Halbert
008bbc944c
correct USB PIDs for several boards
3 years ago
sommersoft
bd17fc12ac
Merge pull request #1889 from TG-Techie/patch-1
...
fixing showing rst tags
3 years ago
TG-Techie
a7e97405e2
Update README.rst
3 years ago
TG-Techie
0d64ddaf84
fixing showing rst tags
3 years ago
Dan Halbert
a888fe4c8e
Merge pull request #1888 from tannewt/iterable_group
...
Improvements to Group
3 years ago
Scott Shawcroft
00c39805f1
Remove old comment
3 years ago
Scott Shawcroft
5608e273a0
Add index and remove to Group.
3 years ago
Scott Shawcroft
b7b55e0c0a
Make Group iterable via a generic native iterator.
...
Fixes #1694
3 years ago
Scott Shawcroft
bd69212a19
Merge pull request #1885 from adafruit/tannewt-patch-11
...
Have travis build capablerobot_usbhub
3 years ago
Scott Shawcroft
acfabab751
Have .travis build capablerobot_usbhub
3 years ago
Scott Shawcroft
f3ab820fc2
Merge pull request #1884 from CapableRobot/capablerobot-usbhub
...
Added board definition for Capable Robot Programmable USB Hub
3 years ago
Dan Halbert
d3ce9280e2
Merge pull request #1883 from tannewt/fix_1881
...
Check native object in case of early access
3 years ago
Chris Osterwood
a0497553fc
Fix to prevent critical pins from being reset when MCU restarts or enters REPL
3 years ago
Scott Shawcroft
e74f5d5d76
Have xargs expect null termination
3 years ago
Chris Osterwood
420dbafa9d
Added board definition for Capable Robot Programmable USB Hub
3 years ago
Scott Shawcroft
bf682d14b3
Remove native init check from stage.
...
It isn't needed because the object is passed in, not self. To be
passed in it must be inited.
3 years ago
Scott Shawcroft
c6c6171472
Merge pull request #1874 from matt-land/patch-1
...
Add documentation for Palette shared binding
3 years ago
Matt Land
0b1c1c1d92
Update Palette.c
...
Remove None, add in byte and bytearray examples
3 years ago
Dan Halbert
2fdaabd02c
Merge pull request #1882 from ElectronicCats/master
...
Fix pin lost
3 years ago
Scott Shawcroft
6756821fd9
Update translations and sort input files
...
This should stabilize the sort of files in the .po files.
Fixes #1871
3 years ago
Scott Shawcroft
f29de51325
Check native object in case of early access
...
If a native displayio object is accessed before it's super().__init__()
has been called, then a placeholder is given that will cause a crash if
accessed. This is tricky to get right so we detect this case and raise
a NotInplementedError instead of crashing.
Fixes #1881
3 years ago
Scott Shawcroft
a6785d7ff7
Merge pull request #1876 from cpforbes/gcc9
...
Backport fix for building ports/unix with gcc9 from micropython
3 years ago
Scott Shawcroft
52a8150df3
Merge pull request #1877 from pewpew-game/master
...
Bump circuitpython-stage to 1.0.1
3 years ago
Scott Shawcroft
d845ce9eee
Merge pull request #1878 from jreese/docs-reqs
...
Include sphinx and recommonmark in docs/requirements.txt
3 years ago
Scott Shawcroft
589755e1bf
Merge pull request #1879 from dhalbert/bytearray-array-range-fixes
...
Handle truth values; speed up smallint checks
3 years ago
sabas1080
9f082ba5cb
Fix pin lost
3 years ago
Dan Halbert
8664a6574b
use approx of original @godlygeek code for smallints; add tests
3 years ago
John Reese
99164a9a13
Pin dependencies to force sphinx 1.8.5
3 years ago
Dan Halbert
d103ac1d63
Handle truth values; speed up smallint checks
3 years ago
John Reese
63c720bcfb
Include sphinx and recommonmark in docs/requirements.txt
3 years ago
Radomir Dopieralski
31e5e6ea98
Bump circuitpython-stage to 1.0.1
3 years ago
Damien George
b3939e2513
lib/utils/printf: Exclude __GI_vsnprintf alias for gcc 9 and above.
...
See issue #4457 .
3 years ago
Matt Land
ad211b23be
add documentation of transparency
3 years ago
Matt Land
214dfed703
Add documentation for Palette shared binding
...
Add documentation for the palette subscript operator and how to use it.
3 years ago
Scott Shawcroft
36e2faf8d2
Merge pull request #1873 from ElectronicCats/escornabot_makech
...
Add Escornabot Makech of Electronic Cats
3 years ago
Scott Shawcroft
da2c88eaac
Merge pull request #1860 from godlygeek/int_to_bytes_overflow_checks
...
Add overflow checks for int to bytes conversions
3 years ago
sabas1080
8663de5586
add travis
3 years ago
sabas1080
d174ce8821
Update pins define
3 years ago
Scott Shawcroft
46164c6ec6
Merge pull request #1837 from nickzoic/circuitpython-nickzoic-1800-wiznet-socket
...
WIP: Circuitpython nickzoic 1800 wiznet socket
3 years ago