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

typo

208e269693a258283700595085c80ec6a02b7b79 authored about 7 years ago
link to tuts

476236f7c33e3855fac570f1a00e65d6701d8616 authored about 7 years ago
fix port entry

d07033c90b5772b3a1d16e0ababaf1a12ffec84d authored about 7 years ago
fix typo

2337200139b4b5997281f3cc861be966e33b6bcb authored about 7 years ago
add flash command for Flash map 4MB:1024/102

29306bb966ce09ae70c65c7b2a9232f0da4659c0 authored about 7 years ago
few more nfc docs

c430f9ac92e16ca2fae04f407bec480fb2817370 authored about 7 years ago
Merge pull request #1182 from drandreas/nfc

RAW JS NFC-API

a2ee3942d565fca8799bd8af121e5380fb1015a3 authored about 7 years ago
NFC: fixed NDEF message termination

Added previously missing terminating TLV block.

ccf2628c429e99aa2bd8cf07523573646fb1eb59 authored about 7 years ago
NFC: Re-Implemented NDEF support

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

0e58446d07b8bfd35623ab3b86e1156c553ae500 authored about 7 years ago
NFC: Removed Nordic's T2T-Lib and fixed NFC-HAL

Nordic's T2T-Lib hinders raw hardware access,
adds a significatn text size and offers a
negligib...

141752ce98977c505445b02646210b67e175de9f authored about 7 years ago
NFC: Bump to SDK 13.0.0

56891f0304fff1544f626c485fb99386d747af9e authored about 7 years ago
NFC: Further driver hardening

5f8b260063107493d848b507838a0c4272a48130 authored about 7 years ago
NFC: Fixed integer over-/underflow

df759a25fa5a5aa82f8d3daa39bca48fc69e6cd4 authored about 7 years ago
NFC: Use relax delay in JS callback

Added long, 4.8ms frame delay for read and
write operations.

The spec allows for long delays on...

f9bcd2dd422052251153731f1c6fedeccf2855f5 authored about 7 years ago
NFC: Whitelist all commands

75119390d621d2a50edca46a11559f04c8035fb9 authored about 7 years ago
NFC: Implemented tx of 4 bit frames

ACK/NACK responses used in conjunction with write
commands require support for 4 bit frames w/o CRC

5d68bbdd013791bb5b6d492716c8a0596165c7e3 authored about 7 years ago
NFC: Removed superfluous dynamic output buffer

The static buffer can be used for input as well as
output. Hence there is no need to waste JVars

299edf5cec7bc79684f3bcd01de18c101ade7b37 authored about 7 years ago
NFC: Implemented rx

0484bbf4a4d1bf73071fcb33d855e5b24aa6567d authored about 7 years ago
NFC: Implemented tx

5643f328f9d7622a76609eaf6f8bad739200a219 authored about 7 years ago
fix #1291

4536fc901032683ae599947534010145a70d0c09 authored about 7 years ago
Add WIZnet W5500 support to Espruino WiFi build

7dbffcf5da09570bd95714b2386a12ab25ab1d50 authored about 7 years ago
oops. we'll pretend that didn't happen

9fc3badcca1d9b6500531fea7befdccb1ed9c65a authored about 7 years ago
version

720f57ed58a235f9b68499f0c4a611671575c308 authored about 7 years ago
code formatting

de304ab5f1c3aa13cbe3ea0847f806aba00d60af authored about 7 years ago
1v95 release! Also some minor tweaks to get Original Espruino board firmware sizes down enough

da2dc33d46082cc1d3b28092995123a8a6a24175 authored about 7 years ago
Fix `E.setBootCode` when no argument is supplied

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

7ddbcd4a292f3d3039f1edc7ed95d217cca04067 authored about 7 years ago
oops - fix nRF51 build

01ba93c8a17174ebb3d8d7694d5724a4da131c58 authored about 7 years ago
Merge pull request #1287 from opichals/dgram-socket-send-offset-len

Added dgramSocket.send() offset + len support

84260824f5b40f55ff582f625ab9fa93c3b6231d authored about 7 years ago
reusing a bit more code in jswFindBuiltInFunction

b80ec646f29cb1116e368fd52c50e2cba92ec506 authored about 7 years ago
reusing a bit more code in jswFindBuiltInFunction

aba4d91d533858b791e752fb0edb98cbf947152f authored about 7 years ago
tidy up jswGetSymbolListForObject code

6e08b616865d236f45ce5af7e8603551ddd6f4d2 authored about 7 years ago
Added dgramSocket.send() offset + len support

Both of the following #send() signatures supported:
client.send('msg', port, address);
clien...

f0cf5c2ebc08d3befe6a3750ceb48a1faea778d5 authored about 7 years ago
sanity check on args - helps #1271

