Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/espruino/Espruino

The Espruino JavaScript interpreter - Official Repo
https://github.com/espruino/Espruino

Merge pull request #1894 from MaBecker/lcd_spi_unbuf

fixes for lcd_spi_unbuf

cb0444ae5de033ec3ad04334e641a87d87fac385 authored over 4 years ago
fixes for lcd_spi_unbuf

* only DC is mandatory
* remove PACKED_FLAGS to work with ESP8266

c69629cdff039f24435c37592f1e725b5295d943 authored over 4 years ago
Merge branch 'master' of github.com:espruino/Espruino

50c7dfc04cfdbe74c95f41cc9f301a6efc8cd86f authored over 4 years ago
Merge pull request #1891 from MaBecker/master

add lcd spi unbuffered driver

98227ad9ec484abcf802e5721d23aa49b291b085 authored over 4 years ago
Pixl.js: SDA/SCL constants should point to A4/A5, not D4/D5

6af103e517117d4b696cbc7bd4546f0749edbfbe authored over 4 years ago
add lcd spi unbuffered driver

4ab79b6a7482e8e1250355a3cbae1e3e84dbbb2e authored over 4 years ago
add lcd spi unbuffered driver

required make options:
USE_LCD_SPI_UNBUF=1
DEFINES="-DSPISENDMANY_BUFFER_SIZE=128"

583c132e22f20fc7d074ddfe6db5a41ad40e70e5 authored over 4 years ago
Fix button handling on SMAQ3

4d06a27c7db4396150a1ed161a8dd77889ebc271 authored over 4 years ago
Fix menu/alert/etc for SMAQ3

bf5472f79608e270f7cb0b65671ea36414a9d6b3 authored over 4 years ago
Add fake BTN1..BTN3 using right hand side of screen

6ae8090140684d9c0ee519466d7c45e3956004ef authored over 4 years ago
Merge branch 'master' into SMAQ3

3bf830030e384ef6234c5db8d42393f45cf26764 authored over 4 years ago
Merge pull request #1886 from atc1441/patch-1

add jshSPISendMany

67374948db85f62a8f3fad34466a852da40679fb authored over 4 years ago
Merge branch 'master' of github.com:espruino/Espruino

