4050 Commits

Author SHA1 Message Date
Rhys.Williams
eaf59eceef restore 2017-03-03 18:03:34 +13:00
jumjum123
fe4db18569 Merge pull request #1087 from wilberforce/ESP32
Update Esp32 to current master
2017-02-27 13:31:00 +01:00
Rhys.Williams
18746507e6 Merge remote-tracking branch 'upstream/master' into ESP32 2017-02-27 17:24:20 +13:00
jumjum123
e03d345cde Renamed targets/esp32/spi.* to jshardwareSpi.*
renamed targets/esp32/i2c.* to jshardwareI2c.*

Renamed includes for spi.h/i2c.h in jshardware.c, main.c, jshardwareSpi.c. jshardwareI2c.c
2017-02-25 15:46:42 +01:00
Gordon Williams
796884c929 Merge pull request #1061 from OwenBrotherwood/puckdoc
make puck.js and building with bash
2017-02-24 10:28:55 +01:00
Gordon Williams
09cdeafc44 Merge pull request #1086 from espruino/ESP32
ESP32 master merge
2017-02-24 10:12:11 +01:00
jumjum123
a234310271 Merge pull request #1083 from wilberforce/ESP32
Esp32 - Get Onewire working, support pin.toggle()
2017-02-23 13:18:18 +01:00
Rhys.Williams
26b085ce78 Merge branch 'ESP32' of https://github.com/espruino/Espruino into ESP32 2017-02-23 19:21:18 +13:00
Rhys.Williams
70c96f9fc8 Get Onewire working, support pin.toggle() 2017-02-23 18:58:15 +13:00
Rhys.Williams
6bcdb05e4b Get Onewire working, support pin.toggle() 2017-02-23 18:55:45 +13:00
jumjum123
720dbfd61a Merge pull request #1080 from wilberforce/ESP32
Set valid pins to 'input' on start up, Add telnet debugging, update tabs with spaces
2017-02-21 19:59:44 +01:00
jumjum123
eb2fb0022b Merge pull request #1076 from MaBecker/ESP32
fix detect(I2C1)
2017-02-21 19:59:16 +01:00
Rhys.Williams
6cca0fc1b9 Merge branch 'ESP32' of https://github.com/espruino/Espruino into ESP32 2017-02-22 00:39:31 +13:00
Rhys.Williams
663010e25e update tabs to spaces 2017-02-22 00:38:58 +13:00
Rhys.Williams
6e52c6b30b Set valid pins to 'input' on start up, Add telnet debugging - yay telnet working! 2017-02-22 00:32:12 +13:00
MaBecker
0639179694 fix pins 2017-02-18 15:24:22 +01:00
MaBecker
59c1006eac fix detect(I2C1) 2017-02-18 00:00:40 +01:00
MaBecker
9a8a15d2a8 Merge remote-tracking branch 'espruino/ESP32' into ESP32 2017-02-17 19:56:39 +01:00
jumjum123
c3fdd23a5b Merge pull request #1075 from MaBecker/ESP32
add ESP32 image and pins
2017-02-17 09:52:46 +01:00
MaBecker
18285d2a3e Merge branch 'ESP32' into ESP32 2017-02-17 09:36:59 +01:00
MaBecker
84d2a5d7aa fix pin order 2017-02-17 09:24:37 +01:00
jumjum123
425c2c82b7 Merge pull request #1071 from wilberforce/ESP32
major update to bring ESP32 branch upto current master 1v91.381
2017-02-16 10:18:14 +01:00
Rhys.Williams
dde21f544c major update to bring ESP32 branch upto current master 1v91.381 2017-02-16 19:48:31 +13:00
Rhys.Williams
6f1c3d4d19 Add ESP32 Makefile components to master Makefile 2017-02-16 17:43:45 +13:00
Rhys.Williams
82ef682b79 allow I2C2 device, and test - yes working with HD44780. Read not tested 2017-02-16 17:43:36 +13:00
Rhys.Williams
7b05f8fba3 first pass at i2c and spi functions - untested 2017-02-16 17:43:35 +13:00
Rhys.Williams
ca64061831 remove arduino libs dependancy (spi commented out) 2017-02-16 17:43:27 +13:00
Rhys.Williams
c40a05e06f remove arduino libs dependancy (spi commented out) 2017-02-16 17:43:16 +13:00
Rhys.Williams
a8c025c9e4 remove arduino libs dependancy (spi commented out) 2017-02-16 17:42:48 +13:00
Rhys.Williams
eb93bc3fd6 implement some of the missing GPIO pin functions 2017-02-16 17:41:35 +13:00
Rhys.Williams
ced153127c revert Makefile to previous, adding crypto and graphics 2017-02-16 17:41:08 +13:00
Rhys.Williams
7ab1092dcd Update Makefile to current master - to facilitate an easier merge later 2017-02-16 17:40:55 +13:00
Rhys.Williams
7099b84468 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)
2017-02-16 17:40:42 +13:00
kolban
e41040993c Initial files for the ESP32 environment. 2017-02-16 17:40:08 +13:00
Gordon Williams
114ed76d12 update pin tolerance 2017-02-16 17:33:08 +13:00
Gordon Williams
ca214a65d7 changelog 2017-02-16 17:33:07 +13:00
MaBecker
7f7be333d9 add erase_flash 2017-02-16 17:33:07 +13:00
Gordon Williams
b9fc72fb2f add some useful code on the way to #959 2017-02-16 17:33:06 +13:00
Gordon Williams
e3c5380e77 nRF52: Add 'properties' object to BluetoothRemoteGATTCharacteristic
nRF52: Perform write without response if that is what is required
2017-02-16 17:33:05 +13:00
Uri Shaked
24bfefe4f7 Fix unaligned reads on NRF51 devices
issue #1051
2017-02-16 17:33:04 +13:00
Uri Shaked
340ebe73c2 Remove unused advdata variable 2017-02-16 17:33:04 +13:00
Gordon Williams
4cdce1ff70 attempt to fix #1051 2017-02-16 17:33:03 +13:00
Uri Shaked
d2daf07b0e Add NRF.setScanResponse() method 2017-02-16 17:33:02 +13:00
Gordon Williams
498464455e Update README.md
misc fix
2017-02-16 17:33:02 +13:00
Gordon Williams
81c3f49950 Update README.md
Update status of nRF devkits, fix #1041
2017-02-16 17:33:01 +13:00
Gordon Williams
6485e4229a Fix docs 2017-02-16 17:33:01 +13:00
Vincent Veron
90766e7a0b get travis build for nucleoL476rg board 2017-02-16 17:33:00 +13:00
Gordon Williams
919cbfea5c Update .travis.yml
Add the release flag to builds - should make travis builds work fine for all the devices
2017-02-16 17:33:00 +13:00
Harry Morgan
d5e43df71d fixed hid 2017-02-16 17:32:59 +13:00
Vincent Veron
14bc5512d8 <L4 LL> code cleaning 2017-02-16 17:32:59 +13:00