Skip to content

Update 4.x to 4.1.0 so that ReadTheDocs has the latest #2093

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 136 commits into from
Aug 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
136 commits
Select commit Hold shift + click to select a range
b7b55e0
Make Group iterable via a generic native iterator.
tannewt May 14, 2019
5608e27
Add index and remove to Group.
tannewt May 15, 2019
00c3980
Remove old comment
tannewt May 15, 2019
a888fe4
Merge pull request #1888 from tannewt/iterable_group
dhalbert May 15, 2019
da77eed
Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it…
dhalbert May 17, 2019
0199d98
Make pinyin fit on cpx
dhalbert May 21, 2019
70e0b5c
Merge pull request #1896 from dhalbert/round-int-4.0.x
tannewt May 21, 2019
3fad7de
Rework the pixel computation to use areas
tannewt May 16, 2019
9ae3d92
Bump circuitpython-stage to 1.0.2
deshipu May 20, 2019
32b0f1c
Merge pull request #1904 from pewpew-game/4.0.x
tannewt May 22, 2019
7a117f5
Make point 2 in areas exclusive and simplify full_coverage.
tannewt May 22, 2019
63b253c
Merge pull request #1906 from adafruit/4.0.x
tannewt May 22, 2019
b5fc646
Update frozen libs
dhalbert May 23, 2019
e84f3b1
make crickit cpx pinyin build fit
dhalbert May 24, 2019
4e85c1e
Implement forced clean builds for boards so designated.
dhalbert May 24, 2019
7f7665c
Use rst2pyi to generate type stubs and package
amyreese May 12, 2019
a9a2227
Removed warning box regarding SAMD21 builds
jpecor May 27, 2019
71c7aca
Add top-level Makefile target to update frozen libs easily; Update CP…
dhalbert May 28, 2019
812a31c
Merge pull request #1916 from jpecor/patch-2
dhalbert May 28, 2019
cbb102f
Merge pull request #1909 from dhalbert/update-frozen-4.0.x
tannewt May 30, 2019
cfe24b8
Improve rST consistency for rst2pyi use
tannewt May 31, 2019
5d0791c
Fix off-by-one error
tannewt May 31, 2019
bcda5e1
Merge pull request #1903 from tannewt/get_area
dhalbert Jun 1, 2019
f831d84
Update maintainer/email for stub package, bump rst2pyi dep
amyreese Jun 2, 2019
e8521c8
Clean up egg-info directory as well
amyreese Jun 2, 2019
c5a4e19
Merge pull request #1915 from jreese/rst2pyi
tannewt Jun 4, 2019
4a7122d
boards: add support for Electronut labs Blip
ntavish May 23, 2019
c90ce2b
Merge pull request #1907 from ntavish/blip_support
tannewt Jun 4, 2019
1da8d4b
Add PS/2 support -- ps2io module
elvis-epx May 16, 2019
9de46f3
[supervisor/shared/rgb_led_status.c] Initial support for RGB led as S…
C47D Jun 5, 2019
671178c
[shared-module/audioio/WaveFile.h] Change sample_rate from uint16_t t…
C47D Jun 5, 2019
8f57841
Merge pull request #1926 from C47D/fix_wav_samplerate
tannewt Jun 5, 2019
f45daae
This __init__.h should be redundant. I deleted it for you
baorepo Jun 6, 2019
a6ad332
Merge pull request #1927 from baorepo/patch-1
tannewt Jun 6, 2019
84e8914
Merge pull request #1893 from elvis-epx/ps2
tannewt Jun 6, 2019
62de250
Include display objects in gc.
dhalbert Jun 6, 2019
fecd3f8
Merge pull request #1928 from dhalbert/gc-display-objects
tannewt Jun 6, 2019
9e4396b
Merge pull request #1920 from tannewt/fix_rst
sommersoft Jun 8, 2019
9c49af0
Added pin for SD CS
Jun 8, 2019
c85e111
Merge pull request #1931 from LOGre/master
tannewt Jun 10, 2019
ea760c0
Turn on MICROPY_OPT_COMPUTED_GOTO for 5x CPU-bound speedup
dhalbert Jun 11, 2019
5164a6e
forgot tools/git-checkout-latest-tag.sh in PR #1909
dhalbert Jun 11, 2019
036e7a3
Merge pull request #1936 from dhalbert/git-checkout-latest-tag.sh
dhalbert Jun 11, 2019
4fc189b
Merge latest 4.0.x fixes into master
dhalbert Jun 11, 2019
541c2a7
Merge pull request #1938 from dhalbert/4.0.x-merge-to-master-2019-06-11
dhalbert Jun 11, 2019
aa3316b
Merge remote-tracking branch 'adafruit/master' into vm-computed-goto
dhalbert Jun 11, 2019
0b3f297
shrink a bunch of builds to fit
dhalbert Jun 11, 2019
1bb4fcc
Turn off SUPEROPT on gc.c instead of trying to squueze inline limit s…
dhalbert Jun 12, 2019
ba1b36a
Uncomment vm.c SUPEROPT (debugging typo); trim a few builds
dhalbert Jun 12, 2019
a06a97e
Merge pull request #1934 from dhalbert/vm-computed-goto
tannewt Jun 12, 2019
eb21fc3
Add partial display update support.
tannewt Jun 6, 2019
6db4f45
Update translations
tannewt Jun 12, 2019
a35d9b4
Refactor deinit check to reduce code size.
tannewt Jun 12, 2019
a91ad05
Change to one lto partition for ultimate optimization.
tannewt Jun 12, 2019
5e265f4
When clearing gamepad buffer, use the last button state, not 0
deshipu Jun 12, 2019
0b1f605
Turn off gc opt for more M0 boards
tannewt Jun 12, 2019
076a3f8
Merge pull request #1939 from pewpew-game/gamepad-clear
tannewt Jun 12, 2019
d2ec431
Update BusDevice to save space.
tannewt Jun 12, 2019
6f6dcaf
Minor tweaks based on Dan's feedback
tannewt Jun 13, 2019
6be7cf7
Merge pull request #1940 from tannewt/dirty_area
dhalbert Jun 13, 2019
6d388a3
Merge pull request #1943 from adafruit/4.0.x
tannewt Jun 13, 2019
0bc7417
Add pybadge airlift, sans-tft
Jun 14, 2019
4092294
tft working init. sequence, still undersaturated
Jun 14, 2019
207dc88
removed incorrect gamma code, looks better now
Jun 14, 2019
99bcb4e
Create a /lib directory when creating the filesystem.
cpforbes Jun 14, 2019
6a37f4f
added board to fastest travis_boards
Jun 14, 2019
06f9e94
[locale spanish] Update spanish translation.
C47D Jun 15, 2019
32462a6
[locale spanish] update translation with make translate
C47D Jun 15, 2019
cde8000
Merge pull request #1948 from cpforbes/issue1937
tannewt Jun 17, 2019
ea2c068
COLMOD is 1 param, remove CASET/RASET in CircuitPython
Jun 17, 2019
c4170d2
Merge pull request #1945 from brentru/add-pybadge-airlift
tannewt Jun 17, 2019
da3d75f
Fix TileGrid's dirty tracking when changing top left
tannewt Jun 16, 2019
7490adf
Use width for x. Thanks @deshipu
tannewt Jun 17, 2019
4013bcd
Add baudrate to FourWire and shorten delay.
tannewt Jun 18, 2019
2dddccb
Update board inits for new api.
tannewt Jun 18, 2019
b11cbba
[locale es.po] Fix errors
C47D Jun 18, 2019
5803245
Add support for PyGamer to Stage library
deshipu Jun 18, 2019
e6ded8d
Merge pull request #1953 from tannewt/expose_baudrate
tannewt Jun 18, 2019
13c3d06
Merge pull request #1952 from tannewt/fixup_tilegrid_dirty
tannewt Jun 18, 2019
352bf7e
Add PyGamer Advance and fix Joystick pins
tannewt Jun 16, 2019
d852d0f
Explicitly set the locale when sorting translation files.
cpforbes Jun 14, 2019
db74b92
Fix displayio.Display docstring type for display_bus.
cpforbes Jun 14, 2019
0bb92d4
Fix references to cpython in builtins documentation.
cpforbes Jun 17, 2019
e442efb
Fix docs in digitalio.
cpforbes Jun 17, 2019
09e7f4d
Fix reference to Bitmap in fontio.Glyph docs.
cpforbes Jun 18, 2019
5e5252c
Merge pull request #1955 from pewpew-game/pygamer-stage
tannewt Jun 19, 2019
edecddc
Merge pull request #1946 from C47D/master
tannewt Jun 19, 2019
a7bed2a
Update frozen libraries
tannewt Jun 19, 2019
7ad229e
Merge pull request #1958 from tannewt/pygamer_advanced
tannewt Jun 19, 2019
14d0606
update stage too
tannewt Jun 19, 2019
232e7c7
Merge pull request #1959 from cpforbes/issue1921
tannewt Jun 19, 2019
3863a6a
Merge pull request #1961 from tannewt/update_frozen
dhalbert Jun 19, 2019
23bd861
nrf: fix neopixel_write pwm buf size calc
dhalbert Jun 20, 2019
ecf2442
Merge pull request #1963 from dhalbert/nrf-neopixel-fix
tannewt Jun 25, 2019
48443c9
Update import statement in code snippet.
Jun 25, 2019
863de45
Merge pull request #1969 from AlexHagerman/design-guide-import-update
siddacious Jun 25, 2019
d3adfde
Merge pull request #1968 from adafruit/4.0.x
tannewt Jun 25, 2019
330517b
Validate portions of mpy load to detect corruption
tannewt Jun 25, 2019
77355cb
Update translations
tannewt Jun 25, 2019
2494bfd
Validate raw code and mpy read length
tannewt Jun 26, 2019
6d2072f
Fix tests
tannewt Jun 26, 2019
6785e02
Add keep alive to Travis deploy
tannewt Jun 26, 2019
f77abbd
Merge pull request #1973 from tannewt/travis_deploy_keep_alive
sommersoft Jun 26, 2019
1f105e0
Update frozen libraries to save space
tannewt Jun 26, 2019
fe507db
Shrink pIRkey build down.
tannewt Jun 26, 2019
2004be9
Properly reset the terminal each init.
tannewt Jun 27, 2019
c562b19
Merge pull request #1972 from tannewt/validate_mpy_load
dhalbert Jun 27, 2019
72ea216
Merge pull request #1974 from tannewt/fix_missing_lines
tannewt Jun 27, 2019
0cce7fc
Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402
tannewt Jun 27, 2019
f0a112e
Merge pull request #1975 from tannewt/merge_in_402
dhalbert Jun 27, 2019
7c908b0
Use FONTBOUNDINGBOX for font metrics
deshipu Jun 29, 2019
f76021e
Merge pull request #1979 from pewpew-game/font-boundingbox
tannewt Jul 1, 2019
e45eac5
Switch the terminal font for ugame10
deshipu Jul 1, 2019
2761ae6
Merge pull request #1978 from pewpew-game/ugame-font
tannewt Jul 2, 2019
745ff8f
Fix Group subscr to detect delete correctly
tannewt Jul 3, 2019
69460b9
Merge pull request #1983 from tannewt/fix_group_subscr_delete
tannewt Jul 3, 2019
6e5d70f
changed type of receiver_buffer_size to uint16_t
ha-rvc Jul 3, 2019
4c72a39
updated samd and esp8266 ports
ha-rvc Jul 5, 2019
5610e05
Fix up nrf so that it is initialized properly. Also, do not reset
tannewt Jul 6, 2019
46b7575
Initial commit to support boards in the datum series.
jandjstudios Jul 6, 2019
fae1039
[rgb led status] Add CP_RGB_STATUS_PWM_INVERTED symbol to invert pwm …
C47D Jul 6, 2019
6450720
Added conditional compilation around selection of TX pad candidates
rce1086 Jul 8, 2019
380f1d6
Merge pull request #1984 from iot49/uart
tannewt Jul 8, 2019
324cbe4
[rgb status] Also invert the pwm values on clear_temp_status
C47D Jul 8, 2019
f4a64a2
Merge pull request #1989 from rce1086/master
tannewt Jul 8, 2019
96cf905
Added datum boards to travis.yml
jandjstudios Jul 9, 2019
40fbac1
[rgb status] Adjust to current brightness
C47D Jul 9, 2019
f0cf9a4
Merge pull request #1988 from jandjstudios/datum
tannewt Jul 9, 2019
6fad383
Merge pull request #1925 from C47D/rgb_status
tannewt Jul 9, 2019
d905958
Adding PyRuler to CircuitPython.
kattni Jul 9, 2019
582acda
Requested changes.
kattni Jul 9, 2019
d12e1a8
Merge pull request #1990 from kattni/pyruler
siddacious Jul 10, 2019
4a6bdb6
Track a dirty area for in-memory bitmaps
tannewt Jul 18, 2019
653f511
Update translations
tannewt Jul 19, 2019
d9089f5
Fix it's -> its
tannewt Jul 19, 2019
dbab538
Merge pull request #1999 from tannewt/turtleboosters
dhalbert Jul 19, 2019
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

