251 Commits

Author SHA1 Message Date
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
Gordon Williams
5db662db8e try and improve handling of lists - should really just use a proper markdown parser :) 2015-08-07 10:50:51 +01:00
Gordon Williams
c2f2e27f2b fix build number issues 2015-07-24 15:32:36 +01:00
Gordon Williams
836c1a8502 Add RLE compression when saving to flash, increase Pico RAM from 3000 to 5000 vars (fix #543) 2015-07-17 11:29:31 +01:00
Gordon Williams
828cc30767 try and revert changes so we can use old USB library on the F1, while using new on the F4 2015-06-25 13:03:31 +01:00
Gordon Williams
2d08f8529d Merge branch 'master' into NEW_USB 2015-06-25 11:20:22 +01:00
Gordon Williams
d9e9e26432 Added support for USB CK pin (fix #544) 2015-06-05 17:53:15 +01:00
Gordon Williams
1f6e4bac50 Merge branch 'master' into NEW_USB 2015-06-04 17:30:59 +01:00
Gordon Williams
9703895293 allow builds under python 2.6.5 2015-06-04 11:05:41 +01:00
Gordon Williams
d38a83078d start of port of F1's libraries 2015-06-03 17:53:52 +01:00
Gordon Williams
449e877ad7 Merge branch 'master' into NEW_USB 2015-06-03 14:03:55 +01:00