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

Fix Bangle.js GPS regression after recent changes to support some other devices

cf8ec6e6125b1e7100e231b89c68746989d57c88 authored over 4 years ago
Bangle.js: fix require("locale").time(new Date()) for default locale

d802fcd59287abb608435b18c465202b37ff7016 authored over 4 years ago
nRF5x: Add callback param to 'NRF.restart', allowing code to be called with softdevice disabled

542265bdb90e5120bf94e680cff8538b1829af25 authored over 4 years ago
tweak for build of other devices

ef48eeae42ebb13ac55f6a0ba5c7f221404cf42b authored over 4 years ago
Merge branch 'SMAQ3'

e51836c27bb89c4e7b9aa389717edbd80e876521 authored over 4 years ago
Fix Math.acos for negative values (fix #1950)

996a7ee542a47ad63c6a5adb7f0c8f49ccf6e19f authored over 4 years ago
Bangle.js: increase default advertising interval from 375 to 200ms to ease connections

9bb75a121b3e5dad369a4bfd27a41221603014f7 authored over 4 years ago
rename DT No.1 F5 board

ab51d0b4a811dc317e65ec2ecbfa88d511ca2fe1 authored over 4 years ago
Fix GPS issues

bbd4a2da2338cb2b2dc9f99d7741510d0c09ff0e authored over 4 years ago
fix italic partial update!

792b611f46429cf99a95c95e6fde2a886bf2a39d authored over 4 years ago
Merging in support for the F5

425435b155133dafbcd9f584f625b7c6b15fce46 authored over 4 years ago
tweak for F5 build

a55bafdeb51b253b4900913a628679fedf13a5b5 authored over 4 years ago
Abstract IO chip control away, fix GPS on Q3 (fix #5)

2c5ade6a55f816cfb95d10cf401002e007376a83 authored over 4 years ago
re-adding ID205 support - boots, but no LCD yet

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

f6ca3b7fc40bd619040d7f548eca4ff68bc911ba authored over 4 years ago
more docs

8e286f8a73ca2d1eb406472c2f371a90260fa72d authored over 4 years ago
docs

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

511de5f2cb11b23fc3b646ffa82c56fa80aab092 authored over 4 years ago
Update docs

9a1dd6ebe5ca2494dbcbb5a6ab3625242e5b1889 authored over 4 years ago
Graphics: Fix for out of bounds ArrayBuffer scroll issue (fix #1746, #1747Graphics: Fix for out of bounds ArrayBuffer scroll issue (fix #1946, #1947))

55fe4f29ab1cd08b067f9cb32d5fc42aca98e562 authored over 4 years ago
Remove HYSTM32 builds as it's not being used much any more

61b0c2bef6fd8fbfeffdaaa36653d062c351a56e authored over 4 years ago
Tweaks to enable micro:bit 1 and 2 builds

dfe2f2494338a0bca4bcb83dfa3eaf971802aebe authored over 4 years ago
Merge branch 'MICROBIT2'

3c3c75aeb6f20b5862742f5b624723b5bd219d9f authored over 4 years ago
Crypto: modified mbedtls SHA1 to reduce size from 3.5k to under 1k

9ea63bbf8485a449f914de0b6d0b4586b6e606e4 authored over 4 years ago
Merge pull request #1945 from fanoush/patch-3

disable DMA hack when SPI0_USE_EASY_DMA==0

8f3c5f99b10abee05cc25ad8924613f1c5beea1c authored over 4 years ago
disable DMA hack when SPI0_USE_EASY_DMA==0

ifdef is not enough as the value can be zero = DMA is disabled

002ff05fb8d236e00a67353e48542ff2ad37ed3a authored over 4 years ago
bump for 2v08

a9bed478c0b080a2139b4e4382e91d325e61bf2d authored over 4 years ago
Merge pull request #1943 from fanoush/patch-2

jshFlashRead - restart read command also if someone pulled CS pin high

fff2046a8b2162c24d4eac4d0ca391e14d4593d3 authored over 4 years ago
Fix regex match with '-' that isn't a range: "1-2_A3".split(/[0-]/) (fix #1736)

b799568fe44bc62e4be2226b257a188cb394ce73 authored over 4 years ago
use spiFlashLastAddress==0 flag or CS pin, not both

aa42926b2c031f27b89234557da7ee7aeaca3d01 authored over 4 years ago
put ifdef around extra nrf_gpio_pin_out_read to avoid i/o performance hit if not needed

bf731543debe216c7fa6e5ac26e114c7dec7dbc6 authored over 4 years ago
Bangle.js: Add debounce to the button used to wake Bangle.js up from sleep

http://forum.espruino.com/conversations/354637

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

8688a18fa3f039b8c697b0d849489bd1dffbedeb authored over 4 years ago
Storage compact now updates pointers stored in RAM so they still point to the correct address in Flash (fix #1881)

a1cd101e8a3e1bd0d95277e816a204f8037b3e5e authored over 4 years ago
Original Espruino Board: remove E.FFT in network-enabled builds (freeing up flash memory)

a87bce2b00247eb5efdaca8ebdd8f44fa2e803ef authored over 4 years ago
Bangle.js/Pixl.js: Ensure terminal is always the same color regardless of g.setColor()

fa69d80f962954b8e09c89ee7a6eeed2a5ee644d authored over 4 years ago
Merge pull request #1944 from espruino/esp32_improvement

allow to remove BLUETOOTH from ESP32 board files

48bb1de33e17ccc996cdc127ed7e7d32de202b36 authored over 4 years ago
allow to remove BLUETOOTH from ESP32 board files

2ec51f44b5596f9db7863bb16e97561d10b49ff1 authored over 4 years ago
jshFlashRead - restart read command also if someone pulled CS pin high

helps when other code pulls CS high (e.g. display driver sharing same SPI pins)

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

95a97e5f388630db42dd6ab00bed159096c25bd4 authored over 4 years ago
Revert "Util Timer no longer uses RTC - works based on estimated time from the hardware timer itself (fix #1749, ref #1444)"

This reverts commit 0c6b0c8289347163764cb654feb7197fba8d0bf5.

4ea134000051fb70ee1ec9d46f6630acf920bbff authored over 4 years ago
Revert "Util Timer now uses time offsets (not variables based on current system time) - avoids drift"

This reverts commit 46b2a48a26572bf7164fa285b93bae2b05f55d39.

dd408b6de6dc5fcf8ad55f6df72696c552cff7a0 authored over 4 years ago
Revert "Fix build issues, remove duplication"

This reverts commit 3007686199ec02d3e727ce918a551c0e9e8a3b75.

ad34e66d88ae01a0b79af652555a497a47df05ba authored over 4 years ago
Revert "remove debug code"

This reverts commit 6b14a7b8dabbb4076dabfe4447200c2334d88312.

2480890f3cd91958720e025346cddc3ebd138d7f authored over 4 years ago
Merge pull request #1942 from espruino/esp32_improvement

fix #1941

fd26bfb95f34fe1047610e28e450f4f67caf2a49 authored over 4 years ago
fix #1941

17ff204c563dcc7cd5625797680e7fe282cd1de8 authored over 4 years ago
Fix issue where JSON.stringify({ something: bool }) would output 'something' as a bool too

2f433b5fd12c0e48b11a6b06df74a356f2601c11 authored over 4 years ago
Added String.padStart/padEnd

05c89c98d6b120b9e272ae17743577568e5d9537 authored over 4 years ago
Check for Stack overflow when Garbage Collecting giant linked list (fix #1765)

8bb747f242b593196d29a84c4c509aa8a09740bb authored over 4 years ago
JSON.stringify now checks for potential stack overflow when stringifying (fix #1940)

78c91014f051d7fb2ae1e25bd6bb01a198bff835 authored over 4 years ago
Merge pull request #1924 from espruino/lcd_spi_unbuf

Update lcd_spi_unbuf.c

dd11ea60c079d2fc6ef9b177702a0374b5ad26ee authored over 4 years ago
nRF52: CPU now sleeps when while UART/BLE data is waiting to be sent (fix #1938)

93510f726ab493b5c4aa1a7db4e6a24fe2536254 authored over 4 years ago
remove debug code

6b14a7b8dabbb4076dabfe4447200c2334d88312 authored over 4 years ago
Fix build issues, remove duplication

3007686199ec02d3e727ce918a551c0e9e8a3b75 authored over 4 years ago
Util Timer now uses time offsets (not variables based on current system time) - avoids drift

46b2a48a26572bf7164fa285b93bae2b05f55d39 authored over 4 years ago
Util Timer no longer uses RTC - works based on estimated time from the hardware timer itself (fix #1749, ref #1444)

0c6b0c8289347163764cb654feb7197fba8d0bf5 authored over 4 years ago
Fix setWatch debounce lastTime regression from 2v07 (fix #1902)

df71b7549383b94cfbc26d296a5a1fe7027095b6 authored over 4 years ago
add internal buffer to lcd_spi_unbuf

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

fd4b1ce2f19e4b7168fdad3e71fe2c1d3f171f8f authored over 4 years ago
Added global Microbit object, with accelOn, play, record, and proper gesture handling

96441b58611972a1ac6cdff12554cede636ec2d5 authored over 4 years ago
nRF52: Fix issue where analogRead would stop E.getBattery from working

67c91668f9cf54fffee3c821648eab8cfae5eb35 authored over 4 years ago
removing cutting edge builds for boards that are no longer supported

e84b9052d12f4dc7f862d3c77e3d7d94533b70a1 authored over 4 years ago
Fix neopixel on nRF52840 - http://forum.espruino.com/conversations/354468

ff6da1b1d1d1c4b789d3c67f16428793aa6b9cfa authored over 4 years ago
add internal buffer to lcd_spi_unbuf

16646d19f3c2e8bc411d7c1a6ee64a41604b2c35 authored over 4 years ago
Puck.js docs

23c5f790a7c520fe3e23948c1a44f401d1befb7c authored over 4 years ago
Fixed mic in (added more gain), and added accelerometer gesture detector code

d460db0bdbd719b32bfede28539177b6f4abaef5 authored over 4 years ago
First hack at microbit2 port

f0d60a0831592dd39c46b15aea2321b5e70ac141 authored over 4 years ago
tweak - fix compile warnings

be61b5139e0352b7f5ebb5dbd3821f85c9c07986 authored over 4 years ago
Ensure Storage library is exposed on SAVE_ON_FLASH devices (fix micro:bit flash write)

9c41add217ed68c6f641466839bdb30188902426 authored over 4 years ago
Removed custom fonts for SVAE_ON_FLASH devices

Fixed BBC micro:bit show() regression from 2v07

486afea7ab4b3012df6cf341da85ed5232dfedaa authored over 4 years ago
Attempt at fixing Bangle.js power saving crash #1937 - it's possible that rescheduling app timer from within an IRQ can sometimes cause problems

4ecdc298f1a4486db81144cf872abaccd2535d7e authored over 4 years ago
misc tweaks - docs and build

243172b3e67cbf85be2b0916e9c357945209fabf authored over 4 years ago
Merge branch 'antialias'

c577ce6e21a8870c8cad02077596dcb051634c8d authored over 4 years ago
Adding drawPolyAA

de025fe0d2cf4b1e6740b911e301f2794a9e63c1 authored over 4 years ago
graphicsDrawLineAA intification

6e00d37c4ec23aa7168b030a485363206c3f04d3 authored over 4 years ago
Make graphicsBlendColor use integers

58dfa6f4253da04650c1ad35bcfe21a297de07b5 authored over 4 years ago
Add support for > 1bpp custom bitmap fonts

1be80451a3250aa35e4673f8ba0fafa82d2b7d38 authored over 4 years ago
Fix Tensorflow aiGesture regression from 2v07 (re-add opcodes) (fix #1936)

b9c2a596c413046ba3d0e49bb1e43072f8f1779b authored over 4 years ago
Merge branch 'master' into lcd_spi_unbuf

8ffd9e6f101d51d11a0466adbeb4f05f1a00bdab authored over 4 years ago
First stab at antialiased lines - using slow double precision. Gamma really matters for making the antialiasing look ok

16fe29ca3fd9c59c962681575cf5e5937856b8f3 authored over 4 years ago
Fix I2C read-without-write issue (ref #565)

481911851fd61e8c0ab47ee9d196fa8036a944ae authored over 4 years ago
fix doc formatting

62b4b9ef9cbd893685577411c93f46c73a57f102 authored over 4 years ago
Fix I2C slave issues reported on #565

d5a46275c012c5cc31ebac5687fbbc92e2feeab2 authored over 4 years ago
Merge branch 'master' into lcd_spi_unbuf

6f49532e5ec3c2aea268e36b357422a98852ccf9 authored over 4 years ago
Switch to Uint8Array for buffer

409537038868ab4cedf774de2c1a5107b83074e6 authored over 4 years ago
nRF52: Added option to build in I2C slave support

Required some patches to the SDK to allow both master and slave at once...

77a60d935908c8837465a59cbb905407ec2e47b4 authored over 4 years ago
more fixes after 2730f33988af9adf7ae8f31b5b8e8561bfc5f47e

84bd52b2c3f7a96f7c2b6cf35a4657efb253b04c authored over 4 years ago
nRF52: Restarting softdevice no longer changes the system time by 5 mins sometimes (fix #1933)

810d36c10bd063c5157361fb8278e8d1bdd053fe authored over 4 years ago
quick fix after 2730f33988af9adf7ae8f31b5b8e8561bfc5f47e

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

76ac24df874d84a90435b7e385164c54d0d0b47e authored over 4 years ago
Merge pull request #1934 from espruino/fix_#1930

fix #1930

a1024cd1b860734fd9b4e0d016aa061b39018a08 authored over 4 years ago
Add extra checks to ensure nRF52 sections don't intrude into saved code area

Remove SHA256 from Pixl.js build to free up a little extra space

f30d6f60baa907ffae9fa45a010aee76343a9b8a authored over 4 years ago
fix #1930

89426ec7da0e02e7897a82492a9a3ed7432f974a authored over 4 years ago
Merge pull request #1932 from espruino/fix_1931

fix #1931

5d73e7a17f7019444653c621b3f73329e4583297 authored over 4 years ago
fix #1931

4ff8059aed1ac04aacf382f223989899656ad4c5 authored over 4 years ago
Changes to make it easier to compile with unmodified newer SDKs - Nordic started messing with the usage of the NRF52 keyword in new SDKs and this should avoid having to patch them

2730f33988af9adf7ae8f31b5b8e8561bfc5f47e authored over 4 years ago
More time wasted due to Nordic's usual 'hey, let's randomly change EVERYTHING' approach to new SDK versions

Not even bothered testing - it won't work - but at least it builds now

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

58466192cf629f9b304010957d7bd636e323cf59 authored over 4 years ago
prep for release

bb99dd861bfbf9765edcdc60f7bfe93d8984563e authored over 4 years ago
Merge pull request #1929 from rujorgensen/docs/dump-docs-clarification

Docs/dump docs clarification

b13c3df407a803f369c998923a693c59ff9422f5 authored over 4 years ago