Scott Shawcroft
c4fb5f7df1
Allow ESP boards to customize how a pin is reset
...
This allows board code to override the default pull up reset state.
It is useful for pins that are already externally connected, pulled
or otherwise used by the board.
Fixes #5931
2022-02-17 16:32:29 -08:00
Dan Halbert
fe6e03f504
Merge pull request #6013 from tannewt/esp_ble_gatt_client
...
Add S3 GATT client support
2022-02-17 16:02:11 -05:00
Scott Shawcroft
ab037bd216
Merge pull request #6046 from prplz/espressif-enter-repl-delayed-fix
...
Fix press any key responding slowly on espressif
2022-02-16 21:58:29 -08:00
Michael Himing
bfb897a0b8
Fix press any key responding slowly on espressif
2022-02-17 12:57:27 +11:00
Kattni Rembor
c9213481b3
Update pin name to match TFT pins.
2022-02-16 16:32:08 -05:00
Scott Shawcroft
11647f56e4
Merge pull request #6034 from tannewt/i2c_power
...
Tweak I2C and TFT power pin defaults
2022-02-15 18:00:34 -08:00
Scott Shawcroft
65af10cd23
Tweak I2C and TFT power pin defaults
...
This should set the power to on by default without preventing the
user code from repeatedly using it.
Fixes #5903
2022-02-14 16:19:56 -08:00
Michael Himing
11bbe48ede
Espressif: add partitions-4MB-no-uf2
2022-02-15 08:42:15 +11:00
Michael Himing
ca5095c94b
Add AI thinker esp32c3s 2M
2022-02-15 07:00:38 +11:00
Scott Shawcroft
d4c2ffea27
Merge pull request #6022 from anecdata/more_ap_connections
...
wifi.radio.start_ap() new kwarg: max_connections
2022-02-14 10:08:39 -08:00
anecdata
5742a12497
input validation consistent with esp-idf is moved to common-hal
2022-02-13 22:14:45 -06:00
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
EmergReanimator
4e0bd4a27f
Fixed pre-commit script issues.
2022-02-13 08:46:24 +01: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
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
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
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
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
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
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
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
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
Scott Gauche
89ad767b8f
add half_duplex to spi constructs in other ports but raise not implemented errors
2022-02-08 22:25:23 -05:00
Scott Gauche
3b418dbddc
change half_duplex to be on spi construct
2022-02-08 21:37:38 -05:00
anecdata
8e625728d6
LED_INVERTED
2022-02-08 20:34:37 -06:00
root
ce191327e8
RP2040 PDMIn frequency based on sample rate
2022-02-08 10:10:02 -06:00
Michael Himing
a639004c89
unexpectedmaker_tinys3: Fix D43, D44
2022-02-08 16:13:56 +11:00
Michael Himing
15914edd56
unexpectedmaker_feathers3: Fix A12
2022-02-08 16:13:56 +11:00
Michael Himing
a2fd1e6eb3
unexpectedmaker_pros3: Fix D43, D44
2022-02-08 16:13:56 +11:00
Scott Gauche
4110b44b8a
add support for half-duplex SPI on STM parts
2022-02-07 21:08:44 -05:00
Dan Halbert
1c17dc9348
ports/raspberrypi/common-hal/busio/SPI.c
2022-02-07 17:07:47 -05:00
Dan Halbert
566f8bed99
Merge pull request #5984 from DavePutz/issue_5967
...
Correcting order of sideset parameters in function call
2022-02-05 21:58:30 -05:00
root
8c10148b21
Correcting order of sideset parameters in function call
2022-02-05 16:15:12 -06:00
Scott Gauche
b2b657547d
Merge branch 'adafruit:main' into st_drivers_to_submodules
2022-02-03 19:21:30 -05:00
Scott Gauche
70ba229d23
add adafruit/stm32f4xx_hal_driver submodule
2022-02-03 14:01:11 -05:00
Scott Gauche
3d1b2b6ad6
remove ST's stm32f4xx_hal_driver submodule due to bug in qspi driver
2022-02-03 13:59:20 -05:00
Dan Halbert
e355ea2b91
shrink seeeduino_xiao build
2022-02-03 13:27:36 -05:00
Scott Shawcroft
8c718fdec8
Merge pull request #5974 from jepler/update-pico-sdk
...
bump pico-sdk to 1.3.0
2022-02-03 10:15:08 -08:00