261 Commits

Author SHA1 Message Date
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
Gordon Williams
11a2f45141 oops - fixed build 2015-01-12 16:18:20 +00:00
Gordon Williams
120c4a9b95 fix up scripts, add script for creating pico images 2015-01-12 16:07:53 +00:00
Gordon Williams
ea01b6cbd2 Working F401 USB VCP bootloader
Make Press-poweron-release-press boot back into Espruino (this may confuse your OS)
2015-01-12 15:59:40 +00:00
Gordon Williams
0473f18bca initial commit of bootloader. It compiles, but doesn't work 2015-01-06 17:39:38 +00:00
Gordon Williams
a6719578a6 update bootloader size code so it can check board info 2015-01-06 16:33:58 +00:00
Karl Pitrich
b6457a7f2f allow compilation on mac os x 10.10 2014-12-30 15:48:41 +01:00
Gordon Williams
32918505e2 Ensure that we only create as many Serial/I2C/etc items in Symbol table as we need (fix #453) 2014-12-19 11:53:51 +00:00
Gordon Williams
8ae7282db4 refactor - move common functions into jspin.c 2014-12-18 17:29:49 +00:00
Gordon Williams
acb068e965 Remove libraries from root scope (fix #463) 2014-12-11 15:51:50 +00:00
Gordon Williams
c3c590dc76 fix broken build 2014-11-18 16:27:34 +00:00
alain
8cbf002521 Added some details to take in account STM32F411 properly 2014-11-14 15:03:45 +01:00
Gordon Williams
ce6d7439aa Force inlining of jsvLock/UnLock on most systems - improves performance a lot 2014-11-11 14:34:40 +00:00
Gordon Williams
eb59683a58 Now using gcc-arm-none-eabi-4_8-2014q3 for compilation 2014-11-10 17:46:09 +00:00
Gordon Williams
67d3e69cce Wait after setting the RTC time, to allow registers to update (fix #438, fix #441) 2014-11-10 16:53:58 +00:00
Gordon Williams
dba2eb8fbb 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 2014-11-10 13:09:57 +00:00
Gordon Williams
4ece36249b Added 'Nucleo' class for STM32 nucleo boards 2014-11-07 12:58:40 +00:00
alain
67c00252ab Create a new board named NUCLEOF401RE
added this board to Makefile
modified build_platform_config.py to avoid "module not found error"
2014-10-27 12:28:49 +01:00