378 Commits

Author SHA1 Message Date
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
Gordon Williams
10464eabd0 Move to a different versioning - major v minor . commits_since_release 2015-06-03 13:47:12 +01:00
Gordon Williams
278dde08ee ... nope. now we're compiling. And USB CDC device appears, but not hooked in yet 2015-05-27 17:16:00 +01:00
Gordon Williams
09ea6de79c FFS. Fix regression where SPI2/3 weren't working on most pins (fix #525) 2015-05-01 13:33:57 +01:00
Gordon Williams
e566296b9a Update provision.sh
Install stuff automatically, Fix #519
2015-04-17 08:45:24 +01:00
Ivan A-R
7bc90309b7 Reset pin & backlight pin for LCD 2015-04-15 11:41:12 +03:00
Gordon Williams
b7b9d2d8a5 doc improvement 2015-04-01 17:28:14 +01:00
Gordon Williams
26df876abf we're deprecating the non-JS ESP8266 module 2015-03-26 15:03:48 +00:00
Gordon Williams
c839f94ea2 updated for better website docs 2015-03-25 15:01:28 +00:00
Gordon Williams
e943c3b3b5 more test fixes 2015-03-19 11:52:36 +00:00
Gordon Williams
a590607fbc oops - add tester 2015-03-18 16:57:12 +00:00
Gordon Williams
9d2b98ab81 updated scripts for creating pico releases 2015-03-11 15:37:24 +00:00
Gordon Williams
bca355a3bd Add Pico 1v3 2015-03-11 15:06:00 +00:00
Gordon Williams
1dc6aea223 Merge pull request #498 from boneskull/vagrant
add vagrant setup + documentation
2015-03-09 08:51:19 +00:00
Gordon Williams
eb88b79599 oops - shouldn't have committed this 2015-03-04 14:46:00 +00:00
Christopher Hiller
a0ec84800e add vagrant setup + documentation 2015-03-01 22:20:54 -08:00
Gordon Williams
10ba9f71d0 add other bits of markdown 2015-02-19 15:06:34 +00:00
Gordon Williams
137e20318f docs for B4/B5 2015-02-16 09:07:01 +00:00
Gordon Williams
070b44ed9f Added 'global' built-in value 2015-02-10 15:58:41 +00:00
Gordon Williams
701a98056e better markdown formatting 2015-01-29 12:41:12 +00:00
Gordon Williams
91dfbec67e fix tern info build error 2015-01-28 17:32:45 +00:00
Gordon Williams
a7cf07cae1 so it turns out that Olimexino has a few more bytes than we thought 2015-01-16 16:54:44 +00:00
Gordon Williams
ad4067cb55 tweaks for ESP8266 binary 2015-01-14 14:42:43 +00:00
Gordon Williams
84a11937a6 Add script to auto-generate JS header files for hardware 2015-01-13 14:27:21 +00:00