Scott Shawcroft
95e0309263
Merge remote-tracking branch 'adafruit/master' into mini_sam
2018-11-30 14:40:01 -08:00
Scott Shawcroft
754d6afd16
Undo uzlib change
2018-11-30 14:36:46 -08:00
Dan Halbert
ab94344bae
Merge pull request #1360 from adafruit/tannewt-patch-5
...
Make sure the commit builds include version info
2018-11-28 09:00:24 -05:00
Scott Shawcroft
f13fac0fb4
try 3
2018-11-28 00:19:17 -08:00
Scott Shawcroft
f4e7d7fbb4
Try to get the last tag.
2018-11-27 23:59:02 -08:00
Scott Shawcroft
272be10914
Fetch back to 4.0.0-alpha.2 so Travis has the latest tags
2018-11-27 23:29:30 -08:00
Scott Shawcroft
c47c495aca
Merge pull request #1329 from notro/oserror_errno
...
Support OSError subclasses and attributes
2018-11-27 22:35:54 -08:00
Dan Halbert
f6c73b35f9
Merge pull request #1323 from notro/os_mkdir_a_b
...
shared-module/os: Fix os.mkdir('a/b')
2018-11-27 17:08:51 -05:00
Scott Shawcroft
913b513929
Merge pull request #1357 from ElectronicCats/add-electroniccats-catwan-usbstick
...
Added board Electronic Cats CatWAN USB Stick
2018-11-27 11:58:26 -08:00
Scott Shawcroft
60480ff4ed
Merge pull request #1351 from jepler/issue1307-ujson
...
json: enable on nrf boards and "large flash" M4 samd boards
2018-11-27 11:29:29 -08:00
Dan Halbert
4e8531f4a2
Merge pull request #1358 from tannewt/fix_840_qspi
...
Fix QSPI on Feather nRF52840
2018-11-27 08:38:35 -05:00
Scott Shawcroft
d446d328d8
Fix QSPI on Feather nRF52840
...
We were writing with quad page program including the address (0x38)
which is unsupported by the GD25Q16C but it is supported by the
flash on the DK. So, we use the single address, quad data command
(0x32).
2018-11-27 00:13:24 -08:00
Dan Halbert
027ed82c2c
Merge pull request #1356 from tannewt/xenial_travis
...
Update to Xenial on Travis
2018-11-27 00:06:35 -05:00
sabas1080
a053eb2205
auto-built and documentation
2018-11-26 14:51:04 -06:00
sabas1080
1da2425612
Add Electronic Cats CatWAN USB Stick
2018-11-26 14:39:58 -06:00
Scott Shawcroft
0c55ddf0fc
Update to Xenial on Travis
2018-11-26 11:53:03 -08:00
Dan Halbert
292737fa2b
Merge pull request #1354 from tannewt/nrf_feather_fixes
...
A few fixes for nRF52840 feather QSPI and neopixel
2018-11-23 22:30:40 -05:00
Scott Shawcroft
15eeac5d4b
A few fixes for nRF52840 feather QSPI and neopixel
2018-11-23 14:22:07 -08:00
Scott Shawcroft
e77c06e8c3
Merge pull request #1353 from tannewt/usb_update
...
Update tinyusb to include control fixes.
2018-11-23 13:52:39 -08:00
Scott Shawcroft
324301e3bc
Update tinyusb to include control fixes.
2018-11-23 13:28:10 -08:00
Limor "Ladyada" Fried
3ca74d8693
Merge pull request #1349 from dhalbert/feather52840-pins
...
Latest Feather nRF52840 pin revisions
2018-11-22 19:48:43 -08:00
Jeff Epler
52fd151c9c
ports/nrf: enable json module on nrf boards generally
2018-11-22 10:35:57 -06:00
Jeff Epler
78972cc879
ports/atmel-samd: enable json module on M4 boards with lots of flash
2018-11-22 10:35:44 -06:00
Dan Halbert
5fe746f643
Latest Feather nRF52840 pin revisions
2018-11-21 19:46:49 -05:00
Kattni
f0d02fcbf0
Merge pull request #1348 from sommersoft/fix_drivers
...
Fix Driver RTD Links
2018-11-21 14:30:30 -05:00
sommersoft
4254ae6d5b
add 74HC595
2018-11-21 13:05:02 -06:00
sommersoft
59430ea26d
fix L3GD20 link
2018-11-21 12:58:11 -06:00
sommersoft
d7aa790e4b
add trailing '/' to links missing them
2018-11-21 12:55:01 -06:00
Benjamin Shockley
69eb2efced
Update devices.h
2018-11-20 13:21:43 -06:00
Benjamin Shockley
c344d48840
Update devices.h
2018-11-20 12:44:12 -06:00
Scott Shawcroft
b823cbd089
Merge pull request #1345 from C47D/fix_monotonic_ns
...
Fix time.monotonic_ns docstring
2018-11-18 21:53:23 -08:00
Carlos
060b84a0fa
Remove reference to clock_id on the function descriptiions
2018-11-18 10:43:28 -06:00
Carlos
55a9e2d697
Fix time.monotonic_ns docstring
2018-11-18 10:41:35 -06:00
Benjamin Shockley
05ff3feea5
Merge branch 'master' of https://github.com/bwshockley/circuitpython
2018-11-16 09:52:50 -06:00
Benjamin Shockley
acb9bd7618
Cleanup for Mini SAM M4 Only
...
Remvoed older files and cleaned up repository to reflect changes for Mini SAM M4.
2018-11-16 09:46:08 -06:00
Scott Shawcroft
0ea31ec15d
Merge pull request #1339 from dhalbert/3.x-frozen-swap
...
Merge 3.x .frozen and /lib swap on sys.path; update frozen libs
2018-11-15 12:52:54 -08:00
Dan Halbert
11de8fdca7
merge 3.x swap of /lib and .frozen; update frozen libs
2018-11-15 15:00:23 -05:00
Dan Halbert
3ace9ea9ea
Merge pull request #1333 from sommersoft/drivers_page
...
Update Core Drivers Page [3.x]
2018-11-14 23:40:56 -05:00
sommersoft
3f9b0f764d
remove pca10056 from 3.x .travis.yml too
2018-11-14 22:18:32 -06:00
sommersoft
df663e42e9
remove pca10056 from 3.x travis builds
2018-11-14 22:02:19 -06:00
Dan Halbert
7e2a3bf52e
Merge pull request #1338 from tannewt/fix_nrf_internal_flash
...
Fix nrf internal flash
2018-11-14 22:54:23 -05:00
Scott Shawcroft
b67c53edfa
Factor out of external flash as well.
...
Plus some cleanup.
Fixes #1324
2018-11-14 18:30:47 -08:00
Kattni
9be61fec41
Merge pull request #1334 from sommersoft/new_master
...
Update Core Drivers Page [master]
2018-11-14 21:28:41 -05:00
Scott Shawcroft
87ddd64481
Factor out fake partition
2018-11-14 17:59:11 -08:00
Scott Shawcroft
47212ee31e
start debug
2018-11-14 17:21:48 -08:00
Dan Halbert
7b4521f039
Merge pull request #1336 from tannewt/tinyusb_samd_setup_fix
...
Update TinyUSB with SAMD fixes.
2018-11-14 18:25:45 -05:00
Scott Shawcroft
fd3178b2fe
Update TinyUSB with SAMD fixes.
...
Fixes #1327
2018-11-14 14:54:00 -08:00
sommersoft
e2bfe91700
i have no more words...
2018-11-13 23:37:27 -06:00
sommersoft
c669f7563c
git diff review fail before push...
2018-11-13 23:32:50 -06:00
sommersoft
a7a66e9399
fix led-animation url; it has 2 valid urls...
2018-11-13 23:28:23 -06:00