| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-28 | Merge pull request #1685 from makermelissa/masterazure | Scott Shawcroft | |
| Added option to enable toggling CS between init commands | |||
| 2019-03-28 | Merge pull request #1721 from tannewt/fix_hid_report_lookup | Dan Halbert | |
| Fix HID buffer lookup | |||
| 2019-03-27 | Simplified into fourwire only | Melissa LeBlanc-Williams | |
| 2019-03-27 | Merge pull request #1720 from dhalbert/frequencyio-full-builds | Scott Shawcroft | |
| Turn on frequencyio only on CIRCUITPY_FULL_BUILD | |||
| 2019-03-27 | Merge pull request #1719 from dhalbert/restrict-translate-1 | Scott Shawcroft | |
| restrict 'make translate' to include only those directories we have ports for | |||
| 2019-03-27 | Fix HID buffer lookup | Scott Shawcroft | |
| The previous code assumed HID report ids were consecutive. This is not true in the CircuitPython descriptor where report ids are fixed for each report type. Fixes #1617 | |||
| 2019-03-27 | copy/paste error | Dan Halbert | |
| 2019-03-27 | turn off frequencyio for all SAMD21 builds | Dan Halbert | |
| 2019-03-27 | Turn on frequencyio only on CIRCUITPY_FULL_BUILD | Dan Halbert | |
| 2019-03-27 | restrict 'make translate' to include only those directories we have ports | Dan Halbert | |
| 2019-03-27 | Merge pull request #1714 from dhalbert/pixel-shader-bug | Scott Shawcroft | |
| TileGrid: pixel_shader is not always a Palette | |||
| 2019-03-27 | Merge pull request #1713 from dhalbert/reversed-for-all-builds | Scott Shawcroft | |
| turn on reversed() for all builds | |||
| 2019-03-27 | Merge pull request #1687 from jrcutler/master | Dan Halbert | |
| Enable nvm storage for all samd21x18 boards | |||
| 2019-03-27 | Merge pull request #1710 from tannewt/fix_cdc_out | Dan Halbert | |
| Update TinyUSB to fix CDC OUT buffering | |||
| 2019-03-27 | Merge pull request #1711 from tannewt/immediate_rgb_led_brightness | Dan Halbert | |
| Make status LED brightness change immediate. | |||
| 2019-03-27 | TileGrid: pixel_shader is not always a palette | Dan Halbert | |
| 2019-03-26 | turn on reversed() for all builds | Dan Halbert | |
| 2019-03-26 | Comment Cleanup | Melissa LeBlanc-Williams | |
| 2019-03-26 | Removed parameter so CS is always toggled | Melissa LeBlanc-Williams | |
| 2019-03-26 | Merge branch 'master' of https://github.com/adafruit/circuitpython | Melissa LeBlanc-Williams | |
| 2019-03-26 | Make status LED brightness change immediate. | Scott Shawcroft | |
| Fixes #1516 | |||
| 2019-03-26 | Update TinyUSB to fix CDC OUT buffering | Scott Shawcroft | |
| Fixes #1630 | |||
| 2019-03-26 | Merge pull request #1674 from pewpew-game/bug1669 | Scott Shawcroft | |
| Properly calculate BPP for displayio.Bitmap | |||
| 2019-03-26 | Merge pull request #1682 from rhwlo/add-socket.recv_into | Scott Shawcroft | |
| shared-bindings/socket: add socket.recv_into | |||
| 2019-03-26 | Merge pull request #1672 from dhalbert/regular-fs-flush | Scott Shawcroft | |
| flush flash filesystem once a second | |||
| 2019-03-26 | Added small delay inside toggle for edge cases | Melissa LeBlanc-Williams | |
| 2019-03-25 | reset flush timer on call to filesystem_flush() | Dan Halbert | |
| 2019-03-25 | Merge pull request #1703 from pewpew-game/typo3 | Dan Halbert | |
| Reuse "Not connected" message in bleio | |||
| 2019-03-25 | Merge pull request #1706 from brentru/add-weight-sensor-property | Dan Halbert | |
| Add a weight sensor property | |||
| 2019-03-25 | add weight sensor property to the design guide | brentru | |
| 2019-03-25 | Reuse "Not connected" message in bleio | Radomir Dopieralski | |
| 2019-03-25 | Properly calculate BPP for displayio.Bitmap | Radomir Dopieralski | |
| Fix #1669 | |||
| 2019-03-25 | Merge pull request #1700 from ITACAInnovation/master | Dan Halbert | |
| uChip board support for Circuitpython environment | |||
| 2019-03-25 | Update mpconfigboard.mk | ITACA Innovation S.R.L | |
| 2019-03-25 | Merge pull request #1697 from dhalbert/update-frozen-libs | Kattni | |
| Update frozen libraries to latest tagged versions | |||
| 2019-03-25 | Rename ports/atmel-samd/boards/uChip/pins.c to ↵ | ITACA Innovation S.R.L | |
| ports/atmel-samd/boards/uchip/pins.c | |||
| 2019-03-25 | Rename ports/atmel-samd/boards/uChip/mpconfigboard.mk to ↵ | ITACA Innovation S.R.L | |
| ports/atmel-samd/boards/uchip/mpconfigboard.mk | |||
| 2019-03-25 | Rename ports/atmel-samd/boards/uChip/mpconfigboard.h to ↵ | ITACA Innovation S.R.L | |
| ports/atmel-samd/boards/uchip/mpconfigboard.h | |||
| 2019-03-25 | Update .travis.yml | ITACA Innovation S.R.L | |
| 2019-03-25 | Rename ports/atmel-samd/boards/uChip/board.c to ↵ | ITACA Innovation S.R.L | |
| ports/atmel-samd/boards/uchip/board.c | |||
| 2019-03-25 | Update .travis.yml | ITACA Innovation S.R.L | |
| Commit change with updated board list | |||
| 2019-03-25 | Merge pull request #1699 from pewpew-game/typo1 | Dan Halbert | |
| Really fix the error messages in bleio, this time | |||
| 2019-03-25 | And of course forgot make translate | Radomir Dopieralski | |
| 2019-03-25 | Really fix the error messages in bleio, this time | Radomir Dopieralski | |
| 2019-03-25 | Merge pull request #1692 from pewpew-game/typo1 | Dan Halbert | |
| Fix error messages in bleio | |||
| 2019-03-25 | Update frozen libraries to latest tagged versions | Dan Halbert | |
| 2019-03-25 | Merge pull request #1 from ITACAInnovation/ITACAInnovation-patch-1 | ITACA Innovation S.R.L | |
| Add files via upload | |||
| 2019-03-25 | Add files via upload | ITACA Innovation S.R.L | |
| This is a pull request to add support for uChip into the Circuitpython environment. We tested the uploaded code and it seems to work with Circuitpython. If there are any suggestions or changes needed, please let us know! What is uChip in brief? A complete USB dev board the size of a narrow 16-DIP package, featuring Atmel SAMD21 Cortex M0+ and onboard switching converters. (OTG compliant and power delivery up to 1A@5V or 3V3). For more details refer to the ongoing campaign on kickstarter. www.kickstarter.com/projects/1186620431/uchip-arduino-zero-compatible-in-a-narrow-dip-16-p | |||
| 2019-03-25 | Fix error messages in bleio | Radomir Dopieralski | |
| 2019-03-24 | Merge pull request #1693 from pewpew-game/typo2 | Dan Halbert | |
| Reuse existing error message in busio.i2c | |||