# Packages
############
dist/
*.egg-info

# Logs and Databases
######################
Expand All @@ -25,6 +27,7 @@
######################
build/
bin/
circuitpython-stubs/

# Test failure outputs
######################
Expand Down
20 changes: 15 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,28 @@ git:
# that SDK is shortest and add it there. In the case of major re-organizations,
# just try to make the builds "about equal in run time"
env:
- TRAVIS_TESTS="unix docs translations website" TRAVIS_BOARDS="circuitplayground_express mini_sam_m4 grandcentral_m4_express capablerobot_usbhub pygamer pca10056 pca10059 feather_nrf52840_express makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini electronut_labs_papyr" TRAVIS_SDK=arm:nrf
- TRAVIS_BOARDS="metro_m0_express metro_m4_express metro_m4_airlift_lite pirkey_m0 trellis_m4_express trinket_m0 sparkfun_lumidrive sparkfun_redboard_turbo bast_pro_mini_m0" TRAVIS_SDK=arm
- TRAVIS_BOARDS="feather_radiofruit_zigbee gemma_m0 hallowing_m0_express itsybitsy_m0_express itsybitsy_m4_express meowmeow sam32 uchip escornabot_makech" TRAVIS_SDK=arm
- TRAVIS_BOARDS="feather_m0_express_crickit feather_m0_rfm69 feather_m0_rfm9x feather_m4_express arduino_zero arduino_mkr1300 arduino_mkrzero pewpew10 kicksat-sprite ugame10 robohatmm1" TRAVIS_SDK=arm
- TRAVIS_BOARDS="circuitplayground_express_crickit feather_m0_adalogger feather_m0_basic feather_m0_express catwan_usbstick pyportal sparkfun_samd21_mini sparkfun_samd21_dev pybadge" TRAVIS_SDK=arm
- TRAVIS_TESTS="unix docs translations website" TRAVIS_BOARDS="circuitplayground_express mini_sam_m4 grandcentral_m4_express capablerobot_usbhub pygamer pca10056 pca10059 feather_nrf52840_express makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini electronut_labs_papyr electronut_labs_blip" TRAVIS_SDK=arm:nrf
- TRAVIS_BOARDS="metro_m0_express metro_m4_express metro_m4_airlift_lite pirkey_m0 trellis_m4_express trinket_m0 sparkfun_lumidrive sparkfun_redboard_turbo bast_pro_mini_m0 datum_distance pyruler" TRAVIS_SDK=arm
- TRAVIS_BOARDS="feather_radiofruit_zigbee gemma_m0 hallowing_m0_express itsybitsy_m0_express itsybitsy_m4_express meowmeow sam32 uchip escornabot_makech pygamer_advance datum_imu" TRAVIS_SDK=arm
- TRAVIS_BOARDS="feather_m0_express_crickit feather_m0_rfm69 feather_m0_rfm9x feather_m4_express arduino_zero arduino_mkr1300 arduino_mkrzero pewpew10 kicksat-sprite ugame10 robohatmm1 datum_light" TRAVIS_SDK=arm
- TRAVIS_BOARDS="circuitplayground_express_crickit feather_m0_adalogger feather_m0_basic feather_m0_express catwan_usbstick pyportal sparkfun_samd21_mini sparkfun_samd21_dev pybadge pybadge_airlift datum_weather" TRAVIS_SDK=arm

