Nick Moore
|
58d1d99701
|
Fix socket.recv() buffer length from e23bad3a
|
4 years ago |
Dan Halbert
|
dc7603155d
|
Merge pull request #1836 from dhalbert/pybadge-audiobusio
restore audiobusio to pybadge
|
4 years ago |
Dan Halbert
|
6f6a964e7e
|
Merge pull request #1832 from ladyada/master
pygamer definition & autobuild
|
4 years ago |
Dan Halbert
|
eb021157f8
|
restore audiobusio to pybadge
|
4 years ago |
ladyada
|
740c4193a8
|
Merge branch 'master' of github.com:ladyada/circuitpython
|
4 years ago |
ladyada
|
ed8e6e8f45
|
re-add i2s (its J not G!)
|
4 years ago |
ladyada
|
fa3a52bc1e
|
similar to pybadge, has pin defs for joystick - comes up with filesys and display so good enough to start hacking :)
|
4 years ago |
Scott Shawcroft
|
c960f8cec4
|
Move pygamer to first job
|
4 years ago |
Scott Shawcroft
|
06db5379b0
|
Merge pull request #1829 from robotics-masters/wallarug/robohatmm1
Added robohatmm1 board defs.
|
4 years ago |
wallarug
|
25a468799f
|
Merge branch 'wallarug/robohatmm1' of https://github.com/robotics-masters/circuitpython into wallarug/robohatmm1
Merging after changing board build.
|
4 years ago |
wallarug
|
aa3c28787c
|
removed problem libraries from frozen build.
|
4 years ago |
wallarug
|
be96b09623
|
removed from list one.
|
4 years ago |
wallarug
|
0ff68d67e8
|
Added to first and third travis.yml
|
4 years ago |
wallarug
|
b4a70daf17
|
updated lots
|
4 years ago |
ladyada
|
b852087d27
|
similar to pybadge, has pin defs for joystick - comes up with filesys and display so good enough to start hacking :)
|
4 years ago |
wallarug
|
cd4aaa13a3
|
added robohatmm1 board defs.
|
4 years ago |
Scott Shawcroft
|
e072f0d893
|
Merge pull request #1827 from adafruit/tannewt-patch-10
Add Electronut to build automatically
|
4 years ago |
Scott Shawcroft
|
a995d4c968
|
Add Electronut to build automatically
|
4 years ago |
Scott Shawcroft
|
681bfcbb41
|
Merge pull request #1823 from ladyada/master
fix up pybadge for final release board (swap backlite and reset)
|
4 years ago |
ladyada
|
9b593cd154
|
update periph submodule
|
4 years ago |
ladyada
|
a5697470e1
|
fix up pybadge for final release board (swap backlite and reset)
|
4 years ago |
Dan Halbert
|
b87ce5bf9e
|
Merge pull request #1822 from tannewt/update_frozen
Update stage with 1.0.0 release
|
4 years ago |
Scott Shawcroft
|
b5508ed832
|
Update stage with 1.0.0 release
|
4 years ago |
Dan Halbert
|
4a251158a9
|
Merge pull request #1821 from dhalbert/ble-notify-max
Off-by-one error for usage of MAX_TX_IN_PROGRESS
|
4 years ago |
Dan Halbert
|
15b7946fc4
|
Off-by-one error for usage of MAX_TX_IN_PROGRESS
|
4 years ago |
Dan Halbert
|
03f9048778
|
Merge pull request #1816 from tannewt/stage_crash
Correct collect of permanent pointers.
|
4 years ago |
Scott Shawcroft
|
f548305c07
|
Merge pull request #1815 from dhalbert/stop-flicker
Turn off auto_brightness if brightness is set
|
4 years ago |
Scott Shawcroft
|
54ef87c6de
|
Correct collect of permanent pointers.
The previous implementation managed to keep all but the head
pointer of the list.
Fixes #1814
|
4 years ago |
Dan Halbert
|
0113e0970e
|
add Display.__init__() args for brightness and auto_brightness
|
4 years ago |
Dan Halbert
|
4fc0f8b25c
|
Turn off auto_brightness if brightness is set
|
4 years ago |
Scott Shawcroft
|
70dd6167c0
|
Merge pull request #1811 from tannewt/doc_build_tweak
Tweak RTD to install svg2pdfconverter
|
4 years ago |
Scott Shawcroft
|
5f5e456e58
|
Tweak RTD to install svg2pdfconverter
|
4 years ago |
Dan Halbert
|
00379dbb7e
|
Merge pull request #1810 from tannewt/black_line_ondisk
Fix off by one error in OnDiskBitmap
|
4 years ago |
Dan Halbert
|
fcfafe6ced
|
Merge pull request #1809 from tannewt/board_i2c_crash_v2
Unify VM cleanup code
|
4 years ago |
Scott Shawcroft
|
c372567330
|
Fix off by one error in OnDiskBitmap
It resulted in the first row of pixels being pulled for out of bounds.
Fixes #1801
|
4 years ago |
Scott Shawcroft
|
5b94b7727d
|
Merge pull request #1793 from C47D/fix_audiobusio_msg
Fix I2SOut message, fix #1765
|
4 years ago |
Scott Shawcroft
|
92ba5c26b0
|
Unify VM cleanup code
Before we were skipping reset of the standard busses after boot and
repl which could lead to a crash in a subsequent VM run.
Fixes #1806
|
4 years ago |
Scott Shawcroft
|
f7c7904e2b
|
Correct call structure for throwing errors
|
4 years ago |
Dan Halbert
|
49c4c1e2ac
|
Merge pull request #1805 from tannewt/readme_updates
Doc updates for 4.0.0
|
4 years ago |
Scott Shawcroft
|
45b26ec383
|
Install rsvg
|
4 years ago |
Carlos
|
71c4f100de
|
Update translations and use same error for PDM too
|
4 years ago |
Carlos
|
5865b28592
|
[audiobusio-I2SOut] Fix translation error
|
4 years ago |
Carlos
|
65cc366280
|
[audiobusio-I2SOut] Fix compilation error by using mp_raise_ValueError_varg
|
4 years ago |
Carlos
|
9f63125345
|
Fix I2SOut message, fix #1765
|
4 years ago |
Scott Shawcroft
|
c415d114e1
|
Feedback from Dan and hopefully fix build.
|
4 years ago |
Scott Shawcroft
|
bfbe9323ee
|
Merge pull request #1807 from pewpew-game/stage-cast-native
Allow use of displayio.Display subclasses in _stage
|
4 years ago |
Scott Shawcroft
|
713a38d1a2
|
Merge pull request #1754 from dmazzella/dmazzella-patch-1
add support for USER_C_MODULES
|
4 years ago |
Radomir Dopieralski
|
3a65ff970a
|
Allow use of displayio.Display subclasses in _stage
|
4 years ago |
Dan Halbert
|
b5e283af68
|
Merge pull request #1808 from pewpew-game/gamepad-doc
Update GamePad docs to include pull-downs
|
4 years ago |
Dan Halbert
|
6684a3c723
|
Merge pull request #1778 from pewpew-game/gamepad-shift
Add GamePadShift for handling shift-register-based buttons
|
4 years ago |