summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-26Merge pull request #1972 from tannewt/validate_mpy_load4.0.24.0.xDan Halbert
Validate mpy load
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
2019-06-26Add keep alive to Travis deployScott 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-26Fix testsScott Shawcroft
2019-06-25Validate raw code and mpy read lengthScott Shawcroft
2019-06-25Update translationsScott Shawcroft
2019-06-25Validate portions of mpy load to detect corruptionScott Shawcroft
Fixes #1917
2019-06-24Merge pull request #1963 from dhalbert/nrf-neopixel-fixScott Shawcroft
nrf: fix neopixel_write pwm buf size calc
2019-06-20nrf: fix neopixel_write pwm buf size calcDan Halbert
2019-06-12Merge pull request #1939 from pewpew-game/gamepad-clearScott Shawcroft
When clearing gamepad buffer, use the last button state, not 0
2019-06-12When clearing gamepad buffer, use the last button state, not 0Radomir 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-11Merge pull request #1936 from dhalbert/git-checkout-latest-tag.shDan Halbert
forgot tools/git-checkout-latest-tag.sh in PR #1909
2019-06-11forgot tools/git-checkout-latest-tag.sh in PR #1909Dan Halbert
2019-06-06Merge pull request #1928 from dhalbert/gc-display-objectsScott Shawcroft
Include display objects in gc
2019-06-06Include display objects in gc.Dan Halbert
2019-06-04Merge pull request #1907 from ntavish/blip_supportScott Shawcroft
boards: add support for Electronut labs Blip
2019-06-05boards: add support for Electronut labs BlipTavish Naruka
Signed-off-by: Tavish Naruka <tavishnaruka@gmail.com>
2019-05-30Merge pull request #1909 from dhalbert/update-frozen-4.0.xScott Shawcroft
Update frozen libs; implement clean builds for translations which need it
2019-05-28Merge pull request #1916 from jpecor/patch-2Dan Halbert
Removed warning box regarding SAMD21 builds
2019-05-28Add top-level Makefile target to update frozen libs easily; Update CPX libDan Halbert
2019-05-27Removed warning box regarding SAMD21 buildsJason Pecor
The support matrix shows that pulseio is supported for all SAMD21/SAMD51 variants. Removing warning to avoid confusion.
2019-05-24Implement 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-23make crickit cpx pinyin build fitDan Halbert
2019-05-23Update frozen libsDan Halbert
2019-05-22Merge pull request #1904 from pewpew-game/4.0.x4.0.1Scott Shawcroft
Bump circuitpython-stage to 1.0.2
2019-05-22Bump circuitpython-stage to 1.0.2Radomir Dopieralski
This fixes an OverflowError in the read_palette function. (cherry picked from commit 4ebcca865cbda4b08dc917581438473f625e2a12)
2019-05-21Merge pull request #1896 from dhalbert/round-int-4.0.xScott Shawcroft
Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work better when flag is disabled
2019-05-21Make pinyin fit on cpxDan Halbert
2019-05-17Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's ↵Dan Halbert
disabled as well
2019-05-17Merge pull request #1894 from adafruit/tannewt-patch-54.0.0Scott Shawcroft
Auto-build pygamer
2019-05-17Auto-build pygamerScott Shawcroft
2019-05-16Merge pull request #1892 from dhalbert/pid-errors-4.0.xDan Halbert
correct USB PIDs for several boards
2019-05-16correct USB PIDs for several boardsDan Halbert
2019-05-15Merge pull request #1889 from TG-Techie/patch-1sommersoft
fixing showing rst tags
2019-05-15Update README.rstTG-Techie
2019-05-15fixing showing rst tagsTG-Techie
2019-05-14Merge pull request #1885 from adafruit/tannewt-patch-114.0.0-rc.3Scott Shawcroft
Have travis build capablerobot_usbhub
2019-05-14Have .travis build capablerobot_usbhubScott Shawcroft
2019-05-14Merge pull request #1884 from CapableRobot/capablerobot-usbhubScott Shawcroft
Added board definition for Capable Robot Programmable USB Hub
2019-05-14Merge pull request #1883 from tannewt/fix_1881Dan Halbert
Check native object in case of early access
2019-05-14Fix to prevent critical pins from being reset when MCU restarts or enters REPLChris Osterwood
2019-05-14Have xargs expect null terminationScott Shawcroft
2019-05-14Added board definition for Capable Robot Programmable USB HubChris Osterwood
2019-05-14Remove 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-14Merge pull request #1874 from matt-land/patch-1Scott Shawcroft
Add documentation for Palette shared binding
2019-05-14Update Palette.cMatt Land
Remove None, add in byte and bytearray examples
2019-05-13Merge pull request #1882 from ElectronicCats/masterDan Halbert
Fix pin lost
2019-05-13Update translations and sort input filesScott Shawcroft
This should stabilize the sort of files in the .po files. Fixes #1871