Skip to content

Lower power by using the Wait for Interrupt (WFI) instruction #2685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 62 commits into from
Apr 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
6f60afe
First try at lowering the power consumption
tannewt Mar 6, 2020
4183339
Fix autoreload, neopixel, monotonic_ns and sleep w/o SD
tannewt Mar 7, 2020
ed5cdd7
Hopefully fix flash flush and hopefully audio as well.
tannewt Mar 10, 2020
00d5f63
Hopefully fix PulseIn
tannewt Mar 10, 2020
affd3fc
Clear the pending IRQ in the NVIC as well.
tannewt Mar 10, 2020
48b5f2a
Initial work on SAMD
tannewt Mar 13, 2020
4fba4eb
Switch from 1k RTC input to 32k output
tannewt Mar 13, 2020
df5be65
Update FrequencyIn for new clock API.
tannewt Mar 13, 2020
7100d5e
Fix autoreload and ticks in general
tannewt Mar 13, 2020
76ca13b
Fix SAMD51 pulsein
tannewt Mar 14, 2020
4297ae2
Fix DotStar status LED init.
tannewt Mar 17, 2020
d9e6815
fix up SAMD21 sleep
tannewt Mar 17, 2020
6db11cf
Fix up Spresense build. It doesn't sleep.
tannewt Mar 17, 2020
2623022
Initial work for STM32. Need to fix us delay and PulseIn still.
tannewt Mar 20, 2020
c0c4c44
Factor out stm32f4xx_hal_conf.h
tannewt Mar 23, 2020
a56170d
Temporarily swap samd-peripherals location
tannewt Mar 23, 2020
653b761
Add back microsecond delay to STM32
tannewt Mar 23, 2020
a8ed6d9
Switch iMX RT to RTC. Untested.
tannewt Mar 24, 2020
5e1e4d3
Get basic sleep going on the iMX RT 1011
tannewt Mar 24, 2020
ea0ce39
Simplify STM a bit.
tannewt Mar 24, 2020
e4c4a4a
Swap to committed dependencies
tannewt Mar 27, 2020
798118b
Update board.c's to remove remaining tick.h
tannewt Mar 27, 2020
a4a4589
Correct MIMXRT sdk version
tannewt Mar 27, 2020
4b063ae
Hack up STM32 PulseIn so it builds
tannewt Mar 31, 2020
8fe512c
Merge remote-tracking branch 'adafruit/master' into lower_power
tannewt Mar 31, 2020
317b96e
Fix iMX builds
tannewt Apr 1, 2020
1071924
Fix thunderpack build
tannewt Apr 1, 2020
75b7f58
Update LiteX APIs for new tick
tannewt Apr 1, 2020
77562a2
Update the supported ports
tannewt Apr 1, 2020
46af4bd
Fix SAMD21 PulseIn
tannewt Apr 3, 2020
c248730
Clean up
tannewt Apr 3, 2020
7e69d30
Fix nRF PulseIn
tannewt Apr 3, 2020
e99cf6e
Rework sleep timing
tannewt Apr 4, 2020
c0ba2a8
Updates based on feedback from jepler
tannewt Apr 6, 2020
c49d2ea
Don't upgrade to Sphinx 3
tannewt Apr 6, 2020
a8dfba2
Fix alarm so that it is correctly set.
tannewt Apr 7, 2020
aae0ce6
Fix autoreload and ticks on IMX RT
tannewt Apr 7, 2020
6544bf5
Enable SNVS interrupt
tannewt Apr 8, 2020
d0a25ca
Tweaks based on dhalberts feedback
tannewt Apr 8, 2020
9e34da4
Use newer Ubuntu for CI.
tannewt Apr 8, 2020
01941c0
Fix up STM
tannewt Apr 8, 2020
a6fb0be
Update translations
tannewt Apr 9, 2020
7dfcae6
Tweaks from jepler
tannewt Apr 15, 2020
b580b34
Merge remote-tracking branch 'adafruit/master' into lower_power
tannewt Apr 15, 2020
b3552ef
Remove accidental file
tannewt Apr 16, 2020
abd340a
Remove tick.h from merged file.
tannewt Apr 16, 2020
bebf27e
Merge remote-tracking branch 'adafruit/master' into lower_power
tannewt Apr 21, 2020
17d0388
Use our own flag for board crystal config.
tannewt Apr 21, 2020
5cc8a3e
Add back fake us delay.
tannewt Apr 21, 2020
dcb0e50
Fix USB midi and hid disable.
tannewt Apr 21, 2020
b277944
Fix STM so it matches the correct RTC fields.
tannewt Apr 22, 2020
f13de32
Add HSE_VALUE for STM feather.
tannewt Apr 22, 2020
755d404
Merge remote-tracking branch 'adafruit/master' into lower_power
tannewt Apr 27, 2020
de42e4a
Merge remote-tracking branch 'adafruit/master' into lower_power
tannewt Apr 28, 2020
48a191a
Update translations
tannewt Apr 28, 2020
e45de39
Fix nucleo_f746zg build
tannewt Apr 28, 2020
b7804f4
Fix stm32746g_discovery
tannewt Apr 28, 2020
a30ff70
Merge remote-tracking branch 'adafruit/master' into lower_power
tannewt Apr 29, 2020
18657b6
Update TinyUSB to include SAMD race fix
tannewt Apr 29, 2020
3799c34
Disable bitbangio on CPX Crickit so we have room for lower_power.
tannewt Apr 29, 2020
1ca9057
Merge remote-tracking branch 'adafruit/master' into lower_power
tannewt Apr 30, 2020
a863b0a
Fix openmv_h7 build
tannewt Apr 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
steps:
- name: Dump GitHub context
env:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
path: mpy-cross/mpy-cross

