Juergen Marsch
bae5e8256a
Revert "Merge pull request #983 from jumjum123/ESP32"
...
This reverts commit 3d464618227d8d6f5040bff6c8e41a447a6d6f25, reversing
changes made to 1d8fd4aa72e99a875eb7efe70c3d4700dd0d27b1.
merge was done with "old changes"
2016-12-01 17:15:50 +01:00
jumjum123
3d46461822
Merge pull request #983 from jumjum123/ESP32
...
Esp32 base adress for singlebase partition, config change for untested functions
2016-11-29 11:46:47 +01:00
Juergen Marsch
7aea6753a7
Merge branch 'ESP32' of https://github.com/jumjum123/Espruino into ESP32
2016-11-29 11:38:08 +01:00
Juergen Marsch
f420e6c8f8
Partition to 0x8000, allow non tested RTOS functions
...
According to ESP-IDF, file partitions_single_app should start from
0x8000 instead of 0x4000.
Some Rtos-Functions (taskhandling for example)are not fully tested, and
force a reset when called. This behaviour can be switched off.
2016-11-29 11:37:34 +01:00
jumjum123
1d8fd4aa72
Merge pull request #982 from wilberforce/ESP32
...
Esp32 Add Telnet and more options to set pins
2016-11-29 09:31:35 +01:00
Rhys.Williams
0e6807fbdf
Add telnet - compiles - however can't connect yet
2016-11-29 20:47:09 +13:00
Rhys.Williams
f13c48f302
Add undocumented gpio_pad_select_gpio(gpioNum); to force pins to be output on digitalWrite()
2016-11-29 20:45:45 +13:00
jumjum123
ae3c77d545
Merge pull request #981 from wilberforce/ESP32
...
implement some of the missing GPIO pin functions
2016-11-28 12:22:35 +01:00
Rhys.Williams
114743c748
implement some of the missing GPIO pin functions
2016-11-28 17:44:35 +13:00
jumjum123
29a462cc8f
Merge pull request #979 from wilberforce/ESP32
...
Allow single byte read from flash so that save() works, implement wifi.save() and wifi.restore()
2016-11-25 00:24:31 +01:00
Rhys.Williams
65211d14ff
revert Makefile to previous, adding crypto and graphics
2016-11-25 09:46:04 +13:00
Rhys.Williams
9c99e9ff3a
take out telnet as not yet working, port opens but no chars sent or recieved
2016-11-24 15:03:20 +13:00
Rhys.Williams
168b8927af
Add Crypto,Graphics,FS,telnet
2016-11-24 14:23:47 +13:00
Rhys.Williams
b709899bbe
Update Makefile to current master - to facilitate an easier merge later
2016-11-24 14:14:13 +13:00
Rhys.Williams
49a5a03d5e
Remove unused wifi flash references
2016-11-24 12:22:36 +13:00
Rhys.Williams
58eee3d07d
Allow single byte read from flash so that save() works
...
Implement `wifi.save()` and `wifi.restore()` using inbuilt API (rather than save to flash like ESP8266)
2016-11-24 12:09:34 +13:00
Neil Kolban
0c902bc739
Merge pull request #968 from nkolban/ESP32
...
Accomodate latest ESP-IDF changes
2016-11-09 20:20:38 -06:00
kolban
add9e89fb1
Accomodate latest ESP-IDF changes
2016-11-09 20:14:59 -06:00
Juergen Marsch
004cb6330e
RTOS functions wrapper and a task for console read
...
- added wrapper to use functions around tasks and queues. rtosutils is
c-level, jswrap_rtos wraps utils to Espruino
- added option for rtos (RTOS=1) to makefile
- adding a task for reading uart and writing to a queue
- use RTOS-option to switch between old polling and new queue based
input
- docu for the changes
2016-11-07 15:49:44 +01:00
Juergen Marsch
d6ef31da3a
Merge branch 'ESP32' of https://github.com/espruino/Espruino into ESP32
2016-11-07 14:55:35 +01:00
Neil Kolban
ca12854231
Merge pull request #965 from nkolban/ESP32
...
Merge into espruino/Espruino(ESP32)
2016-11-02 08:05:30 -05: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
Juergen Marsch
9c191368f5
Merge branch 'ESP32' of https://github.com/espruino/Espruino into ESP32
2016-10-28 10:17:39 +02:00
Juergen Marsch
e31c501310
removed double definition of jshGetWatchedPinState
2016-10-28 10:17:18 +02:00
Neil Kolban
be980aafa7
Merge pull request #963 from nkolban/ESP32
...
Changes requires for clean build on 2016-10-27 release of ESP-IDF.
2016-10-27 23:44:14 -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