MaBecker
eabffa4032
add setIP and setAPIP
2017-01-24 14:19:46 +00:00
Gordon Williams
939741ba4b
Merge pull request #1034 from MaBecker/patch-3
...
enable Pin.toggle() on ESPs
2017-01-24 10:23:10 +00:00
MaBecker
cf163363fe
enable Pin.toggle() on ESPs
2017-01-24 10:55:36 +01:00
Gordon Williams
5e17702251
Merge branch 'master' of github.com:espruino/Espruino
2017-01-23 11:05:34 +00:00
Gordon Williams
d8f53c5d74
Fix implicit casting to bool/number on ArrayBuffers ( fix #1030 )
2017-01-23 11:05:24 +00:00
Gordon Williams
5e571d8d53
Merge pull request #990 from IrregularShed/patch-1
...
Corrects flashing memory address
2017-01-23 10:09:59 +00:00
Gordon Williams
ba852cdea8
Merge pull request #1027 from opichals/sntp-to-use-interactive-settime
...
Make sntpSync use setTime() not to break setInterval()
2017-01-23 09:02:37 +00:00
Gordon Williams
14a6aebf7c
Merge pull request #1028 from opichals/date-toisostring
...
Added Date.prototype.toISOString() method
2017-01-23 08:56:46 +00:00
Gordon Williams
7a8cd266f3
update board docs
2017-01-22 17:01:24 +00:00
Standa Opichal
28f5c403f7
Make sntpSync use setTime() not to break setInterval()
...
The setTime() properly sets the jsiLastIdleTime which is used
in the _jswrap_interface_setTimeoutOrInterval to trigger timers.
Update the time only when the mDNS returns non-null value.
2017-01-21 22:14:33 +01:00
Standa Opichal
1589f14ac5
Added Date.prototype.toISOString() method
2017-01-21 20:10:23 +01:00
Gordon Williams
c00c267fb9
docs
2017-01-20 09:34:35 +00:00
Gordon Williams
16d2c4dc3f
Added Pin.toggle() function
2017-01-20 09:19:53 +00:00
Gordon Williams
8d85c992d5
fix regression in doc creation
2017-01-17 09:33:32 +00:00
Gordon Williams
d316e88dbb
nRF5x: Fix issue where Espruino could crash during save() if the flash got into a strange state
2017-01-17 09:33:00 +00:00
Gordon Williams
482fbf2a3e
Merge pull request #1026 from rsmeral/mag-reference-fixes
...
Puck docs: Added detail and minor fixes to magnetometer functions
2017-01-16 09:15:39 +00:00
Ron Smeral
e676bcb444
Puck docs: Added detail and minor fixes to magnetometer functions
2017-01-15 15:43:17 +01:00
Gordon Williams
4a1a379c63
Merge pull request #1024 from VVESTM/NucleoL476RG_I2C_SPI
...
adding spi and i2c to NucleoL476RG board
2017-01-13 15:39:00 +00:00
Vincent Veron
23b41bb67a
<L4 LL> add jshSPI... functions
2017-01-13 14:04:46 +01:00
Vincent Veron
a033af0183
<L4 LL> add jshI2C... functions
2017-01-13 14:04:46 +01:00
Gordon Williams
a6300790b7
bump version
RELEASE_1V91
2017-01-12 10:54:02 +00:00
Gordon Williams
d52e09015f
Allow arrow functions inside nonexecuting functions ( fix #1011 )
2017-01-12 10:43:14 +00:00
Gordon Williams
ff7dad843d
Allow implicit conversion of hexadecimal strings to numbers ( fix #1016 )
2017-01-12 10:20:13 +00:00
Gordon Williams
81d391d55e
disable word access - see #1017
2017-01-10 16:37:36 +00:00
Gordon Williams
952d0b93f7
Merge pull request #1017 from hmut/master
...
update FatFs (C)ChaN from R0.10a to R0.10c
2017-01-10 15:20:59 +00:00
Gordon Williams
f2615a74e1
nRF5x: Add NRF.restart() to force the restart of the Bluetooth Softdevice if required
...
nRF5x: Add E.setLowPowerConnection(bool) to allow continuous connections to Puck.js (fix #995 )
2017-01-10 10:35:08 +00:00
Gordon Williams
998dd76492
Ensure tab complete/others include the Object proto even on functions/strings
2017-01-10 09:56:21 +00:00
Gordon Williams
c0df802c20
nRF5x: Fix E.hwRand() ( fix #1010 )
2017-01-10 09:42:15 +00:00
Gordon Williams
39617712e2
Puck.js: Tweak battery percentage calculation to try and make it more linear
...
Puck.js: Adjust Puck.light() levels based on battery percentage (and add comments)
2017-01-10 09:34:36 +00:00
Hartmut Müller
6325235ebe
update FatFs (C)ChaN from R0.10a to R0.10c
2017-01-09 18:47:42 +01:00
Gordon Williams
5caa4c2905
Adding Global built-in objects like SPI1/Serial1 and Bluetooth to the docs
2017-01-09 11:26:49 +00:00
Gordon Williams
6a33401447
nRF52: Increase custom UUID count from 3 to 10
2017-01-09 10:53:17 +00:00
Gordon Williams
f403a657b2
Merge branch 'master' of github.com:espruino/Espruino
2017-01-06 09:37:12 +00:00
Gordon Williams
bb52ec9d1e
Fix bug that caused Bluetooth/TV/USB objects to be added in devices that didn't support them ( fix #832 )
2017-01-06 09:36:59 +00:00
Gordon Williams
9e3d6ef009
Merge pull request #1014 from MaBecker/patch-1
...
ignore Espruino Software Reference files
2017-01-06 08:19:42 +00:00
MaBecker
7ae0d41c64
ignore Espruino Software Reference files
2017-01-06 06:27:55 +01:00
Gordon Williams
c8ae23cd13
textify more NRF errors
2017-01-05 18:37:01 +00:00
Gordon Williams
0de8965423
make docs nicer for 'Note' about it not being in all devices
2017-01-05 18:36:46 +00:00
Gordon Williams
64ef6ce364
Merge pull request #994 from VVESTM/NucleoL476RG
...
Nucleo l476 rg
2017-01-04 14:25:24 +00:00
Gordon Williams
2e690e04a5
Fixed https://github.com/espruino/EspruinoWebIDE/pull/163
2017-01-04 12:22:01 +00:00
Gordon Williams
e7cf400278
microbit: Update Espruino with pin polarity, so saved code gets loaded without BTN1 pressed
2017-01-04 12:04:24 +00:00
Vincent Veron
1c8e9f7789
<L4 LL> update header
2017-01-04 09:16:08 +01:00
Vincent Veron
941c71c36c
rework patch to write in flash per 64 bits after Gordon remarks
...
Rework of 9d7645b392e2df8392e3053f82026266f727411e patch
(patch Espruino source code to write in flash per 64 bits)
2017-01-03 13:48:26 +01:00
Vincent Veron
cf761f7a2a
<L4 LL> Code cleaning
2017-01-03 13:48:26 +01:00
Vincent Veron
ade6ca3cba
patch Espruino source code to write in flash per 64 bits
2017-01-03 13:48:26 +01:00
Vincent Veron
fa1c05a808
<L4 LL> debug : add assert_param to check all LL parameters
2017-01-03 13:48:26 +01:00
Vincent Veron
fd5865e232
<L4 LL> USART code cleaning
2017-01-03 13:48:25 +01:00
Vincent Veron
c82708d61c
<L4 LL> add jshFlash... functions
...
Not functionnal for now :
On L4, we can only read and write 64 bits whereas Espruino
is asking for 32...
2017-01-03 13:48:25 +01:00
Vincent Veron
17ecb911f6
<L4 LL> add jshSleep and jshReset functions
2017-01-03 13:48:25 +01:00
Vincent Veron
2ea5309636
<L4 LL> IRQ based timer
2017-01-03 13:48:25 +01:00