build-arm:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
needs: test
strategy:
fail-fast: false
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
- "stm32f411ve_discovery"
- "stm32f412zg_discovery"
- "stm32f4_discovery"
- "stm32f746g_disco"
- "stm32f746g_discovery"
- "stringcar_m0_express"
- "teensy40"
- "teknikio_bluebird"
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))

build-riscv:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
needs: test
strategy:
fail-fast: false
Expand Down
11 changes: 8 additions & 3 deletions docs/supported_ports.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
Supported Ports
==============================

Adafruit's CircuitPython currently has limited support with a focus on supporting the Atmel SAMD
and ESP8266.
CircuitPython supports a number of microcontroller families. Support quality for each varies
depending on the active contributors for each port.

Adafruit sponsored developers are actively contributing to atmel-samd, mimxrt10xx, nrf and stm
ports. They also maintain the other ports in order to ensure the boards build. Additional testing
is limited.

.. toctree::
:maxdepth: 2

../ports/atmel-samd/README
../ports/cxd56/README
../ports/litex/README
../ports/mimxrt10xx/README
../ports/nrf/README
../ports/stm/README
../ports/cxd56/README
11 changes: 8 additions & 3 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -285,11 +285,12 @@ msgstr "Semua timer untuk pin ini sedang digunakan"

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
msgid "All timers in use"
msgstr "Semua timer sedang digunakan"

Expand Down Expand Up @@ -1242,6 +1243,10 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""

#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr ""

#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr ""
Expand Down
11 changes: 8 additions & 3 deletions locale/circuitpython.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -283,11 +283,12 @@ msgstr ""

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
msgid "All timers in use"
msgstr ""

Expand Down Expand Up @@ -1228,6 +1229,10 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""

#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr ""

#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr ""
Expand Down
11 changes: 8 additions & 3 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: Pascal Deneaux\n"
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
Expand Down Expand Up @@ -285,11 +285,12 @@ msgstr "Alle timer für diesen Pin werden bereits benutzt"

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
msgid "All timers in use"
msgstr "Alle timer werden benutzt"

Expand Down Expand Up @@ -1245,6 +1246,10 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr "Pull wird nicht verwendet, wenn die Richtung output ist."

#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr ""

#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr ""
Expand Down
11 changes: 8 additions & 3 deletions locale/en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -283,11 +283,12 @@ msgstr ""

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
msgid "All timers in use"
msgstr ""

Expand Down Expand Up @@ -1228,6 +1229,10 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""

#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr ""

#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr ""
Expand Down
11 changes: 8 additions & 3 deletions locale/en_x_pirate.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: \n"
"Language-Team: @sommersoft, @MrCertainly\n"
Expand Down Expand Up @@ -285,11 +285,12 @@ msgstr ""

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
msgid "All timers in use"
msgstr ""

Expand Down Expand Up @@ -1232,6 +1233,10 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""

#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr ""

#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr ""
Expand Down
11 changes: 8 additions & 3 deletions locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -287,11 +287,12 @@ msgstr "Todos los timers para este pin están siendo utilizados"

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
msgid "All timers in use"
msgstr "Todos los timers en uso"

Expand Down Expand Up @@ -1244,6 +1245,10 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr "Pull no se usa cuando la dirección es output."

#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr ""

#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr ""
Expand Down
11 changes: 8 additions & 3 deletions locale/fil.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
"Last-Translator: Timothy <[email protected]>\n"
"Language-Team: fil\n"
Expand Down Expand Up @@ -287,11 +287,12 @@ msgstr "Lahat ng timers para sa pin na ito ay ginagamit"

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
msgid "All timers in use"
msgstr "Lahat ng timer ginagamit"

Expand Down Expand Up @@ -1250,6 +1251,10 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr "Pull hindi ginagamit kapag ang direksyon ay output."

#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr ""

#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr ""
Expand Down
11 changes: 8 additions & 3 deletions locale/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
"PO-Revision-Date: 2019-04-14 20:05+0100\n"
"Last-Translator: Pierrick Couturier <[email protected]>\n"
"Language-Team: fr\n"
Expand Down Expand Up @@ -290,11 +290,12 @@ msgstr "Tous les timers pour cette broche sont utilisés"

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
msgid "All timers in use"
msgstr "Tous les timers sont utilisés"

Expand Down Expand Up @@ -1263,6 +1264,10 @@ msgstr "Appuyez sur une touche pour entrer sur REPL ou CTRL-D pour recharger."
msgid "Pull not used when direction is output."
msgstr "Le tirage 'pull' n'est pas utilisé quand la direction est 'output'."

#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr ""

#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr ""
Expand Down
11 changes: 8 additions & 3 deletions locale/it_IT.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
"Last-Translator: Enrico Paganin <[email protected]>\n"
"Language-Team: \n"
Expand Down Expand Up @@ -286,11 +286,12 @@ msgstr "Tutti i timer per questo pin sono in uso"

#: ports/atmel-samd/common-hal/audioio/AudioOut.c
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
#: ports/cxd56/common-hal/pulseio/PulseOut.c
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
#: shared-module/_pew/PewPew.c
#: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c
#: shared-bindings/pulseio/PWMOut.c shared-module/_pew/PewPew.c
msgid "All timers in use"
msgstr "Tutti i timer utilizzati"

Expand Down Expand Up @@ -1259,6 +1260,10 @@ msgstr ""
msgid "Pull not used when direction is output."
msgstr ""

#: ports/stm/common-hal/pulseio/PulseIn.c
msgid "PulseIn not supported on this chip"
msgstr ""

#: ports/stm/common-hal/pulseio/PulseOut.c
msgid "PulseOut not supported on this chip"
msgstr ""
Expand Down
Loading