199 Commits

Author SHA1 Message Date
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
Gordon Williams
6524d02dca board docs 2014-09-12 09:12:18 +01:00
Gordon Williams
e25bce7385 links to peripherals 2014-09-11 15:09:05 +01:00
Gordon Williams
933d14a988 refactor comments 2014-09-11 13:38:48 +01:00
Gordon Williams
1a83073baa fix lines on board docs 2014-09-11 13:27:10 +01:00
Gordon Williams
4c0a5db7e3 script to refactor Espruino's formatted comments 2014-09-10 18:21:07 +01:00
Gordon Williams
52aff373b5 Merge branch 'ESPRUINI' 2014-09-09 17:12:15 +01:00
Gordon Williams
13bef6e248 hack for pin args to digitalWrite/etc 2014-09-09 12:37:58 +01:00
Gordon Williams
87ad44dfde allow pulldown on built-in button 2014-09-05 16:25:05 +01:00
Gordon Williams
2684e1b02b Merge branch 'master' into ESPRUINI 2014-08-26 12:55:29 +01:00
Gordon Williams
0fb282cde1 Add E.getSizeOf (fix #421)
Fix jsvCountJsVarsUsed for names with values
2014-08-25 12:14:25 +01:00
Gordon Williams
9b08cca3a6 fix pins list if not all of the numbered pins exist 2014-08-15 10:53:12 +01:00
Gordon Williams
dd45f6b8ec Merge branch 'master' into ESPRUINI
Conflicts:
	boards/pins/stm32f401.csv
2014-08-14 11:37:16 +01:00