c91f7156a9e402bfe1d5b1659b811d8293e562e7 authored over 4 years ago
Fix global regex issues when match may be 0 chars (fix #1888) (fix #1889)

Improve String.replace performance using iterator rather than repeated copy

b658ba282d1ea9db120c552d7f10c4277cafc942 authored over 4 years ago
Merge pull request #1887 from atc1441/patch-2

add jshSPISendMany

1707b6db1cbf0664d86a3875bdf107feae1b9b24 authored over 4 years ago
Added software callback function

59ac47e3a1620600eb343b23d207acf05f95e8db authored over 4 years ago
Added RX and up to 4096 TX

2cd535a71c20076b788bd8c8ff01b1569e27093b authored over 4 years ago
Merge branch 'master' of github.com:espruino/Espruino

fab3769c39a26f46f5500f617b3e02d14db404f5 authored over 4 years ago
fix comments

b68c01bc625c1056192c639e9ba6f18649b379e7 authored over 4 years ago
add jshSPISendMany

only tx supported for now and no callback, Max 256 byte per request

371257f61a1a1701b0be8cc1b90703b7fb1bb92d authored over 4 years ago
add jshSPISendMany

only TX support for now, size max 256 bytes at once

2503f50d61685a504fd2c855eef42e73f198f5da authored over 4 years ago
Merge pull request #1885 from MaBecker/esp32_improvements

add 6x8 font

01288d5170e4d4f5c76d20616820503bb1aacc35 authored over 4 years ago
add 6x8 font

there is enough space an ESP32 to have have 6x8 font

e47163c81560e8c2dcb3debc187ec4caf788367e authored over 4 years ago
Add SPI flash for storage, and touch support

ae0472e510068d79fa4b9a1b97969690c11a0ca7 authored over 4 years ago
Add incomprehensible (but somehow working) 3 BPP mode

68caec0e74b36c8cb06f9e46157649181c1b5d7e authored over 4 years ago
automatically unsleep flash memory

c7830da3b8ff75c7ea4800e83e39530519672b84 authored over 4 years ago
Add automatic flip, and fix logo on smaller screens

d2f7a3e7f985842f04c226aa0e0e727e1c3a0eea authored over 4 years ago
Merge branch 'master' into SMAQ3

c14f207c833a01ae5ecf829e316211835cdf6b31 authored over 4 years ago
Merge pull request #1882 from GaryOtt/ESP32

Added code to jsuGetFreeStack() for ESP32 and introduced ESP_STACK_SI…

aaf3080bb17e5629ead7fc466979c3a47ae40dc5 authored over 4 years ago
Added code to jsuGetFreeStack() for ESP32 and introduced ESP_STACK_SIZE constant.

161982b53e91125c858b1c2bf6bf78ba935c7e16 authored over 4 years ago
Allow 'in' to be used with typed arrays (fix #1534)

040828810070288dc1309f3739dd960e9da74efb authored over 4 years ago
fixing tests after recent fillPoly/vector font changes

18490b918ef0f80d97b0e6ccd678ddf06b328410 authored over 4 years ago
Speed up Array.prototype.join (fix #1660)

77a45bb3dc03a38ffd0be80f72e67bab613f5a1b authored over 4 years ago
jslTokenAsString now works for 'of'

fe6aa4069bb95b13f77ca794279f05b6845664e8 authored over 4 years ago
Implement Streaming Storage compaction to allow compact with less RAM (fix #1598,#1707,#1828)

b32078a25375ea3be0af15d8d41cf9ce8f3bda9a authored over 4 years ago
Merge branch 'master' of github.com:espruino/Espruino

074d086bf2f1a7c21dd52c622f4342b3a563bb64 authored over 4 years ago
fix bangle build regression

4e51736c81a5ce384734cc97498187ec4d84c5f2 authored over 4 years ago
Merge pull request #1880 from MaBecker/esp32_improvements

ESP32 improvements

3cc623b0e937ca48b62cb939014a023ad43c4086 authored over 4 years ago
esp32_improvement

* keep jsWarn() for not implemented functions
* add Exceptions for issues

a38b8054bf388945486caa0e41a6851ca8ec2a8e authored over 4 years ago
esp32_improvements

- add FLASH_BAUD
- fix erase_flash
- switch jsWarn() to jsDevInfo()
- keep jsWarn()/ jsError() ...

bbc372620c69fd3b57b5d04fc6449d17e22a3080 authored over 4 years ago
Merge pull request #1879 from espruino/add_to_gitignore

Update .gitignore (fix #1876)

f7a6ecb4dbf662b1fb265394788c3b9869e9f783 authored over 4 years ago
Arrow functions now always overwrite `this` (fix #1878)

e55b992270cd02414c2ad2f02e81f1af0bf2dd4a authored over 4 years ago
Stop Object.setPrototypeOf overwriting Object.prototype sometimes (fix #1875)

0e0190e0502860ab612474f1d298569394376b54 authored over 4 years ago
Shrink new vector font sizes to allow multi-line use (fix #1873)

f49f7fb4445555f7798f991b18371bd3bc863146 authored over 4 years ago
Update .gitignore

78d087c9e3a5b779d4ecc95f820a72f688f46a9b authored over 4 years ago
Merge pull request #1 from gfwilliams/fanoush-q3-spi3

SPI3 pins (CLK and MISO)

3701d54cfac8a5a2fefb06faaef35debd1b0d29d authored over 4 years ago
SPI3 pins (CLK and MISO)

I guess you already know them, but those are pins I've seen when dumping SPI3 registers (0x4002f...

4769e7f84e9a12d23baffd02d291c5deeb63dd3b authored over 4 years ago
Merge branch 'master' of github.com:espruino/Espruino

708cef5159b643a0240a82844142b4bec1cd2791 authored over 4 years ago
Don't build NFC functions into devices that can't do it, and also improve docs on them

f47da1cd394d438296b791d70cc32deaba665093 authored over 4 years ago
Merge pull request #1874 from MaBecker/wiznet_extension

wiznet_addons (fix #1830)

87a25cbb98b2d9cdc488f6c29deb71a19d9977a7 authored over 4 years ago
Accelerometer now working...

a4674b065ffbdb684a20eb82b94fbd4689845567 authored over 4 years ago
wiznet_addons (fix #1830)

7ef44a4a078294286418e04e8e8912b855ae2a81 authored over 4 years ago
minor refactor

9ee4e3d3bee39adcd4b63338f2d8773fe9128a98 authored over 4 years ago
SMAQ3 runs with LCD, beep,buzz,button - no working accel/compass/etc yet

b9122196be8233dfd61c97b6e36ee60ea497dbe9 authored over 4 years ago
Merge branch 'master' of github.com:espruino/Espruino

e57b51dfb691c256bc9d6a8c34252a3bde2e245d authored over 4 years ago
fix XON not sent after reset() (fix #1872)

Remove USBSERIAL enum for non-USB devices

a4fc2ffc8f0f1265da79b42cc658aa5d69d8c1ce authored over 4 years ago
Merge pull request #1871 from MaBecker/wiznet_extension

wiznet_addons

89b53c7afe6048e269569d4cc98fdf72b9ba72fb authored over 4 years ago
wiznet_addons

add changelog line
remove jsiConsolePrintf for RELEASE=1

95540d5548e33177818cf6d976e6400dca2e4177 authored over 4 years ago
Merge pull request #1870 from MaBecker/wiznet_extension

wiznet_addons

5666ca88a251784afe84101f18c792e0b34f1cfe authored over 4 years ago
wiznet_addons

* setHostname()
* getHostname()
* getStatus()

6e15e2c3be33ddce6cc3394a49bdca2ae44b3379 authored over 4 years ago
Fix 0.0==null comparison (fix #1865)

3b74efba495fbdef3be76dda238a8208b15aacf2 authored over 4 years ago
nRF52: fix instability when accessing ADC from IRQs and event loop at the same time (fix #1861)

04a50800c73b7ede33cc89a1679339284b77e36d authored over 4 years ago
jslGetNextToken now avoids iterator clone for each token (fix #1857)

e93b621034f9833fc7c41c652bf640f690536583 authored over 4 years ago
Pretokenisation: reserved words can now be used as function names (fix #1868)

ea5662088b0b71905fa2045f75fdb1866eea3b6c authored over 4 years ago
nRF52 SDK15: Fix NRF.setScan/findDevices/etc

nRF52: reduce input buffer space taken by advertising packets

db576d70fee92c6e3d39b04f65b7a0a407dec463 authored over 4 years ago
Merge branch 'master' of github.com:espruino/Espruino

c6e8110376b9aaaf31e144d64b3efccbcae8ca1f authored over 4 years ago
distribution zip

c64c1a45b4e7fb84114eb6009de18ec5853b2e8c authored over 4 years ago
Graphics.asImage() now contains buffer when bpp != 8 (fix #1863)

40a35842a0c4d2786786f729d038c18efb5ce51a authored over 4 years ago
Merge pull request #1862 from nebbishhacker/showLauncher

Make Bangle.showLauncher() use less ram

07ac438b1439c52203fa74e5828c2fa5dd51f03f authored over 4 years ago
Make Bangle.showLauncher() use less ram

Avoids having the contents of all files in memory at the same time.

ccd06effa1a1e2043f73c596964287c9168e2c6d authored over 4 years ago
Add flash storage support to emscripten build

21168a2b29cc8bfa44cb02bf76e66ac40f3a8466 authored over 4 years ago
Remove extra gfx functions that don't fit in original ESPRUINOBOARD

e209ebe692bcd93d116bf2fe2e5f90140d4f63fc authored over 4 years ago
bump for release

2a8c72c5b266985e5d34e70eb705ec42c644436e authored over 4 years ago
Merge branch 'RAK5010'

b66a6e7d9160139697aa35f4c4f40d87f05e6efb authored over 4 years ago
fix patch error

2066459f05860df14674b144dbf55c2e8b426b80 authored over 4 years ago
one more

e2c5bdebfbb0e22f1bb697f2bde3f670c0a6e175 authored over 4 years ago
more travis tweaking

da0e4b415c932e54516d00fb95a1565976f37e82 authored over 4 years ago
Try and fix travis build - faster downloads from GitHub and ensure dos2unix exists

668d529241c34de7eff6702f054e42cf8063a92b authored over 4 years ago
Build zip of RAK5010

f2bd214a02966cbd004f31f5a2b9487ff5fe5ad2 authored over 4 years ago
fix patch application

5715a1d6d888c9157a2ae025844712e7979441e3 authored over 4 years ago
Merge branch 'master' of github.com:espruino/Espruino

d20a3010e48a823488fa9966b9d9453bb5c08744 authored over 4 years ago
Bangle.js: Fix FIFO_FULL error with gpsnav/gpsrec - don't warn of lost GPS-raw data if not listening for it (fix #1859)

3ca677f0d9008bb6d82bdfea101c10a2aa9cdfd8 authored over 4 years ago
change link

47df4ae1f604ee3243ef2a6b15a4c4480618a008 authored over 4 years ago
attempt to fix patch application in travis. Also apply USB errata to fix boot immediately after flashing

9f9f3e0ef41fe1acabca524323e43aee3f059360 authored over 4 years ago
RAK5010 now working pretty well

32327fca382a0fc08cc6cdeab4b2828631c058bb authored over 4 years ago
Merge branch 'master' into RAK5010

958bde9621292ad10ccdf08be3538ba4f42fbf16 authored over 4 years ago
Merge pull request #1858 from nebbishhacker/fillpoly

Remove half-pixel offset from fillPoly

43e44b52e1f74c4faa4d4cf405cce01307146070 authored over 4 years ago
Remove half-pixel offset from fillPoly

This makes the results of fillPoly align with those of drawPoly when
both are fed whole-pixel co...

21d8c727a7a6e244c291935feaa69d5e93ae3d1b authored over 4 years ago
Bangle.js: Fix issue with 'ram' functions after recent changes to SPIFLASH (fix #1856)

65247d3461a65c0084d91198a3f11a83b013fac9 authored over 4 years ago
Now have comms to modem

56f6ef608fc1de1cad4f6475c327e6c8c8038ba9 authored over 4 years ago
initial RAK5010 - accelerometer/opto working

35ae61cbcad1881c22884e3aa6f395005b979e04 authored over 4 years ago
SDK15 build tweaks

8b23e40928eb98fbaedb89b8596ca337245e2a61 authored over 4 years ago
remove unused define

3cb3c31e2959974f34018ff29cc3a5742b39d812 authored over 4 years ago
Re-add Graphics.quadraticBezier for Bangle.js, move to integer math to halve fn size

fbaa3bbcf54a742caa63ba815bc13f74ecdf1030 authored over 4 years ago
use jsvReadConfigObject for jswrap_graphics_transformVertices

a34d01b19582d01bffc3507cca8a9220c8737b9b authored over 4 years ago
Re-add quadraticBezier to Bangle.js

9f233fd140e9d7278b3481cb4c5b29642b289aec authored over 4 years ago
Merge branch 'master' of github.com:espruino/Espruino

33d7cc503de0fac4cc917dc4723f58e169c495f9 authored over 4 years ago
Merge pull request #1855 from nebbishhacker/transformVertices

Add Graphics.transformVertices

561f7b0af8737b93eed85b0c4576369e32160370 authored over 4 years ago
Add Graphics.transformVertices

Adds a method to the graphics class for applying a transformation to a
list of points. This meth...

ff2a16a9b6b71056ead997dca9aff11f26025885 authored over 4 years ago
Bangle.js: Fix occasional execution errors when executing from Flash (fix #1854)

e206a837ecbf45d1eb617cd8bf97ec4642a26439 authored over 4 years ago