Hosted Weblate
a584f2a8ed
Merge remote-tracking branch 'origin/main'
2022-01-21 20:08:20 +01:00
Scott Shawcroft
9a353a4f56
Merge pull request #5422 from Neradoc/nera-secondary-I2C
...
Allow multiple board buses
2022-01-21 11:08:14 -08:00
Hosted Weblate
1b8c41ea4d
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/
2022-01-21 19:50:54 +01:00
Scott Shawcroft
f2713afff6
Merge pull request #5896 from dhalbert/open-modes-check
...
Validate open() mode
2022-01-21 10:50:43 -08:00
Scott Shawcroft
c598ede84e
Add winbond to Feather RP2040
2022-01-21 10:34:38 -08:00
microDev
3970aa5a5e
fix build failure on two boards
2022-01-21 10:11:33 +05:30
microDev
67293c265c
Merge branch 'main' into board-bus
2022-01-21 10:08:39 +05:30
MicroDev
dab35f7c72
Merge pull request #5880 from jepler/espressif-serial-trick-uf2
...
Request ROM bootloader when resetting using the 'serial trick'
2022-01-21 09:56:12 +05:30
Dan Halbert
19b59b0493
Merge pull request #5897 from dunkmann00/update-io-module-name
...
Update the io module's __name__
2022-01-20 21:21:42 -05:00
Dan Halbert
fed5227de9
shrink stringcar_m0_express
2022-01-20 20:34:04 -05:00
Jeff Epler
ea30a8ac04
Reboot into the ROM bootloader from 1200 baud
...
Per Scott, the purpose of this trick is to make the board programmable from Arduino even when CP is installed, so my convenience of escaping into UF2 is not going to work out.
2022-01-20 18:50:50 -06:00
Dan Halbert
eb08c83ae2
fix typo
2022-01-20 18:17:38 -05:00
Dan Halbert
5d54d02f30
Merge pull request #5894 from tannewt/esp_pin_reset_refactor
...
Refactor pin reset on ESP
2022-01-20 18:13:45 -05:00
George Waters
ab57299bd6
Update the io module's __name__
2022-01-20 17:37:51 -05:00
Dan Halbert
8eddce6f42
Validate open() mode
2022-01-20 17:21:51 -05:00
Scott Shawcroft
35175715f9
Check target defined
2022-01-20 14:11:33 -08:00
Scott Shawcroft
d99847b410
Refactor pin reset on ESP
...
This makes it easier to blanket never reset flash and USB pins. It
also allows us to set a custom state after reset. The first case
is for the double tap reset that needs to be pulled low.
Fixes #5893
2022-01-20 12:40:41 -08:00
Dan Halbert
3762f4e0f0
Merge pull request #5891 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-01-20 12:22:52 -05:00
microDev
30c0891fba
cleanup post instance parameter removal
2022-01-20 20:07:42 +05:30
Hosted Weblate
cc77f30dc1
Merge remote-tracking branch 'origin/main'
2022-01-20 05:57:54 +01:00
Dan Halbert
1cd3faa062
Merge pull request #5892 from tannewt/esp_neopixel
...
ESP NeoPixel fixes
2022-01-19 23:57:39 -05:00
Scott Shawcroft
13db65566d
ESP NeoPixel fixes
...
This tweaks the RMT timing to better match the 1/3 and 2/3 of 800khz
guideline for timing. It also ensures a delay of 300 microseconds
with the line low before reset.
Pin reset is now changed to the IDF default which pulls the pin up
rather than CircuitPython's old behavior of floating the pin.
Fixes #5679
2022-01-19 16:29:07 -08:00
Hosted Weblate
5d0b0d0317
Merge remote-tracking branch 'origin/main'
2022-01-20 01:27:03 +01:00
Dan Halbert
8bae6af12a
Merge pull request #5888 from tannewt/esp_tick_core
...
Ensure supervisor_tick is run on the same core as CP
2022-01-19 19:26:50 -05:00
Jonny Bergdahl
e16cf12505
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (1041 of 1041 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2022-01-20 00:56:48 +01:00
Wellington Terumi Uemura
46731c9b25
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (1041 of 1041 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2022-01-20 00:56:47 +01:00
Kattni
12be768980
Merge pull request #5889 from kattni/qt-py-esp-pin-fix
...
Fix pin typo.
2022-01-19 17:25:03 -05:00
Kattni Rembor
880d43a4f7
Fix pin typo.
2022-01-19 17:04:30 -05:00
Scott Shawcroft
42fbebe62a
Merge pull request #5832 from ladyada/main
...
ESP32S2 camera board draft
2022-01-19 12:04:13 -08:00
Scott Shawcroft
2a09c3713a
Merge pull request #5885 from tannewt/esp_c3_devkit
...
Add Espressif C3 dev board
2022-01-19 11:57:27 -08:00
Scott Shawcroft
78942112c7
Ensure supervisor_tick is run on the same core as CP
2022-01-19 11:36:40 -08:00
lady ada
f13ea93fe6
fix A5 pin name
2022-01-19 14:22:01 -05:00
Scott Shawcroft
ce3f1dda16
C3s are bin only
2022-01-19 10:16:04 -08:00
lady ada
6d7472357d
newline
2022-01-18 20:46:09 -05:00
Scott Shawcroft
7ee5c01cf8
Add Espressif C3 dev board
2022-01-18 17:39:52 -08:00
lady ada
09cf95a51c
no psram :(
2022-01-18 20:14:17 -05:00
lady ada
de45a20b08
EOF
2022-01-18 20:14:17 -05:00
lady ada
71c792d608
try initial esp32s3 qtpy def
2022-01-18 20:14:17 -05:00
lady ada
d4dab79234
add buttonpin
2022-01-18 20:14:17 -05:00
lady ada
c1cee63c5a
fix tuplecompile
2022-01-18 20:14:17 -05:00
lady ada
1d44bf1c0c
add camera data port
2022-01-18 20:14:17 -05:00
lady ada
3381ac149e
fix camera display io to use default spi bus
2022-01-18 20:14:16 -05:00
lady ada
13b319c430
try rotation 0
2022-01-18 20:14:16 -05:00
lady ada
e9f0c1796e
oof fix i2c lines!
2022-01-18 20:14:16 -05:00
lady ada
4400124efe
snappysnap
2022-01-18 20:14:16 -05:00
lady ada
8b26f594c9
try not resetting i2c power
2022-01-18 20:14:16 -05:00
lady ada
647b894e7b
?? some include needed
2022-01-18 20:14:16 -05:00
lady ada
9c933558b5
enable I2C by default
2022-01-18 20:14:15 -05:00
Jeff Epler
872beeccfe
Merge remote-tracking branch 'origin/main' into espressif-serial-trick-uf2
2022-01-18 19:07:05 -06:00
Dan Halbert
53b6c4b5f0
Merge pull request #5884 from tannewt/s3_heap
...
Increase S3 without PSRAM heap size and fix S2 builds
2022-01-18 19:35:07 -05:00