261 Commits

Author SHA1 Message Date
Gordon Williams
1e34ac76a5 Remove prototype Espruino boards from build 2015-11-26 15:04:50 +00:00
allObjects
1a3784e825 reinstating href anchor for all reference links
Changes to be committed:
	modified:   scripts/build_docs.py
2015-11-24 22:32:40 -08:00
Gordon Williams
ac7724649b improve docs - report libraries as libraries, sort regardless of case 2015-11-24 14:35:41 +00:00
Gordon Williams
1cb14c6f0a fix title links that got broken after PR 2015-11-24 14:22:27 +00:00
Gordon Williams
e953f77652 Merge pull request #721 from muet/backlinks-in-ref-doc
enhanced navigation in reference page
2015-11-24 09:01:18 +00:00
allObjects
ee57ca4f70 Re-instated url update with anchor name
Changes to be committed:
	modified:   scripts/build_docs.py
2015-11-23 10:20:54 -08:00
Gordon Williams
ef5128288f Merge pull request #719 from tve/unify
Unify the two esp8266 boards and add to travis builds
2015-11-23 09:42:05 +00:00
Thorsten von Eicken
350abe689d simplify esp8266 filenames 2015-11-22 10:56:25 -08:00
Thorsten von Eicken
450d5453b5 make release labeling consistent between makefile and python 2015-11-22 10:21:01 -08:00
allObjects
a449291055 enhanced navigation in reference page
- added backlinks from detail headers to (table of) content entries
- enhanced #top link to select searchbox entry and focus on it
- made navigation jumps (former anchorlinks) to postion at 20% of view port
- made completed navigation jump to blush blue on back and gold on forward

- added htmldev development mode flag to develop and test in standalone mode

Changes to be committed:
	modified:   scripts/build_docs.py
