summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-29Merge pull request #1727 from tannewt/remove_lwip4.0.0-beta.6Scott Shawcroft
Remove lwip submodule because it is unused.
2019-03-29Merge pull request #1726 from ↵Scott Shawcroft
adafruit/revert-1534-circuitpython-nickzoic-1046-nrf-rtc Revert "Circuitpython nickzoic 1046 nrf rtc"
2019-03-29Remove lwip submodule because it is unused.Scott Shawcroft
2019-03-29Revert "Circuitpython nickzoic 1046 nrf rtc"Dan Halbert
2019-03-29Merge pull request #1725 from pewpew-game/pl-PLDan Halbert
Add Polish translation
2019-03-29Add Polish translationRadomir Dopieralski
2019-03-29Merge pull request #1708 from makermelissa/ssd1351-fixScott Shawcroft
Added option to allow Displays with Single Byte Boundaries
2019-03-29Merge pull request #1718 from yeyeto2788/masterDan Halbert
New ES locale strings
2019-03-29Merge remote-tracking branch 'yeyeto2788/master'F59JBP0
2019-03-28Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵Melissa LeBlanc-Williams
ssd1351-fix
2019-03-28Merge pull request #1534 from nickzoic/circuitpython-nickzoic-1046-nrf-rtcScott Shawcroft
Circuitpython nickzoic 1046 nrf rtc
2019-03-28Merge pull request #1685 from makermelissa/masterazureScott Shawcroft
Added option to enable toggling CS between init commands
2019-03-28Update commentScott Shawcroft
2019-03-28Merge pull request #1721 from tannewt/fix_hid_report_lookupDan Halbert
Fix HID buffer lookup
2019-03-28re-run make translateNick Moore
2019-03-28Merge branch 'master' into circuitpython-nickzoic-1046-nrf-rtcNick Moore
2019-03-28Reset translations to masterNick Moore
2019-03-27Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵Melissa LeBlanc-Williams
ssd1351-fix
2019-03-27Simplified cs toggling into fourwire onlyMelissa LeBlanc-Williams
2019-03-27Simplified into fourwire onlyMelissa LeBlanc-Williams
2019-03-27Merge pull request #1720 from dhalbert/frequencyio-full-buildsScott Shawcroft
Turn on frequencyio only on CIRCUITPY_FULL_BUILD
2019-03-27Merge pull request #1719 from dhalbert/restrict-translate-1Scott Shawcroft
restrict 'make translate' to include only those directories we have ports for
2019-03-28Update translations (again)Nick Moore
2019-03-28Fix up messages & wild stab at translations for adafruit/circuitpython#1046Nick Moore
The mysterious MP_WEAK linking bug still exists, thus the new message for 'set'.
2019-03-28There isn't really a good way to calibrate this RTC adafruit/circuitpython#1046Nick Moore
2019-03-28adafruit/circuitpython#1046 handle overflows in the RTC counterNick Moore
2019-03-28workaround for problem with adafruit/circuitpython#1046Nick Moore
the __weak linking works fine so long as these functions are not identical. I have not yet worked out why.
2019-03-28enable NRFX RTC adafruit/circuitpython#1046Nick Moore
2019-03-28more fake RTC code ... adafruit/circuitpython#1046Nick Moore
(works if MP_WEAK common_hal_rtc_get_time is removed)
2019-03-28starting on #1046 rtc for nRFNick Moore
2019-03-27Fix HID buffer lookupScott 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-27copy/paste errorDan Halbert
2019-03-27turn off frequencyio for all SAMD21 buildsDan Halbert
2019-03-27Turn on frequencyio only on CIRCUITPY_FULL_BUILDDan Halbert
2019-03-27restrict 'make translate' to include only those directories we have portsDan Halbert
2019-03-27(ES)Add new strings, and fix some others that where wrong.Juan Biondi
2019-03-27Merge pull request #4 from adafruit/masterJuan Biondi
Get latest changes to translate
2019-03-27Merge pull request #1714 from dhalbert/pixel-shader-bugScott Shawcroft
TileGrid: pixel_shader is not always a Palette
2019-03-27Merge pull request #1713 from dhalbert/reversed-for-all-buildsScott Shawcroft
turn on reversed() for all builds
2019-03-27Merge pull request #1687 from jrcutler/masterDan Halbert
Enable nvm storage for all samd21x18 boards
2019-03-27Merge pull request #1710 from tannewt/fix_cdc_outDan Halbert
Update TinyUSB to fix CDC OUT buffering
2019-03-27Merge pull request #1711 from tannewt/immediate_rgb_led_brightnessDan Halbert
Make status LED brightness change immediate.
2019-03-27TileGrid: pixel_shader is not always a paletteDan Halbert
2019-03-26turn on reversed() for all buildsDan Halbert
2019-03-26Comment CleanupMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵Melissa LeBlanc-Williams
ssd1351-fix
2019-03-26Merge branch 'master' of https://github.com/adafruit/circuitpythonMelissa LeBlanc-Williams
2019-03-26Make status LED brightness change immediate.Scott Shawcroft
Fixes #1516