Gordon Williams
7157afd421
update descriptions
2018-02-07 08:29:50 +00:00
Gordon Williams
e609b94f83
Merge branch 'jslcd'
2018-02-06 17:35:13 +00:00
Gordon Williams
45e8525a6f
updated bootloader to make it work with LCDs
2018-02-06 17:33:41 +00:00
Gordon Williams
59bc2019b3
formatting tweak
2018-02-06 12:01:50 +00:00
Gordon Williams
2e0a7de035
Added 'Terminal' class with built-in VT100 terminal
2018-02-06 11:01:28 +00:00
Gordon Williams
edc9b77764
Simplify flash save (and help debugging) by using the 'fake flash' implementation on Linux builds
2018-02-01 17:01:42 +00:00
Gordon Williams
c6476a34f7
Arduino pin namings
2018-01-31 13:03:01 +00:00
Gordon Williams
ee11a83581
WIO_LTE fix SD card initialisation
2018-01-29 14:40:36 +00:00
Gordon Williams
265a01abef
Merge branch 'master' into NRF_SDK_14.2
2018-01-23 14:00:02 +00:00
Standa Opichal
21f1025706
Mute dpkg-preconfigure: unable to re-open stdin
2018-01-21 15:53:19 +01:00
Standa Opichal
6942acee56
Mute the 'Cannot change owner' tar warnings
2018-01-21 15:53:19 +01:00
Standa Opichal
ef5678de9c
Updated *provision.sh scripts to get a valid VM
2018-01-21 15:53:19 +01:00
Gordon Williams
dc5aa20fac
Merge branch 'THINGY52'
2018-01-18 16:23:25 +00:00
Gordon Williams
492a7a46d2
now compiling and running, but not accepting BLE connections properly
2018-01-17 08:30:59 +00:00
Gordon Williams
f3ba1023ff
Allow JS modules to be built-in by adding files to JSMODULESOURCES
2018-01-16 13:14:38 +00:00
Gordon Williams
8dc701a0a2
first stab at thingy - not booting
2018-01-10 16:47:58 +00:00
Gordon Williams
b80ec646f2
reusing a bit more code in jswFindBuiltInFunction
2017-12-15 11:21:18 +00:00
Gordon Williams
aba4d91d53
reusing a bit more code in jswFindBuiltInFunction
2017-12-15 11:14:17 +00:00
Gordon Williams
6e08b61686
tidy up jswGetSymbolListForObject code
2017-12-15 11:06:24 +00:00
Gordon Williams
9f4e747e04
sanity check on args - helps #1271
2017-12-14 17:05:56 +00:00
Gordon Williams
ea8d74360d
nRF5x: Add support for negating pins in software (eg. buttons/LEDs)
2017-12-06 12:52:30 +00:00
Gordon Williams
5fedb5c58f
Puck.js: Allow flash memory protection to be overwridden with E.setFlags
2017-11-27 12:46:53 +00:00
Gordon Williams
82aeddd280
allow docs to be built for just one file, even if it has 'do not include in docs' in it
2017-10-31 16:01:34 +00:00
Thomas Christlieb
dd122b697d
Fix Error in provision script
2017-10-09 07:42:43 +02:00
Thomas Christlieb
85094c3201
Changed including of due_sam3x.init.h
2017-10-09 07:42:43 +02:00
Thomas Christlieb
ceff14ad08
Changes needed for Uppercase SAMD Family
2017-10-09 07:42:43 +02:00
Thomas Christlieb
a161230029
Added Provision-Script for Arduino Due
2017-10-09 07:42:43 +02:00
Thomas Christlieb
50f7156b4d
Changed Python Build Script. Modified Board-File
2017-10-09 07:42:43 +02:00
Thierry BINIGUER
0f32ac23eb
RAM budget between L4 families
2017-09-25 14:44:37 +02:00
Thierry BINIGUER
562acee88b
Fix typo about RAM from F4, for L4 (1204 instead of 1024)
2017-09-25 14:44:28 +02:00
Thierry BINIGUER
846650e297
Espruino updates to match with L496
2017-09-25 14:41:37 +02:00
wilberforce
4f0fa4af4e
UDP testing
2017-09-02 16:11:57 +12:00
wilberforce
fd590f08ba
update ESP32 Branch to UDP, copy UDP code from linux
2017-08-31 10:49:10 +12:00
Gordon Williams
d644eab626
STM32: Remove the 'utility timer' from the list of available PWM pins, fixing A0/1/2 PWM on F4 ( fix #1229 )
2017-08-29 12:18:46 +01:00
Gordon Williams
8fc672bc33
If >1 button, set pin state correctly at boot/reset
2017-08-23 14:56:25 +01:00
Gordon Williams
d12f41814b
slight build tweaks
2017-08-21 10:35:55 +01:00
Gordon Williams
a7a2fa9fd8
now update esp8266/esp32 before build
2017-08-17 16:39:18 +01:00
Gordon Williams
2e8f68e01a
fix pin description page
2017-08-17 15:52:17 +01:00
Gordon Williams
6cc0d46eb9
Fix tab complete for Pins ( fix #1213 )
2017-08-14 13:04:54 +01:00
Gordon Williams
f98105f338
fix links in docs
2017-08-03 09:29:37 +01:00
Gordon Williams
8ee6926418
Allow Espruino boards to reset straight out of the DFU Bootloader
2017-07-21 17:23:37 +01:00
Gordon Williams
64feba7960
fix image builder
2017-07-10 16:56:52 +01:00
Gordon Williams
d504008aa8
1v93
...
Had to make a few changes to reduce flash usage on some parts where it's scarce.
Original Espruino Board -> No 'trace' function
Other 'low flash' boards -> No 'setXIndicator' functions
2017-07-10 15:31:27 +01:00
Gordon Williams
1f68f69d72
exclude tools when counting lines
2017-06-26 15:31:46 +01:00
Gordon Williams
cad7e4c763
initial code to allow simple JS libraries to be built into the interpreter without using RAM
2017-06-20 12:52:08 +01:00
David Shah
04ca096764
Fix Discarder for Python 3.6+
...
Builds without `V=1` set fail on newer versions of Python because
the `Discarder` dummy class used to suppress `stdout` output
doesn't implement the necessary `flush` method. This fixes
the problem by adding a stub `flush`.
2017-06-16 17:10:41 +01:00
Gordon Williams
3206eecda5
fix https://github.com/espruino/EspruinoDocs/issues/361
2017-05-30 09:08:34 +01:00
wilberforce
0579b599cf
Add ESP32 folder to release zip
2017-05-08 21:21:15 +12:00
Gordon Williams
343d9cb226
more 4mb build
2017-04-20 09:30:22 +01:00
Gordon Williams
02f66b35e4
tweaks for 4MB release
2017-04-20 08:57:45 +01:00