Scott Shawcroft
48a19c722c
Merge pull request #2415 from dhalbert/4.x-robohatmm1_m4
...
replace robohatmm1 with robohatmm1_m4
2019-12-20 09:29:44 -08:00
Dan Halbert
4d7d92ea70
replace robohatmm1 with robohatmm1_m4
2019-12-19 23:47:33 -05:00
Dan Halbert
483a6a9a00
Merge pull request #2407 from dhalbert/4.1.x-increase-cpx-stack-update-frozen
...
4.1.x increase cpx stack update frozen
2019-12-18 12:41:06 -05:00
Scott Shawcroft
6265ee0e8c
cherry-pick jepler's huffman size reduction
2019-12-18 11:27:14 -05:00
Dan Halbert
3d14c32399
bump BusDevice to 4.1.0
2019-12-18 09:48:29 -05:00
Dan Halbert
01355b41fb
try for a more precise stack size increase
2019-12-17 23:14:20 -05:00
Jeff Epler
241988b3d1
Increase stack size (Back-port #2393 to 4.x)
2019-12-17 23:14:20 -05:00
Dan Halbert
d4bb108e3b
Merge pull request #2401 from adafruit/4.1.x
...
merge 4.1.x into 4.x
2019-12-17 15:53:06 -05:00
Dan Halbert
8d4384814a
Merge pull request #2398 from jepler/excluded-mpy-subdirs-4.x
...
preprocess_frozen_modules: exclude subdirs of examples, docs, tests
2019-12-17 12:32:26 -05:00
Jeff Epler
1719a14cf0
preprocess_frozen_modules: exclude subdirs of examples, docs, tests
...
.. this reclaims several kB on CPX, where we really need it.
2019-12-17 10:01:33 -06:00
Scott Shawcroft
c8eee68fa0
Merge pull request #2153 from jepler/issue2146-4x
...
nRF: PWMOut: At deinit, make pin available again
2019-09-13 19:02:56 -07:00
jepler
251c0f5507
nRF: PWMOut: At deinit, make pin available again
...
Closes : #2146
2019-09-13 12:30:06 -05:00
Dan Halbert
67d2e888c3
Merge pull request #2102 from dhalbert/4.x-dotstar-fix
...
Fix status DotStar writes: fixes DotStar issues on PyRulers
2019-09-02 08:18:27 -04:00
Dan Halbert
6001b64a8a
Fix status DotStar writing
2019-09-01 23:50:21 -04:00
Dan Halbert
8e14522b99
Merge pull request #2093 from tannewt/4.x
...
Update 4.x to 4.1.0 so that ReadTheDocs has the latest
2019-08-29 18:48:15 -04:00
Scott Shawcroft
8d14266bc3
Merge pull request #2094 from tannewt/hallowing_m4
...
Add Hallowing M4 support
2019-08-29 14:31:29 -07:00
Scott Shawcroft
0aa5507c4c
add additional pin aliases
2019-08-29 13:41:28 -07:00
Scott Shawcroft
84839de56f
Hallowing M4
2019-08-29 10:34:46 -07:00
Dan Halbert
dbab5380b2
Merge pull request #1999 from tannewt/turtleboosters
...
Track a dirty area for in-memory bitmaps
2019-07-19 14:39:06 -04:00
Scott Shawcroft
d9089f52ce
Fix it's -> its
2019-07-19 10:42:20 -07:00
Scott Shawcroft
653f511792
Update translations
2019-07-19 10:38:59 -07:00
Scott Shawcroft
4a6bdb6fe4
Track a dirty area for in-memory bitmaps
...
This fixes the bug that bitmap changes do not cause screen updates
and optimizes the refresh when the bitmap is simply shown on the
screen. If the bitmap is used in tiles, then changing it will
cause all TileGrids using it to do a full refresh.
Fixes #1981
2019-07-18 16:47:28 -07:00
siddacious
d12e1a8d74
Merge pull request #1990 from kattni/pyruler
...
Adding PyRuler to CircuitPython.
2019-07-10 12:28:43 -07:00
Kattni Rembor
582acdaa0a
Requested changes.
2019-07-09 16:12:24 -04:00
Kattni Rembor
d905958db1
Adding PyRuler to CircuitPython.
2019-07-09 16:02:39 -04:00
Scott Shawcroft
6fad383367
Merge pull request #1925 from C47D/rgb_status
...
Initial support for RGB led as Status indicator, fixes #1382
2019-07-09 10:31:34 -07:00
Scott Shawcroft
f0cf9a4e75
Merge pull request #1988 from jandjstudios/datum
...
Add support for boards in the datum series.
2019-07-09 09:33:13 -07:00
C47D
40fbac13cd
[rgb status] Adjust to current brightness
2019-07-08 22:06:43 -05:00
jandjstudios
96cf9053f4
Added datum boards to travis.yml
2019-07-08 19:27:14 -07:00
Scott Shawcroft
f4a64a2e80
Merge pull request #1989 from rce1086/master
...
Added conditional compilation around selection of TX pad candidates
2019-07-08 14:07:04 -07:00
C47D
324cbe4327
[rgb status] Also invert the pwm values on clear_temp_status
2019-07-07 21:15:51 -05:00
Scott Shawcroft
380f1d6ae6
Merge pull request #1984 from iot49/uart
...
changed type of receiver_buffer_size to uint16_t
2019-07-07 18:14:52 -07:00
Carl Elkins
64507207da
Added conditional compilation around selection of TX pad candidates
...
Original code was correct for SAMD21
New code for SAMD51 only permits pad-0 for TX
2019-07-08 02:08:39 +01:00
C47D
fae1039401
[rgb led status] Add CP_RGB_STATUS_PWM_INVERTED symbol to invert pwm signals.
2019-07-06 16:50:48 -05:00
jandjstudios
46b7575550
Initial commit to support boards in the datum series.
2019-07-06 13:41:03 -07:00
Scott Shawcroft
5610e05b8c
Fix up nrf so that it is initialized properly. Also, do not reset
...
it's pins.
2019-07-06 12:48:16 -07:00
iot49
4c72a3991e
updated samd and esp8266 ports
2019-07-05 10:01:51 -07:00
iot49
6e5d70fa19
changed type of receiver_buffer_size to uint16_t
2019-07-03 12:02:01 -07:00
Scott Shawcroft
69460b943b
Merge pull request #1983 from tannewt/fix_group_subscr_delete
...
Fix Group subscr to detect delete correctly
2019-07-03 09:47:34 -07:00
Scott Shawcroft
745ff8f8c1
Fix Group subscr to detect delete correctly
...
Fixes #1957
2019-07-02 18:15:23 -07:00
Scott Shawcroft
2761ae6754
Merge pull request #1978 from pewpew-game/ugame-font
...
Switch the terminal font for ugame10
2019-07-02 11:52:58 -07:00
Radomir Dopieralski
e45eac5016
Switch the terminal font for ugame10
...
I designed this really tiny, minimalist font for use on very small
displays. On uGame it lets one see the whole text that CircuitPython
prints on boot. The characters are 4x6 pixels each, and they are
optimized for legibility (large x-height, right angles, blocky shapes).
It might make sense to also use that font in other boards.
2019-07-01 23:05:07 +02:00
Scott Shawcroft
f76021ef82
Merge pull request #1979 from pewpew-game/font-boundingbox
...
Use FONTBOUNDINGBOX for font metrics
2019-07-01 13:43:29 -07:00
Radomir Dopieralski
7c908b08ee
Use FONTBOUNDINGBOX for font metrics
...
Instead of iterating over all the glyphs and calculating the maximum
width and height, use the FONTBOUNDINGBOX to determine the size of a
tile for terminalio.
This works better with fonts such as generated by FontForge, that don't
include the empty space in the glyph bitmap itself. It also lets the
font author specify vertical spacing they want.
I only tested this with the default font and with one I generated with
FontForge.
2019-06-30 01:10:47 +02:00
Dan Halbert
f0a112ef5d
Merge pull request #1975 from tannewt/merge_in_402
...
Merge in 4.0.2
2019-06-27 18:48:03 -04:00
Scott Shawcroft
0cce7fcaa3
Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402
2019-06-27 14:06:26 -07:00
Scott Shawcroft
72ea216dce
Merge pull request #1974 from tannewt/fix_missing_lines
...
Properly reset the terminal each init.
2019-06-27 13:54:57 -07:00
Dan Halbert
c562b19238
Merge pull request #1972 from tannewt/validate_mpy_load
...
Validate mpy load
2019-06-26 20:39:50 -04:00
Scott Shawcroft
2004be96ac
Properly reset the terminal each init.
...
Fixes #1944
2019-06-26 17:36:30 -07:00
Scott Shawcroft
fe507db45f
Shrink pIRkey build down.
...
Rollback HID to save string space and remove board mapping for
default buses that don't exist.
2019-06-26 16:49:23 -07:00