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 regression with setAdvertising(undefined)

bb6b3183725316e9660b6848615d447b0c8d0549 authored over 7 years ago
exclude tools when counting lines

1f68f69d72e2e3cdf560bdb9ef241d1dea992741 authored over 7 years ago
nRF52: Added BluetoothRemoteGATTServer.getSecurityStatus to check the status of the link

ac2c253d6f6bda3b27f9bc427cf8f66cb8f5d97f authored over 7 years ago
nRF5x: NRF.findDevices will now throw an exception if no callback is supplied

6e2e0b513901e9d042c66828b9b647e33f80f763 authored over 7 years ago
nRF5x: Add NRF.getAdvertisingData

nRF5x: Allow array of objects in NRF.setAdvertising (fix #1188)
Fix inter...

6b024daabd407a4177a9d42446b8a88ca0896bd2 authored over 7 years ago
Merge branch 'master' of github.com:espruino/Espruino

b8a718dbc79852d37f4fb606ef2fb49b7e1f38cc authored over 7 years ago
Merge pull request #1190 from opichals/drop-netcreateflags-createsocket-type

net->createsocket() SocketType argument added

b5d41b7cfd3c9e7f801a31b4135b2307ea51c867 authored over 7 years ago
Merge pull request #1189 from opichals/no_arg_set_timeout

No timeout argument setTimeout() calls work

600166bac8f7f90d03b9e202e93bcf4b3444db88 authored over 7 years ago
Added SocketType argument to net->createsocket() method.

bb13604e6b9c04640a39c764ce3946c5bc384ece authored over 7 years ago
Dropped NetCreateFlags in favor of SocketType

* SocketType declaration moved to network.h

cb98cd840550f3eb89e73d9a13ea47c0fcd99ba2 authored over 7 years ago
No timeout argument setTimeout() calls work

It behaves as if zero (0) was passed in. Compliant to the spec: see
https://www.w3.org/TR/2011/W...

5fc0fe7949ee43ae26219e34d87ada6d0b575c3a authored over 7 years ago
add jsvNewArrayBufferWithData utility fn

9b4d9d0c54152211f1fed592d8b24e6939389535 authored over 7 years ago
add getAdvertisingData

3afb55e739b89c94562f6239651b96bc0a68ad68 authored over 7 years ago
initial code to allow simple JS libraries to be built into the interpreter without using RAM

cad7e4c763d24095fd7375a03bedac738cb29a27 authored over 7 years ago
Added @vshymanskyy's build tweaks for #143

7de5c207fe01aea9d4746bca58722a060ffdf411 authored over 7 years ago
nRF52: Re-initialise services and HID after a `save()` (fix #1185)

7cb2433d94254ffdfb2f7cd267728f0114cdab77 authored over 7 years ago
Add 'errors' option when using to enable error handling (and turn it off by default as it can fill the input queue)

f5e1e82ae2970be8f38f75fe19d011e875cac6db authored over 7 years ago
update serial docs

5ce16e191792fafceb41cf6fd7a4b76e68d8ad99 authored over 7 years ago
Merge branch 'master' of github.com:espruino/Espruino

5216f64542930313671935f9fe1e5badcfee4e02 authored over 7 years ago
Merge pull request #1184 from daveshah1/master

Fix building on newer Linux systems with Python3 default

abc4f24a2bc59c322ca88f474443d37d65f60710 authored over 7 years ago
BLE docs

5e16e890b66467af8229c518523195bff9269e79 authored over 7 years ago
Fix Discarder for Python 3.6+

Builds without `V=1` set fail on newer versions of Python because
the `Discarder` dummy class us...

04ca09676453e0691037ae172444b5b79966d4cb authored over 7 years ago
Revert "Fix building on newer Linux systems with Python3 default"

This reverts commit d155d1b5c8fe35e760793d2d333cc6978904d10e.

d2832bae3c939f65663fbf274edc3540bc569114 authored over 7 years ago
Fix building on newer Linux systems with Python3 default

Newer systems such as Arch have `python` defaulting to Python 3 if it is
installed. This commit ...

d155d1b5c8fe35e760793d2d333cc6978904d10e authored over 7 years ago
fix compile issue onMDK compiler and add warning, fix #1183

8ff54459ecae28c84af8880f72ca4118a5d75a5a authored over 7 years ago
fix typo

8a98f539582132f2bd339de6275b3dc8708f3d2e authored over 7 years ago
nRF5x: Fix when a 128 bit service shares the same 16 bit UUID

a45aca0741d68bbab19720825c6e52e492fb21f9 authored over 7 years ago
tweaks, and improve wake and sleep docs

9c179b2421900319c045c7eb39362caf3568b921 authored over 7 years ago
Puck.js: fix error 8 from NRF.sleep during an active connection

ecb67a1babef6eee97be0bc6827ff24e201aa609 authored over 7 years ago
Merge pull request #1180 from VVESTM/L4_LL_fix

L4 LL fix

3858dc4097ea70d27bcfa6b7697f99198c2174c5 authored over 7 years ago
oops - fix regression in Espruino WiFi build

cbb13060b7155fabc800a8978393d11ed93de118 authored over 7 years ago
Insert default regex handler that says 'not supported'

2fc8067fa16c3b651ef9eedf0534347c6cc02a44 authored over 7 years ago
Added RegEx lexing (part of #256)

a684871c56ec0afb5dea3cb8d46a4db94b0785e6 authored over 7 years ago
<L4 LL> ADC rework

Some code was not useful and the waiting loops
was not working outside of debug mode.

10c50196d69f163dd2f4316b22751e5b35a3ab3f authored over 7 years ago
<L4 LL> fix issue on I2C3

239e2862be22c2f0d4b2b3f276ade3a54b964534 authored over 7 years ago
squashing warnings

b4df6c9f329b19669560b42e8196406cc4185168 authored over 7 years ago
Allow Timezone to be set for Date with E.setTimeZone(...) (fix #530)

523c24404e4c57974e087c3d3dfcaaca26b9ac24 authored over 7 years ago
warnings

753f2942ccbf0e6950c56c9392f2446c3242afdc authored over 7 years ago
Added Date setters (fix #504)

17f679869a5cd9eefad654e6b40318bd367006fe authored over 7 years ago
remove misc compile warnings

2c96ee418649b1be70192a64508b3e54c341023c authored over 7 years ago
fix bug in MD5 test

9c0a905e9d86b471d5c3ddc19d8cbbb1689c15bc authored over 7 years ago
allow functions to be printed without the tokens in them

78156345e8fe89bd9e21215705c29f0361b31b13 authored over 7 years ago
tweaks to use flat strings again to further reduce the memory usage

6a7b4530565a4d76b403f004f0a1302062243f03 authored over 7 years ago
Final tweaks - now seems to be working well

7b52d57c9b9b7dba9d8d97a3133542409b8a13c2 authored over 7 years ago
pre-tokenizing (#1178) - works for simple things, fails for a few of the tests. Needs to handle whitespace as 'an_id 1234' will break right now

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

5b54b6010f6e279b06b743729bb772c550017f3b authored over 7 years ago
Don't enter debugger if we're in the middle of uploading (echo_off_for_line) (fix #644)

f3ea2c1571fcb863cf4df9c59b6c5bcc7b4d4b11 authored over 7 years ago
Stop trailing decimal point if there are no digits after it - which could cause issues in JSON

6d749d19ba9c959c1c0928a13e9064de0caa5a88 authored over 7 years ago
nRF52: Seed random number generator at boot (fix #1166)

a715da0c99626ad2ff3920a383ce258b7a99719e authored over 7 years ago
fix https://github.com/espruino/EspruinoDocs/issues/361

3206eecda556ce9c96a781e2811b2043f2831eae authored over 7 years ago
Puck.js: Fix WS2811 output library that would output bad data after neopixel waveform (fix #1154)

26bdea61c0b573299e3df981190359feb8da1379 authored over 7 years ago
Merge branch 'master' of github.com:espruino/Espruino

87f929d8751769b81ba67dbb3de90f53adebbc61 authored over 7 years ago
Puck.js: Fix increased battery drain after NFC usage (fix #1171)

8c954930c20ebff8b243f95a9c78ecb4f80bddf1 authored over 7 years ago
Merge pull request #1170 from drandreas/fix/nRF52

nRF52: Addendum to 2deb5f97

c234c0083c12697aef6cb5b48ad8199e8bdadfb2 authored over 7 years ago
nRF52: Addendum to 2deb5f97

The patch I posted earlier was part of a series.

For this reason the second safety check is off...

e4ad46f0fb6b6a80ffda8410ecf7dad206358f8b authored over 7 years ago
nRF52: Add AntiCat's patch to Nordic's NFC library to cope with malformed NFC requests

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

e25a8137919ce3e67f7ecc26d295bef8e8f86bd6 authored over 7 years ago
fix build regression for STM32LL after flow control changes

475ad42ae44a014c89d78f76b9c4d7513cd8e319 authored over 7 years ago
Merge pull request #1167 from psiphi75/patch-1

Fixed problem with not running in bash.

98d2407d11d432b7760bb33975d998ba5a9e64fb authored over 7 years ago
Fixed problem with not running in bash.

63eeac649b1ea7f8008b288ba65cd5bbb637c711 authored over 7 years ago
update docs

d335ba0e31289cdfb581d6649c3a4444b93002a3 authored over 7 years ago
Allow hardware (CTS) flow control (fix #1165)

5fd503c0b6ae7a24f044e23fa3f7a8690ce7fed7 authored over 7 years ago
Merge remote-tracking branch 'origin/ESP32'

115a66c42c5b5fd5b8f550acf63d55c8f97e671a authored over 7 years ago
misc tweak to @wilberforce's code to just avoid reading in long filenames at all

3aafa86a7077327c37ad47d1652cdbfb97a0a6d7 authored over 7 years ago
Fat FS: closedir after readdir, FS errors should be catchable (#1164), fs.statSync (#1163)

6fc95d1e7f0109758bae109fdc970941ef3f59ee authored over 7 years ago
Fat FS: closedir after readdir, FS errors should be catchable (#1164), fs.statSync (#1163)

7ad49691096899a3914f2a6527c63b49ec4afc19 authored over 7 years ago
update docs. It seems the previous explanbation was confusing

ac34dbd979a56ae7a73c7cdcf604fcb36b2f9913 authored over 7 years ago
Puck.js: Add BluetoothRemoteGATTServer.startBonding to allow bonding to be initiated when Puck.js is a central

fd3dffc79fa07ede78a5160f05a6552d6fc12601 authored over 7 years ago
typo

66fc7c8e3cf6972416f0fc20e7cc70305e235d3f authored over 7 years ago
Merge remote-tracking branch 'origin/master' into ESP32

0ea9afe6d00bedf18f74125ec0bd676ceda50659 authored over 7 years ago
Add ESP32 folder to release zip

0579b599cf308358362795ed5780bd8ec1ea9d3b authored over 7 years ago
Add Array.indexOf fromIndex support (fix #162)

38cb9eab9f98092eecc2b4525452af5dab171615 authored over 7 years ago
Add autocomplete for pin names (fix #1124)

42126a28d1588975d9fbf794401fe55179fef77e authored over 7 years ago
Remove un-needed code for parsing '.' in var statement (#1147)

04e8b6dc93ac8fe9d0ba0afd60bb81585e1def78 authored over 7 years ago
Fix some stack overflow bugs on Linux found by fuzzing (#1147)

5240e7a8f6384cac3fa0c2e546b339ce196e95e1 authored over 7 years ago
add Socket.write docs on binary data

20a444889171229e28bb5486b91aff9b78c6e897 authored over 7 years ago
Re-add TV output to Original Espruino

3852f71d702f716b8ebf9975e210d41dbac15658 authored over 7 years ago
small poke to force travis rebuild

1759f510793dc16b557187333d4e2181f5d8a76a authored over 7 years ago
Fix regression that caused Original Espruino to have lost Filesystem/hashlib/neopixel support in 1v92

367507571324dae197aacaf34436bdd23e53aef5 authored over 7 years ago
Update CONTRIBUTING.md

More notes for bug filing

7cbd699635cea64d286ec6a42a094637a3230366 authored over 7 years ago
prodding in the dark, but trying to make STM32F1 build reliably - still appears to be an instruction reordering issue

5020dbb1c90009324775dc054de8874488bfe295 authored over 7 years ago
Merge branch 'master' of github.com:espruino/Espruino

10d203a64892263b7c9ac95758b291fd7166080c authored over 7 years ago
nRF5x: Fix issue where connect and immediate disconnect could in some cases trigger an error from nordic's libraries that'd cause a reboot

8f981542dccb4d8f48a5572bc62697945f239b86 authored over 7 years ago
Merge pull request #1156 from espruino/wilberforce-patch-1

increase espruino task stack to 20000

8663d1c406ca2348514ee5cf9a38675982b48c32 authored over 7 years ago
increase espruino task stack to 20000

1619fff1c77064b232f450f9f888ad20f09cda5d authored over 7 years ago
Remove duplicate JSON code and WiFi functions in reference, fix #1155

c09739f663d2074619e9fad88dbb684ea1309cda authored over 7 years ago
Ensure NetworkJS reports receive errors back correctly

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

06d2e88af34418ce70acbc824ec5df3c939730b8 authored over 7 years ago
Fix regression causing multiple end/close callbacks when using standard TCP/IP socket client/server

f00bd435c989a481f63d354c8e9e50034bb6c724 authored over 7 years ago
Merge pull request #1147 from espruino/ESP32

suppress warnings, FatFS docs, suppress logging

a0c6222136a51cb5bf1cc73d871a271f714d51df authored over 7 years ago
update Puck.capSense docs

e4305387497241828db3568c8743829c6b8237d3 authored over 7 years ago
fix regression caused by RSSI addition which broke microbit build

f2dc6b3de7b7b93bda23cf5f943fffad401fa94e authored almost 8 years ago
fix compile warning and issue if no free timers found

d7fb39ad814a0a9155038ae00a907819feeb1889 authored almost 8 years ago
nRF5x: Fix for time jump caused by reentrancy in jshGetSystemTime

266519f0807f33c445e436a0b081b8af40c91903 authored almost 8 years ago
PWM fix

1ebaa2afbaccf9352aaabb1619a834cfd80e5b5a authored almost 8 years ago
Merge branch 'master' into ESP32

897524388e8a49b67e679f324cd6424918a28fc3 authored almost 8 years ago
Fix locking error and assert fail for setAdvertising with array on non-release build

17cec0e430fc07ad6c7e0f44ed67b0943183acd4 authored almost 8 years ago
Ensure that specifying too many advertising UUIDs causes an exception, not a reboot (#1150)

b99f33fb756a0c1d1e05264da46ab8769ce1e647 authored almost 8 years ago
Merge branch 'master' of github.com:espruino/Espruino

0dd5af317c36f782538c537f53213cacab86c161 authored almost 8 years ago
more fuzzing fixes - #1149

af419e7684fa41d771fe20c12611b250ccd73afd authored almost 8 years ago