Commit Graph

104 Commits

Author SHA1 Message Date
brentru
999710e92d add gperf for cmake 2019-10-31 11:08:14 -04:00
brentru
9f02cb294b fix untar location 2019-10-31 11:04:45 -04:00
brentru
497e8332c4 py 3.5 2019-10-31 10:50:54 -04:00
brentru
613da21bb3 bump esp toolchain version 2019-10-31 10:50:21 -04:00
brentru
16708753b4 add deployment, drop gperf, python3 2019-10-31 10:47:37 -04:00
brentru
fa6a438981 add test build script... 2019-10-31 10:43:02 -04:00
Brent Rubell
d68d708739 Merge pull request #14 from anecdata/Kraken_II
New command handlers for Digital Read and Analog Read. New command for Analog Read.
2019-10-23 12:51:22 -04:00
anecdata
8a15b9e195 Metadata updates
Pulled over a code-of-conduct.md from a random Arduino library (the 
CircuitPython one mentions a lot of CircuitPython specifics), and added 
**Contributing** section to README. Curious that there isn't a central 
place where a code of conduct can be stored, with a reference rather 
than a copy in each repo.

Updated CHANGELOG for 1.3.1, 1.4.0, and 1.5.0.
2019-10-21 10:57:43 -05:00
anecdata
fa5f7a5486 v1.5.0. 2019-10-17 10:51:01 -05:00
anecdata
687498c981 Bumped version to 1.4.1 2019-10-17 10:17:38 -05:00
anecdata
6bb17bb179 Add basic ADC calibration. 2019-10-17 00:12:35 -05:00
anecdata
b9c66fa1b1 Convert pin to ADC1 channel. 2019-10-14 00:32:48 -05:00
anecdata
5687201ec9 Add setAnalogRead type & command handler. Add core analogRead function. 2019-10-13 21:32:06 -05:00
anecdata
b90bbd6349 Add setDigitalRead command handler type and command handler. 2019-10-13 14:13:15 -05:00
Brent Rubell
e813fbe664 Merge pull request #13 from brentru/add-ESP-33
Update nina-fw to ESP-IDF 3.3 (LTS)
2019-10-09 12:36:34 -04:00
brentru
cd594a1617 update sdkconfig, documentation for ESP-IDFv3.3. Makefile load-nina reflects latest firmware version 2019-10-09 11:39:24 -04:00
Limor "Ladyada" Fried
08bdc03880 Merge pull request #11 from brentru/certificate-work
Extending WifiSSLClient
2019-10-08 23:06:47 -04:00
brentru
97b8ce167d update combine.py to 1.4.0 2019-10-08 22:58:47 -04:00
brentru
133f48dd74 fix release cflags to be less verbose 2019-10-08 16:46:18 -04:00
brentru
2934d32d1f revert to standard sdkconfig 2019-10-08 16:42:31 -04:00
brentru
d900dae127 private _handshake_timeout, set to reflect arduino-esp32 WiFiClientSecure by default 2019-10-08 16:41:11 -04:00
brentru
c0e30f4192 strip out uf2s, generalize makefile 2019-10-08 16:24:42 -04:00
brentru
8be4f3dbed set the cert/key given a known socket within startClientTCP 2019-10-08 13:32:24 -04:00
brentru
33bfa15fc8 use key provided from code instead 2019-10-08 13:06:05 -04:00
brentru
5256ea5247 Bumping TLS RX buffer back up, 16384 bytes instead of 8182 bytes 2019-10-08 12:51:06 -04:00
brentru
7217c83ed1 set user-provided buffer 2019-10-08 12:44:19 -04:00
brentru
3bd209446a add private key from WifiSSLClient into CommandHandler instead 2019-10-08 12:33:43 -04:00
brentru
cce35ecb74 set certificate within CommandHandler, setCertKey call for certificate 2019-10-08 12:18:14 -04:00
brentru
0d6137a8a9 drop char buffer sizes down to more realistic sizes 2019-10-08 11:23:54 -04:00
brentru
ac197818d3 set certificate sizes, works 2019-10-08 11:14:11 -04:00
brentru
54939b773e add extra prints, \n at tend of printfs 2019-10-07 17:00:28 -04:00
brentru
3be514d04d const char -> char 2019-10-07 16:54:59 -04:00
brentru
369381ecf0 making const chars globals, working connection to AWS IOT broker 2019-10-07 16:48:11 -04:00
brentru
40b46f1329 add printing for final deallocation() 2019-10-03 16:01:46 -04:00
brentru
c697543815 remove free() call, causes errors, remove Bluetooth in menuconfig 2019-10-03 14:51:08 -04:00
brentru
58bfe02bcb remove AWS_CERT_CRT, add check for heap into handler 2019-10-03 14:25:47 -04:00
brentru
872f1cd1f3 inc. TLS Maximum Message Length to 8KB 2019-10-03 14:20:33 -04:00
brentru
eeb579fb9c add heap size check 2019-10-03 13:09:03 -04:00
brentru
fb9f9cc3bb reduced tls maximum message content length in menuconfig to 4KB 2019-10-03 13:07:14 -04:00
brentru
5c75800a83 print cert, return on error after free'ing 2019-10-03 12:49:20 -04:00
brentru
d2fa1ba9cc add MBEDTLS_SSL_ALLOC_FAILED error 2019-10-03 12:24:31 -04:00
brentru
ab949fe922 malloc and fail certificate 2019-10-03 12:13:43 -04:00
brentru
a7efa04365 start breaking out the handler 2019-10-02 17:40:41 -04:00
brentru
5dbda1a8be upload port as variable 2019-10-01 17:15:30 -04:00
brentru
3b9427b282 create connect(host,port) function 2019-10-01 16:25:22 -04:00
brentru
ae8a059e89 add verification for cert, freeup heap 2019-10-01 16:10:48 -04:00
brentru
beb3a98b05 removed ssl/tls handshake, replaced with one which honors ssl handshake timeout 2019-10-01 15:59:13 -04:00
brentru
e2761767e7 add loading/ for client key and certificate 2019-10-01 15:05:05 -04:00
brentru
4b30ab4284 print return code and more verbose errors, move things around to correspond with their logical steps 2019-10-01 14:44:49 -04:00
brentru
0b558d2ea3 move pers to h, add return code int 2019-10-01 14:22:13 -04:00