MaBecker
|
2f98f5f08b
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# boards/ESP8266_4MB.py
# libs/network/esp8266/jswrap_esp8266_network.c
# make/family/ESP8266.make
# make/targets/ESP8266.make
# targets/esp8266/jshardware.c
|
2017-04-16 21:35:35 +02:00 |
|
MaBecker
|
52b3a2f23d
|
add /topreadonly /topstrings
|
2017-04-16 21:24:06 +02:00 |
|
MaBecker
|
ca820c353a
|
update ESP8266_4MB
|
2017-04-16 21:22:59 +02:00 |
|
MaBecker
|
be8454be85
|
change addFlashArea
|
2017-04-15 12:04:06 +02:00 |
|
MaBecker
|
5208bc20bf
|
add FLASHFS
|
2017-04-15 09:55:32 +02:00 |
|
MaBecker
|
4343ca5b6e
|
merge upstream from origin/master
|
2017-04-14 21:40:41 +02:00 |
|
MaBecker
|
342dff719c
|
update to 4MB 1024/1024
- wifi and save code in first partition
- flash a single 1MB file for 4MB boards to first partition
- add 2MB to FlashArea, 4x256K and 1x1024K
|
2017-04-14 21:29:22 +02:00 |
|
MaBecker
|
e5e9e1ac9c
|
reset to master version
|
2017-04-14 12:18:44 +02:00 |
|
Gordon Williams
|
5d6e8cb04f
|
Fix segfault detected by fuzzing (#1133)
|
2017-04-12 09:50:24 +01:00 |
|
Gordon Williams
|
2bf0616ec6
|
fix accidental commit
|
2017-04-11 12:42:33 +01:00 |
|
wilberforce
|
d87fe185b7
|
Merge branch 'master' of https://github.com/espruino/Espruino
|
2017-04-11 21:02:37 +12:00 |
|
Gordon Williams
|
67e9f99e82
|
Merge branch 'master' of github.com:espruino/Espruino
|
2017-04-07 15:54:05 +01:00 |
|
Gordon Williams
|
c3866e67e3
|
nRF52: Fix upgrade from older firmwares if saved code is in flash, reduce virtual pages to 2
|
2017-04-07 15:53:45 +01:00 |
|
wilberforce
|
f5d188c08d
|
Merge remote-tracking branch 'origin/master' into ESP32
|
2017-04-07 08:27:40 +12:00 |
|
Gordon Williams
|
9ba8b149cc
|
Stop pipe from causing errors if fields of the requested names exist but aren't functions
|
2017-04-06 08:27:18 +01:00 |
|
Gordon Williams
|
cdf3ceda51
|
Merge branch 'master' of github.com:espruino/Espruino
|
2017-04-06 08:21:40 +01:00 |
|
Gordon Williams
|
2baa3f9cb3
|
Change name of socket close internal variable so it doesn't conflict with Pipe's close call
|
2017-04-06 08:20:56 +01:00 |
|
wilberforce
|
821afc6210
|
remove ESP_LOG calls
|
2017-04-04 18:39:24 +12:00 |
|
Gordon Williams
|
c3aeae45d7
|
Merge pull request #1128 from urish/set-advertising-connectable
nRF5x: add "connectable" option to setAdvertising()
|
2017-04-03 15:58:43 +01:00 |
|
Uri Shaked
|
de06eb15b6
|
nRF5x: Store "connectable" flag in bleStatus
This saves some precious RAM :)
|
2017-04-03 17:56:52 +03:00 |
|
wilberforce
|
011042e2d9
|
Fix #1081 E.setBootCode();
|
2017-04-03 21:19:49 +12:00 |
|
wilberforce
|
a44e3cbb5e
|
Fix #1081 E.setBootCode();
|
2017-04-03 21:14:16 +12:00 |
|
Gordon Williams
|
c024167018
|
Merge pull request #1125 from urish/ble-characteristic-description
nRF5x: add `description` field for BLE characteristics
|
2017-04-03 09:30:45 +01:00 |
|
Gordon Williams
|
e4f2c00346
|
Merge pull request #1127 from espruino/ESP32
Sync Master with ESP32 branch
|
2017-04-03 08:19:36 +01:00 |
|
Uri Shaked
|
ed4961aee4
|
nRF5x: add "connectable" option to setAdvertising
|
2017-04-03 03:19:50 +03:00 |
|
wilberforce
|
110ec01a40
|
ESP32: remove telnet debug
|
2017-04-02 14:43:38 +12:00 |
|
wilberforce
|
787ad3cc3d
|
update to master - use partitions_espruino.csv
|
2017-04-02 13:00:53 +12:00 |
|
wilberforce
|
358f7a2f56
|
Merge branch 'ESP32' of https://github.com/espruino/Espruino into ESP32
|
2017-04-02 12:59:43 +12:00 |
|
jumjum123
|
d116b3b02b
|
Added i2c reset in jshardware(jshReset)
Set/reset device initialised
Reset i2c channel in setup, if already initialized before
|
2017-04-02 12:55:45 +12:00 |
|
jumjum123
|
e7b4258386
|
Corrected address in jshardwareI2c(jshI2CRead)
|
2017-04-02 12:55:45 +12:00 |
|
jumjum123
|
1f197e61b5
|
Set pin to be GPIO (not rmt or something else) before value is set in jshardware.c (jshPinSetValue)
Set pin to be rmt (not GPIO or something else) before rmt pulse is written in jshardarePulse.c (sendPulse)
|
2017-04-02 12:55:44 +12:00 |
|
wilberforce
|
1538bed9f6
|
Update Install.md
|
2017-04-02 11:39:39 +12:00 |
|
wilberforce
|
8b3b04579d
|
Update README_flash.txt
|
2017-04-02 08:42:26 +12:00 |
|
Uri Shaked
|
5f92e0ee18
|
nRF5x: add description field for BLE characteristics
|
2017-04-01 18:05:43 +03:00 |
|
wilberforce
|
1eca8b436b
|
update to eso-idf v2.0-rc1
|
2017-04-01 14:34:10 +13:00 |
|
Gordon Williams
|
7a22bfe3f0
|
tweak saved code addresses to cope with FS actually using 3 pages of data!
|
2017-03-29 11:32:04 +01:00 |
|
Gordon Williams
|
bf7c2067e4
|
fix build for peer manager & bootloader cases
|
2017-03-29 09:37:46 +01:00 |
|
Gordon Williams
|
c1d6503ee3
|
fix flashing after refactor
|
2017-03-29 09:36:33 +01:00 |
|
Gordon Williams
|
658c82fe91
|
Merge branch 'BLE_peer_manager'
|
2017-03-28 13:01:02 +01:00 |
|
Gordon Williams
|
a9b868ecd7
|
nRF52: Don't get stuck in 'HID Busy' state if a HID send failed
|
2017-03-28 12:49:14 +01:00 |
|
Gordon Williams
|
86b8a5fc51
|
Revert "remove extra libs to ease compile with debug info"
This reverts commit ff942f29229460b5eab2f9b2613c58a2d4d7a105.
|
2017-03-28 12:48:19 +01:00 |
|
Gordon Williams
|
ff942f2922
|
remove extra libs to ease compile with debug info
|
2017-03-28 12:32:36 +01:00 |
|
Gordon Williams
|
a595e7ee67
|
Merge branch 'master' of github.com:espruino/Espruino
|
2017-03-28 12:26:22 +01:00 |
|
Gordon Williams
|
26c3548d8f
|
fix #1111 compile issue
|
2017-03-28 12:24:54 +01:00 |
|
wilberforce
|
dd525e3d75
|
Update ChangeLog
|
2017-03-28 23:46:45 +13:00 |
|
MaBecker
|
faacbe31f1
|
add ESP8266_4MB
plus all necessary changes to make it work
|
2017-03-28 06:24:08 +02:00 |
|
Gordon Williams
|
447245934e
|
Merge pull request #1119 from wilberforce/flash_fs
Add Flash Fat FS to boards with large flash
|
2017-03-27 15:24:23 +01:00 |
|
Gordon Williams
|
68210abdcc
|
Stop crash after 3x SD reboots by keeping peer manager around all the time. Also allow renegotiation of bonds
|
2017-03-27 15:06:21 +01:00 |
|
Gordon Williams
|
080e5fc499
|
Merge branch 'master' of github.com:espruino/Espruino
|
2017-03-27 13:04:30 +01:00 |
|
Gordon Williams
|
45ad68433a
|
Increase max graphics size from 1023 to 32767
|
2017-03-27 12:52:36 +01:00 |
|