| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-29 | Merge pull request #1727 from tannewt/remove_lwip4.0.0-beta.6 | Scott Shawcroft | |
| Remove lwip submodule because it is unused. | |||
| 2019-03-29 | Merge pull request #1726 from ↵ | Scott Shawcroft | |
| adafruit/revert-1534-circuitpython-nickzoic-1046-nrf-rtc Revert "Circuitpython nickzoic 1046 nrf rtc" | |||
| 2019-03-29 | Remove lwip submodule because it is unused. | Scott Shawcroft | |
| 2019-03-29 | Revert "Circuitpython nickzoic 1046 nrf rtc" | Dan Halbert | |
| 2019-03-29 | Merge pull request #1725 from pewpew-game/pl-PL | Dan Halbert | |
| Add Polish translation | |||
| 2019-03-29 | Add Polish translation | Radomir Dopieralski | |
| 2019-03-29 | Merge pull request #1708 from makermelissa/ssd1351-fix | Scott Shawcroft | |
| Added option to allow Displays with Single Byte Boundaries | |||
| 2019-03-29 | Merge pull request #1718 from yeyeto2788/master | Dan Halbert | |
| New ES locale strings | |||
| 2019-03-29 | Merge remote-tracking branch 'yeyeto2788/master' | F59JBP0 | |
| 2019-03-28 | Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵ | Melissa LeBlanc-Williams | |
| ssd1351-fix | |||
| 2019-03-28 | Merge pull request #1534 from nickzoic/circuitpython-nickzoic-1046-nrf-rtc | Scott Shawcroft | |
| Circuitpython nickzoic 1046 nrf rtc | |||
| 2019-03-28 | Merge pull request #1685 from makermelissa/masterazure | Scott Shawcroft | |
| Added option to enable toggling CS between init commands | |||
| 2019-03-28 | Update comment | Scott Shawcroft | |
| 2019-03-28 | Merge pull request #1721 from tannewt/fix_hid_report_lookup | Dan Halbert | |
| Fix HID buffer lookup | |||
| 2019-03-28 | re-run make translate | Nick Moore | |
| 2019-03-28 | Merge branch 'master' into circuitpython-nickzoic-1046-nrf-rtc | Nick Moore | |
| 2019-03-28 | Reset translations to master | Nick Moore | |
| 2019-03-27 | Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵ | Melissa LeBlanc-Williams | |
| ssd1351-fix | |||
| 2019-03-27 | Simplified cs toggling into fourwire only | Melissa LeBlanc-Williams | |
| 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-28 | Update translations (again) | Nick Moore | |
| 2019-03-28 | Fix up messages & wild stab at translations for adafruit/circuitpython#1046 | Nick Moore | |
| The mysterious MP_WEAK linking bug still exists, thus the new message for 'set'. | |||
| 2019-03-28 | There isn't really a good way to calibrate this RTC adafruit/circuitpython#1046 | Nick Moore | |
| 2019-03-28 | adafruit/circuitpython#1046 handle overflows in the RTC counter | Nick Moore | |
| 2019-03-28 | workaround for problem with adafruit/circuitpython#1046 | Nick Moore | |
| the __weak linking works fine so long as these functions are not identical. I have not yet worked out why. | |||
| 2019-03-28 | enable NRFX RTC adafruit/circuitpython#1046 | Nick Moore | |
| 2019-03-28 | more fake RTC code ... adafruit/circuitpython#1046 | Nick Moore | |
| (works if MP_WEAK common_hal_rtc_get_time is removed) | |||
| 2019-03-28 | starting on #1046 rtc for nRF | Nick Moore | |
| 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 | (ES)Add new strings, and fix some others that where wrong. | Juan Biondi | |
| 2019-03-27 | Merge pull request #4 from adafruit/master | Juan Biondi | |
| Get latest changes to translate | |||
| 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 | Removed parameter so CS is always toggled | Melissa LeBlanc-Williams | |
| 2019-03-26 | Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵ | Melissa LeBlanc-Williams | |
| ssd1351-fix | |||
| 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 | |||
