Commit Graph

17499 Commits

Author SHA1 Message Date
Jeff Epler
a85b6441fc main: Drop "double extension" detection if not FULL_BUILD
This saves nearly 200 bytes.  Curiously, it also saves RAM.
2020-08-04 14:45:45 -05:00
Jeff Epler
024c8da578 Combine some "can't convert" messages 2020-08-04 14:45:45 -05:00
Jeff Epler
d0427cf60c Combine some "safe mode" messages 2020-08-04 14:45:45 -05:00
Jeff Epler
c849b781c0 Combine 'index out of range' messages 2020-08-04 14:45:45 -05:00
Jeff Epler
89797fd3f9 various: Use mp_obj_get_type_qstr more widely
This removes runtime allocations of the cstring version of the qstring.

It is not a size improvement
2020-08-04 14:45:45 -05:00
Jeff Epler
c37a25f0e5 Use qstrs to save an additional 4 bytes 2020-08-04 14:45:45 -05:00
Jeff Epler
92917b84f1 fix exception type for pop from empty set 2020-08-04 13:58:29 -05:00
Jeff Epler
67eb93fc98 py: introduce, use mp_raise_msg_vlist
This saves a very small amount of flash, 8 bytes on trinket_m0
2020-08-04 13:34:29 -05:00
Jeff Epler
dddd25a776 Combine similar strings to reduce size of translations
This is a slight trade-off with code size, in places where a "_varg"
mp_raise variant is now used.  The net savings on trinket_m0 is
just 32 bytes.

It also means that the translation will include the original English
text, and cannot be translated.  These are usually names of Python
types such as int, set, or dict or special values such as "inf" or
"Nan".
2020-08-04 13:34:29 -05:00
Yihui Xiong
6dc0f4f1b6 add an option to turn off QSPI when sleep 2020-08-05 01:10:58 +08:00
Taku Fukada
9582cc5bd5 Add make check-stubs for validating Python stubs 2020-08-04 20:41:34 +09:00
sommersoft
19af89cbee .gitignore: only ignore autoapi generated .rst files in shared-bindings; ignore common python venv's 2020-08-03 23:01:51 -05:00
Jeff Epler
0e2d231445 Merge remote-tracking branch 'origin/main' into stm32-sdioio 2020-08-03 21:01:53 -05:00
Dan Halbert
a995a5c58f wip: partial discovery responses; compiles; not tested 2020-08-03 21:02:57 -04:00
Scott Shawcroft
c394af4128
Merge pull request #3241 from jepler/translation-percent-space-fixes
locale: Fix percent-space in several translations
2020-08-03 13:29:41 -07:00
Scott Shawcroft
93d76778c9
Merge pull request #3239 from jepler/mpy-cross-dependency-analysis
mpy-cross: fix dependency analysis
2020-08-03 13:14:26 -07:00
DavePutz
d7eedc5e38
Merge pull request #20 from adafruit/main
Update from main
2020-08-03 13:14:01 -05:00
DavePutz
1f759537c9
Merge pull request #19 from adafruit/main
Update from main
2020-08-03 13:10:55 -05:00
root
9203a77804 Turn off interrupts while in handler 2020-08-03 11:31:12 -05:00
Lucian Copeland
4900668778 Merge remote-tracking branch 'upstream/main' into esp32-neopixel 2020-08-03 12:26:37 -04:00
Jeff Epler
04734ca7ae locale: Fix percent-space in several translations 2020-08-03 07:13:32 -05:00
Jeff Epler
034b1bb903
Merge pull request #3240 from jerryneedell/jerryn_frozen
update frozen libraries
2020-08-03 07:10:11 -05:00
Jerry Needell
9b3af2b7e3 update frozen submodules 2020-08-03 06:25:29 -04:00
Jeff Epler
e666e86035 mpy-cross: fix dependency analysis
Closes: #3074
2020-08-02 20:42:10 -05:00
sabas1080
0e30fe1cc5 Update VID & PID codes 2020-08-02 19:54:11 -05:00
Jeff Epler
16b7d99041
Merge pull request #3229 from weblate/weblate-circuitpython-main
Translations update from Weblate
2020-08-02 16:41:43 -05:00
_fonzlate
accc454644
Translated using Weblate (Dutch)
Currently translated at 100.0% (786 of 786 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/nl/
2020-08-02 22:41:59 +02:00
Dan Halbert
0a60aee3e4 wip: compiles 2020-08-02 11:36:38 -04:00
sabas1080
b074f8a161 update for build test 2020-08-02 00:42:36 -05:00
root
45dee6e77b Merge branch 'issue3216' of https://github.com/DavePutz/circuitpython into issue3216
Conflicts:
	lib/protomatter
2020-08-01 19:10:52 -05:00
sabas1080
fea1cad02c add support for Bast Wifi Electronic Cats 2020-08-01 17:51:45 -05:00
Jeff Epler
64df244cf5 restore protomatter submodule ref 2020-08-01 17:10:05 -05:00
root
32bcf88e18 Fixinf up submodules 2020-08-01 17:08:48 -05:00
root
0ef68d6aea Improved performance for background task tick counter. 2020-08-01 16:35:42 -05:00
root
a3d8567d2c Adding error message for PulseIn 2020-08-01 13:45:31 -05:00
root
12b81618a3 Changes for getting supervisor ticks 2020-08-01 13:27:02 -05:00
Wellington Terumi Uemura
9477f222be Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (786 of 786 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-08-01 20:04:08 +02:00
Jeff Epler
e7a78e0847
Merge pull request #3230 from jepler/firmware-size-gemma-trinket
Reduce firmware size on gemma m0, trinket m0
change esp-idf cache tag
2020-08-01 13:04:01 -05:00
DavePutz
a44c09e286
Merge pull request #17 from adafruit/main
update from main
2020-08-01 12:22:12 -05:00
Dan Halbert
4860e0cf62 change esp-idf cache tag 2020-08-01 13:21:20 -04:00
Dan Halbert
1771858f4a add RELEASE_NEEDS_CLEAN_BUILD for lang-specific CFLAGS_INLINE_LIMIT changes 2020-08-01 13:20:46 -04:00
Dan Halbert
4b71831d8b
SUPEROPT_VM = 0 for de_DE 2020-08-01 12:36:20 -04:00
Lucian Copeland
94b2561860 Fix include error 2020-08-01 09:22:18 -04:00
Lucian Copeland
1c1df053d5 Add neopixel support 2020-07-31 15:34:12 -04:00
Dan Halbert
a76ad3415c wip: implementing functionality 2020-07-30 22:07:55 -04:00
Jeff Epler
27c6ffb9a2 atmel-samd: gemma, trinket: Make space for de_DE translation 2020-07-30 11:29:47 -05:00
Hosted Weblate
b49f7d1da5
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-30 14:26:05 +02:00
Jeff Epler
2b1fc15707
Merge pull request #3217 from dhalbert/blm_badge
add blm_badge; add CIRCUITPY_AUDIOBUSIOIO_I2SOUT
2020-07-30 07:25:58 -05:00
Jeff Epler
d69f081c04 Merge remote-tracking branch 'origin/main' into blm_badge 2020-07-30 07:24:48 -05:00
Jeff Epler
531c1e046c
Merge pull request #3226 from joeycastillo/main
Small updates to Open Book board
2020-07-30 07:21:50 -05:00