Scott Shawcroft
|
59837fe24a
|
Merge pull request #6027 from EmergReanimator/stm-uart-fix
Stm uart fix
|
2022-02-13 18:42:28 -08:00 |
Scott Shawcroft
|
fd4164f16d
|
Merge pull request #6021 from anecdata/more_sockets
Increase max LWIP sockets on ESP32-S3
|
2022-02-13 18:37:41 -08:00 |
Scott Shawcroft
|
306852d33f
|
Merge pull request #6020 from dhalbert/convert-release-notes-update
Fix and revise convert-release-notes.py
|
2022-02-13 18:36:30 -08:00 |
Jeff Epler
|
a50b0580b0
|
Merge pull request #6026 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
|
2022-02-13 11:45:01 -06:00 |
Jeff Epler
|
adfa6ef019
|
Fix all natmod tests to run on x64
My testing sequence is
```
git clean -dxf examples
arch=x64; make -C examples/natmod/features1 ARCH=$arch && make -C examples/natmod/features2 ARCH=$arch && make -C examples/natmod/btree ARCH=$arch && make -C examples/natmod/framebuf ARCH=$arch && make -C examples/natmod/uheapq ARCH=$arch && make -C examples/natmod/urandom ARCH=$arch && make -C examples/natmod/ure ARCH=$arch && make -C examples/natmod/uzlib ARCH=$arch
(cd tests && ./run-natmodtests.py "$@" extmod/{btree*,framebuf*,uheapq*,ure*,uzlib*}.py)
```
|
2022-02-13 11:18:38 -06:00 |
EmergReanimator
|
4e0bd4a27f
|
Fixed pre-commit script issues.
|
2022-02-13 08:46:24 +01:00 |
hexthat
|
8f45d6706e
|
Translated using Weblate (Chinese (Pinyin))
Currently translated at 99.1% (1038 of 1047 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
|
2022-02-13 01:57:47 +01:00 |
Limor "Ladyada" Fried
|
9ee9876526
|
Merge pull request #6023 from stonehippo/micromod-samd51-spi-fix
MicroMod SAMD51: Correct default MISO
|
2022-02-12 18:45:57 -05:00 |
anecdata
|
7884e73089
|
build-doc fix
|
2022-02-12 14:31:23 -06:00 |
anecdata
|
b559a0ee2a
|
new kwarg: wifi.radio.start_ap(max_connections=)
|
2022-02-12 13:34:57 -06:00 |
EmergReanimator
|
69aa0b4edb
|
Fixed lost UART data.
Use non-blocking HAL call to allow reception of data over UART while
transmission is active.
|
2022-02-12 18:51:21 +01:00 |
George White
|
f3b67cc104
|
MicroMod SAMD51: Correct default MISO
|
2022-02-12 17:49:50 +00:00 |
anecdata
|
e4837a4a61
|
ESP32-S3 increase max sockets - issue #5915 (partial)
|
2022-02-11 16:00:45 -06:00 |
Dan Halbert
|
cb80b01251
|
Fix and revise convert-release-notes.py
|
2022-02-11 16:21:20 -05:00 |
Scott Shawcroft
|
ddac37add7
|
Merge pull request #6011 from tannewt/tannewt-patch-1
Explain read and write size to/from PIO FIFOs
|
2022-02-11 09:36:41 -08:00 |
Scott Shawcroft
|
34092437ec
|
Merge pull request #6016 from todbot/rainbowio-255p5-fix
fix #6015: rainbowio error for input > 255.0 < 256.0
|
2022-02-11 09:32:15 -08:00 |
Scott Shawcroft
|
160b1aa392
|
Merge pull request #6017 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
|
2022-02-11 09:29:36 -08:00 |
Jonny Bergdahl
|
cb8327d14c
|
Translated using Weblate (Swedish)
Currently translated at 100.0% (1047 of 1047 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
|
2022-02-11 11:58:58 +01:00 |
Wellington Terumi Uemura
|
45ac0fb111
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1047 of 1047 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
|
2022-02-11 11:58:58 +01:00 |
Tod Kurt
|
98ff9957fc
|
appease ci
|
2022-02-10 17:14:07 -08:00 |
Tod Kurt
|
17440ec10c
|
fix #6015
|
2022-02-10 16:10:05 -08:00 |
Scott Shawcroft
|
8958e7ef08
|
Add S3 GATT client support
This allows you to connect to GATT services on the other device.
It also adds connection initiation (GAP central).
More progress on #5926
|
2022-02-10 11:31:57 -08:00 |
Scott Shawcroft
|
22928fec55
|
Explain read and write size to/from PIO FIFOs
|
2022-02-10 10:55:04 -08:00 |
Scott Shawcroft
|
5355092e4a
|
Merge pull request #6003 from dhalbert/spi-half-duplex-signature
add half_duplex to busio.SPI signature
|
2022-02-10 10:27:14 -08:00 |
Scott Shawcroft
|
c9b494b79f
|
Merge pull request #6006 from DavePutz/issue_5980
Correct ping timeout for espressif
|
2022-02-10 10:18:14 -08:00 |
Scott Shawcroft
|
54589de15b
|
Merge pull request #6004 from dhalbert/samd-rtc-count-overflow
fetch RTC count more atomically
|
2022-02-10 10:16:57 -08:00 |
Dan Halbert
|
c234d92bdc
|
Merge pull request #5989 from tekktrik/doc/update-ref-volt-desc
Expand AnalogIn.reference_voltage description
|
2022-02-09 18:13:59 -05:00 |
Dan Halbert
|
c60e45c4e0
|
Merge pull request #6002 from CapableRobot/usbhub-defn-updates
Board definition updates for Capable Robot USB Hub
|
2022-02-09 17:51:21 -05:00 |
Dan Halbert
|
85d79f4a27
|
Merge pull request #6001 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
|
2022-02-09 17:23:45 -05:00 |
root
|
6563f71545
|
Correct ping timeout for espressif
|
2022-02-09 15:58:25 -06:00 |
Dan Halbert
|
b18b0fd5b9
|
fetch RTC count more atomically
|
2022-02-09 15:32:16 -05:00 |
Chris Osterwood
|
7247990c3e
|
Update pins.c
Fix typo
|
2022-02-09 14:26:20 -05:00 |
Dan Halbert
|
c4e54ce671
|
add half_duplex to busio.SPI signature
|
2022-02-09 14:20:46 -05:00 |
Hosted Weblate
|
5e377556f7
|
Merge remote-tracking branch 'origin/main'
|
2022-02-09 20:03:17 +01:00 |
Scott Shawcroft
|
2bf5a1ee45
|
Merge pull request #5998 from anecdata/ESP32-S2-DevKitC-1-N4R2
Espressif ESP32-S2 DevKitC-1-N4R2 board
|
2022-02-09 11:03:14 -08:00 |
Hosted Weblate
|
a24fd57d04
|
Merge remote-tracking branch 'origin/main'
|
2022-02-09 20:01:18 +01:00 |
Scott Shawcroft
|
88b000f739
|
Merge pull request #5996 from anecdata/channel_validate
WiFi Monitor: improve channel validation
|
2022-02-09 11:01:14 -08:00 |
Chris Osterwood
|
8e3f719056
|
Update mpconfigboard.mk
Add build flags to turn off subsystems which are not relevant to the USB Hub
|
2022-02-09 13:54:08 -05:00 |
Chris Osterwood
|
4c371db5b2
|
Update pins.c
Adds a pin which is used by recent firmware for PCB hardware identification.
|
2022-02-09 13:53:19 -05:00 |
Hosted Weblate
|
226b56e1e4
|
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-02-09 19:11:52 +01:00 |
Hosted Weblate
|
6c72ba8b00
|
Merge remote-tracking branch 'origin/main'
|
2022-02-09 19:11:49 +01:00 |
Maciej Stankiewicz
|
b45e83605b
|
Translated using Weblate (Polish)
Currently translated at 54.8% (574 of 1046 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pl/
|
2022-02-09 19:11:49 +01:00 |
Dan Halbert
|
da035fe958
|
Merge pull request #5990 from sgauche/stm_spi_3wire
Add support for half-duplex SPI to CPy
|
2022-02-09 13:11:37 -05:00 |
Dan Halbert
|
72317c309d
|
turn off CIRCUITPY_ONEWIREIO by default for skinny SAMD21 builds
|
2022-02-09 11:40:07 -05:00 |
Limor "Ladyada" Fried
|
7270d466d0
|
Merge pull request #5997 from anecdata/cucumber_led_inverted
Gravitech Cucumber ESP32-S2 boards: add LED_INVERTED
|
2022-02-09 10:54:04 -05:00 |
anecdata
|
9342f0880d
|
added Saola to ignore duplicate PID
|
2022-02-09 00:11:46 -06:00 |
anecdata
|
0dc89a588a
|
ignore duplicate PID
|
2022-02-08 23:50:08 -06:00 |
anecdata
|
f87c027e00
|
Espressif ESP32-S2 DevKitC-1-N4R2 board
|
2022-02-08 22:14:01 -06:00 |
Scott Gauche
|
a8d8651873
|
Canonical C style for half_duplex = true/false
|
2022-02-08 23:13:22 -05:00 |
Scott Gauche
|
309f4fb2b9
|
add half_duplex false param to spi construct function call in some board files
|
2022-02-08 22:59:26 -05:00 |