addons:
artifacts:
paths:
- $(ls -d1 bin/*/*/* | tr "\n" ":")
target_paths: /

# Some deploy jobs take over 10 minutes so use this keep alive hack to make sure Travis doesn't kill us.
before_deploy: |
function keep_alive() {
while true; do
echo -en "\a"
sleep 5
done
}
keep_alive &

deploy:
provider: releases
api_key:
Expand Down
22 changes: 19 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Makefile for Sphinx documentation
# Top-level Makefile for documentation builds and miscellaneous tasks.
#

# You can set these variables from the command line.
Expand All @@ -17,6 +17,13 @@ CONFDIR = .
FORCE = -E
VERBOSE = -v

# path to generated type stubs
STUBDIR = circuitpython-stubs
# Run "make VALIDATE= stubs" to avoid validating generated stub files
VALIDATE = -v
# path to pypi source distributions
DISTDIR = dist

# Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the
# full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the
# executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
Expand All @@ -31,7 +38,7 @@ I18NSPHINXOPTS = $(BASEOPTS)

TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/nrf py shared-bindings shared-module supervisor

.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext stubs

help:
@echo "Please use \`make <target>' where <target> is one of"
Expand Down Expand Up @@ -60,6 +67,7 @@ help:

clean:
rm -rf $(BUILDDIR)/*
rm -rf $(STUBDIR) $(DISTDIR) *.egg-info

html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
Expand Down Expand Up @@ -196,10 +204,18 @@ pseudoxml:
all-source:

locale/circuitpython.pot: all-source
find $(TRANSLATE_SOURCES) -iname "*.c" -print0 | sort -z | xargs -0 xgettext -L C -s --add-location=file --keyword=translate -o circuitpython.pot -p locale
find $(TRANSLATE_SOURCES) -iname "*.c" -print0 | (LC_ALL=C sort -z) | xargs -0 xgettext -L C -s --add-location=file --keyword=translate -o circuitpython.pot -p locale

translate: locale/circuitpython.pot
for po in $(shell ls locale/*.po); do msgmerge -U $$po -s --no-fuzzy-matching --add-location=file locale/circuitpython.pot; done

check-translate: locale/circuitpython.pot $(wildcard locale/*.po)
$(PYTHON) tools/check_translations.py $^

stubs:
rst2pyi $(VALIDATE) shared-bindings/ $(STUBDIR)
python setup.py sdist

update-frozen-libraries:
@echo "Updating all frozen libraries to latest tagged version."
cd frozen; for library in *; do cd $$library; ../../tools/git-checkout-latest-tag.sh; cd ..; done
2 changes: 2 additions & 0 deletions docs/design_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ For example, a user can then use ``deinit()```::

import digitalio
import board
import time

led = digitalio.DigitalInOut(board.D13)
led.direction = digitalio.Direction.OUTPUT
Expand All @@ -79,6 +80,7 @@ Alternatively, using a ``with`` statement ensures that the hardware is deinitial

import digitalio
import board
import time

with digitalio.DigitalInOut(board.D13) as led:
led.direction = digitalio.Direction.OUTPUT
Expand Down
6 changes: 3 additions & 3 deletions docs/library/builtins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Exceptions

.. exception:: OSError

|see_cpython| `OSError`. CircuitPython doesn't implement the ``errno``
|see_cpython| :py:class:`cpython:OSError`. CircuitPython doesn't implement the ``errno``
attribute, instead use the standard way to access exception arguments:
``exc.args[0]``.

Expand All @@ -198,11 +198,11 @@ Exceptions

.. exception:: SystemExit

|see_cpython| :py:class:`python:SystemExit`.
|see_cpython| :py:class:`cpython:SystemExit`.

.. exception:: TypeError

|see_cpython| :py:class:`python:TypeError`.
|see_cpython| :py:class:`cpython:TypeError`.

.. exception:: ValueError

Expand Down
2 changes: 1 addition & 1 deletion frozen/Adafruit_CircuitPython_CircuitPlayground
Submodule Adafruit_CircuitPython_CircuitPlayground updated 40 files
+1 −1 README.rst
+3 −8 adafruit_circuitplayground/express.py
+127 −15 docs/examples.rst
+0 −0 examples/circuitplayground_acceleration.py
+27 −0 examples/circuitplayground_acceleration_neopixels.py
+7 −0 examples/circuitplayground_button_a.py
+14 −0 examples/circuitplayground_button_b.py
+17 −0 examples/circuitplayground_buttons_1_neopixel.py
+17 −0 examples/circuitplayground_buttons_neopixels.py
+36 −0 examples/circuitplayground_ir_receive.py
+33 −0 examples/circuitplayground_ir_transmit.py
+9 −0 examples/circuitplayground_light.py
+26 −0 examples/circuitplayground_light_neopixels.py
+10 −0 examples/circuitplayground_light_plotter.py
+8 −0 examples/circuitplayground_neopixel_0_1.py
+0 −0 examples/circuitplayground_pixels_simpletest.py
+10 −0 examples/circuitplayground_play_file.py
+14 −0 examples/circuitplayground_play_file_buttons.py
+6 −0 examples/circuitplayground_play_tone.py
+8 −0 examples/circuitplayground_play_tone_buttons.py
+5 −0 examples/circuitplayground_red_led.py
+10 −0 examples/circuitplayground_red_led_blinky.py
+8 −0 examples/circuitplayground_red_led_blnky_short.py
+0 −0 examples/circuitplayground_shake.py
+8 −0 examples/circuitplayground_slide_switch.py
+11 −0 examples/circuitplayground_slide_switch_red_led.py
+6 −0 examples/circuitplayground_slide_switch_red_led_short.py
+56 −0 examples/circuitplayground_sound_meter.py
+15 −0 examples/circuitplayground_tap_red_led.py
+0 −0 examples/circuitplayground_tapdetect.py
+0 −0 examples/circuitplayground_tapdetect_single_double.py
+32 −0 examples/circuitplayground_temperature_neopixels.py
+10 −0 examples/circuitplayground_temperture.py
+11 −0 examples/circuitplayground_temperture_plotter.py
+0 −0 examples/circuitplayground_tone.py
+31 −0 examples/circuitplayground_touch_pixel_fill_rainbow.py
+31 −0 examples/circuitplayground_touch_pixel_rainbow.py
+0 −0 examples/circuitplayground_touched.py
+ examples/dip.wav
+ examples/rise.wav
2 changes: 1 addition & 1 deletion frozen/circuitpython-stage
39 changes: 32 additions & 7 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: 2019-05-13 17:34-0700\n"
"POT-Creation-Date: 2019-07-19 10:38-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 @@ -460,6 +460,14 @@ msgstr ""
msgid "Command must be an int between 0 and 255"
msgstr ""

#: py/persistentcode.c
msgid "Corrupt .mpy file"
msgstr ""

#: py/emitglue.c
msgid "Corrupt raw code"
msgstr ""

#: ports/nrf/common-hal/bleio/UUID.c
#, c-format
msgid "Could not decode ble_uuid, err 0x%04x"
Expand Down Expand Up @@ -518,6 +526,7 @@ msgid "Drive mode not used when direction is input."
msgstr ""

#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr "Channel EXTINT sedang digunakan"
Expand Down Expand Up @@ -546,6 +555,10 @@ msgstr ""
msgid "Expected tuple of length %d, got %d"
msgstr ""

#: shared-bindings/ps2io/Ps2.c
msgid "Failed sending command."
msgstr ""

#: ports/nrf/common-hal/bleio/Device.c
#, fuzzy
msgid "Failed to acquire mutex"
Expand Down Expand Up @@ -851,6 +864,10 @@ msgstr ""
msgid "LHS of keyword arg must be an id"
msgstr "LHS dari keyword arg harus menjadi sebuah id"

#: shared-module/displayio/Group.c
msgid "Layer already in a group."
msgstr ""

#: shared-module/displayio/Group.c
msgid "Layer must be a Group or TileGrid subclass."
msgstr ""
Expand Down Expand Up @@ -932,6 +949,10 @@ msgstr "Tidak ada GCLK yang kosong"
msgid "No hardware random available"
msgstr ""

#: ports/atmel-samd/common-hal/ps2io/Ps2.c
msgid "No hardware support on clk pin"
msgstr ""

#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
Expand Down Expand Up @@ -1015,6 +1036,10 @@ msgstr ""
msgid "Plus any modules on the filesystem\n"
msgstr "Tambahkan module apapun pada filesystem\n"

#: shared-bindings/ps2io/Ps2.c
msgid "Pop from an empty Ps2 buffer"
msgstr ""

#: main.c
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
msgstr ""
Expand Down Expand Up @@ -1164,7 +1189,11 @@ msgid "Tile height must exactly divide bitmap height"
msgstr ""

#: shared-bindings/displayio/TileGrid.c
msgid "Tile indices must be 0 - 255"
msgid "Tile index out of bounds"
msgstr ""

#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
msgid "Tile value out of bounds"
msgstr ""

#: shared-bindings/displayio/TileGrid.c
Expand Down Expand Up @@ -2176,7 +2205,7 @@ msgstr ""
msgid "object not callable"
msgstr ""

#: py/sequence.c
#: py/sequence.c shared-bindings/displayio/Group.c
msgid "object not in sequence"
msgstr ""

Expand Down Expand Up @@ -2429,10 +2458,6 @@ msgstr "sintaksis error pada pendeskripsi uctypes"
msgid "threshold must be in the range 0-65536"
msgstr ""

#: shared-bindings/displayio/TileGrid.c
msgid "tile index out of bounds"
msgstr ""

#: shared-bindings/time/__init__.c
msgid "time.struct_time() takes a 9-sequence"
msgstr ""
Expand Down
39 changes: 32 additions & 7 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: 2019-05-13 17:41-0700\n"
"POT-Creation-Date: 2019-07-19 10:38-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 @@ -450,6 +450,14 @@ msgstr ""
msgid "Command must be an int between 0 and 255"
msgstr ""

#: py/persistentcode.c
msgid "Corrupt .mpy file"
msgstr ""

#: py/emitglue.c
msgid "Corrupt raw code"
msgstr ""

#: ports/nrf/common-hal/bleio/UUID.c
#, c-format
msgid "Could not decode ble_uuid, err 0x%04x"
Expand Down Expand Up @@ -506,6 +514,7 @@ msgid "Drive mode not used when direction is input."
msgstr ""

#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/ps2io/Ps2.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "EXTINT channel already in use"
msgstr ""
Expand Down Expand Up @@ -534,6 +543,10 @@ msgstr ""
msgid "Expected tuple of length %d, got %d"
msgstr ""

#: shared-bindings/ps2io/Ps2.c
msgid "Failed sending command."
msgstr ""

#: ports/nrf/common-hal/bleio/Device.c
msgid "Failed to acquire mutex"
msgstr ""
Expand Down Expand Up @@ -826,6 +839,10 @@ msgstr ""
msgid "LHS of keyword arg must be an id"
msgstr ""

#: shared-module/displayio/Group.c
msgid "Layer already in a group."
msgstr ""

#: shared-module/displayio/Group.c
msgid "Layer must be a Group or TileGrid subclass."
msgstr ""
Expand Down Expand Up @@ -907,6 +924,10 @@ msgstr ""
msgid "No hardware random available"
msgstr ""

#: ports/atmel-samd/common-hal/ps2io/Ps2.c
msgid "No hardware support on clk pin"
msgstr ""

#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
msgid "No hardware support on pin"
Expand Down Expand Up @@ -989,6 +1010,10 @@ msgstr ""
msgid "Plus any modules on the filesystem\n"
msgstr ""

#: shared-bindings/ps2io/Ps2.c
msgid "Pop from an empty Ps2 buffer"
msgstr ""

#: main.c
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
msgstr ""
Expand Down Expand Up @@ -1131,7 +1156,11 @@ msgid "Tile height must exactly divide bitmap height"
msgstr ""

#: shared-bindings/displayio/TileGrid.c
msgid "Tile indices must be 0 - 255"
msgid "Tile index out of bounds"
msgstr ""

#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
msgid "Tile value out of bounds"
msgstr ""

#: shared-bindings/displayio/TileGrid.c
Expand Down Expand Up @@ -2131,7 +2160,7 @@ msgstr ""
msgid "object not callable"
msgstr ""

#: py/sequence.c
#: py/sequence.c shared-bindings/displayio/Group.c
msgid "object not in sequence"
msgstr ""

Expand Down Expand Up @@ -2383,10 +2412,6 @@ msgstr ""
msgid "threshold must be in the range 0-65536"
msgstr ""

#: shared-bindings/displayio/TileGrid.c
msgid "tile index out of bounds"
msgstr ""

#: shared-bindings/time/__init__.c
msgid "time.struct_time() takes a 9-sequence"
msgstr ""
Expand Down
Loading