6633 Commits

Author SHA1 Message Date
Gordon Williams
ae0472e510 Add SPI flash for storage, and touch support 2020-07-14 16:55:21 +01:00
Gordon Williams
68caec0e74 Add incomprehensible (but somehow working) 3 BPP mode 2020-07-14 15:51:56 +01:00
Gordon Williams
c7830da3b8 automatically unsleep flash memory 2020-07-14 15:50:45 +01:00
Gordon Williams
d2f7a3e7f9 Add automatic flip, and fix logo on smaller screens 2020-07-14 15:50:22 +01:00
Gordon Williams
c14f207c83 Merge branch 'master' into SMAQ3 2020-07-14 15:10:24 +01:00
Gordon Williams
0408288100 Allow 'in' to be used with typed arrays (fix #1534) 2020-07-14 10:38:47 +01:00
Gordon Williams
18490b918e fixing tests after recent fillPoly/vector font changes 2020-07-14 10:15:11 +01:00
Gordon Williams
77a45bb3dc Speed up Array.prototype.join (fix #1660) 2020-07-14 10:07:31 +01:00
Gordon Williams
fe6aa4069b jslTokenAsString now works for 'of' 2020-07-14 09:26:02 +01:00
Gordon Williams
b32078a253 Implement Streaming Storage compaction to allow compact with less RAM (fix #1598,#1707,#1828) 2020-07-14 09:11:07 +01:00
Gordon Williams
074d086bf2 Merge branch 'master' of github.com:espruino/Espruino 2020-07-14 08:18:31 +01:00
Gordon Williams
4e51736c81 fix bangle build regression 2020-07-14 08:18:25 +01:00
Gordon Williams
3cc623b0e9
Merge pull request #1880 from MaBecker/esp32_improvements
ESP32 improvements
2020-07-14 08:07:22 +01:00
MaBecker
a38b8054bf esp32_improvement
* keep jsWarn() for not implemented functions
* add Exceptions for issues
2020-07-14 08:57:43 +02:00
MaBecker
bbc372620c esp32_improvements
- add FLASH_BAUD
- fix erase_flash
- switch jsWarn()  to jsDevInfo()
- keep jsWarn()/ jsError() for not implemented functions
- switch jsError() to jsExceptionHere() if helpfull
2020-07-13 17:52:38 +02:00
Gordon Williams
f7a6ecb4db
Merge pull request #1879 from espruino/add_to_gitignore
Update .gitignore (fix #1876)
2020-07-13 13:37:30 +01:00
Gordon Williams
e55b992270 Arrow functions now always overwrite this (fix #1878) 2020-07-13 11:39:32 +01:00
Gordon Williams
0e0190e050 Stop Object.setPrototypeOf overwriting Object.prototype sometimes (fix #1875) 2020-07-13 11:29:03 +01:00
Gordon Williams
f49f7fb444 Shrink new vector font sizes to allow multi-line use (fix #1873) 2020-07-13 11:17:24 +01:00
MaBecker
78d087c9e3 Update .gitignore 2020-07-13 12:01:06 +02:00
Gordon Williams
3701d54cfa
Merge pull request #1 from gfwilliams/fanoush-q3-spi3
SPI3 pins (CLK and MISO)
2020-07-10 09:34:26 +01:00
fanoush
4769e7f84e
SPI3 pins (CLK and MISO)
I guess you already know them, but those are pins I've seen when dumping SPI3 registers (0x4002f000) over SWD.
2020-07-10 09:37:45 +02:00
Gordon Williams
708cef5159 Merge branch 'master' of github.com:espruino/Espruino 2020-07-07 16:42:40 +01:00
Gordon Williams
f47da1cd39 Don't build NFC functions into devices that can't do it, and also improve docs on them 2020-07-07 16:37:07 +01:00
Gordon Williams
87a25cbb98
Merge pull request #1874 from MaBecker/wiznet_extension
wiznet_addons (fix #1830)
2020-07-03 14:57:01 +01:00
Gordon Williams
a4674b065f Accelerometer now working... 2020-07-03 14:50:29 +01:00
MaBecker
7ef44a4a07 wiznet_addons (fix #1830) 2020-07-03 15:48:44 +02:00
Gordon Williams
9ee4e3d3be minor refactor 2020-07-03 13:52:20 +01:00
Gordon Williams
b9122196be SMAQ3 runs with LCD, beep,buzz,button - no working accel/compass/etc yet 2020-07-03 13:51:51 +01:00
Gordon Williams
e57b51dfb6 Merge branch 'master' of github.com:espruino/Espruino 2020-07-03 09:04:02 +01:00
Gordon Williams
a4fc2ffc8f fix XON not sent after reset() (fix #1872)
Remove USBSERIAL enum for non-USB devices
2020-07-03 08:50:28 +01:00
Gordon Williams
89b53c7afe
Merge pull request #1871 from MaBecker/wiznet_extension
wiznet_addons
2020-07-02 08:53:25 +01:00
MaBecker
95540d5548 wiznet_addons
add changelog line
remove jsiConsolePrintf for RELEASE=1
2020-07-02 09:39:44 +02:00
Gordon Williams
5666ca88a2
Merge pull request #1870 from MaBecker/wiznet_extension
wiznet_addons
2020-07-02 07:41:13 +01:00
MaBecker
6e15e2c3be wiznet_addons
* setHostname()
* getHostname()
* getStatus()
2020-07-01 19:42:58 +02:00
Gordon Williams
3b74efba49 Fix 0.0==null comparison (fix #1865) 2020-06-29 09:34:28 +01:00
Gordon Williams
04a50800c7 nRF52: fix instability when accessing ADC from IRQs and event loop at the same time (fix #1861) 2020-06-26 16:25:12 +01:00
Gordon Williams
e93b621034 jslGetNextToken now avoids iterator clone for each token (fix #1857) 2020-06-26 14:43:23 +01:00
Gordon Williams
ea5662088b Pretokenisation: reserved words can now be used as function names (fix #1868) 2020-06-26 09:18:02 +01:00
Gordon Williams
db576d70fe nRF52 SDK15: Fix NRF.setScan/findDevices/etc
nRF52: reduce input buffer space taken by advertising packets
2020-06-23 16:16:03 +01:00
Gordon Williams
c6e8110376 Merge branch 'master' of github.com:espruino/Espruino 2020-06-23 13:22:10 +01:00
Gordon Williams
c64c1a45b4 distribution zip 2020-06-23 13:21:53 +01:00
Gordon Williams
40a35842a0 Graphics.asImage() now contains buffer when bpp != 8 (fix #1863) 2020-06-23 13:21:43 +01:00
Gordon Williams
07ac438b14
Merge pull request #1862 from nebbishhacker/showLauncher
Make Bangle.showLauncher() use less ram
2020-06-14 16:23:41 +01:00
Ben Whittaker
ccd06effa1 Make Bangle.showLauncher() use less ram
Avoids having the contents of all files in memory at the same time.
2020-06-13 14:24:20 -04:00
Gordon Williams
21168a2b29 Add flash storage support to emscripten build RELEASE_2V06 2020-06-11 15:46:28 +01:00
Gordon Williams
e209ebe692 Remove extra gfx functions that don't fit in original ESPRUINOBOARD 2020-06-11 15:20:23 +01:00
Gordon Williams
2a8c72c5b2 bump for release 2020-06-11 14:46:04 +01:00
Gordon Williams
b66a6e7d91 Merge branch 'RAK5010' 2020-06-10 19:44:16 +01:00
Gordon Williams
2066459f05 fix patch error 2020-06-10 17:55:31 +01:00