MaBecker
|
103b64c5c3
|
esp8266_fix1595_fix1640
|
2019-04-14 22:11:55 +02:00 |
|
Gordon Williams
|
401df1c27c
|
Merge pull request #1641 from jumjum123/master
Added wildcard for blacklist
|
2019-04-09 12:48:53 +01:00 |
|
jumjum123
|
201535cf7c
|
Added wildcard for blacklist
Used to blacklist full class
|
2019-04-09 11:28:26 +00:00 |
|
Gordon Williams
|
39afcad411
|
Merge branch 'THE_SNAP'
|
2019-04-09 10:47:00 +01:00 |
|
Gordon Williams
|
14e24934a0
|
oops
|
2019-04-09 10:43:39 +01:00 |
|
Gordon Williams
|
041fecaa17
|
The snap - move all the old unused/unmaintained boards and platforms to a UNMAINTAINED_BOARDS branch
|
2019-04-09 10:41:17 +01:00 |
|
Gordon Williams
|
a20675f0fe
|
STM32: Fix issue where occasionally STM32 would be ~0.2s late waking from light sleep
|
2019-04-09 10:24:03 +01:00 |
|
Gordon Williams
|
bb38ac9615
|
Remove nRF52832 and Thingy:52 builds - Nordic has decided they no longer want to support Espruino on these
|
2019-04-08 10:06:07 +01:00 |
|
Gordon Williams
|
2f1a0e8c49
|
Merge branch 'master' of github.com:espruino/Espruino
|
2019-04-04 19:31:26 +01:00 |
|
Gordon Williams
|
b6a256fe77
|
nRF52: Now create exception if advertising calls fail (but ignore when in IRQ)
nRF52: Add setAdvertising({},{scannable:false}) for disabling scan response
nRF52: Add note about connectable:false requiring >=100ms intervals
|
2019-04-04 19:24:37 +01:00 |
|
Gordon Williams
|
a1ab52ef61
|
improve handling of timeouts for RAK8212 GPS
|
2019-04-04 08:15:49 +01:00 |
|
Gordon Williams
|
8f9195ff5a
|
add line reporting for BLE warnings, and fix 'Got BLE error 0x11 (BUSY)' on initial connect for nRF52
|
2019-04-03 12:14:59 +01:00 |
|
Gordon Williams
|
1e024b0759
|
Merge branch 'master' of github.com:espruino/Espruino
|
2019-04-01 10:49:04 +01:00 |
|
Gordon Williams
|
1c8c9b72a9
|
docs
|
2019-04-01 10:48:57 +01:00 |
|
Gordon Williams
|
52064228fe
|
Merge pull request #1639 from espruino/MaBecker-patch-1
fix compiler warning
|
2019-04-01 08:34:44 +01:00 |
|
Mark Becker
|
7a7528ecbf
|
fix compiler warning
src/jswrap_string.c:512:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (last<=jsvGetStringLength(parent))
|
2019-04-01 07:29:32 +02:00 |
|
Gordon Williams
|
af4dd874de
|
changelog comment - Switch ARM toolchain to gcc-arm-none-eabi-8-2018-q4-major
|
2019-03-27 11:55:55 +00:00 |
|
Gordon Williams
|
145b71b34d
|
RegExp: Add '|' operator (fix #1503)
|
2019-03-27 11:54:11 +00:00 |
|
Gordon Williams
|
4e3e44800a
|
oops - fix path after moving to new compiler
|
2019-03-27 11:53:48 +00:00 |
|
Gordon Williams
|
7ffeacc869
|
String.split - improve docs, split with RegExp now inserts the text after the final match
|
2019-03-27 10:41:13 +00:00 |
|
Gordon Williams
|
92a4182eec
|
Merge branch 'master' of github.com:espruino/Espruino
|
2019-03-27 10:27:05 +00:00 |
|
Gordon Williams
|
a4216d70f8
|
swap to GCC 8 for ARM
|
2019-03-27 10:26:55 +00:00 |
|
Gordon Williams
|
bce0fc1ca2
|
New test for max scopes
|
2019-03-27 10:26:25 +00:00 |
|
Gordon Williams
|
5734a947d1
|
Remove limit on the number of scopes that can be searched (fix #948)
|
2019-03-27 10:23:41 +00:00 |
|
Gordon Williams
|
f23348f4fb
|
Merge pull request #1637 from swineone/fft-fix
Fix assert being triggered in E.FFT() when imaginary array is undefined
|
2019-03-22 08:09:31 +00:00 |
|
Décio Luiz Gazzoni Filho
|
5c0f8ee2f7
|
Fix for assert being triggered when using E.FFT() when imaginary array is undefined.
|
2019-03-21 21:07:02 -03:00 |
|
Gordon Williams
|
9f86f9a7c0
|
docs
|
2019-03-19 13:20:31 +00:00 |
|
Gordon Williams
|
7d3b1efa1a
|
nRF5x: Don't sleep if we received any events since last sleep (fix #1572)
|
2019-03-19 11:50:43 +00:00 |
|
Gordon Williams
|
f9e3ced837
|
add setWatch docs for nRF52 - #1617
|
2019-03-19 11:22:19 +00:00 |
|
Gordon Williams
|
2c2533cada
|
nRF52: Don't allow NRF.updateServices while a BLE restart for setServices is queued
|
2019-03-19 09:48:36 +00:00 |
|
Gordon Williams
|
cb3e3c3e79
|
Merge branch 'master' of github.com:espruino/Espruino
|
2019-03-19 08:11:48 +00:00 |
|
Gordon Williams
|
4703ef5583
|
Fix bug outputting char codes <8 after outputting hex char codes
|
2019-03-19 08:11:44 +00:00 |
|
Gordon Williams
|
6a7272541a
|
Merge pull request #1635 from swineone/stm32f4discovery-usb-hid
Enable USB HID for STM32F4DISCOVERY board
|
2019-03-19 07:55:46 +00:00 |
|
Décio Luiz Gazzoni Filho
|
b4f8a0ceb0
|
Enable USB HID for STM32F4DISCOVERY board
|
2019-03-18 23:19:01 -03:00 |
|
Gordon Williams
|
8f247b31d7
|
Merge pull request #1632 from swineone/fix-stm32-od-pullup-bug
Fix bug where, upon asking for an open drain pin without a pullup, it…
|
2019-03-18 08:59:18 +00:00 |
|
Gordon Williams
|
8ce355044e
|
Merge pull request #1633 from swineone/gcc8-fix
Workaround for building on gcc versions > 6.
|
2019-03-18 08:57:09 +00:00 |
|
Décio Luiz Gazzoni Filho
|
e9d97c9811
|
Workaround for building on gcc versions > 6.
|
2019-03-17 01:47:53 -03:00 |
|
Décio Luiz Gazzoni Filho
|
e0abf727f2
|
Fix bug where, upon asking for an open drain pin without a pullup, it is configured as having the pullup.
|
2019-03-15 21:56:39 -03:00 |
|
Gordon Williams
|
a7e92e7066
|
Updated included JS libraries
|
2019-03-13 14:44:34 +00:00 |
|
Gordon Williams
|
43660e2c4e
|
http://forum.espruino.com/conversations/331595
remove EMW3165 build that it seems never actually worked
|
2019-03-11 08:23:42 +00:00 |
|
Gordon Williams
|
4e1cd825a2
|
mention fix #1628
|
2019-03-08 14:00:36 +00:00 |
|
Gordon Williams
|
e76bd2ee40
|
Fix segfault if .clone is called with this==undefined
|
2019-03-07 09:03:46 +00:00 |
|
Gordon Williams
|
31e0fecc7a
|
Merge pull request #1627 from espruino/ESP8266_cflags
add CFLAGs to shrink build size for ESP8266 (fix #1622)
|
2019-03-07 08:18:13 +00:00 |
|
Gordon Williams
|
f38608a269
|
Merge branch 'master' into ESP8266_cflags
|
2019-03-07 08:18:07 +00:00 |
|
MaBecker
|
d812594c34
|
add CFLAGs to shrink build size for ESP8266 (fix #1622)
|
2019-03-06 21:34:55 +01:00 |
|
Gordon Williams
|
40191f978b
|
Minor tweak to avoid duplicate function in #1626
|
2019-03-06 16:54:18 +00:00 |
|
Gordon Williams
|
1685306f16
|
Merge pull request #1626 from TomWS1/fix-statSync
Fixed fs.statSync() to report in localtime and corrected Month offset.
|
2019-03-06 16:50:34 +00:00 |
|
Thomas Studwell
|
b3e8964aa1
|
Fixed fs.statSync() to report in localtime and corrected Month offset.
|
2019-03-06 10:54:59 -05:00 |
|
Gordon Williams
|
1324c27ff3
|
Now save file modification time with FAT
|
2019-03-05 08:53:35 +00:00 |
|
Gordon Williams
|
2bbfcb754e
|
Merge pull request #1624 from espruino/wilberforce-esp-idf-3.1.3
update EspruinoBuildTools to esp-idf V3.1.3
|
2019-03-04 10:55:15 +00:00 |
|