Dan Halbert
8500e846c6
partially working
2021-04-27 23:53:23 -04:00
Seth Kerr
444c008731
removing changes from external flash devices
2021-04-27 17:55:56 -06:00
Seth Kerr
710397fd84
adding board to build.yml
2021-04-27 16:54:13 -06:00
Seth Kerr
2f09535c3a
removing duplicate file
2021-04-27 16:41:54 -06:00
Seth Kerr
e85091193b
adding CP Sapling Rev B
2021-04-27 16:30:44 -06:00
jposada202020
cb42acea53
better_phrasing
2021-04-27 17:43:25 -04:00
jposada202020
a512dd230d
word_order_better_phrasing
2021-04-27 17:34:45 -04:00
jposada202020
4d0e183ae1
Module_description_changes
2021-04-27 17:18:14 -04:00
Jeff Epler
fcabbe90d4
Merge pull request #4675 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-04-27 16:15:10 -05:00
jposada202020
2d80f6b872
Module_description_changes
2021-04-27 17:11:42 -04:00
jposada202020
b4e05dac69
Merge pull request #4 from adafruit/main
...
from main
2021-04-27 17:02:09 -04:00
Dan Halbert
f98a54628b
wip: compiles
2021-04-27 14:37:36 -04:00
Hosted Weblate
cbb2ff4ce7
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/
2021-04-27 20:02:10 +02:00
Scott Shawcroft
17fcd499b2
Merge pull request #4649 from tannewt/merge_1.11_2
...
Merge MicroPython v1.11 into CircuitPython
2021-04-27 11:02:02 -07:00
Scott Shawcroft
f99deeda68
Merge pull request #4668 from DavePutz/issue_4659
...
Increased possible pulsein length to ~65 ms.
2021-04-27 11:01:51 -07:00
Scott Shawcroft
9e183bbbba
Merge pull request #4674 from kattni/dotstar-pins
...
Adding clearer on-board DotStar pin names.
2021-04-27 10:56:47 -07:00
Melissa LeBlanc-Williams
36f1ac38cb
Merge pull request #4673 from makermelissa/main
...
Release display on FunHouse when entering DeepSleep
2021-04-27 10:15:50 -07:00
Kattni Rembor
4e1d2fa056
Adding clearer on-board DotStar pin names.
2021-04-27 12:52:24 -04:00
Melissa LeBlanc-Williams
d7faac11b8
Release display on FunHouse for DeepSleep
2021-04-27 09:09:23 -07:00
iabdalkader
a708848b0c
stm32/uart: Fix H7 UART clock source configuration.
...
Previously to this commit, Usart16ClockSelection was overwritten and
Usart234578ClockSelection was not set.
2021-04-28 00:46:48 +10:00
plan-do-break-fix
4dc802400f
stm32,teensy: Correct typos in project README files.
2021-04-28 00:29:18 +10:00
Daniel Maslowski
f452b9c265
pic16bit/Makefile: Make the XC compiler version user-configurable.
2021-04-28 00:18:04 +10:00
Damien George
c5cbfd545a
py/dynruntime.h: Add mp_obj_get_array() function.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-04-28 00:06:46 +10:00
Damien George
43a8c8178e
bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size.
...
Reduces size of this port by about 3300 bytes, and demonstrates how to use
this feature.
Signed-off-by: Damien George <damien@micropython.org>
2021-04-27 23:52:40 +10:00
Damien George
d4b706c4d0
py: Add option to compile without any error messages at all.
...
This introduces a new option, MICROPY_ERROR_REPORTING_NONE, which
completely disables all error messages. To be used in cases where
MicroPython needs to fit in very limited systems.
Signed-off-by: Damien George <damien@micropython.org>
2021-04-27 23:51:52 +10:00
Damien George
30d9f77cc5
top: Update .git-blame-ignore-revs for latest formatting commit.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-04-27 23:46:46 +10:00
iabdalkader
0f78c36c5a
tools/gen-cpydiff.py: Fix formatting of doc strings for new Black.
...
Since version 21.4b0, Black now processes one-line docstrings by stripping
leading and trailing spaces, and adding a padding space when needed to
break up """"; see https://github.com/psf/black/pull/1740
This commit makes the Python code in this repository conform to this rule.
2021-04-27 23:41:21 +10:00
Dan Halbert
7a40b4daec
very much WIP
2021-04-26 23:54:01 -04:00
Damien George
65b90cd0f9
teensy: Provide own implementation of gc_collect, to not use stm32.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-04-27 12:08:00 +10:00
root
91739de71a
Increased max pulse to 65535 us
2021-04-26 18:52:15 -05:00
Scott Shawcroft
76033d5115
Merge MicroPython v1.11 into CircuitPython
2021-04-26 15:47:41 -07:00
Lucian Copeland
43840363c2
Fix submodule
2021-04-26 17:59:21 -04:00
Kattni
65c1ddb570
Merge pull request #4667 from ajs256/trinkey_pixel_fixes
...
Trinkey pixel fixes
2021-04-26 17:19:14 -04:00
anecdata
a1e2afadce
AP ip_info, gateway, & subnet
2021-04-26 00:22:51 -05:00
Dan Halbert
c26e49c2e6
wip: starting to try to compile
2021-04-25 23:17:41 -04:00
root
5bd1da21a2
Increased possible pulsein length to 32 ms.
2021-04-25 21:38:57 -05:00
Jeff Epler
92919c25c2
Merge pull request #4666 from DavePutz/issue_4660
...
Reset buffer index in PulseIn clear
2021-04-25 20:33:58 -05:00
Jeff Epler
7cf8f79dbf
Merge pull request #4656 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-04-25 20:33:34 -05:00
anecdata
a328cff209
translate
2021-04-25 18:51:00 -05:00
ajs256
de3c5ff976
oh crud, i forgot a semicolon
2021-04-25 16:42:58 -07:00
anecdata
f20a53177b
add authmode to start_ap()
2021-04-25 18:20:18 -05:00
anecdata
747d72f5a5
redundant with system log
2021-04-25 18:18:45 -05:00
ajs256
4bafbca0c3
Trinkeys: Clear neopixels on board reset
2021-04-25 12:58:52 -07:00
ajs256
453fd9234f
Merge pull request #2 from adafruit/main
...
update fork
2021-04-25 12:36:53 -07:00
anecdata
6f6c0cff81
embellish rtd comments. channel _should_ default to 1 behind the scenes since 0 is out of range, but just to be sure, default channel to 1
2021-04-25 14:30:45 -05:00
root
d1861a6b9c
Reset buffer index in PulseIn clear
2021-04-25 14:24:21 -05:00
Hosted Weblate
6571e6d7b5
Merge remote-tracking branch 'origin/main' into main
2021-04-25 21:09:16 +02:00
Limor "Ladyada" Fried
f7f6a42f3d
Merge pull request #4663 from zapwizard/patch-1
...
Update pins.c
2021-04-25 15:09:13 -04:00
Hosted Weblate
7f81e15007
Merge remote-tracking branch 'origin/main' into main
2021-04-25 20:43:12 +02:00
Wellington Terumi Uemura
38f6b9c969
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (974 of 974 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-04-25 20:43:11 +02:00