2015-11-21 21:10:06 -08:00
Gordon Williams
a23230e211 fix script 2015-11-19 15:15:09 +00:00
Jean-Claude Wippler
1639668e03 make size detection cross-platform
this gets rid of the "gdu" dependency, and simplifies the logic
2015-11-18 14:49:49 +01:00
Gordon Williams
5be835b41f oops #2 2015-11-09 10:06:39 +00:00
Gordon Williams
32aa10eef5 oops 2015-11-09 10:05:56 +00:00
Gordon Williams
c38551f786 properly formatted ESP01 board image 2015-11-09 09:49:00 +00:00
Gordon Williams
743c481bd9 now displaying multiple board layouts on one page 2015-11-09 09:24:53 +00:00
Gordon Williams
1be23f5da3 slightly mad refactor, ready for multiple board designs in one BOARD.py 2015-11-09 09:24:49 +00:00
Gordon Williams
b3fbc05def autocomplete for properties 2015-10-22 19:08:58 +01:00
Gordon Williams
6d1495ddce and this is why I don't like python 2015-10-20 16:03:26 +01:00
Gordon Williams
1a6ddc9c63 Merge pull request #650 from jalawson/olimexino_re
Olimexino with a STM32F103RET6 replacing the RBT6
2015-10-14 10:30:39 +01:00
Gordon Williams
f6b3248dbd Fix bad I2C link, fix #658 2015-10-14 09:55:13 +01:00
Jamie Lawson
e67e2b16a0 Add OLIMEXINO_STM32_RE target board description file and
Makefile entry for a Olimexino_STM32 with a STM32F103RET6.
512K FLASH, 64K SRAM
2015-10-12 21:12:13 -04:00
Thorsten von Eicken
9234117bd4 reduce OTA chatter; fix wiflash 2015-10-11 14:30:18 -07:00
Thorsten von Eicken
34512a7223 merge master into tve/ota 2015-10-11 14:07:56 -07:00
Thorsten von Eicken
229097c520 add esp8266 OTA firmware update 2015-10-11 14:02:59 -07:00
Neil Kolban
d94bf21fd2 More fixes for the common.py issue #634 2015-10-09 09:44:28 -05:00
Neil Kolban
dacf2ee38e Converted file from Windows to Unix EOL markers. 2015-10-09 09:19:53 -05:00
Neil Kolban
15f192f58b Fixes for common.py. #634. 2015-10-09 08:53:59 -05:00
Gordon Williams
b7f30a6439 make common.py work on windows (fix #634) 2015-10-09 08:51:51 +01:00
Gordon Williams
71fb3f0843 tweaks needed so docs for the website can be compiled again 2015-10-08 16:31:35 +01:00
Gordon Williams
8e1efcf898 1v81 release 2015-10-08 14:03:26 +01:00
Gordon Williams
8c21a9cb76 Fix regression with Serial4 on EspruinoBoard (and others + other devices), (fix #612) 2015-10-05 10:59:37 +01:00
Thorsten von Eicken
e263ff43e0 merge upstream master into tve's fork 2015-10-03 23:00:46 -07:00
Thorsten von Eicken
0e316320ab make Flash work for esp8266 2015-10-01 22:28:05 -07:00
Michael Dietz
d938c62b03 Before trying to start debugging in eclipse with gdb 2015-10-01 13:11:34 +02:00
Gordon Williams
39e7dd270b Use LINKER_ defines to cope with different linker files, also call SERIALS SERIAL_COUNT and so on - avoid name conflicts with mbed 2015-09-22 18:00:57 +01:00
Michael Dietz
6b8f97dff5 Added support for nRF51, got bluetooth stuff working on nrf52
needed to add s110 header files (need to find out if nrf51 can only use
s110 and not s132) made the correct linker file for nrf51 and now flash
gets over flowed (softdevice is around 80kb). need to figure this out.,

everything else sehould work but cnat test nrf51 yet
2015-09-20 14:50:44 +02:00
Gordon Williams
7e02bc438a handy code size reduction tool 2015-09-18 11:47:18 +01:00
Gordon Williams
2b65c6d3dc Merge pull request #568 from esp8266-espruino/master
Change print "XXX" to print("XXX")
2015-08-28 09:16:57 +01:00
Neil Kolban
d322cc7d67 Change print "XXX" to print("XXX")
Change the python scripts to add parenthesis to print statements.
2015-08-27 14:19:19 -05:00
Gordon Williams
423a317abd make sure we don't run es6 test262 tests 2015-08-27 11:22:11 +01:00
Gordon Williams
92e054fa29 Merge branch 'master' of github.com:espruino/Espruino 2015-08-20 11:47:15 +01:00
Gordon Williams
562bcbdf8c oops - now set VSENSE define, needed to wake from USB 2015-08-20 11:46:53 +01:00
Jamie Lawson
85856d5c2c Fixes the pin numbering for the MAPLERET6.
Includes more build options for same since there is enough memory.
2015-08-19 00:12:46 -04:00
Michael Dietz
26d5cbce6d Merge remote-tracking branch 'Espruino/master' 2015-08-14 08:55:07 +02:00
Michael Dietz
ec137690b2 Fixed as requested in pull request. Separate linker file for nRF52 platform, removed foo from makefile as it had no purpose. 2015-08-14 08:48:30 +02:00
Michael Dietz
004d887837 Fixed some small bugs. Compiling and working for the NRF52832 Preview Development Kit 2015-08-10 13:22:55 +02:00
mjdietzx
dda361ab9c Add some NRF52 specifics to this file
May need to include some more files in generated platform_config for
NRF52 platform. Also variables may be able to be raised higher and some
other things like flash and ram specifcics.
2015-08-10 10:49:44 +02:00
mjdietzx
73bd9f4ebe Added linkerscript for NRF52
Differs enough from Espruino's provided linkerscript that I separatley
generated the linker.ld file for the NRF52 platform. May try to
integrate these later.
2015-08-10 10:33:20 +02:00
Gordon Williams
cfda8a5d04 remove debug print stuff 2015-08-07 11:24:56 +01:00