| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-26 | Merge pull request #1972 from tannewt/validate_mpy_load4.0.24.0.x | Dan Halbert | |
| Validate mpy load | |||
| 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 | |||
| 2019-06-26 | Add keep alive to Travis deploy | Scott Shawcroft | |
| Some deploys take over 10 minutes and Travis kills the job. This workaround is from https://github.com/travis-ci/dpl/issues/568 | |||
| 2019-06-26 | Fix tests | Scott Shawcroft | |
| 2019-06-25 | Validate raw code and mpy read length | Scott Shawcroft | |
| 2019-06-25 | Update translations | Scott Shawcroft | |
| 2019-06-25 | Validate portions of mpy load to detect corruption | Scott Shawcroft | |
| Fixes #1917 | |||
| 2019-06-24 | Merge pull request #1963 from dhalbert/nrf-neopixel-fix | Scott Shawcroft | |
| nrf: fix neopixel_write pwm buf size calc | |||
| 2019-06-20 | nrf: fix neopixel_write pwm buf size calc | Dan Halbert | |
| 2019-06-12 | Merge pull request #1939 from pewpew-game/gamepad-clear | Scott Shawcroft | |
| When clearing gamepad buffer, use the last button state, not 0 | |||
| 2019-06-12 | When clearing gamepad buffer, use the last button state, not 0 | Radomir Dopieralski | |
| When reading the accumulated button presses in gamepad and gamepadshift, don't clear the buffer to "no buttons pressed", but instead set it to the current (last checked) state. This clears the accumulated presses, but retains any ongoing ones. This fixes #1935 | |||
| 2019-06-11 | Merge pull request #1936 from dhalbert/git-checkout-latest-tag.sh | Dan Halbert | |
| forgot tools/git-checkout-latest-tag.sh in PR #1909 | |||
| 2019-06-11 | forgot tools/git-checkout-latest-tag.sh in PR #1909 | Dan Halbert | |
| 2019-06-06 | Merge pull request #1928 from dhalbert/gc-display-objects | Scott Shawcroft | |
| Include display objects in gc | |||
| 2019-06-06 | Include display objects in gc. | Dan Halbert | |
| 2019-06-04 | Merge pull request #1907 from ntavish/blip_support | Scott Shawcroft | |
| boards: add support for Electronut labs Blip | |||
| 2019-06-05 | boards: add support for Electronut labs Blip | Tavish Naruka | |
| Signed-off-by: Tavish Naruka <tavishnaruka@gmail.com> | |||
| 2019-05-30 | Merge pull request #1909 from dhalbert/update-frozen-4.0.x | Scott Shawcroft | |
| Update frozen libs; implement clean builds for translations which need it | |||
| 2019-05-28 | Merge pull request #1916 from jpecor/patch-2 | Dan Halbert | |
| Removed warning box regarding SAMD21 builds | |||
| 2019-05-28 | Add top-level Makefile target to update frozen libs easily; Update CPX lib | Dan Halbert | |
| 2019-05-27 | Removed warning box regarding SAMD21 builds | Jason Pecor | |
| The support matrix shows that pulseio is supported for all SAMD21/SAMD51 variants. Removing warning to avoid confusion. | |||
| 2019-05-24 | Implement forced clean builds for boards so designated. | Dan Halbert | |
| Mark boards that set CFLAGS_INLINE_LIMIT for particular langauges as needing clean builds. Fixes #1910. | |||
| 2019-05-23 | make crickit cpx pinyin build fit | Dan Halbert | |
| 2019-05-23 | Update frozen libs | Dan Halbert | |
| 2019-05-22 | Merge pull request #1904 from pewpew-game/4.0.x4.0.1 | Scott Shawcroft | |
| Bump circuitpython-stage to 1.0.2 | |||
| 2019-05-22 | Bump circuitpython-stage to 1.0.2 | Radomir Dopieralski | |
| This fixes an OverflowError in the read_palette function. (cherry picked from commit 4ebcca865cbda4b08dc917581438473f625e2a12) | |||
| 2019-05-21 | Merge pull request #1896 from dhalbert/round-int-4.0.x | Scott Shawcroft | |
| Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work better when flag is disabled | |||
| 2019-05-21 | Make pinyin fit on cpx | Dan Halbert | |
| 2019-05-17 | Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's ↵ | Dan Halbert | |
| disabled as well | |||
| 2019-05-17 | Merge pull request #1894 from adafruit/tannewt-patch-54.0.0 | Scott Shawcroft | |
| Auto-build pygamer | |||
| 2019-05-17 | Auto-build pygamer | Scott Shawcroft | |
| 2019-05-16 | Merge pull request #1892 from dhalbert/pid-errors-4.0.x | Dan Halbert | |
| correct USB PIDs for several boards | |||
| 2019-05-16 | correct USB PIDs for several boards | Dan Halbert | |
| 2019-05-15 | Merge pull request #1889 from TG-Techie/patch-1 | sommersoft | |
| fixing showing rst tags | |||
| 2019-05-15 | Update README.rst | TG-Techie | |
| 2019-05-15 | fixing showing rst tags | TG-Techie | |
| 2019-05-14 | Merge pull request #1885 from adafruit/tannewt-patch-114.0.0-rc.3 | Scott Shawcroft | |
| Have travis build capablerobot_usbhub | |||
| 2019-05-14 | Have .travis build capablerobot_usbhub | Scott Shawcroft | |
| 2019-05-14 | Merge pull request #1884 from CapableRobot/capablerobot-usbhub | Scott Shawcroft | |
| Added board definition for Capable Robot Programmable USB Hub | |||
| 2019-05-14 | Merge pull request #1883 from tannewt/fix_1881 | Dan Halbert | |
| Check native object in case of early access | |||
| 2019-05-14 | Fix to prevent critical pins from being reset when MCU restarts or enters REPL | Chris Osterwood | |
| 2019-05-14 | Have xargs expect null termination | Scott Shawcroft | |
| 2019-05-14 | Added board definition for Capable Robot Programmable USB Hub | Chris Osterwood | |
| 2019-05-14 | Remove native init check from stage. | Scott Shawcroft | |
| It isn't needed because the object is passed in, not self. To be passed in it must be inited. | |||
| 2019-05-14 | Merge pull request #1874 from matt-land/patch-1 | Scott Shawcroft | |
| Add documentation for Palette shared binding | |||
| 2019-05-14 | Update Palette.c | Matt Land | |
| Remove None, add in byte and bytearray examples | |||
| 2019-05-13 | Merge pull request #1882 from ElectronicCats/master | Dan Halbert | |
| Fix pin lost | |||
| 2019-05-13 | Update translations and sort input files | Scott Shawcroft | |
| This should stabilize the sort of files in the .po files. Fixes #1871 | |||
