anecdata
|
f20a53177b
|
add authmode to start_ap()
|
2021-04-25 18:20:18 -05:00 |
|
anecdata
|
747d72f5a5
|
redundant with system log
|
2021-04-25 18:18:45 -05:00 |
|
anecdata
|
c510c4d501
|
allow start/stop sta/ap (changing modes) when wifi.radio.enabled = False
|
2021-04-25 09:29:15 -05:00 |
|
anecdata
|
dc3c47d396
|
ap channel param
|
2021-04-25 00:22:08 -05:00 |
|
anecdata
|
354b442867
|
fixes
|
2021-04-24 19:36:11 -05:00 |
|
anecdata
|
2e52c0ae62
|
set all wifi modes; add sta start & sta/ap stop
|
2021-04-24 16:41:41 -05:00 |
|
anecdata
|
4d267ef644
|
add get_ipv4_address_ap
|
2021-04-23 21:44:34 -05:00 |
|
anecdata
|
3d60ed1322
|
loc & common_hal start_ap(), + AP MAC getter
|
2021-04-22 22:55:32 -05:00 |
|
anecdata
|
7e95dc1261
|
ap additions to radio object
|
2021-04-22 22:23:33 -05:00 |
|
anecdata
|
bfc5eb1660
|
event_handler, init, and reset
|
2021-04-22 22:21:50 -05:00 |
|
Lucian Copeland
|
00178ca5e0
|
Sleep API changes, redundancy fix
|
2021-03-27 14:14:57 -04:00 |
|
anecdata
|
c106b432c5
|
swap recvfrom_into() port byte-order
|
2021-03-22 20:03:26 -05:00 |
|
Dan Halbert
|
1512ca520b
|
Fix PWMOut non-error handling and never reset
|
2021-03-19 09:57:21 -04:00 |
|
Dan Halbert
|
b2d913412f
|
merge from upstream
|
2021-03-18 23:14:43 -04:00 |
|
gamblor21
|
0890b54cd9
|
More formatting
|
2021-03-16 08:29:04 -05:00 |
|
gamblor21
|
fb437d8280
|
Formatting fixes
|
2021-03-16 08:22:02 -05:00 |
|
Mark
|
e326d7ca80
|
Merge branch 'main' into rp_dp_parallel
|
2021-03-15 20:00:13 -05:00 |
|
microDev
|
a52eb88031
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
|
Dan Halbert
|
0ce5b2f594
|
put back pullup setting
|
2021-03-12 08:20:09 -05:00 |
|
gamblor21
|
56a219911f
|
Add frequency support to parallel bus
|
2021-03-11 19:32:43 -06:00 |
|
Dan Halbert
|
f75a009ed4
|
fix unnecessary statement order change
|
2021-03-11 15:16:32 -05:00 |
|
Dan Halbert
|
08c5dbb003
|
use return values in STM PWMOut constructor, not exceptions
|
2021-03-11 08:52:47 -05:00 |
|
Dan Halbert
|
26eb429cc6
|
restore install/delete for i2c driver
|
2021-03-07 18:23:14 -05:00 |
|
microDev
|
13453d35c6
|
fix watchdog deinit
|
2021-03-04 13:23:34 +05:30 |
|
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 |
|
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 |
|
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 |
|
Lucian Copeland
|
210d0f8798
|
Add I2S pin claiming
|
2021-02-04 16:30:05 -05:00 |
|
BiffoBear
|
2656c84b01
|
Initial commit. Edited error messages in .c files
|
2021-02-03 05:49:40 +07: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 |
|
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 |
|
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 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 |
|
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 |
|