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

add set array value utility function

7e25b16533b83fae517e2d12edd386c77a170856 authored almost 8 years ago by Gordon Williams <[email protected]>
try and get travis build for the nrf52 dk

4736ab24558a96bdfa80ece2aa40d85d21ef281a authored almost 8 years ago by Gordon Williams <[email protected]>
test and fix SPI hardware write (still slow at the moment because of #695)

e0e03a5b958630fa5cf805f4754146236128924f authored almost 8 years ago by Gordon Williams <[email protected]>
Fix characteristic write on Bleno

ceafab9c2928d8696cfad440cdbb5e6b07899afd authored almost 8 years ago by Gordon Williams <[email protected]>
(untested) hardware SPI on nRF52. Needs batch mode to make built-in DMA even remotely useful though

285555121abeefbb2df66e01e9512d03feea1e0d authored almost 8 years ago by Gordon Williams <[email protected]>
comments

492add2b91821683d2278fb70d5b5ff35bcdb911 authored almost 8 years ago by Gordon Williams <[email protected]>
tweaks for BLE connection

ea848590d25be80477ec112eaf69267b32e65825 authored almost 8 years ago by Gordon Williams <[email protected]>
Change address string type so we can specify puclic or randon addresses in the string. Tidy write_params to cope with potential extra args in future

96fdf45142cc0c6d5630577b0aeff07dcb3e381b authored almost 8 years ago by Gordon Williams <[email protected]>
Central mode getService/Characteristic - can now control another puck via Nordic UART \o/ (fix #958)

f61f33c79fa6139dc6b37ca7185bf39bf8e768e2 authored almost 8 years ago by Gordon Williams <[email protected]>
add ability to read a characteristic

9bf6e010f34e5df7221858f525f8b3c13a5c2a9d authored almost 8 years ago by Gordon Williams <[email protected]>
nRF5x: Change central mode API to mirror Web Bluetooth

79da3a20dfb0869deb3dc998ad1998e713d7cbc6 authored almost 8 years ago by Gordon Williams <[email protected]>
oops - re-add central capabilitties after refactor

aebb0d6de236237c0227e60b71d89c74da3a8aa8 authored almost 8 years ago by Gordon Williams <[email protected]>
extracting general purpose bluetooth code

96020145760692df0596dbd09698138309031699 authored almost 8 years ago by Gordon Williams <[email protected]>
update test for puck

6d5066dec8e293f685cc95b78255cc8a887b649b authored almost 8 years ago by Gordon Williams <[email protected]>
nRF5x: Add Puck.js self-test code, fix issue where analogRead reset pin state

a428a686e1e3d10175e0eade6f2776ecd7640cfa authored almost 8 years ago by Gordon Williams <[email protected]>
marginally reduce RAM side to fix flakey build on original board after adding workaround for F1's lack of pullup+opendrain hardware

87b7775ab1498d81c7df70b4202db488a7c2333b authored almost 8 years ago by Gordon Williams <[email protected]>
Fix potential issues with Telnet server and return values from netCreateSocket/netAccept on some platforms (fix #931)

7709199114cfba0f0dcca12f1dcf8bcb68a8f54a authored almost 8 years ago by Gordon Williams <[email protected]>
reset UART pin state

ff51578419a06afa774331afb440a7c30049e08d authored almost 8 years ago by Gordon Williams <[email protected]>
Fix corrupted file reads (turns out it just read the same stuff over and over) - Fix #955

720dc0fd4c3f072b9a671c92b6b821299bedcff7 authored almost 8 years ago by Gordon Williams <[email protected]>
Fix regression where replacing a function starting with 'return' with another would cause errors

3add959e7e4ba27f2d280fd9d5e966c31d7d021a authored almost 8 years ago by Gordon Williams <[email protected]>
apply changes Nordic added to UART example between SDK 11 and 12

cd8ff64f37a962063a547ee8c3e8670413f3ac3d authored almost 8 years ago by Gordon Williams <[email protected]>
Remove suggested bootloader fix, re-add old one that works :)

b846e006405a4cd51bb556a80da940b2212a601c authored almost 8 years ago by Gordon Williams <[email protected]>
oops. fix NFC build

2630001ad9aa417c464409293bfcb615b570f340 authored almost 8 years ago by Gordon Williams <[email protected]>
attempt at nRF5x secure bootloader

9039d0a04b2a5b86abfce541267863441775ca30 authored almost 8 years ago by Gordon Williams <[email protected]>
Update to nRF SDK 12.1, which appears to be 99% newlines

985a9830f895586e78f6e3b58cfb043c5ffd42e1 authored almost 8 years ago by Gordon Williams <[email protected]>
attempt at improving HTML documentation quality

e0b65e33d5ad70803343bcc6071f67a05be6a5ea authored almost 8 years ago by Gordon Williams <[email protected]>
When moving console before printing has started, move all buffer contents as well

b7c0dcd93a0c465ca719ec2e2c404e7bf315cf05 authored almost 8 years ago by Gordon Williams <[email protected]>
doc changes, and remove added bullet point that didn't need to be there

400feb5e10066a492e19ec5c7101e09bdeda369a authored almost 8 years ago by Gordon Williams <[email protected]>
Move LED + BTN definitions to Symbol Table (allows autocomplete)

6c684af407cc7dc3db472faddde03b7eb86f2540 authored almost 8 years ago by Gordon Williams <[email protected]>