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

Just use ints when passing coordinates around. Using short just added about 1k of extra code!

0dfc92210079df9d4ed138ddbd35971bdb7c3f3c authored over 5 years ago
Can now get a data pointer even from a single JsVar string (it doesn't have to be flat)

Add option to specify a palette when drawing images with drawImage

41d5593fb72adb94e936c012cedb8e890315268d authored over 5 years ago
first go at flow control - doesn't seem to be working

52ba4833cbd2c63c7eac335d03399b73e798f92a authored over 5 years ago
nRF52: Fix 'BLE task completed that wasn't scheduled' warning regression (peripheral disconnect)

039a20787bfae64f0742f129ca60b6378b4b1b7e authored over 5 years ago
reset LCD power timeout each time device restarts

e62b6926613eca6c716ab16f5e9133c80215e611 authored over 5 years ago
nRF5x: Add NRF.filterDevices to allow scanned devices to be easily filtered after scanning

0c0f103940001f6de0bcde877516e73c0eba59ff authored over 5 years ago
being an idiot again - fix regression in flash write on Bangle

11a9bd79c40357b77f9b8ef7d61b21bcfd3a7b5b authored over 5 years ago
If we're using paletted graphics with a 4 bit output then do a palette lookup for setColor.

Also avoid doing palette lookup if not rendering to 16 bit Graphics - offscreen rendering would ...

85024575f60a9978827b7658392b82ef5568ed80 authored over 5 years ago
tweak

dea624de495103bc20a58b65e78cdae9c18a2c45 authored over 5 years ago
Andreas' tensorflow tweaks to allow quantiszed input

f9293c6f6fbdc6e35505181eb82e58bd70e2ba27 authored over 5 years ago
updating F5 firmware

0576558e5fc310edbd3f0f2aa361041ca98890f2 authored over 5 years ago
More work on tap detect - nothing yet

d208ffd756825cf3c04da39151d1e1fa0e954292 authored over 5 years ago
Pixl.js: Removed AES functionality - unfortunately we're running low on space for it

Original Espruino Board: Removed Vector font and don't add rotated drawImage to save flash

23b824206cca32001a28b7f3159890d8b8ac50fc authored over 5 years ago
Merge branch 'StorageFile'

27034d01dc3dc5347e42ec45eaab987993b02c1c authored over 5 years ago
require("Flash").write operations no longer need to be aligned

require("Storage").open added - for appendable files

738a9a9e748a41c3524aa52af3d955e2dcad46d4 authored over 5 years ago
improve auto-on functionality

5d5d3fc628da96e8f684343c3df8b2f3ae504a00 authored over 5 years ago
improve auto-on functionality

06fad00716ec84d9e340450eef11232d8c1d17a1 authored over 5 years ago
first try with StorageFile implementation

6fc2aa5cabf6099344e377a892fcff2e46399b86 authored over 5 years ago
fix stringification of \xff on desktop

86bff64e39320a0f58b7a0490349a4edab8fdde4 authored over 5 years ago
fix graphical bootloader regression

c6930d8930f29ce8d618e41dd2efc484cd4cfc02 authored over 5 years ago
Add .beep and buzz

6d52308886a4d20122f219345e51ef8c1621906d authored over 5 years ago
fix mistake in sendmany filler

883d77e984f89cf6dca0ec67f200b44d58e33920 authored over 5 years ago
Add gesture recording into firmware

6a19652cf01274b70fcc038238af4a928e2f6990 authored over 5 years ago
tweak

8e777dd16973c4bdd84b5de7661e580751262459 authored over 5 years ago
better tf support

da888985f24f03ce54887aca5aed53f3be4f5347 authored over 5 years ago
idiot

fd41f130a98d3ef405ee26428f7e5f4430e30e3d authored over 5 years ago
Merge branch 'nonflat_heatshrink'

e207ac91a382f30dd7598c3a1e612c87361caa88 authored over 5 years ago
faster loads - read and buffer FlashRead data.

Fix last commit's handling of large data to compress

9e23da4d95e0e5e23aa5ef1394dd15926a788751 authored over 5 years ago
support more tensor types

611ba55411d9ddd5685f356a548695383ea1f226 authored over 5 years ago
tf2

4f87b41cc5c25c24ed751556b704d913b08a0af0 authored over 5 years ago
Allow heatshrink compress/decompress to work even if flat buffers can't be allocated - storage read may need work

57df928895ce6bbd4e2f75d71ffc3f5b633801a1 authored over 5 years ago
bring old f5 more in line with the new watch

e4a306e3642837384bb16bb2c03b88f067be0fc2 authored over 5 years ago
re-add f5 variant

75bc0132c0dd4ca3548e9e9f11da07e25a3ed205 authored over 5 years ago
fix GPS time's timezone

5fa9c7d7703937882ed804d0d3044cbebc477287 authored over 5 years ago
Merge pull request #1697 from AkosLukacs/patch-3

Does this fix the Puck build?

ec2230f700c8e6a65e7d03c62fbe33e445256e2e authored over 5 years ago
Does this fix the Puck build?

Don't over bangle yourself Gordon :)

90b565f808a3556807f92519dcdfe03353f3c625 authored over 5 years ago
fix regression that made DFU packages stop working

42be59b3eb3cc16198debdd409d2db429655bf5e authored over 5 years ago
Allow a configurable poll interval, and lower accelerometer output rate to 25Hz

1b8ce18cea6d35bd79a8e898047726aab8e2287f authored over 5 years ago
Add gps fix/satellites count and fix reporting when no fix

Reduce btn1->load timeout to 1.5s
make counters based on ms (to allow different poll frequencies)...

7e6661cdde6189ab9af24ae2cd1deee9ea6868ce authored over 5 years ago
Banglification

2306783bbf96b2385eddae4789f2843bc16c83c5 authored over 5 years ago
Merge branch 'HACKSTRAP_F18' into HackStrap

68f45f04552778cf7bed40b49d6b5064b77a583a authored over 5 years ago
update docs

d995cf1db3d20e83ac28ec1018ce2385ad94a41d authored over 5 years ago
nRF52: Fix alignment issue with Nordic's SDK12 code that stopped passkey pairing from working sometimes

af8fbf547c00e92561c117a63060bcea2cb6f68c authored over 5 years ago
Pixl.js: Move SCK pin used during Neopixel writes to ensure it doesn't interfere with BTN3

1a4f2864e3a15a60f91040ce2ad52e844c238fd8 authored over 5 years ago
fix ESP32 build

defc5ba094ff722e47333208b24d7c1e2507d57e authored over 5 years ago
nRF5x: Support connection to devices with RANDOM_PRIVATE_RESOLVABLE and RANDOM_PRIVATE_NON_RESOLVABLE addresses

535e8725c12526ea3dc81a3a4f811c7b32756303 authored over 5 years ago
for testing

a47907deb2a9358bee92d5703948992d40fd1eee authored over 5 years ago
squishing bootloader again

83c32c5f61e88afb468bd06d943e2e3f9e98d31c authored over 5 years ago
More flash speed improvements - check equality a block at a time

3eb400c7ee217be262ced40f5aa3552e9d4477a2 authored over 5 years ago
Flash speed improvements - now check for erased areas in blocks of 128 bytes

947605a48f595837c3d22d808c3c68e4d59a9b4a authored over 5 years ago
Storage lib now doesn't bother reading to end of flash to ensure pages are clear

ce7f736214d898644f24252a0ceac6d540207317 authored over 5 years ago
Long-press BTN1 to reload everything from scratch

06375a4fb299a6fd31a2a2edc5a3e0a6dc61edd3 authored over 5 years ago
Fix font y alignment and general positioning of big bitmap fonts

846564140e48974252c53788db1f4c4ba1aa5e0b authored over 5 years ago
Fix compass heading

36821b610cbe7ddba37670ba1ec91d9b455b7083 authored over 5 years ago
added clearRect

346599060e780585e1f4a6b7340241181299a5d0 authored over 5 years ago
fix scrolling

5275fd65ec9a62583310cdb311d945f40d16aba7 authored over 5 years ago
isCharging, auto erase flash, don't sleep if flipping

bcd465de3c4ae76286a71a525d3c96b57301c779 authored over 5 years ago
Add menu,tweaks, fix GPS sign, pad bootloader down for watch

c9168d8d24f5d8a0573a10e60077699777979045 authored over 5 years ago
Allow rotated image drawing with 1,2,4,8,16,24,32 bpp

6a4758160c4aa3c95a60569ec5ea9f57f8e41df5 authored over 5 years ago
Fix potential hang if called with an index past the end of the string

c2ac1d68dc0fc5a600c1bcd8191bb745585ca533 authored over 5 years ago
Significantly faster flash read/write on HackStrap (10x on 8k)

2df2c4fef5dba7e42a472da1c1cdc7783fd8f2a6 authored over 5 years ago
test for gfx rotate

50455e7bede079f3dae867c8ca7bae29f7f401e3 authored over 5 years ago
Bluetooth docs

6798bd23e00e4de958c1bbabdf4b3f2235469c6e authored over 5 years ago
Allow drawImage to render images rotated and scaled

ad1fb3ea59fe37235d547803bf8be592f044e112 authored over 5 years ago
reorder hackstrap buttons, re-enable accelerometer

ca96c5893e9a28096a735a58215161cce84ffe98 authored over 5 years ago
minor hackstrap tweaks

899f1f07a5b84e65470c48b121ba7d241b588a9e authored over 5 years ago
Yet more squashing DFU firmware size

1d4c5cd05d1e767656888fb6c6fca3fcb46a1775 authored over 5 years ago
Getting bootloader working with F18, and a bit of a diet to get under 16k while still including I2C

cd30ac2d03824253adb7b9e0d725ff840c973222 authored over 5 years ago
Compass, GPS decode, 2x touch pins

6837f53ce5f0352f4467854b2f1abfbea332853a authored over 5 years ago
Reliable LCD on F18

d334d0a92ab9c10a76949b846f2def7977f6b4c1 authored over 5 years ago
Avoid doing slow nrf_dfu_app_is_valid check twice if not required

572d768eaac75145875a45620306abdeb50bcabd authored over 5 years ago
fix bootloader RAKxxx builds

a309fad44879f63bee0c8a93c06b08bfc4405704 authored over 5 years ago
tweak text for non-reboot boards

3bbdc46b1890a82e83d3ffced77b1ef362fdf492 authored over 5 years ago
Ensure scrolling works on hackstrap bootloader (remove display inversion), add ability to make bootloader DFU

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

2c89ac042427a64ce497104f2c8244e504876ab4 authored over 5 years ago
Reduce duplication in bootloader and allow pinInfo array to be compiled out, saving ~300 bytes.

You can now turn off from the bootloader, and watchdog interval is reduced to 5 sec which is more...

7d2b7b4b2af5179441223afcd810ad76747ecc27 authored over 5 years ago
fix save on flash build

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

af81ed822f8a49d39c43050fcbe592f72c3c1661 authored over 5 years ago
Fix E.toString regression (and counting elements in supplied arrays) for arraybuffer

(regression happened after move to IterateCallback with buffers rather than chars)

867970332b7341c68560b5114b392c7946369e8e authored over 5 years ago
Graphics.drawImage can now take a String of data for an image (eg. direct from Storage)

48135b6ddaa036e7f1eeb9d7859b5ede59e13cb3 authored over 5 years ago
Add 4bpp paletted

e461459e2fd58de85202386800d4dbf6fb30bb36 authored over 5 years ago
Pulled SPI LCD code out of hackstrap.c

07d9e4668c673fa39add184482adcd51ffffb29c authored over 5 years ago
fix RAK builds

cca2eb0360bbc01d2461f5f4729e689c7cf68b9e authored over 5 years ago
Graphics.setFont("4x6",2) will now double the size of a bitmap font

2eb813d61ace4cead4ce3f83428f7d6de09456e0 authored over 5 years ago
Add decl for app error

614e46421a7771938c051a5b184835a76e07c565 authored over 5 years ago
Fix flash write init code

c506c5c8000d3c807751c646f7a5fe492e019aa4 authored over 5 years ago
Now add CRCs to full hex builds

dfc85f29135a340e2200660a59250eb072bc3482 authored over 5 years ago
New palette, ability to define code to execute on Serial events, GPS data line handling

d61f9f5bcb6f4c934ffe9140abe5e891f7db7f3c authored over 5 years ago
Pixl.js remove SHA512 to make room for new NFC functionality

8f92704b174769ec3e9de4d27536a5c8480d8758 authored over 5 years ago
Ensure we don't make bootloader if all we want is JSON

62218e91b1b89125e5f2aa760d106d4637510f6d authored over 5 years ago
nRF52: Add NRF.nfcPair(...) and OOB pairing to allow tap to pair over BLE

nRF52: Add NRF.nfcAndroidApp(...) to launch an Android app on touch

b0a42c5bb49e2504de3afb9b445036cd78b0d863 authored over 5 years ago
Fix regression when iterating over non-flat strings

ba170f567794381eec3e178e59ff6728ef08eece authored over 5 years ago
NFC OOB pairing - currently uses Nordic libs for constructing NFC which add loads to the firmware size

f3ed727082a7fdc9d849b7d00e4c28b9fdbfde30 authored over 5 years ago
Fix microbit build

dc3fc847bd1376f918f03768681760ddfc9e32aa authored over 5 years ago
remove beta ID205 support - still in UNMAINTAINED_BOARDS

15df8b3429b5eb21af4b2fef93e44f01c0db6503 authored over 5 years ago
ignore

14649025bdb37b6b0db2e1d993726bedd29df285 authored over 5 years ago
Move to web-based palette, which is more sane but less retro

1aebb49162b578d6d0a10508fb8a886781e08e1d authored over 5 years ago
More pins

f27819b526ce7db943ec4cfa43d6b0e79c8734f7 authored over 5 years ago
added power off

4d4743a262c51139f1d745a3be48677482eafada authored over 5 years ago
re-enabling reset reason for hackstrap. boot into bootloader if bank0 is invalid

c77d62ade40501df9d45e9651ad76022b5deca79 authored over 5 years ago