4167 Commits

Author SHA1 Message Date
Gordon Williams
53d15d25ad switch compilation to '-Os' for pucks 2017-03-15 14:12:52 +00:00
Gordon Williams
70f9335d43 allow compile without bluetooth 2017-03-15 12:48:36 +00:00
Gordon Williams
3860a715cc zip building 2017-03-15 11:44:08 +00:00
Gordon Williams
db6c9ab777 nRF52: Now use 'high drive' mode for GPIOs
Puck.js: tweak IR duty cycle, with high drive GPIO range is ~3x more
2017-03-15 09:19:51 +00:00
Gordon Williams
6ed2ee181c fix puck.js bootloader build 2017-03-15 08:58:08 +00:00
Gordon Williams
21e268d843 Merge branch 'master' of github.com:espruino/Espruino 2017-03-15 08:44:30 +00:00
Gordon Williams
267fc7bc61 Pin.toggle now returns a boolean (fix #1111) 2017-03-13 08:34:15 +00:00
Gordon Williams
c9178b8258 Merge pull request #1112 from MaBecker/patch-2
remove ESP8266: now build in graphics lib
2017-03-13 09:29:33 +01:00
MaBecker
7f0a65eb90 remove ESP8266: now build in graphics lib 2017-03-11 21:22:06 +01:00
Gordon Williams
2884022d63 Revert "reduce variables and add graphics lib to ESP8266"
This reverts commit f428fc0faf54a87b1979b305d6b00c15207bb1e0.
2017-03-11 09:35:06 +00:00
Gordon Williams
9e07f5b1dc remove warning - fixed now 2017-03-10 13:53:12 +00:00
Gordon Williams
3caac49069 fix bootloader for ruuvi 2017-03-09 11:16:13 +00:00
Gordon Williams
10f1b0861f renaming of provision files - make it obvious that vagrant's provision.sh is just that 2017-03-09 10:30:35 +00:00
Gordon Williams
03ab115f57 Merge branch 'ojousima-feature-port-ruuvitag' 2017-03-09 10:15:33 +00:00
Gordon Williams
c592487d42 Merge branch 'feature-port-ruuvitag' of https://github.com/ojousima/Espruino into ojousima-feature-port-ruuvitag
Also tweaking to make adding the port require less specific #defines in the code
2017-03-09 10:14:36 +00:00
Gordon Williams
fc11509a28 Merge branch 'etx-master' 2017-03-09 09:59:49 +00:00
Gordon Williams
a277d8c412 Merge branch 'master' of https://github.com/etx/Espruino into etx-master
Tweaks for new build system and to remove Nucleo-specific USB define
2017-03-09 09:58:59 +00:00
Gordon Williams
f529da37e6 update travis build to allow Puck.js zip file 2017-03-09 09:28:47 +00:00
Gordon Williams
d73a07c17c update travis for Pico 2017-03-09 09:26:38 +00:00
Gordon Williams
a511f4a2f9 docs 2017-03-09 09:23:29 +00:00
Gordon Williams
f428fc0faf reduce variables and add graphics lib to ESP8266 2017-03-09 09:22:45 +00:00
Gordon Williams
dfba5797ef make all fonts match with IN_FLASH_MEMORY after them 2017-03-09 09:21:58 +00:00
Gordon Williams
3fe8cab54b now build flashable binaries from Travis - fix #1109 2017-03-09 09:18:58 +00:00
Gordon Williams
9cbe1d94c1 tweak zip creation for new build 2017-03-09 09:06:43 +00:00
Gordon Williams
ce2b6febe5 clean out compiled Python files because of wilberforce's problems 2017-03-09 09:02:25 +00:00
Gordon Williams
4e3b8b1250 rename Pico back to previous board name to avoid having to rename everything on espruino.com 2017-03-09 09:00:40 +00:00
Gordon Williams
430f8029df more build fixes. It seems for some reason I've been unable to set the HeapSize variable I did previously - which breaks the free vars check 2017-03-08 17:20:27 +00:00
Gordon Williams
451b91e328 fix build command for Wifi board 2017-03-08 16:25:18 +00:00
Gordon Williams
4963d72190 fix heap size issues 2017-03-08 16:23:37 +00:00
Gordon Williams
7a42e05333 fix accidental commit 2017-03-08 15:50:30 +00:00
Gordon Williams
78e611183d provision for nRF52, and tidying better for other platforms 2017-03-08 15:46:26 +00:00
Gordon Williams
328238769b docs 2017-03-08 15:39:30 +00:00
Gordon Williams
b565bb4df5 Puck.js: Correct reading if using analogWrite to red LED and *then* using Puck.light() 2017-03-08 15:01:40 +00:00
Derek K
2e22389bf2 Initial work on NUCLEO-F413ZH compat 2017-03-07 22:55:46 -05:00
Gordon Williams
56b0c1331e remove comments about ARM repo 2017-03-07 16:56:19 +00:00
Gordon Williams
b283d1945e fixes for broken builds 2017-03-07 16:48:31 +00:00
Gordon Williams
5dbd12a3c6 Wrong file format 2017-03-07 16:25:31 +00:00
Gordon Williams
30755dd9ed trying to get board var set correctly 2017-03-07 16:18:38 +00:00
Gordon Williams
d6678efb3a finally sorted out all boards 2017-03-07 16:16:44 +00:00
Gordon Williams
8e6c0161c7 use download rather than apt-get install. And I'm an idiot 2017-03-07 15:38:51 +00:00
Gordon Williams
5267539b97 :( refactopring build for supported boards 2017-03-07 15:25:24 +00:00
Gordon Williams
a3034e6646 update travis in the hope that some of the builds will work with the new system 2017-03-07 14:27:44 +00:00
Gordon Williams
02f2dd9210 making the change a bit more friendly 2017-03-07 14:25:15 +00:00
Gordon Williams
fe15d14d14 ESP8266 and ESP32 builds now working 2017-03-07 14:12:46 +00:00
Gordon Williams
5d9c1d39c2 massive refactor to Makefile - trying to make it a bit more maintainable 2017-03-07 13:53:24 +00:00
Gordon Williams
6d6105b1b0 oops 2017-03-07 13:29:01 +00:00
Gordon Williams
8cf5ac1e06 oops 2017-03-07 12:40:29 +00:00
Gordon Williams
1cd844e3a2 possible new build system? this (and other things) should really help tidy the build up 2017-03-07 12:34:59 +00:00
Gordon Williams
da4baf5f2e Merge branch 'wilberforce' 2017-03-07 10:52:41 +00:00
Gordon Williams
bd654920f6 Merge branch 'ESP32' of https://github.com/wilberforce/Espruino into wilberforce 2017-03-07 10:52:25 +00:00