Hosted Weblate
785fb0e161
Merge remote-tracking branch 'origin/main' into main
2021-02-08 17:34:17 +01:00
Dan Halbert
482e583077
Merge pull request #4140 from FoamyGuy/bitmap_font_path_fix
...
fix bitmap_font path in display resource gen
2021-02-08 11:34:12 -05:00
Hosted Weblate
7abbfb239d
Merge remote-tracking branch 'origin/main' into main
2021-02-08 17:33:13 +01:00
Dan Halbert
f66caa29b9
Merge pull request #4146 from gamblor21/busdevice_write_read_fix
...
Fix write_then_readinto in adafruit_bus_device I2CDevice
2021-02-08 11:33:06 -05:00
Hosted Weblate
154496ab16
Merge remote-tracking branch 'origin/main' into main
2021-02-08 17:29:48 +01:00
Lucian Copeland
1043d619fd
Merge pull request #4148 from Neradoc/fix-recv_into
...
Fix socket.recv_into receiving one less byte than expected
2021-02-08 11:29:41 -05:00
hexthat
92d76f6d2f
Translated using Weblate (Chinese (Pinyin))
...
Currently translated at 100.0% (955 of 955 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2021-02-07 22:50:20 +01:00
Neradoc
6be2466d6f
ESP32S2: Socket.recv_into only took len-1 bytes
2021-02-07 08:57:19 +01:00
gamblor21
ea4a12005a
Fix write_then_readinto
2021-02-06 10:33:38 -06:00
Dan Halbert
a10ce39ae6
Merge pull request #4141 from tannewt/update_picosdk
...
Update to the very latest SDK w/GP15 restore
2021-02-05 23:37:11 -05:00
Scott Shawcroft
22dc7d5359
Update to the very latest SDK w/GP15 restore
...
Also adds unique id support
Fixes #4039 and hopefully #4107
2021-02-05 18:44:06 -08:00
Scott Shawcroft
e12d38c147
Merge pull request #4134 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-02-05 18:17:02 -08:00
foamyguy
5c3371bd1a
fix bitmap_font path in display resource gen
2021-02-05 18:05:37 -06:00
Hosted Weblate
6e1c6cfc42
Merge remote-tracking branch 'origin/main' into main
2021-02-05 21:13:01 +01:00
Scott Shawcroft
c6a7b00030
Merge pull request #4137 from ferret-guy/smps-mode-pin-rpi-pico
...
Add SMPS mode pin to Raspi Pico pins.c
2021-02-05 12:12:55 -08:00
Hosted Weblate
d0c5c7bd10
Merge remote-tracking branch 'origin/main' into main
2021-02-05 21:08:41 +01:00
Scott Shawcroft
e7438c481e
Merge pull request #4125 from xorbit/main
...
Add A3 pin to Raspberry Pi Pico
2021-02-05 12:08:35 -08:00
Hosted Weblate
5136220d51
Merge remote-tracking branch 'origin/main' into main
2021-02-05 20:47:55 +01:00
Jonny Bergdahl
ccdf3c0b79
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (955 of 955 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-02-05 20:47:55 +01:00
Scott Shawcroft
a310d4336b
Merge pull request #4128 from hierophect/esp32s2-i2s-claimpin
...
ESP32S2: Add I2S pin claiming
2021-02-05 11:47:49 -08:00
Lucian Copeland
8214d67e5f
Fix LWIP connect error report
2021-02-05 13:14:49 -05:00
Mark Omo
1292c35d59
Add SMPS mode pin to Raspi Pico pins.c
...
Add SMPS mode pin to Raspi Pico pins.c; see section "4.3. Using the ADC" of the Pico datasheet for discussion.
Driving this pin high forces the onboard regulator into a lower noise PWM mode.
2021-02-05 11:09:40 -07:00
Patrick Van Oosterwijck
a158dde628
Add alternate name `VOLTAGE_MONITOR` for `A3`
2021-02-05 10:55:03 -07:00
Wellington Terumi Uemura
0383402cd7
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (955 of 955 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-02-05 16:41:57 +01:00
Jeff Epler
433cbc6be1
Translated using Weblate (German)
...
Currently translated at 79.4% (759 of 955 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2021-02-05 16:41:57 +01:00
Dennis Schweer
804563a4aa
Translated using Weblate (German)
...
Currently translated at 79.4% (759 of 955 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2021-02-05 16:41:56 +01:00
Dan Halbert
5bb722b927
Merge pull request #4122 from hathach/fix-3986
...
Fix 3986 background reset remove existing usb callback
2021-02-05 09:13:28 -05:00
Dan Halbert
0a55cfbde8
Merge pull request #4126 from FiriaCTO/webusb
...
WebUSB serial support (compile-time option, currently defaulted to OFF)
2021-02-05 09:11:43 -05:00
Dan Halbert
25d456a5b8
shrink a couple of builds
2021-02-04 22:15:32 -05:00
Scott Shawcroft
f6e881e820
Merge pull request #4123 from jepler/raspberrypi-reset-bootloader
...
raspberrypi: implement reset, reset_to_bootloader
2021-02-04 15:33:26 -08:00
Kevin Banks
1352938504
Changed URL
2021-02-04 16:35:42 -06:00
Kevin Banks
b6ce29bc1f
Merge branch 'webusb' of https://github.com/FiriaCTO/circuitpython into webusb
2021-02-04 16:31:52 -06:00
Kevin Banks
c4a795b1e7
Changed URL
2021-02-04 16:31:18 -06:00
FiriaCTO
e72069e241
Fix typo in comment
...
descriptors should be plural
Co-authored-by: Dan Halbert <halbert@halwitz.org>
2021-02-04 16:18:36 -06:00
Lucian Copeland
210d0f8798
Add I2S pin claiming
2021-02-04 16:30:05 -05:00
Kevin Banks
7a17c75256
File ending
2021-02-04 14:15:29 -06:00
Kevin Banks
3a952e96ea
Fixing whitespace
2021-02-04 12:42:23 -06:00
Jeff Epler
6e153d9948
raspberrypi: implement reset, reset_to_bootloader
...
This makes all the following work:
* normal microcontroller.reset()
* reset into safe mode or UF2 bootloader via microcontroller.on_next_reset()
* reset into UF2 bootloader via the "1200 baud trick"
The implementation of reset_cpu is from micropython.
2021-02-04 12:07:50 -06:00
Patrick Van Oosterwijck
d357a05870
Add A3 pin to Raspberry Pi Pico
...
We want to be able to use this to measure VSYS.
2021-02-04 10:44:37 -07:00
Kevin Banks
cf9a00dcba
A little more content into WEBUSB_README
2021-02-04 09:44:36 -06:00
Kevin Banks
87fe58fea5
Added WEBUSB_README to the table of contents (required by CI)
2021-02-04 08:56:51 -06:00
Kevin Banks
3bf8ef4c14
Making WEBUSB_README.md standalone for now
2021-02-04 08:09:35 -06:00
hathach
8d7b1f9e8c
add usb_background_schedule()
...
unconditionally schedule usb background after
background_callback_reset()
2021-02-04 16:00:14 +07:00
Kevin Banks
4d90f198ec
(I could have sworn I deleted that line...)
2021-02-03 18:54:03 -06:00
Kevin Banks
f2067730cb
Code cleanup and added a WEBUSB_README file
2021-02-03 18:51:48 -06:00
Kevin Banks
215a56c920
Merge branch 'main' into webusb (trying to get CI back online)
2021-02-03 16:48:28 -06:00
Kevin Banks
00926b687a
Trying to keep two ARM builds from overflowing their FLASH
2021-02-03 11:16:19 -06:00
Scott Shawcroft
adaf43d6d8
Merge pull request #4113 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-02-03 08:48:34 -08:00
Hosted Weblate
7083161261
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-02-03 13:57:12 +01:00
Hosted Weblate
491badc766
Merge remote-tracking branch 'origin/main' into main
2021-02-03 13:57:10 +01:00