2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 18, 2024 — Nov 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove E.setBootCode from bangle.js to free up space - you can write direct to storage instead, and writing to boot code would remove the bootloader anyway More... 5 days ago
Pin.getInfo().negated now set if pin negated in firmware More... 5 days ago
Bangle.js: Updated built-in Layout.js with some minor fixes More... 8 days ago
remove code that is now never reached More... 12 days ago
Array.sort: fix issue where *some* sorts of 10+ items could cause the array not to be GC'd More... 12 days ago
post-release changelog More... 15 days ago
2v28 release More... 15 days ago
code comments More... 15 days ago
Graphics: fix cropping of images in strings when gfx instance is rotated by 90 degrees fix https://github.com/espruino/BangleApps/issues/4053 More... 15 days ago
Update Bangle.js factory apps More... 15 days ago
Linux SDL: Use SDL2, more keys forwarded, allow resizing of gfx window Fix Linux ARM64 build Misc tweaks from Pipboy build More... 15 days ago
docs More... 21 days ago
fix assert(0) if CRC32 called with nothing in debug build More... 21 days ago
JIT: Fix floating point constants More... 21 days ago
Fix escape characters in strings inside templates inside templated strings `${"\n"}` More... 21 days ago
Add median-of-3 for Array.sort (1/3 of the compares for pre-sorted data) More... 22 days ago
Add fast path to xIntArray.indexOf More... 22 days ago
Merge pull request #2662 from espruino/dependabot/github_actions/actions/upload-artifact-5.0.0 More... 24 days ago
Bump actions/upload-artifact from 4.6.2 to 5.0.0 More... 24 days ago
Puck.js: E.getTemperature(true) will now use the uC's internal temp sensor (previously only external was possible) More... 28 days ago
Update README with new link for usage instructions More... 28 days ago
I2C: Fix readReg to ensure it sends I2C STOP after the read changelog for 626c4e1 More... about 1 month ago
Fixed bug where I2C.readReg() was locking up the I2C bus by not sending STOP signal after reading More... about 1 month ago
docs More... about 2 months ago
Jolt.js: Fix memory leak in Q0/1/2/3.setPower More... about 2 months ago
oops - fix build More... about 2 months ago
Bluetooth: Increase size of max advertising received (now ~120b on high MTU builds) nRF52840: Fix crash if receiving >32b of advertisement data More... about 2 months ago
still ensure we assert for negative manufacturer data More... about 2 months ago
change scan_start error check to one that'll report the error without rebooting the device More... about 2 months ago
nRF5x: Fix assertion failure caused by receiving manufacturer data with 0 length More... about 2 months ago