Ryan A. Pavlik
c54b86dd0c
Update ter-u12n.bdf
...
Remove duplicate ENDCHAR that made it invalid
2021-07-30 10:41:38 -05:00
Hosted Weblate
11cea6c073
Merge remote-tracking branch 'origin/main' into main
2021-07-29 05:12:45 +02:00
microDev
afa4ddb8d6
Merge pull request #5075 from tannewt/magtag_4_status
...
Use all four LEDs for status on MagTag
2021-07-29 08:42:31 +05:30
Scott Shawcroft
d5cdceb9b9
Use all 4 status pixels on neotrinkey too
2021-07-28 14:25:21 -07:00
Scott Shawcroft
bc0f8ac55d
Use all four LEDs for status on MagTag
...
Fixes #5051
2021-07-28 14:17:31 -07:00
Scott Shawcroft
cdf978f3af
Fix a couple fake sleep bugs on nrf and esp
...
On ESP ctrl-c during fake sleep will now stop the sleep. A crash
on real deep sleep is now fixed as well. (Exception string saving
was crashing on reading the deep sleep exception.) Fixes #4010
This also fixes nRF fake sleep after the first time. The internal
variable wasn't being reset early enough. Fixes #4869
2021-07-28 13:27:48 -07:00
Hosted Weblate
cd14b7682a
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-07-28 20:58:21 +02:00
Dan Halbert
e9369d50e1
Merge pull request #5067 from tannewt/pulseout_switch
...
Switch to pin, frequency and duty_cycle PulseOut
2021-07-28 14:58:06 -04:00
Scott Shawcroft
9e54606ba1
Set output low in SIO
2021-07-28 09:00:36 -07:00
microDev
f371c0a609
add traceback module
2021-07-28 18:06:23 +05:30
Dan Halbert
7641bf15c0
Merge pull request #5070 from jepler/check-duplicate-topdir
...
check vid/pid: find topdir relative to this script
2021-07-27 21:08:33 -04:00
Jeff Epler
5e07b7959f
check vid/pid: find topdir relative to this script
...
@dhalbert noticed that if a fork was called `micropython`, the
existing check could fail during CI because it will be cloned into a
directory also called `micropython`.
Instead of hardcoding a range of strings that are OK as top directories,
find the location of the top directory relative to the script.
This will be conflicty after #5069 is merged, but it should be easy to
fix.
2021-07-27 15:20:58 -05:00
Scott Shawcroft
4be904fd4a
Switch to gpio mux to disable/enable pwm signal
2021-07-27 12:38:18 -07:00
Scott Shawcroft
e87e1d8175
Block when setting duty_cycle until the new value is taken
2021-07-27 12:37:35 -07:00
Dan Halbert
84ddb17c78
Merge pull request #5054 from jepler/rmatrix
...
docs: Add list of supported board to each module's page
2021-07-27 15:05:47 -04:00
Scott Shawcroft
17ff891ee0
Merge pull request #5071 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-07-27 11:29:25 -07:00
Jeff Epler
94a4090542
Make summary more helpful; use a html list
2021-07-27 12:01:18 -05:00
Hosted Weblate
adfe2f0504
Merge remote-tracking branch 'origin/main' into main
2021-07-27 17:35:12 +02:00
Kattni
fc59a7ac02
Merge pull request #5068 from dhalbert/remove-gamepad
...
remove gamepad; deprecate gamepadshift
2021-07-27 11:35:06 -04:00
Hosted Weblate
7ddb4159ed
Merge remote-tracking branch 'origin/main' into main
2021-07-27 17:18:52 +02:00
Kattni
460643f983
Merge pull request #5066 from dhalbert/led-everywhere
...
add board.LED wherever possible
2021-07-27 11:18:47 -04:00
Noel Gaetan
6713a254cb
Translated using Weblate (French)
...
Currently translated at 94.3% (955 of 1012 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-07-27 16:33:15 +02:00
Dan Halbert
297919bbdd
Merge pull request #5069 from kamtom480/sdk2.2.0
...
spresense: update SDK to 2.2.0
2021-07-27 10:15:51 -04:00
Dan Halbert
a974a2d3c1
allow micropython as top-level dir name in duplicate pid/vid check
2021-07-27 09:04:44 -04:00
Dan Halbert
0eab2eb162
Use sphinx-autoapi 1.8.1 until it's fixed
2021-07-27 08:45:30 -04:00
Kamil Tomaszewski
ff65863719
spresense: update SDK to 2.2.0
2021-07-27 11:25:51 +02:00
Dan Halbert
b0fb709d83
more gamepad removal
2021-07-26 23:34:25 -04:00
Dan Halbert
7392bf7cb4
Use sphinx-autoapi 1.8.1 until it's fixed
...
Thanks @tannewt for this:
080e5233b4
2021-07-26 22:35:25 -04:00
Scott Shawcroft
080e5233b4
Use sphinx-autoapi 1.8.1 until it's fixed
...
Related to https://github.com/readthedocs/sphinx-autoapi/issues/299
2021-07-26 19:21:52 -07:00
Dan Halbert
901a6c27c0
remove gamepad; deprecate gamepadshift
2021-07-26 22:15:09 -04:00
Scott Shawcroft
daf90aae83
Merge remote-tracking branch 'adafruit/main' into pulseout_switch
2021-07-26 18:48:59 -07:00
Scott Shawcroft
412eb87080
Switch to pin, frequency and duty_cycle PulseOut
...
Passing in a PWMOut still works but is deprecated. It will be
removed in CircuitPython 8.0.0
This also switches STM32 timer indices and channel indices to
0-based in our pin data rather than `- 1` everywhere. The latter is
more bug prone.
Most of the way for #3264
Tested on Metro M0, Metro M4, Feather S2, Feather nRF52840, Feather
STM32F4 and Arduino RP2040.
2021-07-26 18:35:49 -07:00
Dan Halbert
11ca505fdb
add board.LED wherever possible
2021-07-26 19:57:12 -04:00
Scott Shawcroft
8258f51132
Merge pull request #5061 from evildave666/blackpill-remove-nvm
...
remove unused nvm reserved space from stm32f411ce_blackpill_with_flash
2021-07-26 14:13:29 -07:00
microDev
a5d700392e
Merge pull request #5065 from jepler/remote-settings-txt
...
Remove settings.py/txt as alternatives for boot.py
2021-07-27 00:39:26 +05:30
Jeff Epler
4e786494dd
Remove settings.py/txt as alternatives for boot.py
...
Closes : #5064
2021-07-26 13:04:41 -05:00
Jeff Epler
b9fa06cf6b
Merge pull request #5056 from cdwilson/cdwilson/circuitpython/fix-feather-stm32f405-express-can-pins
...
Fix CAN pin assignment on Feather STM32F405 Express board.
2021-07-26 09:00:11 -05:00
evildave666
f059bab253
Modify mpconfigboard.mk to point to the new linker file and re-include modules
2021-07-26 14:13:41 +09:00
evildave666
57c6279b40
Added new linker file
2021-07-26 13:59:25 +09:00
Limor "Ladyada" Fried
a9735fbe7c
Merge pull request #5058 from ladyada/main
...
can we add busdevice and have room?
2021-07-25 16:29:05 -04:00
lady ada
f3a286a7ea
can we add busdevice and have room?
2021-07-25 14:45:35 -04:00
Chris Wilson
49dc5805ee
Fix CAN pin assignment on Feather STM32F405 Express board.
2021-07-24 22:01:50 -07:00
Jeff Epler
0a3c75c43d
Merge pull request #5055 from todbot/main
...
Add alternative IS25LP128F flash chip to Arduino Nano RP2040 Connect
2021-07-24 20:16:57 -05:00
Tod Kurt
0d401e7bc8
fix whitespace on new flash chip for Arduino Nano RP2040
2021-07-24 13:22:02 -07:00
Tod Kurt
dcd5b5ab50
added Arduino Nano RP2040 Connect alternate flash chip
2021-07-24 13:12:44 -07:00
Limor "Ladyada" Fried
3b98d8269e
Merge pull request #5053 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-07-24 15:53:43 -04:00
Jeff Epler
f2b9e98a21
docs: Add list of supported board to module page
2021-07-24 14:11:04 -05:00
Hosted Weblate
5908c56b0e
Merge remote-tracking branch 'origin/main' into main
2021-07-24 18:56:16 +02:00
Jeff Epler
fa906357fa
Merge pull request #5052 from tannewt/playground_status
...
Support multiple status neopixels
2021-07-24 11:56:08 -05:00
Jonny Bergdahl
df9be614ea
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (1012 of 1012 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-07-24 17:35:48 +02:00