Scott Shawcroft
|
767ca5c3dc
|
Merge remote-tracking branch 'adafruit/main' into native_wifi
|
2020-08-27 11:42:31 -07:00 |
|
Dan Halbert
|
24fb08dbd9
|
Merge pull request #3337 from hierophect/pulseout-errorstyle
Fix problematic whitespace on pulseout parameter errors
|
2020-08-27 13:22:26 -04:00 |
|
Dan Halbert
|
350e88d4b9
|
Merge pull request #3324 from hierophect/esp32-random
Add random to ESP32-S2, fix it on STM32
|
2020-08-27 13:22:05 -04:00 |
|
Dan Halbert
|
6100027243
|
Merge pull request #3315 from tannewt/add_psram
Add PSRAM support to ESP32S2
|
2020-08-27 11:58:59 -04:00 |
|
Lucian Copeland
|
8021da08d3
|
Fix problematic whitespace on pulseout parameter errors
|
2020-08-27 11:07:47 -04:00 |
|
hierophect
|
a15f948a40
|
Merge branch 'main' into esp32-random
|
2020-08-27 10:49:14 -04:00 |
|
Dan Halbert
|
fe73cfb922
|
Merge pull request #3333 from hierophect/esp32-enable-ulab
Fix all assignments affected by inline makefile comments
|
2020-08-27 10:36:59 -04:00 |
|
Lucian Copeland
|
553ac576eb
|
Disable ulab
|
2020-08-26 17:48:29 -04:00 |
|
Lucian Copeland
|
c77523503b
|
Fix trailing whitespace errors across ports and docs
|
2020-08-26 14:48:46 -04:00 |
|
Jeff Epler
|
44342732a4
|
Fix DOS line endings, they give my git fits
|
2020-08-26 10:56:00 -05:00 |
|
Dan Halbert
|
5755160720
|
Merge pull request #3322 from microDev1/microS2
Added board - microS2
|
2020-08-26 11:03:46 -04:00 |
|
microDev
|
f26d15c5c9
|
Added PSRAM support
|
2020-08-26 18:39:30 +05:30 |
|
Dan Halbert
|
01ddb177fc
|
Remove whitespace in sdkconfig
|
2020-08-26 09:07:54 -04:00 |
|
Dan Halbert
|
f7d224705f
|
Trim trailing whitespace in pins.c
|
2020-08-26 09:01:27 -04:00 |
|
microDev
|
0425305a73
|
Change microS2 board name
|
2020-08-26 08:40:46 +05:30 |
|
microDev
|
b019ef2e43
|
Change microS2 board name
|
2020-08-26 08:38:42 +05:30 |
|
microDev
|
f1f316c502
|
Change microS2 board name
|
2020-08-26 08:37:36 +05:30 |
|
microDev
|
3f699024d9
|
Change microS2 board name
|
2020-08-26 08:36:38 +05:30 |
|
microDev
|
1dce6bd7ca
|
Change microS2 board name
|
2020-08-26 08:35:09 +05:30 |
|
microDev
|
bf2b594066
|
Change microS2 board name
|
2020-08-26 08:33:21 +05:30 |
|
Scott Shawcroft
|
8b71e26abd
|
Merge remote-tracking branch 'adafruit/main' into native_wifi
|
2020-08-25 16:39:23 -07:00 |
|
Scott Shawcroft
|
380cbfba55
|
Add hash to Socket so it can be used in dicts
|
2020-08-25 16:15:45 -07:00 |
|
Scott Shawcroft
|
69fc872944
|
Fix espidf.MemoryError print
|
2020-08-25 16:14:31 -07:00 |
|
Lucian Copeland
|
f71f6631cc
|
Enable ulab
|
2020-08-25 14:24:35 -04:00 |
|
Lucian Copeland
|
05bde255f7
|
Add random to ESP32-S2, fix it on STM32
|
2020-08-25 14:00:29 -04:00 |
|
microDev
|
89c6a44e4e
|
Added microS2 specific config files
|
2020-08-25 20:35:08 +05:30 |
|
microDev
|
645adaadb0
|
Added microS2 specific config files
|
2020-08-25 20:32:44 +05:30 |
|
microDev
|
3eea3b5311
|
Added microS2 specific config files
|
2020-08-24 11:12:35 +05:30 |
|
Scott Shawcroft
|
f39708abb2
|
Add PSRAM support to ESP32S2
When configured the CircuitPython heap will be on the external RAM.
When not available, the heap will be 48k inside the IDF heap.
|
2020-08-21 16:20:58 -07:00 |
|
Scott Shawcroft
|
da61845f56
|
Add missing include
|
2020-08-21 13:32:59 -07:00 |
|
Scott Shawcroft
|
83deea0e03
|
Fix copy pasta and stub build
|
2020-08-21 11:17:42 -07:00 |
|
Scott Shawcroft
|
a5b01f7361
|
Merge remote-tracking branch 'adafruit/main' into add_pwmio
|
2020-08-21 11:13:53 -07:00 |
|
Scott Shawcroft
|
701e80a025
|
Make socket reads interruptable
|
2020-08-21 11:00:02 -07:00 |
|
Scott Shawcroft
|
400701004b
|
Merge pull request #3279 from hierophect/esp32-pulseinout
ESP32-S2: Add PulseOut and PulseIn
|
2020-08-20 11:24:08 -07:00 |
|
Scott Shawcroft
|
80b15f6b3b
|
Add error handling w/temp debug logs
|
2020-08-19 17:51:33 -07:00 |
|
Scott Shawcroft
|
eb8b42aff1
|
Add basic error handling
|
2020-08-19 14:23:28 -07:00 |
|
Scott Shawcroft
|
9602ee6265
|
Disable wifi debug logging and memory log
|
2020-08-19 14:23:28 -07:00 |
|
Scott Shawcroft
|
dcc42f6281
|
Remove debug prints
|
2020-08-19 14:23:28 -07:00 |
|
Scott Shawcroft
|
1034cc1217
|
Add espidf module.
|
2020-08-19 14:23:28 -07:00 |
|
Scott Shawcroft
|
b3a449c276
|
Turn on json and enable socket.close
|
2020-08-19 14:23:28 -07:00 |
|
Scott Shawcroft
|
430530c74b
|
SSL works until it runs out of memory
|
2020-08-19 14:23:28 -07:00 |
|
Scott Shawcroft
|
eb2c38825e
|
HTTP works with my adafruit_requests
|
2020-08-19 14:23:18 -07:00 |
|
Scott Shawcroft
|
c9ece21c28
|
SocketPool stubbed out
|
2020-08-19 14:22:13 -07:00 |
|
Scott Shawcroft
|
7bdd243bf6
|
Ping works!
|
2020-08-19 14:22:13 -07:00 |
|
Scott Shawcroft
|
3860991111
|
Ping work and start to add socketpool
|
2020-08-19 14:22:13 -07:00 |
|
Scott Shawcroft
|
cdab5e793e
|
Update to latest idf
|
2020-08-19 14:22:13 -07:00 |
|
Scott Shawcroft
|
c62ab6e09a
|
Add ipaddress
|
2020-08-19 14:22:12 -07:00 |
|
Scott Shawcroft
|
ddcff85fa2
|
Add debugging. Scanning doesn't crash but returns no results. Need to config station.
|
2020-08-19 14:22:12 -07:00 |
|
Scott Shawcroft
|
1a6f4e0fe0
|
Scanning WIP. Need to sort out supervisor memory
|
2020-08-19 14:22:12 -07:00 |
|
Scott Shawcroft
|
c5b8401a15
|
First crack at native wifi API
|
2020-08-19 14:21:59 -07:00 |
|