wilberforce
23c7da7c93
fix tabs
2017-03-07 18:26:50 +13:00
wilberforce
5ae5b1a08d
check for existing tool folders, store last LINUX_BUILD
2017-03-07 18:23:48 +13:00
wilberforce
f05f620e8f
test more boards
2017-03-04 11:02:49 +13:00
wilberforce
686e82a002
set board type
2017-03-04 10:48:25 +13:00
wilberforce
7cc117ca23
set board type
2017-03-04 10:41:31 +13:00
wilberforce
d274e6af7f
provision-framework scripts
2017-03-04 10:28:35 +13:00
wilberforce
7834c76bf9
Merge branch 'ESP32' of https://github.com/espruino/Espruino into ESP32
2017-03-04 09:20:14 +13:00
wilberforce
5bdfc875a2
Add framework and libs tool
2017-03-03 18:09:14 +13:00
wilberforce
bbc9190274
Merge branch 'ESP32' of https://github.com/wilberforce/Espruino into ESP32
2017-03-03 18:06:23 +13:00
Rhys.Williams
eaf59eceef
restore
2017-03-03 18:03:34 +13:00
Gordon Williams
4d0567ef05
remove needless script tags
2017-03-02 15:52:27 +00:00
Gordon Williams
2680d05f2f
tweaking HTML output
2017-03-02 14:40:08 +00:00
Rhys.Williams
7c32220935
First pass at provision.sh, to simplify firmware builds
2017-03-02 21:33:25 +13:00
Gordon Williams
38d80eff1e
line counting tweaks
2017-02-16 17:32:58 +13:00
Gordon Williams
6d2bdc47fe
fix regression in doc creation
2017-02-16 17:32:47 +13:00
Gordon Williams
8774c35eb0
Adding Global built-in objects like SPI1/Serial1 and Bluetooth to the docs
2017-02-16 17:32:39 +13:00
Gordon Williams
806cb2895a
Fix bug that caused Bluetooth/TV/USB objects to be added in devices that didn't support them ( fix #832 )
2017-02-16 17:32:38 +13:00
Gordon Williams
16580ffc89
make docs nicer for 'Note' about it not being in all devices
2017-02-16 17:32:36 +13:00
Vincent Veron
79dd90d5ad
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-02-16 17:32:34 +13:00
Vincent Veron
846210ed61
patch Espruino source code to write in flash per 64 bits
2017-02-16 17:32:33 +13:00
Vincent Veron
b7cb62620e
<L4 LL> IRQ based timer
2017-02-16 17:32:30 +13:00
Vincent Veron
cbd6399e0f
<L4_LL> empty skeleton for NucleoL476RG with LL api
...
Only blinky led demo is implemented in jshInit to validate the build.
2017-02-16 17:32:26 +13:00
Gordon Williams
a509b2e5b0
board docs
2017-02-16 17:28:23 +13:00
Gordon Williams
a2ae421e0a
make tern JSON contain HTML, not markdown
2017-02-16 17:27:50 +13:00
Gordon Williams
a4e55e053a
tidying up
2017-02-16 17:27:38 +13:00
Chester
8d2854c013
Update vagrant and makefile
2017-02-16 17:27:38 +13:00
Gordon Williams
9936d66176
oops
2017-02-16 17:27:01 +13:00
Gordon Williams
dd2007392a
1v88 release
...
Had to remove 'dump()' on devices with very little flash memory (Olimexino/Micro:bit)
2017-02-16 17:27:00 +13:00
Gordon Williams
a114bc4037
more docs tweaks
2017-02-16 17:26:59 +13:00
Gordon Williams
7835cc59f8
update docs, and finally use a proper markdown parser!
2017-02-16 17:26:59 +13:00
Gordon Williams
e0b65e33d5
attempt at improving HTML documentation quality
2017-02-16 17:23:54 +13:00
Gordon Williams
6c684af407
Move LED + BTN definitions to Symbol Table (allows autocomplete)
2017-02-16 17:23:52 +13:00
kolban
565285410b
Initial files for the ESP32 environment.
2016-10-09 22:53:20 -05:00
Gordon Williams
0e27a8bc3a
docs
2016-09-26 15:59:31 +01:00
Gordon Williams
abe11d37d8
new bootloader that allows you to run Espruino without executing saved code by just holding down BTN1 for 3 seconds, also wifi build tweaks
2016-09-13 10:26:11 +01:00
Gordon Williams
4281b15545
pictures for espruino wifi
2016-09-09 18:32:00 +01:00
Gordon Williams
ff9d8d76ca
tweaking js hardware output
2016-09-09 10:20:25 +01:00
Gordon Williams
a1e4a3f027
give capsense a timeout, add it to Puck object, and fix Ctrl-C behaviour on nRF52
2016-08-26 12:17:02 +01:00
Gordon Williams
bf4a71764d
Finally getting DFU working with GCC-built version
2016-08-02 18:53:38 +01:00
Gordon Williams
769a2a2e63
Merge branch 'master' of github.com:espruino/Espruino
2016-08-02 14:49:31 +01:00
Gordon Williams
32712e8b00
Add built in IR send function (tidier than pulling in JS code)
2016-08-02 14:16:13 +01:00
Gordon Williams
7ac200d94a
recursively add stuff
2016-08-01 17:30:27 +01:00
Juergen Marsch
a6ca3586be
Merge remote-tracking branch 'upstream/master'
2016-07-28 10:16:40 +02:00
Gordon Williams
0aca10e982
misc line count update - still not right!
2016-07-26 10:47:55 +01:00
Juergen Marsch
f293a5d579
Blacklist extended for Javascript commands
...
Javascrip commands have no class information in JSON description. This
was not handled in old version.
In this version an artificial class "--" is used to support blacklisting
them.
If you don't want to have console.log or eval, for whatever reason, this
can be blacklist now.
2016-07-22 14:02:05 +02:00
Gordon Williams
334a822a53
store that all buttons are negated
2016-07-08 18:37:53 +01:00
Gordon Williams
790b65d9cd
minor tweaks that probably should have got into 1v86!
2016-07-05 17:23:41 +01:00
Gordon Williams
3f3e42a4b3
fix doc build
2016-07-05 13:03:29 +01:00
Gordon Williams (u36)
b9d129512c
Merge branch 'master' of github.com:espruino/Espruino
2016-06-20 10:31:47 +01:00
Gordon Williams
0223fee1fa
fix build regression
2016-06-17 10:49:06 +01:00