3351 Commits

Author SHA1 Message Date
kolban
add9e89fb1 Accomodate latest ESP-IDF changes 2016-11-09 20:14:59 -06:00
kolban
ad6dd5fbb0 Additional implementation of getDetails() and getStatus() 2016-11-01 19:15:42 -05:00
kolban
18fdf8dd32 Fix for becoming a station while also being an access point. 2016-10-30 13:06:41 -05:00
kolban
094d7ee644 Addition of wifi.stopAP() 2016-10-30 13:00:12 -05:00
kolban
2dfaf676b4 Addition of wifi.startAP 2016-10-30 10:50:27 -05:00
kolban
196139560c Addition of network scanning. 2016-10-30 00:34:33 -05:00
kolban
4d81c1eba1 Additional changes needed for sdkconfig - documented 2016-10-28 15:06:33 -05:00
kolban
2ee20fbcac Changes requires for clean build on 2016-10-27 release of ESP-IDF. 2016-10-27 23:42:29 -05:00
Neil Kolban
65ba3655f3 Merge pull request #961 from nkolban/ESP32
Addition of first pass at SPI functions.
2016-10-26 22:48:09 -05:00
kolban
d5dba169dc Addition of first pass at SPI functions. 2016-10-26 22:46:22 -05:00
Neil Kolban
e9c57c7bd5 Merge pull request #957 from nkolban/ESP32
Merge
2016-10-24 18:51:34 -05:00
kolban
32c4d6e2b3 Replacement of HTML file with equivalent markdown file. 2016-10-24 18:49:30 -05:00
kolban
1f22900dc4 Merge branch 'ESP32' of https://github.com/espruino/Espruino into ESP32 2016-10-24 18:31:09 -05:00
Neil Kolban
6a4b3fc25c Merge pull request #953 from jumjum123/ESP32
Adding Documents
2016-10-21 08:58:29 -05:00
Juergen Marsch
278c67b871 Adding Documents
Added documents for
- GPIO handling
- tasks, interrupts, etc used for Espruino
2016-10-21 13:48:08 +02:00
kolban
e5a49c2cbc Merge branch 'ESP32' of https://github.com/espruino/Espruino into ESP32 2016-10-20 14:38:37 -05:00
Neil Kolban
2eef5972d2 Merge pull request #952 from jumjum123/ESP32
pin definitions and setWatch implementation
2016-10-20 14:35:38 -05:00
Juergen Marsch
62efa8654d pin definitions and setWatch implementation
Changes in ESP32.py to have only available pins, for example without pin
20, and to define ADC and UART pins.
Added interrupt handling for GPIO pins to support setWatch. Based on
description in driver/gpio.h
2016-10-20 20:47:12 +02:00
kolban
cdd17089fb Addition of wifi.on(sta_joined) and wifi.on(sta_left) 2016-10-19 22:55:35 -05:00
kolban
4fe2c91c08 Addition of wifi.on(connected) implementation 2016-10-19 22:36:14 -05:00
Neil Kolban
49ca73bee4 Merge pull request #951 from nkolban/ESP32
Merge in of a variety of ESP32 additions
2016-10-19 17:43:47 -05:00
kolban
fe1f067e6b Addition of on(associated) logic. 2016-10-19 17:40:29 -05:00
kolban
618174a9c8 Implementation of wifi.on(disconnect) 2016-10-18 23:00:18 -05:00
kolban
2e770d2928 Addition of ESP32.reboot(); Addition of more docs. 2016-10-15 19:12:06 -05:00
kolban
ea902eed4c Addition of ESP32.setLogLevel 2016-10-14 10:52:47 -05:00
Neil Kolban
5a0ccacaa7 Merge pull request #947 from jumjum123/ESP32
Flash and save()
2016-10-14 10:04:42 -05:00
Juergen Marsch
5706baeb93 Flash and save()
Added functions for handling Flash to jshardware.c
Added -$I for esp_spi_flash to makefile
Changed settings for save() in ESP32.py
2016-10-14 13:20:37 +02:00
Neil Kolban
9e2b4db8fd Merge pull request #945 from nkolban/ESP32
Sync up for testing with 3rd parties.
2016-10-12 12:02:38 -05:00
kolban
8a37a74483 Progress on more network additions. 2016-10-12 00:16:36 -05:00
Neil Kolban
e287246627 Merge pull request #943 from nkolban/ESP32
Latest commits
2016-10-11 21:44:53 -05:00
kolban
03e7e2c760 First pass at underlying network setup. 2016-10-11 20:03:19 -05:00
kolban
55a7664f37 Impl of wifi.getIp() and wifi.getStatus() 2016-10-11 19:01:25 -05:00
kolban
07eff2d5d9 Addition of callback handlers for connect and disconnect events. 2016-10-11 00:15:31 -05:00
kolban
9247b2f763 First steps in ESP32 WiFi. 2016-10-10 22:58:13 -05:00
kolban
9173a472cb Fix for #941 - Console characters not echoing properly 2016-10-10 19:44:57 -05:00
Neil Kolban
1f7a760595 Merge pull request #940 from nkolban/ESP32
Initial upload of the build instructions.
2016-10-09 23:17:10 -05:00
kolban
250d347ad8 Fixup of docs. 2016-10-09 23:15:02 -05:00
kolban
99aa351c8e Initial build instructions. 2016-10-09 23:12:08 -05:00
kolban
565285410b Initial files for the ESP32 environment. 2016-10-09 22:53:20 -05:00
Gordon Williams
059eb0a3e6 added SD hex files (blocked by gitignore) 2016-10-07 14:27:39 +01:00
Gordon Williams
0b0a032ff8 Merge branch 'master' into SDK12 2016-10-07 13:21:15 +01:00
Gordon Williams
6212f76fda nRF5x: setServices can now uninitialise SD in order to remove added services 2016-10-07 13:03:36 +01:00
Gordon Williams
4b7dee2904 fix docs 2016-10-07 09:16:59 +01:00
Gordon Williams
cb7c779d23 oops - fix updateServices regression with notifications 2016-10-06 17:43:08 +01:00
Gordon Williams
2f0aedeb7b Added Puck.getBatteryPercentage 2016-10-06 15:58:47 +01:00
Gordon Williams
df40cdd4c3 nRF5x: allow setServices to be called multiple times (partial #936) 2016-10-06 13:19:38 +01:00
Gordon Williams
ef14a51ee7 fix SDK12 build when no bootloader 2016-10-05 16:43:54 +01:00
Gordon Williams
a7ddf0b7b0 Now compiling nRF bootloader. Remove precompiled bootloaders as they'd struggle now anyway 2016-10-05 11:46:06 +01:00
Gordon Williams
a54fdf6bf8 Merge branch 'master' into SDK12 2016-10-04 14:15:58 +01:00
Gordon Williams
8af0a023c0 Merge pull request #935 from ddm/support-indication
Add indication support for GATT Characteristics
2016-10-04 14:15:27 +01:00