Seon Rozenblum
|
78b2daa2a7
|
Added Unexpected Maker TinyS2 board definition
|
2021-02-23 17:55:17 +11:00 |
|
Dan Halbert
|
93d788543c
|
Merge remote-tracking branch 'adafruit/main' into secondary-cdc
|
2021-02-15 20:03:53 -05:00 |
|
Lucian Copeland
|
6d5ffc677b
|
is_free should not check never_reset
|
2021-02-15 10:29:05 -05:00 |
|
Dan Halbert
|
f0564b4986
|
merge from upstream; complicated webusb merge
|
2021-02-11 18:50:02 -05:00 |
|
Dan Halbert
|
5ba28e9861
|
Merge pull request #4159 from dhalbert/disable-brownout-before-deep-sleep-4025
turn off brownout before deep sleep
|
2021-02-09 09:03:33 -05:00 |
|
Scott Shawcroft
|
6efd87b3c6
|
Merge pull request #4124 from m4tk/main
Add display init code for Lilygo TTGO T8 ESP32-S2
|
2021-02-08 16:35:27 -08:00 |
|
Dan Halbert
|
f171660870
|
Merge pull request #4139 from hierophect/socket-accept-conn
Socket: Connect accepted sockets
|
2021-02-08 16:25:31 -05:00 |
|
Dan Halbert
|
be500fd15c
|
Merge pull request #4136 from hierophect/socket-portmax
Socket: fix inconsistencies in argument types
|
2021-02-08 16:23:20 -05:00 |
|
Dan Halbert
|
c3a1bd8f13
|
turn off brownout before deep sleep
|
2021-02-08 12:40:20 -05: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 |
|
Neradoc
|
6be2466d6f
|
ESP32S2: Socket.recv_into only took len-1 bytes
|
2021-02-07 08:57:19 +01:00 |
|
Lucian Copeland
|
582bc59d39
|
Connect accepted sockets
|
2021-02-05 17:32:15 -05: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 |
|
Lucian Copeland
|
4d26ffb447
|
Make timeout core types consistent
|
2021-02-05 12:32:41 -05:00 |
|
m4tk
|
54bd79a51a
|
LCD_MISO is not connected on board
|
2021-02-05 07:52:01 +01:00 |
|
Dan Halbert
|
0802b22ed6
|
usb descriptors all set; rework of enabling for USB devices
|
2021-02-04 19:23:40 -05:00 |
|
Lucian Copeland
|
210d0f8798
|
Add I2S pin claiming
|
2021-02-04 16:30:05 -05:00 |
|
m4tk
|
ff7b296b04
|
Add display init code for Lilygo TTGO T8 ESP32-S2
|
2021-02-04 16:46:15 +01:00 |
|
Kevin Banks
|
215a56c920
|
Merge branch 'main' into webusb (trying to get CI back online)
|
2021-02-03 16:48:28 -06:00 |
|
BiffoBear
|
2656c84b01
|
Initial commit. Edited error messages in .c files
|
2021-02-03 05:49:40 +07:00 |
|
Kevin Banks
|
e79283932d
|
Moving control of USB compile-time options down to the BOARD level
|
2021-02-01 19:08:56 -06:00 |
|
Kevin Banks
|
e1618c21b2
|
Default WebUSB to OFF because other ports are not ready for it yet
|
2021-02-01 17:56:38 -06:00 |
|
Lucian Copeland
|
66639b237f
|
Merge remote-tracking branch 'upstream/main' into sslsocket
|
2021-02-01 11:43:01 -05:00 |
|
Lucian Copeland
|
8277ffca86
|
Fix hash, close, error bugs
|
2021-02-01 11:04:12 -05:00 |
|
Scott Shawcroft
|
529114c162
|
Merge pull request #4077 from netroy/lilygo-ttgo-t8-esp32-s2
Add support for Lilygo TTGO T8 ESP32-S2
|
2021-01-31 19:50:36 -08:00 |
|
Aditya
|
6dba7a146d
|
Add support for Lilygo TTGO T8 ESP32-S2
|
2021-01-31 14:30:31 +01:00 |
|
Lucian Copeland
|
ddd516a683
|
Fix default timeout
|
2021-01-30 15:44:44 -05:00 |
|
Lucian Copeland
|
a724f6f954
|
Fix documentation builds
|
2021-01-29 11:58:02 -05:00 |
|
Kevin Banks
|
63f9b12fe6
|
Partially hard-coded VENDOR descriptor has been added. First build to be accessed via WebUSB. NOTE - had to disable HID (EndPoint shortage?)
|
2021-01-28 20:22:31 -06:00 |
|
Scott Shawcroft
|
351a0e747d
|
Merge pull request #4047 from kmatch98/esp32s2_ParallelBus
Add initial ParallelBus support for ESP32-S2
|
2021-01-26 13:07:58 -08:00 |
|
Lucian Copeland
|
815ab5277b
|
Fix stubs error, out of sockets error, invalid TLS leak
|
2021-01-26 14:13:12 -05:00 |
|
Kevin Banks
|
fbfb7b68cc
|
Most of the code we need has been pulled in from the tinyusb webusb_serial demo. Still LOTS to do regarding descriptors.
|
2021-01-25 20:37:58 -06:00 |
|
Kevin Matocha
|
61850acd14
|
Fixed bug in pin error handling, deleted debug prints
|
2021-01-25 16:51:12 -06:00 |
|
Kevin Matocha
|
4140012430
|
Allow pins >= 32, allow write pin on different register than data pins
|
2021-01-25 16:25:56 -06:00 |
|
Lucian Copeland
|
9f34ec78c4
|
Separate Socket and SSLSocket, add LWIP connect
|
2021-01-25 17:07:25 -05:00 |
|
Dan Halbert
|
69869e1439
|
CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup
|
2021-01-24 23:10:20 -05:00 |
|
Kevin Matocha
|
10965e5989
|
Delete unnecessary comments
|
2021-01-23 11:30:17 -06:00 |
|
Kevin Matocha
|
34aa01c5f9
|
Remove redundant clear_write, add make translate
|
2021-01-22 22:29:51 -06:00 |
|
Kevin Matocha
|
811a34fc3d
|
Add initial ParallelBus support for ESP32-S2
|
2021-01-22 14:42:09 -06:00 |
|
Dan Halbert
|
f72c1474c5
|
Merge branch 'main' into connect
|
2021-01-22 03:56:57 -05:00 |
|
hierophect
|
f88a896c03
|
Merge pull request #3854 from hierophect/esp-tcpserver
ESP32S2: Implement TCP Server bindings
|
2021-01-21 17:25:14 -05:00 |
|
anecdata
|
1f6cd496c7
|
1. check enabled before scan; 2. make start-station() the single control point for esp_wifi_set_mode()
|
2021-01-21 13:54:19 -06:00 |
|
Scott Shawcroft
|
eff68b0d9f
|
Merge pull request #4011 from dheera/main
prevents going into safe mode for watchdog resets
|
2021-01-20 11:30:12 -08:00 |
|
anecdata
|
a01ff658ea
|
fix case of connecting when wifi is stopped
|
2021-01-18 19:57:01 -06:00 |
|
Dan Halbert
|
ee48e4b452
|
ESP32-S2: Initialize touch in proper order
|
2021-01-18 11:52:03 -05:00 |
|
anecdata
|
c524900a1b
|
check connected before connecting
|
2021-01-17 20:21:31 -06:00 |
|
jerryneedell
|
a9389343a8
|
Revert "UMFEATHERS2 - implement use of DotStar for status led"
|
2021-01-17 05:15:19 -05:00 |
|
dheera
|
d43eb7e84b
|
prevents going into safe mode for watchdog resets
|
2021-01-16 17:38:08 -08:00 |
|
Scott Shawcroft
|
816cbe4704
|
Merge pull request #3992 from anecdata/reason4
wifi: more disconnect reasons for retries & include error code in exception
|
2021-01-15 11:52:34 -08:00 |
|