9f4e747e0488465ab477798175f33daffb05ddc0 authored about 7 years ago
Remove spikes when changing pin state (fix #1274)

Also fix compile warnings

4698fbd5f24964144a3e3dd8aade46d3dec0caa5 authored about 7 years ago
Allow E.HSBtoRGB to wrap 'hue' value, and allow it to return an array of [r,g,b] (fix #1283)

6855794ac40236caad31d90d5c9ff4c635600893 authored about 7 years ago
fix warnings

2b08fe86afaeb26dbac11ebcea200d064dc39a74 authored about 7 years ago
nRF5x: Handle promise completions and advertising using IO queue, to avoid MEMORY_BUSY messages (#1277)

Use queue for NFC events too

12ac14ad70c114e22c40796a4ed038b9822e3e07 authored about 7 years ago
now building, not tested

7e39d876f68d10d262ded75353bf4482c680fa14 authored about 7 years ago
Merge branch 'master' into ble_no_jsvar_irq

dd321b6efff073e7bd18df8d5fe7d16cf5af3eca authored about 7 years ago
Increase default internal SD card bitrate to 4MHz (from 100k)

1068563563218c4d427d76b648bc512e5452073f authored about 7 years ago
Merge branch 'master' of github.com:espruino/Espruino

f78c10b85e8d5d75a78ae91e585935298add43b4 authored about 7 years ago
Filesystem API now uses flat strings (avoiding the 512 byte copy for each call)

fe2fe0e2d8d211e589f5ceec0aa9ea65232aadb5 authored about 7 years ago
Add `E.setFlags({unsyncFiles:1}` which doesn't sync the file to the SD card after each write - it's *much* faster

26240e39094f5c66797b0469b7a017e5219b0e43 authored about 7 years ago
Merge pull request #1286 from opichals/dgram-lazy-createsocket

Lazy dgram (UDP) createSocket

09412d6a02830abeee16f9582c8c4c7cf0ea4df9 authored about 7 years ago
Added DBG newlines

30db2590b3533c7119ed6106c57c2d1edff09340 authored about 7 years ago
Lazy create sckt on dgramSocket.send()

93784b4c636b925ad3a311ac6f7548567d8dce4b authored about 7 years ago
http://forum.espruino.com/conversations/314330/#comment14003516

a5269f2a5ef11b9d371f2a0255716ab419d3395f authored about 7 years ago
Merge pull request #1285 from espruino/wilberforce-patch-2

ESP32 jshGetSystemTime() make interrupt tolerant

6678cc375c08b8f5408c0dbfbae89ff9bb8b5b41 authored about 7 years ago
fix build when using the updated version of nrfutil

5d28612412b1337d9c99fa91012c2be0ce852954 authored about 7 years ago
oops

96aa52efef7f71cbd7832a72c1b9ebf318f6e234 authored about 7 years ago
ESP32 jshGetSystemTime() make interrupt tolerant

Pull @jumjum changes from ESP32 branch into master

b060c5f9ff071777d089c2fa36506036dc183a32 authored about 7 years ago
Makefile tidying

943eb5e103365558f198704ac5fb75cc71e87736 authored about 7 years ago
LCD test

fb61f7a6ae27ce061a86c1aa7feca927614cbf76 authored about 7 years ago
first commit of code to remove JsVars from IRQ-based promise completion

26fec129241eefc9c1963eab7245144120f437d0 authored about 7 years ago
nRF5x: Add support for negating pins in software (eg. buttons/LEDs)

ea8d74360ddfde837ff5cbfb2e27ed6bbc9fedb0 authored about 7 years ago
Fix lexing of '/*/' as a complete block comment

4e7febeb1e59ed5db928200049a95434ef11c81b authored about 7 years ago
tweak LCD startup code

0060cc321b00c2c1c92985414a38120ceb8ce8b6 authored about 7 years ago
fix compile warnings

a39c6aa62f39a8e6dd2de35c6da0e275a7446047 authored about 7 years ago
fix doc typo

bdace05cf14f2de12b955030fd00d4fb31eb0b0d authored about 7 years ago
docs typo

1d6dfb35700d7d7007540ab6ffbc4c3d10b0bb98 authored about 7 years ago
Puck.js: Allow flash memory protection to be overwridden with E.setFlags

5fedb5c58f62f197733f17cc4de97258edaa724f authored about 7 years ago
fix binary name of mdbt42q build

e9cb718524eb488d18fbb76f6f88eb7cebf5e8d3 authored about 7 years ago
Fix accidental commit of WIP code

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

b71bb596ed0e6ed75ca6e93d4da64db800889c4b authored about 7 years ago
fix potential array memory leak

bd3847a43f3ce6f8ada9be9a7bd4c99805a6f813 authored about 7 years ago
jsvNewIterator now has an option to iterate over sparse arrays as if they weren't sparse

Fixed some built-in functions that misbehaved when given sparse arrays

aa09ad4f9722e63cade9e74154221541aeb59ca3 authored about 7 years ago
Merge pull request #1279 from opichals/dgram-socket-bind-returns-socket

dgramSocket.bind() returns the dgramSocket instance

949808d27a55cc6e49d52fe327d96ccc777181bf authored about 7 years ago
dgramSocket.bind() returns the dgramSocket instance

Added the required jsvLockAgain(parent).

The tests/test_dgram_socket.js now also works directly...

c3667d8b34f7d6ad1f25bf4b3a2a15a0e6f33739 authored about 7 years ago
Merge pull request #1278 from opichals/socketsenddata-udp-datalen-buffer

socketSendData() to use dataLen buffer for UDP

7ea858fbb6dacc9c08a0995ae4e9640d0fae76f7 authored about 7 years ago
socketSendData() to use dataLen UDP buffer

fdf2fe7d7e2633d76158939a47aeb59b2ca04e7f authored about 7 years ago
Fix memory leak in jsvArrayPushAll

nRF5x: jsvArrayPushAll memory leak fixes NRF.findDevices memory leak when services pr...

0141f38707de2497d5013ba268af0329fa34d81d authored about 7 years ago
nRF5x: Allow Manufacturer Data to be specified with setAdvertising

10e1474060255e623cda904b40119cba496fcc00 authored about 7 years ago
fixes for last commit - and fix http.listen regression (missed final argument)

9cb73aa5e2e1675724450c0b8a9fb3fa0390db3f authored about 7 years ago
Ensure net/http .listen return the server instance (fix #1276)

6efdb3ef8d780056a0e64170337810bf1e5e6be8 authored about 7 years ago
update docs

b3ec9f39c8d5806bc9d06b821960e7e747d07478 authored about 7 years ago
Fix memory leak when allocating DataViews

nRF5x: Fix memory leak on BLE notifications

c9be2abdb482f1370555190d553b648f8bd29bd1 authored about 7 years ago
oops

cb9c670eb175fc71d74cee2f4b15959383d68ce3 authored over 7 years ago
nRF5x: Manufacturer Data is now decoded in advertising packets

d6941f64f27f7c6b91fd999019cd1cf0f54d27cf authored over 7 years ago
First commit of code that keeps jswrap_bluetooth without depending on nRF5x libs - still pretty hacky

4cf66cca663024473005b234d238ad106b6b6343 authored over 7 years ago
Fix issue where doing a soft reset in the middle of some BLE ops could cause an assert in debug builds

dc8900525665b94aea28c521dc86d0e9ab344f04 authored over 7 years ago
tweak docs

83a422fd7a68368cfc84e599d5a602ee5b693da1 authored over 7 years ago
allow docs to be built for just one file, even if it has 'do not include in docs' in it

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

b8a8262f7f37e2aabe1643628d3d2daa7287e2d2 authored over 7 years ago
Add `E.getAddressOf` to allow embedded targets to get memory addresses for DMA/etc

d3fe7deeb7fd38b0c35568c4d016082cf8ebe6ba authored over 7 years ago
Merge pull request #1267 from opichals/dataview_uint32_signbit

DataView#getUint32() sign-bit fix

3818ac8ccc91613039a7df1a00b2a319ecc4e5a0 authored over 7 years ago
DataView#getUint32() sign-bit fix

d2e949c9475790536f218162ee6cfe595b6c386c authored over 7 years ago
fix f411 disco build

d66db87dc27340132dda237cecd78e1210ecc20b authored over 7 years ago
doc tweak

bf3168c28869ae14dc57c35ab5596fdbfce545ae authored over 7 years ago
Merge remote-tracking branch 'espruino/master'

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

d3b989e831dd06ec0872cf309e56c4d8b1121a6c authored over 7 years ago
Allow digitalWrite/Read to take an object as an argument (calling .write and .read on it)

1ccea9ee4a48e6b31e67d400c2462459a7987d55 authored over 7 years ago
Merge pull request #1260 from urish/patch-1

doc fix: E.memoryArea returns a String

2601acf464cb1684bfb2821e43e99ec7166037c6 authored over 7 years ago
doc fix: E.memoryArea returns a String

3c64441a50f05d90fd75a37b9df222ae888327b6 authored over 7 years ago
Move device-specific ifdefs to a preprocessor define

afec9617cbc8011ece4739cbae47a214bb29dc20 authored over 7 years ago
Add MDBT42Q module as a board option, and allow bootloader to work with one LED and one button

16bf7a1ddabc871587bf1a8dc9b1046c69947f48 authored over 7 years ago
fix docs

bf7317fbd8aa42dd022f96764452040e55b74cf7 authored over 7 years ago
increase saved code area for HEXBADGE

89df38233b597728dfaf6121c0d85c5145d2762e authored over 7 years ago
RegExp replace fix - ensure we restart searching from character *after* the last replacement

7d4d6a829b2a0e0ec63cf7f75a9c49fee36ba616 authored over 7 years ago