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
Gordon Williams
0aa0a8aefb
fix #1145
2017-04-19 13:30:37 +01:00
Gordon Williams
b302de426d
alter ESP32 build to produce binaries with the same names as other builds
2017-04-19 09:03:50 +01:00
Gordon Williams
62352ba2fa
prepare for 1v92 build
2017-04-18 15:23:47 +01:00
wilberforce
821afc6210
remove ESP_LOG calls
2017-04-04 18:39:24 +12:00
wilberforce
787ad3cc3d
update to master - use partitions_espruino.csv
2017-04-02 13:00:53 +12:00
Gordon Williams
c363065328
fix docs when example code has odd characters in the title
2017-03-16 13:11:36 +00:00
Gordon Williams
3860a715cc
zip building
2017-03-15 11:44:08 +00:00
Gordon Williams
10f1b0861f
renaming of provision files - make it obvious that vagrant's provision.sh is just that
2017-03-09 10:30:35 +00:00
Gordon Williams
9cbe1d94c1
tweak zip creation for new build
2017-03-09 09:06:43 +00:00
Gordon Williams
78e611183d
provision for nRF52, and tidying better for other platforms
2017-03-08 15:46:26 +00:00
Gordon Williams
5dbd12a3c6
Wrong file format
2017-03-07 16:25:31 +00:00
Gordon Williams
30755dd9ed
trying to get board var set correctly
2017-03-07 16:18:38 +00:00
Gordon Williams
d6678efb3a
finally sorted out all boards
2017-03-07 16:16:44 +00:00
Gordon Williams
8e6c0161c7
use download rather than apt-get install. And I'm an idiot
2017-03-07 15:38:51 +00:00
Gordon Williams
a3034e6646
update travis in the hope that some of the builds will work with the new system
2017-03-07 14:27:44 +00:00
Gordon Williams
8cf5ac1e06
oops
2017-03-07 12:40:29 +00:00
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