Dan Halbert
dbc8a312a2
Merge pull request #6137 from dhalbert/7.2.x-__future__
...
Backport from __future__ import annotations from #6117
2022-03-10 20:46:05 -05:00
Dan Halbert
19e7647f3d
turn off MIDI on sensebox_mcu for sapce
2022-03-10 18:20:04 -05:00
Dan Halbert
a7260a8b61
squeeze arduino_zero further
2022-03-10 15:56:51 -05:00
Dan Halbert
c5947fd6de
squeeze arduino_zero and sensebox_mcu
2022-03-10 12:46:08 -05:00
foamyguy
2f83264f09
update nina-fw submodule
2022-03-10 12:24:43 -05:00
Dan Halbert
6ddab0f3c8
shrink matrixportal_m4
2022-03-10 11:20:44 -05:00
Scott Shawcroft
0957c1546f
Merge pull request #6132 from dhalbert/fix-autoreload
...
Make autoreload checking more robust
2022-03-09 14:02:15 -08:00
Dan Halbert
6465d81918
Update ports/stm/boards/stm32f411ce_blackpill_with_flash/mpconfigboard.h
...
whoopsies
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2022-03-09 13:33:54 -05:00
Dan Halbert
9b2e22a6df
Make autoreload checking more robust
...
- Add reset for autoreload. De-request ticks.
- Separate state a little more in autoreload.c
- Rename some routines.
- Remove redundant settings of CIRCUITPY_AUTORELOAD_DELAY_MS.
2022-03-09 11:07:55 -05:00
Michael Himing
d933f8ac50
Espressif: Fix i2c pullup detection
2022-03-09 07:36:17 +11:00
Dan Halbert
57bbe7922d
Merge pull request #6058 from Neradoc/add-hiibot-iots2
...
Add hiibot iots2
2022-02-18 12:18:25 -05:00
Dan Halbert
1c3e03d1b1
Merge pull request #6057 from tannewt/board_pin_reset
...
Allow ESP boards to customize how a pin is reset
2022-02-17 21:12:11 -05:00
Dan Halbert
60ceb6e367
Merge pull request #6043 from makermelissa/main
...
Add PortalBase and Fake Requests and update Frozen Libs on Portal boards
2022-02-17 20:19:33 -05:00
Scott Shawcroft
5a51aa2a75
Merge pull request #6056 from Neradoc/qtpys2-debug-uart
...
free RX and TX on QTPY-ESP32S2 in non debug builds
2022-02-17 17:02:46 -08:00
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
Neradoc
3acb0d48bc
free RX and TX on QTPY-ESP32S2 in non debug builds
2022-02-18 01:13:37 +01: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
Neradoc
aedae120c7
use espressif assigned PID for Hiibot IOTS2
2022-02-17 15:06:38 +01:00
Neradoc
139c2710aa
rebase, fix call to common_hal_busio_spi_construct
2022-02-17 14:41:47 +01:00
Neradoc
b1a55e3904
add board.DISPLAY and init to hiibot itos2 (copying from TTGO)
2022-02-17 14:41:47 +01:00
Neradoc
f9f711ab96
now it compiles, so there is that
2022-02-17 14:41:47 +01:00
Neradoc
727dd41a8c
add hiibot itos2, original commit before checking
2022-02-17 14:41:47 +01: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
Melissa LeBlanc-Williams
8f741e7767
Removed more frozen libs and disabled unlikely used modules
2022-02-16 14:47:12 -08:00
Melissa LeBlanc-Williams
0aadb4e256
Remove DisplayText Frozen Lib from MatrixPortal saving about 60K
2022-02-16 14:04:00 -08:00
Kattni Rembor
c9213481b3
Update pin name to match TFT pins.
2022-02-16 16:32:08 -05:00
Melissa LeBlanc-Williams
726bf02ea8
Add PortalBase and Fake Requests and update Frozen Libs on Portal boards
2022-02-16 10:12:54 -08: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