gamblor21
0cf2df48c4
Fixed for boards without longint
2021-02-01 17:58:34 -06:00
Dan Halbert
9bceb32de7
Merge pull request #4092 from jamesbowman/main
...
Add Gameduino 3X Dazzler support on raspberry_pi_pico
2021-01-30 18:04:27 -05:00
James Bowman
acbf66dacc
Make sys.platform "RP2040" on raspberrypi
...
[#4091 ]
2021-01-29 12:33:37 -08:00
James Bowman
067f42b4f8
Add Gameduino 3X Dazzler support on raspberry_pi_pico
...
Tested with hardware. Looks good.
Follow on from #4054
2021-01-29 12:25:59 -08:00
Dan Halbert
70a5f464df
Merge pull request #4090 from jepler/update-actions-v2
...
workflows: use actions/cache@v2
2021-01-29 13:40:13 -05:00
Dan Halbert
d4780a5192
Merge pull request #4080 from tannewt/fix_release_pr_description
...
Fix blinka release PR language list
2021-01-29 12:47:23 -05:00
Jeff Epler
5b2e29d000
Merge pull request #4089 from jepler/update-ulab-issue4086
...
ulab: update to 1.7.2
2021-01-29 11:45:06 -06:00
Jeff Epler
66e0f2dcff
workflows: use actions/cache@v2
2021-01-29 11:36:27 -06:00
Jeff Epler
689fba764a
ulab: update to 1.7.2
...
Closes #4086
2021-01-29 09:45:00 -06:00
Dan Halbert
f6f007a9f4
Merge pull request #4084 from jepler/default-serpentine
...
RGBMatrix: change default to serpentine=True
2021-01-28 16:25:51 -05:00
Jeff Epler
65a883a74c
bump esp-idf cache tag
...
.. we are seeing failures that we have previously diagnosed as a bad
cache. The github ui provides no way to update or delete a cache, so
this is our workaround.
2021-01-28 13:52:30 -06:00
Jeff Epler
0098909757
RGBMatrix: change default to serpentine=True
...
The "serpentine" display order leads to much better wiring (shorter
ribbon cables) and is preferred. Change the default accordingly.
2021-01-28 11:42:19 -06:00
Scott Shawcroft
9325509b54
Fix blinka release PR language list
2021-01-27 14:08:52 -08:00
Scott Shawcroft
c1c1a5d036
Merge pull request #4072 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-01-27 11:49:52 -08:00
Hosted Weblate
c1b1ddd724
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-01-27 02:31:39 +01:00
Hosted Weblate
83a99cbc33
Merge remote-tracking branch 'origin/main' into main
2021-01-27 02:31:37 +01:00
Maciej Stankiewicz
2918b73828
Translated using Weblate (Polish)
...
Currently translated at 67.7% (626 of 924 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
2021-01-27 02:31:36 +01:00
Scott Shawcroft
45b3c9ae42
Merge pull request #4068 from jepler/update-protomatter-tiling
...
protomatter: Update to version that supports tiling
2021-01-26 17:31:26 -08:00
Jeff Epler
189ec2fc60
Disallow tile=0
2021-01-26 16:51:31 -06:00
Hosted Weblate
85508d7cc1
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-01-26 22:08:06 +01:00
Scott Shawcroft
351a0e747d
Merge pull request #4047 from kmatch98/esp32s2_ParallelBus
...
Add initial ParallelBus support for ESP32-S2
2021-01-26 13:07:58 -08:00
Jeff Epler
1c10ec99a7
make translate
2021-01-26 15:04:45 -06:00
Jeff Epler
20c9f25a65
rgbmatrix: Eliminate some duplicated height-calculating code
...
This was hard to write, so let's have it written in 2 places instead
of 4.
2021-01-26 14:35:26 -06:00
Jeff Epler
368977fb90
RGBMatrix: Additional tile tweaks
...
* Introduce explicit serpentine: bool argument instead of using negative
numbers (thanks, ghost of @tannewt sitting on one shoulder)
* Fix several calculations of height
Testing performed (matrixportal):
* set up a serpentine 64x64 virtual display with 2 64x32 tiles
* tried all 4 rotations
* looked at output of REPL
2021-01-26 14:33:48 -06:00
Dan Halbert
d116ad042f
Merge pull request #4070 from rpavlik/patch-1
...
Update design_guide.rst
2021-01-26 15:25:10 -05:00
Dan Halbert
29e672fe86
Merge pull request #4071 from tannewt/rp2040_uart_error
...
Raise an error on UART use
2021-01-26 15:22:02 -05:00
Dan Halbert
a9227e15d0
Merge pull request #4063 from dhalbert/rp2040-gp15
2021-01-26 13:38:41 -05:00
Dan Halbert
13812a788f
Merge pull request #4060 from dhalbert/regularize-extmod-modules
...
CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup
2021-01-26 12:54:21 -05:00
Jeff Epler
345c2ae8a9
make translate
2021-01-26 11:04:18 -06:00
Scott Shawcroft
b42e94ee2c
Raise an error on UART use
2021-01-26 08:48:30 -08:00
Ryan A. Pavlik
365fafb32b
Update design_guide.rst
...
Add CO2 as a member name, and clarify the description of eCO2.
2021-01-26 10:36:40 -06:00
Dan Halbert
f154ee855d
shrink simmel
2021-01-26 10:23:37 -05:00
Jeff Epler
51f0544405
protmatter: Update to version that supports tiling
2021-01-26 09:19:44 -06:00
Dan Halbert
da6869dbd5
Set MICROPY_PY_UERRNO_ERRORCODE correctly
2021-01-26 08:37:05 -05:00
Dan Halbert
0ba49d7303
typo; thanks @Neradoc
2021-01-25 23:20:37 -05:00
Dan Halbert
5b4249e365
fix doc typos
2021-01-25 23:06:47 -05:00
Dan Halbert
a9f339b461
typo in circuitpy_mpconfig.h; forgot cxd56 port
2021-01-25 22:40:31 -05:00
Dan Halbert
be4cfdd3d6
Use TOTAL_GPIO_COUNT instead of magic number 30
2021-01-25 22:16:24 -05:00
Kevin Matocha
61850acd14
Fixed bug in pin error handling, deleted debug prints
2021-01-25 16:51:12 -06:00
Scott Shawcroft
4241fd4b18
Merge pull request #4051 from jamesbowman/main
...
EVE: change fixed-point integer arguments to floating point
2021-01-25 14:44:48 -08:00
Scott Shawcroft
a2ac2da7cc
Merge pull request #3936 from gamblor21/busdevice_fixes
...
Changing adafruit_bus_device to duck typing
2021-01-25 14:41:53 -08:00
Scott Shawcroft
c075e89258
Merge pull request #4054 from dglaude/patch-1
...
Permit Gameduino 3X Dazzler support on Metro M4 AirLift Lite.
2021-01-25 14:33:00 -08:00
Kevin Matocha
4140012430
Allow pins >= 32, allow write pin on different register than data pins
2021-01-25 16:25:56 -06:00
Scott Shawcroft
6370e9d187
Merge pull request #4064 from kamtom480/spresense-sdk-2.0.2
...
Update Spresense SDK and fix USB CDC
2021-01-25 14:12:46 -08:00
Scott Shawcroft
ba84cff4cb
Merge pull request #4065 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-01-25 14:08:19 -08:00
Dan Halbert
0fa5aa359d
Stop treating pin 15 specially.
2021-01-25 16:07:01 -05:00
hexthat
2a55ff73b1
Translated using Weblate (Chinese (Pinyin))
...
Currently translated at 100.0% (923 of 923 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2021-01-25 20:32:11 +01:00
Jonny Bergdahl
d6c04e85d0
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (923 of 923 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-01-25 20:32:10 +01:00
Kamil Tomaszewski
30a1c52e75
Update TinyUSB
2021-01-25 18:40:14 +01:00
Kamil Tomaszewski
c5992a3101
spresense: update Spresense SDK to 2.0.2
2021-01-25 18:40:14 +01:00