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
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