diff options
| author | hierophect <hierophect@gmail.com> | 2020-07-24 11:16:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-24 11:16:39 -0400 |
| commit | c735dceed521b325d441b84d0e4df40423584b1b (patch) | |
| tree | 9ff458924da8523b9bd54bd09f6988b34c8a844e /locale/circuitpython.pot | |
| parent | 543708416bc19bc1e77d859d013c4757433ad255 (diff) | |
| parent | c1f731d62e6d7bce385baec9ead3bafc46234805 (diff) | |
Merge pull request #3099 from hierophect/stm32-timer-allocator
STM32: Add timer allocator, PulseIO adjustments
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 71c360889..d156b6868 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -316,7 +316,7 @@ msgstr "" #: ports/cxd56/common-hal/pulseio/PulseOut.c #: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c #: ports/nrf/common-hal/pulseio/PulseIn.c ports/nrf/peripherals/nrf/timers.c -#: shared-bindings/pulseio/PWMOut.c +#: ports/stm/peripherals/timers.c shared-bindings/pulseio/PWMOut.c msgid "All timers in use" msgstr "" @@ -1332,11 +1332,7 @@ 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 +#: ports/stm/ref/pulseout-pre-timeralloc.c msgid "PulseOut not supported on this chip" msgstr "" @@ -1545,6 +1541,11 @@ msgstr "" msgid "Timeout is too long: Maximum timeout length is %d seconds" msgstr "" +#: ports/stm/common-hal/pulseio/PWMOut.c +msgid "" +"Timer was reserved for internal use - declare PWM pins earlier in the program" +msgstr "" + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c msgid "Too many channels in sample." msgstr "" |
