Rhys.Williams
eaf59eceef
restore
2017-03-03 18:03:34 +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
Juergen Marsch
210797cedf
Add options for make process
...
Adds customizing options, see description in makefile.
Idea is to support userdefined make of firmware
- GENDIR
- SETDEFINES
- UNSUPPORTEDMAKE
- PROJECTNAME
- BLACKLIST
- VARIABLES
2016-06-17 11:36:59 +02:00
Gordon Williams (u36)
a68ceb58b7
Revert "now link for 0x00000000 rather than 0x08000000. Supposedly (F401 ref, 7.2.1) this means the instruction cachge gets used when it may not have been before"
...
Reverted because ST Nucleo bootloader rejects binaries with 0-based addresses in vector table
This reverts commit dba2eb8fbbfee9c907e72115a4b741d30a3f8d9d.
2016-06-08 16:13:30 +01:00
Gordon Williams
022dc63496
Merge branch 'master' of github.com:espruino/Espruino
2016-04-27 10:36:48 +01:00
Gordon Williams
4410817bd7
Put links to C declarations of functions in the reference ( fix #849 )
2016-04-27 10:35:07 +01:00
Thorsten von Eicken
eddec30cd9
revert FLASH_MAGIC change
2016-04-22 19:33:41 -07:00
Thorsten von Eicken
949cd7d33b
final fix for jswsym strcmp; change flash magic
2016-04-20 21:40:57 -07:00
Thorsten von Eicken
1ae38015e5
collapse two versions of jswBinarySearch into one
2016-04-19 19:42:18 -07:00
Thorsten von Eicken
2c8c866f1b
esp8266: exception code cleanup; jswsym code cleanup; eliminate compiler warnings
2016-04-17 09:46:32 -07:00
Thorsten von Eicken
4885b28bf2
clean-up esp8266 PR to move symbols to flash
2016-04-17 09:11:12 -07:00
Thorsten von Eicken
2c3f6f76b7
esp8266: small tweaks to moving jswsyms to flash
2016-04-16 23:28:10 -07:00
Thorsten von Eicken
23d8b78eca
merge upstream into tve's fork
2016-04-16 12:12:01 -07:00
Thorsten von Eicken
1b4c8c691e
move wrapper symbol tables to flash on esp8266; bump to 1600 jsvars
2016-04-16 11:57:06 -07:00