summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-18Merge pull request #2407 from dhalbert/4.1.x-increase-cpx-stack-update-frozen4.1.2Dan Halbert
4.1.x increase cpx stack update frozen
2019-12-18cherry-pick jepler's huffman size reductionScott Shawcroft
2019-12-18bump BusDevice to 4.1.0Dan Halbert
2019-12-17try for a more precise stack size increaseDan Halbert
2019-12-17Increase stack size (Back-port #2393 to 4.x)Jeff Epler
2019-12-17Merge pull request #2401 from adafruit/4.1.xDan Halbert
merge 4.1.x into 4.x
2019-12-17Merge pull request #2398 from jepler/excluded-mpy-subdirs-4.xDan Halbert
preprocess_frozen_modules: exclude subdirs of examples, docs, tests
2019-12-17preprocess_frozen_modules: exclude subdirs of examples, docs, testsJeff Epler
.. this reclaims several kB on CPX, where we really need it.
2019-09-13Merge pull request #2153 from jepler/issue2146-4xScott Shawcroft
nRF: PWMOut: At deinit, make pin available again
2019-09-13nRF: PWMOut: At deinit, make pin available againjepler
Closes: #2146
2019-09-02Merge pull request #2102 from dhalbert/4.x-dotstar-fixDan Halbert
Fix status DotStar writes: fixes DotStar issues on PyRulers
2019-09-01Fix status DotStar writingDan Halbert
2019-08-29Merge pull request #2093 from tannewt/4.xDan Halbert
Update 4.x to 4.1.0 so that ReadTheDocs has the latest
2019-08-29Merge pull request #2094 from tannewt/hallowing_m4Scott Shawcroft
Add Hallowing M4 support
2019-08-29add additional pin aliasesScott Shawcroft
2019-08-29Hallowing M4Scott Shawcroft
2019-07-19Merge pull request #1999 from tannewt/turtleboosters4.1.0-rc.14.1.0Dan Halbert
Track a dirty area for in-memory bitmaps
2019-07-19Fix it's -> itsScott Shawcroft
2019-07-19Update translationsScott Shawcroft
2019-07-18Track a dirty area for in-memory bitmapsScott Shawcroft
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-10Merge pull request #1990 from kattni/pyruler4.1.0-rc.0siddacious
Adding PyRuler to CircuitPython.
2019-07-09Requested changes.Kattni Rembor
2019-07-09Adding PyRuler to CircuitPython.Kattni Rembor
2019-07-09Merge pull request #1925 from C47D/rgb_statusScott Shawcroft
Initial support for RGB led as Status indicator, fixes #1382
2019-07-09Merge pull request #1988 from jandjstudios/datumScott Shawcroft
Add support for boards in the datum series.
2019-07-08[rgb status] Adjust to current brightnessC47D
2019-07-08Added datum boards to travis.ymljandjstudios
2019-07-08Merge pull request #1989 from rce1086/masterScott Shawcroft
Added conditional compilation around selection of TX pad candidates
2019-07-07[rgb status] Also invert the pwm values on clear_temp_statusC47D
2019-07-07Merge pull request #1984 from iot49/uartScott Shawcroft
changed type of receiver_buffer_size to uint16_t
2019-07-08Added conditional compilation around selection of TX pad candidatesCarl Elkins
Original code was correct for SAMD21 New code for SAMD51 only permits pad-0 for TX
2019-07-06[rgb led status] Add CP_RGB_STATUS_PWM_INVERTED symbol to invert pwm signals.C47D
2019-07-06Initial commit to support boards in the datum series.jandjstudios
2019-07-06Fix up nrf so that it is initialized properly. Also, do not resetScott Shawcroft
it's pins.
2019-07-05updated samd and esp8266 portsiot49
2019-07-03changed type of receiver_buffer_size to uint16_tiot49
2019-07-03Merge pull request #1983 from tannewt/fix_group_subscr_deleteScott Shawcroft
Fix Group subscr to detect delete correctly
2019-07-02Fix Group subscr to detect delete correctlyScott Shawcroft
Fixes #1957
2019-07-02Merge pull request #1978 from pewpew-game/ugame-fontScott Shawcroft
Switch the terminal font for ugame10
2019-07-01Switch the terminal font for ugame10Radomir Dopieralski
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-01Merge pull request #1979 from pewpew-game/font-boundingboxScott Shawcroft
Use FONTBOUNDINGBOX for font metrics
2019-06-30Use FONTBOUNDINGBOX for font metricsRadomir Dopieralski
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-27Merge pull request #1975 from tannewt/merge_in_4024.1.0-beta.1Dan Halbert
Merge in 4.0.2
2019-06-27Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402Scott Shawcroft
2019-06-27Merge pull request #1974 from tannewt/fix_missing_linesScott Shawcroft
Properly reset the terminal each init.
2019-06-26Merge pull request #1972 from tannewt/validate_mpy_load4.0.24.0.xDan Halbert
Validate mpy load
2019-06-26Properly reset the terminal each init.Scott Shawcroft
Fixes #1944
2019-06-26Shrink pIRkey build down.Scott Shawcroft
Rollback HID to save string space and remove board mapping for default buses that don't exist.
2019-06-26Update frozen libraries to save spaceScott Shawcroft
2019-06-26Merge pull request #1973 from tannewt/travis_deploy_keep_alivesommersoft
Add keep alive to Travis deploy