Gordon Williams
c80dfdaf62
TensorFlow tidyup
2019-09-12 12:37:10 +01:00
Gordon Williams
a7408164db
update changelog
2019-09-11 15:57:05 +01:00
Gordon Williams
b33a29bedc
Add tensorflow lite for microcontrollers source code
2019-09-11 15:56:28 +01:00
Gordon Williams
a845563000
Ensure diffs have modification note in accordance with Apache license
2019-09-11 15:55:46 +01:00
Gordon Williams
02eeb567b1
docs
2019-09-11 14:20:50 +01:00
Gordon Williams
79f60ac9be
improved trace of arraybuffers
2019-09-11 13:49:37 +01:00
Gordon Williams
25985edd8f
Actual working usable tensorflow
2019-09-11 13:49:24 +01:00
Gordon Williams
51c150731b
more useful tensorflow compile - getting towards a library
2019-09-11 12:56:52 +01:00
Gordon Williams
26749ef927
Tensorflow sine example now working with 'dynamic'(ish) allocation
2019-09-11 11:18:46 +01:00
Gordon Williams
7e2b2f9bea
first attempt at new tensorflow
2019-09-10 17:33:44 +01:00
Gordon Williams
0dcbfbf898
add some tools to get Ghidra pspec files out
2019-09-04 15:14:29 +01:00
Gordon Williams
c48bd6ffa3
only refresh terminal at idle
2019-09-02 12:51:02 +01:00
Gordon Williams
8885f73901
fix SDK15 compile
2019-08-28 14:49:48 +01:00
Gordon Williams
c9969b2e83
Merge branch 'master' of github.com:espruino/Espruino
2019-08-28 11:47:00 +01:00
Gordon Williams
69271330d2
nRF52: If a central is connected to Espruino but isn't reading from UART, don't block waiting to send data
2019-08-28 11:46:20 +01:00
Gordon Williams
06ae1f36da
Merge pull request #1692 from espruino/ESP8266_reverse_fix1679
...
reverse (fix #1679 )
2019-08-28 08:34:17 +01:00
MaBecker
e0e7da88e7
reverse ( fix #1679 )
2019-08-27 23:00:14 +02:00
Gordon Williams
3c700f9d92
Fix (Number.toFixed) rounding, eg (1234.505).toFixed(2)
2019-08-27 14:28:46 +01:00
Gordon Williams
552fb8fc9e
provision tweaks
2019-07-29 15:33:07 +01:00
Gordon Williams
76c4399904
add auto provision for NRF SDK15
2019-07-29 15:28:18 +01:00
Gordon Williams
c2087d4040
Add Array/ArrayBufferView.includes
2019-07-23 09:51:02 +01:00
Gordon Williams
557c3ebff0
Merge branch 'master' of github.com:espruino/Espruino
2019-07-18 11:42:13 +01:00
Gordon Williams
c6b8dc977a
nRF52840: Fix Serial2 initialisation/usage issues
2019-07-18 11:41:54 +01:00
Gordon Williams
83fba1f32b
Merge pull request #1686 from jumjum123/master
...
Added remove blacklist for class and instanceof in build_jswrapper.py…
2019-07-09 08:37:16 +01:00
jumjum123
8e884bf8cf
Added remove blacklist for class and instanceof in build_jswrapper.py (function removeBlacklistForWrapper)
2019-07-08 13:26:52 +02:00
Gordon Williams
e55d08efd0
docs
2019-07-03 14:47:55 +01:00
Gordon Williams
3956264e5c
release 2v04
RELEASE_2V04
2019-07-03 11:12:31 +01:00
Gordon Williams
1450610e4c
Fix RAK builds - all nRF52 only have 1 UART, not 3
2019-07-03 10:41:13 +01:00
Gordon Williams
fff811cadb
Added E.memoryMap to allow on-chip registers to be mapped direct to variables ( fix #1500 )
2019-07-03 10:21:31 +01:00
Gordon Williams
99b0a5a069
nRF52840: Fix input/pullup/pulldown pin modes on IO bank 2
2019-07-02 11:38:23 +01:00
Gordon Williams
13bffedc7e
Merge branch 'master' of github.com:espruino/Espruino
2019-07-02 10:28:53 +01:00
Gordon Williams
c4a204dba0
Fix bug where '.clone' on a native function didn't copy arguments ( fix #1685 )
2019-07-02 10:27:10 +01:00
Gordon Williams
38b983ceed
Fix corruption if Function.replaceWith called manually on something not a function ( fix #1684 )
2019-07-02 10:12:47 +01:00
Gordon Williams
f4de36eb51
Merge pull request #1683 from espruino/MaBecker-patch-1
...
add setOptions description (fix #1682 )
2019-07-01 08:28:14 +01:00
Mark Becker
2a23bee0d9
add setOptions description ( fix #1682 )
2019-06-29 10:44:17 +02:00
Gordon Williams
6ea4c0a271
Merge pull request #1681 from espruino/ESP8266_more_heap
...
ESP8266 more heap (fix #1679 )
2019-06-28 08:51:19 +01:00
MaBecker
4834652ed1
ESP8266 more heap ( fix #1679 )
...
- a win of +2064 byte for freeHeap
- print out header details for section 0. - 5.
2019-06-28 06:58:35 +02:00
Gordon Williams
0b21c5d401
nRF52840: Allow Serial2 to be used (TX currently only sends 1 byte before NRF SDK starts ignoring sends)
2019-06-27 16:56:07 +01:00
Gordon Williams
72fe57f15c
oops - fix rule change
2019-06-27 15:58:48 +01:00
Gordon Williams
164496a386
nRF52840: USB Serial works even for big sends, and device swaps to USB automatically
2019-06-27 14:48:07 +01:00
Gordon Williams
0fd01d6099
SDK15: Writing to flash now works
2019-06-27 13:41:40 +01:00
Gordon Williams
b84b8b3bdd
Merge pull request #1680 from fanoush/sdl-getpixel-fix
...
fix lcdGetPixel_SDL reading wrong pixels
2019-06-25 13:39:01 +01:00
fanoush
c0c1b20541
fix lcdGetPixel_SDL reading wrong pixels
...
Multiply by width was missing in GetPixel, now using same code as in SetPixel.
Current bug causes Graphics.scroll(x, y) to produce very strange patterns, after fix it works as expected.
2019-06-25 14:18:41 +02:00
Gordon Williams
7ef0e79773
fix thingy build
2019-06-17 12:16:22 +01:00
Gordon Williams
afec7d7fcb
attempts and fixing travis build for nRF52 #2
2019-06-17 11:14:08 +01:00
Gordon Williams
071e52b374
attempts and fixing travis build for nRF52
2019-06-17 11:01:23 +01:00
Gordon Williams
a6af09d19e
misc build updates
2019-06-17 10:47:55 +01:00
Gordon Williams
89a9da54b3
nRF52: Peer manager init errors from Nordic libs now not fatal
2019-06-17 09:53:14 +01:00
Gordon Williams
bee71ec2bc
update changelog
2019-06-17 09:15:10 +01:00
Gordon Williams
c41fb8682e
Merge pull request #1674 from fanoush/wiringpi-pinmode-fix
...
Wiringpi pinmode fix
2019-06-17 09:13:13 +01:00