426 Commits

Author SHA1 Message Date
Gordon Williams
29f88fe8a0 remove 4M combined file as per https://github.com/espruino/Espruino/issues/1309 2018-02-13 15:18:47 +00:00
Gordon Williams
5822cc5c20 Merge branch 'master' into flash_storage 2018-02-13 12:40:34 +00:00
Gordon Williams
2738ff38cd tidying up the build, and better linux testing 2018-02-13 12:32:36 +00:00
Gordon Williams
b52bd912f6 fix regression with startup console on USB devices 2018-02-12 15:37:28 +00:00
Gordon Williams
7c2ba180d1 fix issue with '#if' parsing in JSON - removes setIP for ESP32 2018-02-10 09:41:08 +00:00
Gordon Williams
04b2498628 Added SAVE_ON_FLASH_EXTREME for HYSTM32_28, where we're now cutting out some Math.X functionality to keep builds going 2018-02-10 09:27:51 +00:00
Gordon Williams
9ffc516204 trying to bring WiFi docs/functions for Espruino in line on all platforms 2018-02-07 17:30:30 +00:00
Gordon Williams
b78888c9e1 Simplify data returned by process.env
Add process.env.MODULES - to contain a list of the libraries provided in the firmware by require
2018-02-07 14:22:52 +00:00
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