| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-18 | Merge pull request #2407 from dhalbert/4.1.x-increase-cpx-stack-update-frozen4.1.2 | Dan Halbert | |
| 4.1.x increase cpx stack update frozen | |||
| 2019-12-18 | cherry-pick jepler's huffman size reduction | Scott Shawcroft | |
| 2019-12-18 | bump BusDevice to 4.1.0 | Dan Halbert | |
| 2019-12-17 | try for a more precise stack size increase | Dan Halbert | |
| 2019-12-17 | Increase stack size (Back-port #2393 to 4.x) | Jeff Epler | |
| 2019-12-17 | Merge pull request #2401 from adafruit/4.1.x | Dan Halbert | |
| merge 4.1.x into 4.x | |||
| 2019-12-17 | Merge pull request #2398 from jepler/excluded-mpy-subdirs-4.x | Dan Halbert | |
| preprocess_frozen_modules: exclude subdirs of examples, docs, tests | |||
| 2019-12-17 | preprocess_frozen_modules: exclude subdirs of examples, docs, tests | Jeff Epler | |
| .. this reclaims several kB on CPX, where we really need it. | |||
| 2019-09-13 | Merge pull request #2153 from jepler/issue2146-4x | Scott Shawcroft | |
| nRF: PWMOut: At deinit, make pin available again | |||
| 2019-09-13 | nRF: PWMOut: At deinit, make pin available again | jepler | |
| Closes: #2146 | |||
| 2019-09-02 | Merge pull request #2102 from dhalbert/4.x-dotstar-fix | Dan Halbert | |
| Fix status DotStar writes: fixes DotStar issues on PyRulers | |||
| 2019-09-01 | Fix status DotStar writing | Dan Halbert | |
| 2019-08-29 | Merge pull request #2093 from tannewt/4.x | Dan Halbert | |
| Update 4.x to 4.1.0 so that ReadTheDocs has the latest | |||
| 2019-08-29 | Merge pull request #2094 from tannewt/hallowing_m4 | Scott Shawcroft | |
| Add Hallowing M4 support | |||
| 2019-08-29 | add additional pin aliases | Scott Shawcroft | |
| 2019-08-29 | Hallowing M4 | Scott Shawcroft | |
| 2019-07-19 | Merge pull request #1999 from tannewt/turtleboosters4.1.0-rc.14.1.0 | Dan Halbert | |
| Track a dirty area for in-memory bitmaps | |||
| 2019-07-19 | Fix it's -> its | Scott Shawcroft | |
| 2019-07-19 | Update translations | Scott Shawcroft | |
| 2019-07-18 | Track a dirty area for in-memory bitmaps | Scott 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-10 | Merge pull request #1990 from kattni/pyruler4.1.0-rc.0 | siddacious | |
| Adding PyRuler to CircuitPython. | |||
| 2019-07-09 | Requested changes. | Kattni Rembor | |
| 2019-07-09 | Adding PyRuler to CircuitPython. | Kattni Rembor | |
| 2019-07-09 | Merge pull request #1925 from C47D/rgb_status | Scott Shawcroft | |
| Initial support for RGB led as Status indicator, fixes #1382 | |||
| 2019-07-09 | Merge pull request #1988 from jandjstudios/datum | Scott Shawcroft | |
| Add support for boards in the datum series. | |||
| 2019-07-08 | [rgb status] Adjust to current brightness | C47D | |
| 2019-07-08 | Added datum boards to travis.yml | jandjstudios | |
| 2019-07-08 | Merge pull request #1989 from rce1086/master | Scott Shawcroft | |
| Added conditional compilation around selection of TX pad candidates | |||
| 2019-07-07 | [rgb status] Also invert the pwm values on clear_temp_status | C47D | |
| 2019-07-07 | Merge pull request #1984 from iot49/uart | Scott Shawcroft | |
| changed type of receiver_buffer_size to uint16_t | |||
| 2019-07-08 | Added conditional compilation around selection of TX pad candidates | Carl 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-06 | Initial commit to support boards in the datum series. | jandjstudios | |
| 2019-07-06 | Fix up nrf so that it is initialized properly. Also, do not reset | Scott Shawcroft | |
| it's pins. | |||
| 2019-07-05 | updated samd and esp8266 ports | iot49 | |
| 2019-07-03 | changed type of receiver_buffer_size to uint16_t | iot49 | |
| 2019-07-03 | Merge pull request #1983 from tannewt/fix_group_subscr_delete | Scott Shawcroft | |
| Fix Group subscr to detect delete correctly | |||
| 2019-07-02 | Fix Group subscr to detect delete correctly | Scott Shawcroft | |
| Fixes #1957 | |||
| 2019-07-02 | Merge pull request #1978 from pewpew-game/ugame-font | Scott Shawcroft | |
| Switch the terminal font for ugame10 | |||
| 2019-07-01 | Switch the terminal font for ugame10 | Radomir 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-01 | Merge pull request #1979 from pewpew-game/font-boundingbox | Scott Shawcroft | |
| Use FONTBOUNDINGBOX for font metrics | |||
| 2019-06-30 | Use FONTBOUNDINGBOX for font metrics | Radomir 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-27 | Merge pull request #1975 from tannewt/merge_in_4024.1.0-beta.1 | Dan Halbert | |
| Merge in 4.0.2 | |||
| 2019-06-27 | Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402 | Scott Shawcroft | |
| 2019-06-27 | Merge pull request #1974 from tannewt/fix_missing_lines | Scott Shawcroft | |
| Properly reset the terminal each init. | |||
| 2019-06-26 | Merge pull request #1972 from tannewt/validate_mpy_load4.0.24.0.x | Dan Halbert | |
| Validate mpy load | |||
| 2019-06-26 | Properly reset the terminal each init. | Scott Shawcroft | |
| Fixes #1944 | |||
| 2019-06-26 | Shrink pIRkey build down. | Scott Shawcroft | |
| Rollback HID to save string space and remove board mapping for default buses that don't exist. | |||
| 2019-06-26 | Update frozen libraries to save space | Scott Shawcroft | |
| 2019-06-26 | Merge pull request #1973 from tannewt/travis_deploy_keep_alive | sommersoft | |
| Add keep alive to Travis deploy | |||
