Commit Graph

13018 Commits

Author SHA1 Message Date
Elias Santistevan b124071e10 Removes a lot of left over comments, adds lumidrive and redboard turbo to travis.yml 2019-01-30 16:13:08 -07:00
Elias Santistevan 9984b26a32 Updates devices.h to include the W25Q32FV flash chip that is on the SparkFun LumiDrive and Redboard Turbo 2019-01-30 13:53:00 -07:00
Elias Santistevan 178cfc1623 Adds make config files for SparkFun LumiDrive and Redboard Turbo 2019-01-30 13:50:29 -07:00
hathach a51f2b0716 refactor nrfx from supervisor/usb.c 2019-01-30 22:30:23 +07:00
hathach 164e1e2341 re-init usb hardware when enable/disable SD 2019-01-30 14:13:07 +07:00
hathach d1fb384a4a
update tinyusb, work better with sd 2019-01-29 21:03:18 +07:00
Scott Shawcroft 765d877dfa
Merge pull request #1499 from nickzoic/nickzoic/circuitpython-nrf-touchin-1048
Nickzoic/circuitpython nrf touchin 1048
2019-01-28 00:22:34 -08:00
Nick Moore 294b026aca Automatically set a default threshold for touchio.TouchIn channels 2019-01-28 18:22:57 +11:00
Scott Shawcroft 825c80a48f
Merge pull request #1502 from adafruit/tannewt-patch-7
Remove draft because is unpublishes releases
2019-01-27 21:53:40 -08:00
Scott Shawcroft 2bb89c6fde
Remove draft because is unpublishes releases 2019-01-27 14:44:58 -08:00
Scott Shawcroft 07b96fa15d
Merge pull request #1495 from TG-Techie/patch-3
fixed compiling error for datalore ip m4
2019-01-27 14:07:16 -08:00
Scott Shawcroft de2861969b
Merge pull request #1494 from TG-Techie/patch-2
add displayio to TG-Techie's first board
2019-01-27 14:06:47 -08:00
Scott Shawcroft b16f489d58
Merge pull request #1496 from ShawnHymel/master
Added support for SparkFun SAMD21 Dev Board
2019-01-27 14:06:07 -08:00
Nick Moore 539aaf08b5 speed up measurement loop 2019-01-27 21:54:59 +11:00
Nick Moore 4a093294ac hugely simplified version of the touchio.TouchIn.get_raw_reading code (adafruit/circuitpython#1048) 2019-01-27 15:08:03 +11:00
Scott Shawcroft cd0aacccbd
Merge pull request #1497 from jerryneedell/jerryn_fix_time
fix kw_arg checking for time.struct_time()
2019-01-25 13:55:57 -08:00
Jerry Needell 44bd9d1013 fix kw_arg checking for time.struct_time() 2019-01-25 14:57:31 -05:00
ShawnHymel dd5165c92c Added support for SparkFun SAMD21 Dev 2019-01-25 12:27:31 -06:00
TG-Techie 468faf4e2b
fixed compiling error 2019-01-25 12:42:43 -05:00
ShawnHymel 65dc8d0c74 Updated .travis.yml and samd README with SparkFun SAMD21 Dev pinout 2019-01-25 11:08:19 -06:00
TG-Techie e9538dbc7f
add displayio to TG-Techie's first board 2019-01-25 12:06:05 -05:00
ShawnHymel d79615f96b Revert "Updated samd readme with SparkFun SAMD21 Dev pinout"
This reverts commit d10fa4a8cb.
2019-01-25 11:02:22 -06:00
ShawnHymel d10fa4a8cb Updated samd readme with SparkFun SAMD21 Dev pinout 2019-01-25 10:14:53 -06:00
Dan Halbert 6be4b07e17
Merge pull request #1492 from tannewt/board_info_fix
Fix board info script to skip removed boards.
2019-01-24 14:37:55 -05:00
Scott Shawcroft d30bdd4cb3
Fix board info script to skip removed boards. 2019-01-24 10:22:14 -08:00
Scott Shawcroft de628ac963
Merge pull request #1488 from Tasm-Devil/master
new translations
2019-01-24 10:06:26 -08:00
Scott Shawcroft e77872f9c6
Merge pull request #1491 from dhalbert/ble-data-length-update
bleio: handle events sent by newer devices and by Android
2019-01-24 09:53:59 -08:00
Dan Halbert 04aa906fac fix a few ble-related doc issues 2019-01-24 00:13:15 -05:00
Dan Halbert 7998a7696d also handle BLE_GATTS_EVT_SYS_ATTR_MISSING: fixes Android: 2019-01-23 22:12:38 -05:00
Dan Halbert b1f1bb1389 support BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST, sent by newer devices 2019-01-23 21:07:23 -05:00
Scott Shawcroft 49581f9e1c
Merge pull request #1489 from tannewt/fix_palette_color
Fix palette color conversion
2019-01-23 15:29:38 -08:00
Scott Shawcroft b2f2abcb22
Make palette color ordering consistent with ColorConvertes and fix blinka. 2019-01-23 14:44:46 -08:00
Scott Shawcroft 3139d0dc20
Use common delay function during display init so we don't starve background tasks. 2019-01-23 14:43:54 -08:00
Pascal Deneaux f6fd65b41c
another " was missing 2019-01-23 22:42:38 +01:00
Pascal Deneaux e82334942a
Update de_DE.po 2019-01-23 20:49:57 +01:00
Pascal Deneaux be3df58ca4
Update de_DE.po 2019-01-23 19:36:21 +01:00
Pascal Deneaux 2ff3b84452
new translations 2019-01-23 15:35:23 +01:00
Pascal Deneaux f7277b5b9f
Merge pull request #1 from adafruit/master
test pull
2019-01-23 13:23:33 +01:00
Dan Halbert 07a4cc0c48
Merge pull request #1487 from tannewt/enable_displayio
Enable displayio on all Express boards.
2019-01-22 22:46:11 -05:00
Scott Shawcroft aaa644b223
Skip displayio on crickit builds and cpx build due to lack of space. 2019-01-22 18:49:37 -08:00
Scott Shawcroft 0cdbc004e6
Enable displayio on all Express boards. 2019-01-22 17:59:31 -08:00
Scott Shawcroft fb2d87bf4f
Merge pull request #1485 from Tasm-Devil/patch-2
Corrected incorrect translations and added some
2019-01-22 16:32:43 -08:00
Scott Shawcroft 0a3f62d8d4
Merge remote-tracking branch 'adafruit/master' into patch-2 2019-01-22 15:57:59 -08:00
Scott Shawcroft cef6e0895a
Merge pull request #943 from rhooper/pixelbuf
Add pixelbuf for accelerating NeoPixel operations
2019-01-22 15:40:24 -08:00
Scott Shawcroft f43379c771
No pixelbuf on Hallowing 2019-01-22 14:38:34 -08:00
Pascal Deneaux 603f64d731
Corrected incorrect translations and added some
Should the error messages from files in the py folder also be translated?
2019-01-22 23:05:38 +01:00
Scott Shawcroft a380865655
Merge remote-tracking branch 'adafruit/master' into HEAD 2019-01-22 14:02:07 -08:00
Scott Shawcroft f46ec0253d
Merge pull request #1484 from larsks/issue/1483
tell people that esp8266 is no longer supported
2019-01-22 13:24:51 -08:00
Scott Shawcroft 736d21fce8
Merge pull request #1482 from dhalbert/bleio2
More bleio revision
2019-01-22 13:24:35 -08:00
Lars Kellogg-Stedman 3d3c50f927 tell people that esp8266 is no longer supported
Closes #1483
2019-01-22 15:40:00 -05:00