Alvaro Figueroa
3563c3725c
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (784 of 784 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-07-29 20:28:33 +02:00
Hosted Weblate
6dc01e179a
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-29 20:28:33 +02:00
Wellington Terumi Uemura
06f820c0d6
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (783 of 783 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-07-29 20:28:33 +02:00
Hosted Weblate
1ea227716d
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-07-29 20:28:33 +02:00
dherrada
9f8823e455
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (782 of 783 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-07-29 20:28:33 +02:00
Dan Halbert
c754e01711
Merge pull request #3220 from dhalbert/upload-mpy-cross-to-s3
...
Upload mpy-cross builds to S3
2020-07-29 14:28:26 -04:00
Scott Shawcroft
61d1148bb3
Merge pull request #3222 from WarriorOfWire/pick_micropython
...
py/compile: Don't await __aiter__ special method in async-for.
2020-07-29 10:54:37 -07:00
Joey Castillo
8acec2ca35
add descriptive pin names
2020-07-29 13:49:08 -04:00
Scott Shawcroft
5e86262694
Merge pull request #3187 from jepler/ulab-restructure-document
...
Upgrade ulab
2020-07-29 10:48:27 -07:00
Scott Shawcroft
b76d37f24a
Merge pull request #3223 from dhalbert/unmount-before-reset
...
storage.erase_filesystem(): disconnect from USB and wait 1 second before resetting
2020-07-29 10:47:24 -07:00
Scott Shawcroft
05a1519e5d
Merge pull request #3214 from kmatch98/bitmap_write
...
Updated Group.c to correct bug with insert into displayio.Group
2020-07-29 10:46:33 -07:00
Joey Castillo
ea9bc9b4b6
set screen orientation to portrait
2020-07-29 13:46:10 -04:00
Dan Halbert
4d54cbc6a7
Remove extra and incorrect upload line
2020-07-29 12:30:48 -04:00
Jeff Epler
5cb7e64cc8
Merge pull request #3221 from WarriorOfWire/vectorio_topleft
...
use top-left heuristic for vectorio.Polygon
2020-07-29 11:19:02 -05:00
hathach
b2ec77e554
Merge remote-tracking branch 'adafruit/main' into improve-highspeed-usb
2020-07-29 23:14:52 +07:00
Jeff Epler
fbc78972eb
Merge pull request #3203 from WarriorOfWire/speed_up_builds
...
Use 2 cores per build task in github CI build
2020-07-29 11:09:09 -05:00
Jeff Epler
f01c7745a5
Merge pull request #3212 from tannewt/fix_doc_build
...
Add isort to doc deps
2020-07-29 10:58:32 -05:00
Dan Halbert
b93ee1e6f8
remove temp upload check; can't be tested from fork
2020-07-29 10:35:58 -04:00
Dan Halbert
2b6b0e949d
temporary change to test uploads
2020-07-29 10:23:45 -04:00
hathach
93cc505144
update tinyusb to commit 22100b252
...
fix warnings on esp32s2 and stm32
2020-07-29 19:18:46 +07:00
hathach
9f3bddbcb2
update tinyusb from commmit dc5445e2f to 78f1576e9
2020-07-29 16:23:21 +07:00
hathach
b6724e843c
update CDC/MIDI bufsize to at least 512 for highspeed port
2020-07-29 16:22:27 +07:00
hathach
1f4fcb399b
move CFG_TUSB_RHPORT0_MODE into generated header
2020-07-29 16:05:31 +07:00
hathach
d8fef207d2
remove obsolete CFG in tusb_config.h
2020-07-29 15:45:01 +07:00
hathach
6063828279
replace USB_MSC_MAX_PACKET_SIZE with USB_HIGHSPEED in descriptor gen tool
2020-07-29 15:38:55 +07:00
Kenny
4c2d0c3dc5
use top-left heuristic for vectorio.Polygon
...
this flips the bottom-right style to top-left which is at least
kind of normal. A 2x2 square at (0,0) would be defined like
(0,0), (3,0), (3,3), (0,3)
Which seems kind of surprising but at least less bonkers than
that square being defined at (1,1), which is the current behavior.
2020-07-28 23:10:59 -07:00
Dan Halbert
715ea13273
Upload mpy-cross builds to S3
2020-07-28 19:42:50 -04:00
Dan Halbert
e6bd99a5ee
wip
2020-07-28 18:18:41 -04:00
Jeff Epler
9b8df7f635
Upgrade ulab
...
This version
* moves source files to reflect module structure
* adds inline documentation suitable for extract_pyi
* incompatibly moves spectrogram to fft
* incompatibly removes "extras"
There are some remaining markup errors in the specific revision of
extmod/ulab but they do not prevent the doc building process from
completing.
2020-07-28 16:57:48 -05:00
Dan Halbert
65c22aa434
storage.erase_filesystem(): unmount and wait 1 second before resetting
2020-07-28 17:52:56 -04:00
Scott Shawcroft
6afbefc739
Merge pull request #3219 from adafruit/encoding
...
fix windows' encoding defaults
2020-07-28 14:00:44 -07:00
Margaret Matocha
0887bc2112
Updated to remove else statment, attempt to remove excess mpy-cross... file
2020-07-28 15:03:51 -05:00
Margaret Matocha
076c5f946f
Updated to remove unnecessary else statement
2020-07-28 14:53:50 -05:00
Margaret Matocha
fd7801415a
Deleted mpy-cross file
2020-07-28 14:53:09 -05:00
Dan Halbert
ca9eae8eea
Merge pull request #3209 from pewpew-game/fluff-m0-pins
...
fluff_m0: add pin aliases
2020-07-28 15:15:15 -04:00
Dan Halbert
824a57c6f4
Merge pull request #3218 from tannewt/use_gcc10_peripherals
...
Use samd peripherals fixed for gcc 10
2020-07-28 15:14:20 -04:00
Scott Shawcroft
b30d89131b
Merge pull request #3215 from ansonhe97/main
...
Added display QSTR to Wio Terminal
2020-07-28 11:53:17 -07:00
Scott Shawcroft
efee11dffe
Add black too
2020-07-28 11:42:58 -07:00
Dan Halbert
0619966c19
wip
2020-07-28 14:28:09 -04:00
Dan Halbert
57464998c0
add to build.yml
2020-07-28 14:23:01 -04:00
lady ada
5b675cc83f
fix windows' encoding defaults
2020-07-28 14:19:43 -04:00
Dan Halbert
649e6d59ce
Merge from upstream and make translate
2020-07-28 14:15:33 -04:00
Dan Halbert
aa97ea2501
Merge remote-tracking branch 'adafruit/main' into blm_badge
2020-07-28 14:15:02 -04:00
Scott Shawcroft
92216d6417
Use samd peripherals fixed for gcc 10
2020-07-28 11:14:25 -07:00
Dan Halbert
9572f306d3
ATT WIP
2020-07-28 11:56:00 -04:00
Dan Halbert
e5e132a364
add blm_badge; add CIRCUITPY_AUDIOBUSIOIO_I2SOUT
2020-07-28 11:49:54 -04:00
Dan Halbert
9fc7118861
Merge pull request #3213 from jerryneedell/jerryn_pystack
...
adjust stack for SAMD21 to accommodate larger pystack
2020-07-28 11:40:56 -04:00
ansonhe97
e15bcebb6e
Added display QSTR to Wio Terminal
2020-07-28 17:31:17 +08:00
Anson He
c010cc2c41
Merge pull request #1 from adafruit/main
...
Merged main to fork
2020-07-28 17:03:10 +08:00
sabas1080
d37326326d
init bastwifi
2020-07-28 00:56:37 -05:00