Commit Graph

13455 Commits

Author SHA1 Message Date
F59JBP0
7fe3fb480d Merge remote-tracking branch 'yeyeto2788/master' 2019-03-29 13:48:51 +01:00
Melissa LeBlanc-Williams
e254597c24 Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1351-fix 2019-03-28 17:27:59 -07:00
Scott Shawcroft
a30bbe6294
Merge pull request #1534 from nickzoic/circuitpython-nickzoic-1046-nrf-rtc
Circuitpython nickzoic 1046 nrf rtc
2019-03-28 16:40:32 -07:00
Scott Shawcroft
9ff54fdf72
Merge pull request #1685 from makermelissa/master
Added option to enable toggling CS between init commands
2019-03-28 09:45:01 -07:00
Scott Shawcroft
98811a9675
Update comment 2019-03-28 09:29:18 -07:00
Dan Halbert
c6e3b17203
Merge pull request #1721 from tannewt/fix_hid_report_lookup
Fix HID buffer lookup
2019-03-28 09:20:33 -04:00
Nick Moore
5b98102677 re-run make translate 2019-03-28 14:48:46 +11:00
Nick Moore
54a41e0812 Merge branch 'master' into circuitpython-nickzoic-1046-nrf-rtc 2019-03-28 14:48:10 +11:00
Nick Moore
02f1939df2 Reset translations to master 2019-03-28 14:47:58 +11:00
Melissa LeBlanc-Williams
8087cb41e5 Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1351-fix 2019-03-27 20:18:37 -07:00
Melissa LeBlanc-Williams
2e0268cb09 Simplified cs toggling into fourwire only 2019-03-27 20:17:22 -07:00
Melissa LeBlanc-Williams
f3ec0514cd Simplified into fourwire only 2019-03-27 20:11:32 -07:00
Scott Shawcroft
fd134df552
Merge pull request #1720 from dhalbert/frequencyio-full-builds
Turn on frequencyio only on CIRCUITPY_FULL_BUILD
2019-03-27 18:20:47 -07:00
Scott Shawcroft
2cc3159f73
Merge pull request #1719 from dhalbert/restrict-translate-1
restrict 'make translate' to include only those directories we have ports for
2019-03-27 18:10:45 -07:00
Nick Moore
a06ce33472 Update translations (again) 2019-03-28 09:57:35 +11:00
Nick Moore
93684737eb Fix up messages & wild stab at translations for adafruit/circuitpython#1046
The mysterious MP_WEAK linking bug still exists, thus the new message for 'set'.
2019-03-28 09:56:48 +11:00
Nick Moore
71622a4515 There isn't really a good way to calibrate this RTC adafruit/circuitpython#1046 2019-03-28 09:50:09 +11:00
Nick Moore
28254def0b adafruit/circuitpython#1046 handle overflows in the RTC counter 2019-03-28 09:50:09 +11:00
Nick Moore
ff6395fa4e workaround for problem with adafruit/circuitpython#1046
the __weak linking works fine so long as these functions are not identical.
I have not yet worked out why.
2019-03-28 09:50:09 +11:00
Nick Moore
b09d2c3c62 enable NRFX RTC adafruit/circuitpython#1046 2019-03-28 09:50:09 +11:00
Nick Moore
69cf33e6a1 more fake RTC code ... adafruit/circuitpython#1046
(works if MP_WEAK common_hal_rtc_get_time is removed)
2019-03-28 09:50:09 +11:00
Nick Moore
77f307c642 starting on #1046 rtc for nRF 2019-03-28 09:50:09 +11:00
Scott Shawcroft
9232ec50f1
Fix HID buffer lookup
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 15:23:20 -07:00
Dan Halbert
f118aef283 copy/paste error 2019-03-27 18:19:39 -04:00
Dan Halbert
88068876ed turn off frequencyio for all SAMD21 builds 2019-03-27 17:54:36 -04:00
Dan Halbert
35ab1a1983 Turn on frequencyio only on CIRCUITPY_FULL_BUILD 2019-03-27 16:57:35 -04:00
Dan Halbert
b7a68a7020 restrict 'make translate' to include only those directories we have ports 2019-03-27 16:28:50 -04:00
Juan Biondi
cc2513748e (ES)Add new strings, and fix some others that where wrong. 2019-03-27 20:16:41 +01:00
Juan Biondi
f6892ce3ff
Merge pull request #4 from adafruit/master
Get latest changes to translate
2019-03-27 19:55:23 +01:00
Scott Shawcroft
94822ee208
Merge pull request #1714 from dhalbert/pixel-shader-bug
TileGrid: pixel_shader is not always a Palette
2019-03-27 10:58:07 -07:00
Scott Shawcroft
129cc7cb67
Merge pull request #1713 from dhalbert/reversed-for-all-builds
turn on reversed() for all builds
2019-03-27 10:55:21 -07:00
Dan Halbert
df79e9a732
Merge pull request #1687 from jrcutler/master
Enable nvm storage for all samd21x18 boards
2019-03-27 11:10:22 -04:00
Dan Halbert
83f5414bdb
Merge pull request #1710 from tannewt/fix_cdc_out
Update TinyUSB to fix CDC OUT buffering
2019-03-27 11:09:29 -04:00
Dan Halbert
6cd874cc47
Merge pull request #1711 from tannewt/immediate_rgb_led_brightness
Make status LED brightness change immediate.
2019-03-27 11:08:31 -04:00
Dan Halbert
374f210771 TileGrid: pixel_shader is not always a palette 2019-03-27 10:55:50 -04:00
Dan Halbert
4c1849ae7c turn on reversed() for all builds 2019-03-26 22:15:26 -04:00
Melissa LeBlanc-Williams
2f7b338a4b Comment Cleanup 2019-03-26 18:56:25 -07:00
Melissa LeBlanc-Williams
f4cede4747 Removed parameter so CS is always toggled 2019-03-26 18:46:13 -07:00
Melissa LeBlanc-Williams
b2ad16f5c8 Removed parameter so CS is always toggled 2019-03-26 18:34:07 -07:00
Melissa LeBlanc-Williams
5f0e71ccb4 Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1351-fix 2019-03-26 18:23:02 -07:00
Melissa LeBlanc-Williams
0df40534f3 Merge branch 'master' of https://github.com/adafruit/circuitpython 2019-03-26 18:22:30 -07:00
Scott Shawcroft
503642e794
Make status LED brightness change immediate.
Fixes #1516
2019-03-26 16:43:35 -07:00
Scott Shawcroft
1b97325418
Update TinyUSB to fix CDC OUT buffering
Fixes #1630
2019-03-26 16:15:52 -07:00
Scott Shawcroft
3f42a49a6b
Merge pull request #1674 from pewpew-game/bug1669
Properly calculate BPP for displayio.Bitmap
2019-03-26 15:49:42 -07:00
Scott Shawcroft
8ea5fedf19
Merge pull request #1682 from rhwlo/add-socket.recv_into
shared-bindings/socket: add socket.recv_into
2019-03-26 14:28:07 -07:00
Scott Shawcroft
2c93ce5a28
Merge pull request #1672 from dhalbert/regular-fs-flush
flush flash filesystem once a second
2019-03-26 13:47:43 -07:00
Melissa LeBlanc-Williams
a54493b4ae Added small delay inside toggle for edge cases 2019-03-26 07:45:17 -07:00
Melissa LeBlanc-Williams
09a1f06bbf Added small delay inside toggle for edge cases 2019-03-26 07:39:40 -07:00
Melissa LeBlanc-Williams
cc96c39e6d Fixed wrong operator 2019-03-25 23:58:58 -07:00
Dan Halbert
2229f17911 reset flush timer on call to filesystem_flush() 2019-03-25 20:42:08 -04:00