Skip to content

Commit 749b2b0

Browse files
authored
Merge pull request #2 from adafruit/master
Get latest
2 parents e766f6e + 6773fe6 commit 749b2b0

File tree

112 files changed

+3037
-1179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+3037
-1179
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
url = https://github.com/adafruit/nrfx.git
7979
[submodule "lib/tinyusb"]
8080
path = lib/tinyusb
81-
url = https://github.com/tannewt/tinyusb.git
81+
url = https://github.com/hathach/tinyusb.git
8282
branch = develop
8383
[submodule "tools/huffman"]
8484
path = tools/huffman

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ git:
2121
# that SDK is shortest and add it there. In the case of major re-organizations,
2222
# just try to make the builds "about equal in run time"
2323
env:
24-
- TRAVIS_TESTS="unix docs translations website" TRAVIS_BOARDS="feather_huzzah circuitplayground_express grandcentral_m4_express pca10056 pca10059 feather_nrf52832 feather_nrf52840_express makerdiary_nrf52840_mdk" TRAVIS_SDK=arm:nrf:esp8266
24+
- TRAVIS_TESTS="unix docs translations website" TRAVIS_BOARDS="feather_huzzah circuitplayground_express mini_sam_m4 grandcentral_m4_express pca10056 pca10059 feather_nrf52832 feather_nrf52840_express makerdiary_nrf52840_mdk particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini" TRAVIS_SDK=arm:nrf:esp8266
2525
- TRAVIS_BOARDS="metro_m0_express metro_m4_express pirkey_m0 trellis_m4_express trinket_m0" TRAVIS_SDK=arm
2626
- TRAVIS_BOARDS="feather_radiofruit_zigbee gemma_m0 hallowing_m0_express itsybitsy_m0_express itsybitsy_m4_express meowmeow" TRAVIS_SDK=arm
27-
- TRAVIS_BOARDS="feather_m0_express_crickit feather_m0_rfm69 feather_m0_rfm9x feather_m4_express arduino_zero arduino_mkr1300" TRAVIS_SDK=arm
27+
- TRAVIS_BOARDS="feather_m0_express_crickit feather_m0_rfm69 feather_m0_rfm9x feather_m4_express arduino_zero arduino_mkr1300 arduino_mkrzero" TRAVIS_SDK=arm
2828
- TRAVIS_BOARDS="circuitplayground_express_crickit feather_m0_adalogger feather_m0_basic feather_m0_express catwan_usbstick" TRAVIS_SDK=arm
2929

3030
addons:
@@ -37,8 +37,8 @@ deploy:
3737
provider: releases
3838
api_key:
3939
secure: "jdqVFw6itRY4qwQF4ReXo0uaymT+Mob6RhYX0lw8KWFNqBgHnLVuKmKKcGMEuRvBVMPkvxF7bMuOQzSBOunqwlHFse3oMzdWvQODv1zwV7pSRXGwTdIvTPbBjKWxnBG9uSNRf2R5AMflJFUxy2CbtBpgvNzr+4VLREZDrrjEu8C1iTtXGpSm5AQ5iIp2fkMAWD85FP7CQPpkqRoxhSIFZmTdurfYRmenq1OZ/4SeD5TESKcyvqJNzVT9z210B3cg3eAkP6ukvelW4qE2zgIANqUkGqvDEnAvEII9M89kuwhCMAekdfwnUSPrry+g77i1dUZHoRN1+MFj+waYtPaqxdYo2G1sysa6enxlu4jHMR5MfMk9eKHgaNgL3PiyANusYSS44amh8QIiVaX5nw82myZDCpQOZW7YqJKE6WX70Lbs4mS+wIs+ig4KIXO1B0p9kMb0OeVjHRl+KcXsWGRu/ECG/ExpqlVIssSPU407LohMXT2cJ37CY/R/EeK2XSDsQ2M3L3EAGUjCJdBGuwsOJ+2lG+HQpAVu9vAB4kq5jy9Ye+MG+8Xlkly3XZZ5+FkXyYxKnXb26/QVv0e5sIG5OmdJCPYFaH2J1QdKo7CdhEcBtrf6DMPWaimGMldShFqzLjOz3b3qLysRxFF0aGb7ipKPa57vawNzYHoPAViOcXQ="
40-
file:
41-
- $(ls -d1 bin/*/* | tr "\n" ":")
40+
file_glob: true
41+
file: "$TRAVIS_BUILD_DIR/bin/*/*"
4242
skip_cleanup: true
4343
draft: true
4444
on:
@@ -92,7 +92,9 @@ script:
9292
- make -C mpy-cross -j2
9393
- echo -en 'travis_fold:end:mpy-cross\\r'
9494

95-
- cd tools && python3 build_adafruit_bins.py
95+
# Use unbuffered output because building all the releases can take a long time.
96+
# Travis will cancel the job if it sees no output for >10 minutes.
97+
- cd tools && python3 -u build_release_files.py
9698
- cd ..
9799

98100
- echo 'Building unix' && echo -en 'travis_fold:start:unix\\r'

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ Other
6060
supported using the `Adafruit CircuitPython SD
6161
library <https://github.com/adafruit/Adafruit_CircuitPython_SD>`__)
6262
- `Arduino Zero <https://www.arduino.cc/en/Main/ArduinoBoardZero>`__
63+
- `Arduino MKR Zero <https://store.arduino.cc/arduino-mkrzero>`__ (MicroSD card
64+
supported using the `Adafruit CircuitPython SD
65+
library <https://github.com/adafruit/Adafruit_CircuitPython_SD>`__)
6366

6467
"Third-party" or "non-Adafruit" boards
6568
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6669

6770
- `Electronic Cats Meow Meow <https://electroniccats.com/gomeow/>`__
68-
- `Electronic Cats CatWAN USB Stick <https://electroniccats.com/producto/catwan_usb_stick/>`__
69-
71+
- `Electronic Cats CatWAN USB Stick <https://electroniccats.com/producto/catwan_usb_stick/>`__
7072

7173
Download
7274
--------
@@ -207,7 +209,7 @@ amongst ports including CircuitPython:
207209
- ``extmod`` Shared C code used in multiple ports' modules.
208210
- ``lib`` Shared core C code including externally developed libraries
209211
such as FATFS.
210-
- ``logo`` The MicroPython logo.
212+
- ``logo`` The CircuitPython logo.
211213
- ``mpy-cross`` A cross compiler that converts Python files to byte
212214
code prior to being run in MicroPython. Useful for reducing library
213215
size.
@@ -262,7 +264,7 @@ project.
262264

263265
`⬆ back to top <#adafruit-circuitpython>`__
264266

265-
.. |Build Status| image:: https://travis-ci.org/adafruit/circuitpython.svg?branch=master
267+
.. |Build Status| image:: https://travis-ci.com/adafruit/circuitpython.svg?branch=master
266268
:target: https://travis-ci.org/adafruit/circuitpython
267269
.. |Doc Status| image:: https://readthedocs.org/projects/circuitpython/badge/?version=latest
268270
:target: http://circuitpython.readthedocs.io/

lib/tinyusb

0 commit comments

Comments
 (0)