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

Storage.writeJSON (fix memory leak)

f551168b7551e8bfd34851a5d39276fbea2fdc95 authored almost 5 years ago
Remove E.interpolate/2D (not used much, just using flash)

Bangle.js: use double math FFT to save a few bytes of flash

4ae8a6c19fbcdeb0355621b60ceea24d6e8952b7 authored almost 5 years ago
padding

4a54cadefe82c08bfda0cf9827cd7254d25e151c authored almost 5 years ago
Merge pull request #1817 from fanoush/f-multiple-boardfiles

allow different board name than board filename

3466f08ee46a744348bacc50d1a821188fa770d4 authored almost 5 years ago
Graphics: added drawImages to allow layers of rotated/scaled images to be composited

c3c406b517add21374269796084e78690dc89eae authored almost 5 years ago
tweak for 16 bit write

df2ec60b5cda2864e05d0db70aebe49cb5eab1cf authored almost 5 years ago
Merge branch 'master' into drawImages

c020dc37deae5313291cf9dfeadf9634aca5824d authored almost 5 years ago
Graphics: fix lock leak in g.reset()/g.clear(1)

801f68296be98ae7cdc2fb80e72c82fef59b6960 authored almost 5 years ago
Add rotate/scale, fix 2 bit image draw issue (left over from before)

a25b766e92cc1e3333a4c28e28f88f0a535c34b6 authored almost 5 years ago
allow different board name than filename

this allows multiple board files for same board with different build options (like e.g. differen...

101b6bb3f0347fe30ce49439c3d9caf909723d1d authored almost 5 years ago
Fix drawImage

c73fcc989ac070e0b4ef373b54ae0cf917d2328e authored almost 5 years ago
refactor to share code and add drawImages - drawImages works, drawImage now broken

98bb9029a723e7a47c2fa89760d2299e0e2b2ba7 authored almost 5 years ago
more refactoring

463e4f1662095ee348c14a2b216771ad453d4afd authored almost 5 years ago
Big refactor - extract common image parsing code

2646e125f1123f2b73adc936956f1ad5fbf5be92 authored almost 5 years ago
STM32: Fix 2v05 regression in hardware SPI.write (RX timeout)

a2e37c390cdb665457e8025b4f842bdfc16389ec authored almost 5 years ago
Graphics.createArrayBuffer now honors `msb:true` if `bpp>8`

Graphics.asImage: handle >8bpp correctly (fix #1797)
Graphics.asImage: Al...

b50ad45753ee6f02a0299d500f9f866159ce18ff authored almost 5 years ago
Third (no-network) zip option for original Espruino

9e31e7472253d630412c1e65eb4132029e774625 authored almost 5 years ago
Bangle.js: fix 'speed' units for built-in locale

26cb7819498f4aa82a0e8c1c8ba437f1d0a41f5a authored almost 5 years ago
Update espruinoboard docs

58d52a1a9a25b37ec540ed728484a5870c2de18f authored almost 5 years ago
Bangle.js: fix 'short' time for built-in locale

c6d011c7aae62324cc20dfdf06b5cc4e2c320dae authored almost 5 years ago
Allow rendering direct from flash memory and other image types (slightly hurts performance for big memory areas)

d54373100cf0757f4d78f6d1102aa511724ba4d0 authored almost 5 years ago
Bangle.js: Remove dumping of hardware state - saves some flash memory

microbit: Remove dumping of hardware state - saves some flash memory

99328bdbd243c670bbc2b3d9a6f9c5faf5d463f8 authored almost 5 years ago
disable quad bezier for now. Uses 700 bytes of flash which is enough to get Bangle firmware building again

2916dff9d6f638f5338ddf541d8fe82a6884d8f2 authored almost 5 years ago
Graphics.drawImage: Allow 8 bit palettes to be specified

23990334fc8216143166ad46df18f70c0e7c007b authored almost 5 years ago
Fix issue where it was possible to get an address of a non-memory-mapped FlashString

756f06efa8441f52c5309834d92d14314d78571e authored almost 5 years ago
Graphics.drawImage docs improvements (fix #1812)

b514195d282d3edd54bd4f99dcba4e8a30228531 authored almost 5 years ago
Bangle.js: drawImage - add fast path for non-transparent 1 or 8bpp image blit (fix #1794)

6e7d5b780d08d8e57bd459aed26c0ae40a1c1e0a authored almost 5 years ago
oops - fixes trex game

14c5de8a155eb2f8c1407950ab348b882217fb94 authored almost 5 years ago
Enable Graphics arraybuffer optimisations on all but low-end devices

Add specific Graphics optimisations for 1 and 8 bit rendering

d29a7cdf09dbaca415e9f0177f2996bacb6c93b1 authored almost 5 years ago
Bangle.js: Big speed improvements for 120x120 and 80x80 gfx modes

278abac4688be3e5432c27e9d375aca5e1f2483a authored almost 5 years ago
fix linux build issue

189cd31b52e8bf38496258749c0ee1731e6bd405 authored almost 5 years ago
Puck.js v1: Fix regression that stopped Puck.IR(data) working - Puck.IR(data,D26,D25) required

Puck.js v2: Ensure FET is used for IR output, fix selfTest errors for IR and Blue LED

46da35ab2587ebf051d994c7b0ac682178a623ba authored almost 5 years ago
Merge pull request #1808 from fanoush/patch-1

calculate free flash space also for SPI flash and for code both in internal and external flash

2c256b77a30101d4a230df2864efdb2b968ed044 authored almost 5 years ago
calculate free flash space also for SPI flash and for code both in internal and external flash

- fix bug that with SPIFLASH enabled and code in external flash reported free flash size is very...

265ab03203104b7c31ba787486cf5565515ebbf3 authored almost 5 years ago
Pixl.js: Fix E.showMessage

41028995b26c03da13b619410aae1df27e9ada5c authored almost 5 years ago
Bangle.js: allow custom splash screen with .splash file

5935b3bd526b3666a990b32139828e21a4fac833 authored almost 5 years ago
nRF52: Fix issue with fast Notifications causing Notification data to be duplicated

http://forum.espruino.com/conversations/345949

0109c4a0de77eac62e385f27895ef7e4bb116a70 authored almost 5 years ago
Bangle.js: Make SPI flash memory map address configurable, and check end bounds (#1807)

Bangle.js: More SPI flash memory map address to 0x60000000 to avoid ARM/nRF52 registers

9b9b4fa76b45612b395d3bd2c6ce7eaab7b9c361 authored almost 5 years ago
Fix 1-byte overflow when using UDP (#1799)

Remove 1-byte padding in Graphics lib

c1043117262abef28903adbb944c0861da8dd8ec authored almost 5 years ago
Don't store line numbers for pretokenised functions

40a863e39d310edf7377ea962f2e1bd34510171d authored almost 5 years ago
Well that was easy. Allow `"ram"` keyword at the top of a function to allow it to be pretokenised and loaded to RAM

35bbfefae81e1fe64cca59a3551d637c231476b1 authored almost 5 years ago
tweak

003a3361521da7c7fb987902032f51b34d56fd82 authored almost 5 years ago
Merge branch 'master' of github.com:espruino/Espruino

084dd0b6fa6cd7b45990f35f8d2fd50cdbc9ae62 authored almost 5 years ago
docs fix #1695

4930c124b73c3b3053f3adfeb66fd2e45072ffdd authored almost 5 years ago
Merge pull request #1802 from fanoush/patch-1

fix NRF.restart() on SDK14 and up

c998d8b6f9d81fa02bcb8765b4203a0e369110f8 authored almost 5 years ago
fix NRF.restart() on SDK14 (and up?)

fix for
>NRF.restart()
NRF ERROR 0x8 at targets/nrf5x/bluetooth.c:2219
REBOOTING.

6719250b942d62833aab83bb1cabebae8cf7b910 authored almost 5 years ago
tweak changelog

6c927e23c76fe426dac10cecf3290987c11c355e authored almost 5 years ago
Espruino Original: Removed Debugger, Tab complete, AT command networking from WIZnet networking build to free enough Flash

Espruino Pico: Added a normal build that doesn't contain CC3000 or WIZnet support
...

990dac350341890c9b09a854e02cb135b886a422 authored almost 5 years ago
Bangle.js: fix magnetometer self-calibration

daec4c2ece1cdc52f8784a361b9e48991cf5e78d authored almost 5 years ago
Bangle.js: fix post-kickstarter issue adding widgets in bottom of screen (#1790)

b96a7abef8f056899188dc7be91e68e989f47073 authored almost 5 years ago
Fix Storage.write duplicate file issue in some rare cases (fix #1801)

96248cbb1440e5d8d15ee1f94eefea9ab616c070 authored almost 5 years ago
Fix array sort when compare fn returns floats <1 (fix #1798)

bc8d75ba601df79ebd3be06eba4b86e675fa52cd authored almost 5 years ago
Fix restriction on StorageFile filename length (8 to 28)

Improve Storage docs

9eb7bcf6314f832ef5de3bb5865dcc30b978b88f authored almost 5 years ago
move storage check - it seems doing it too early on Bangle.js can cause 0 to be read, which makes it think storage is invalid and erases everything

e54588521babf5a123629d7a86e34d1885082703 authored almost 5 years ago
Add Storage check at startup and erase everything if storage looks corrupt (fix #1766)

a80403c9e989180ea6dbd1895de16580cd22db2e authored almost 5 years ago
Bangle.js: Now clear entire top/bottom row if there are widgets in it (fix #1790)

87d8b8cc722800dc20ebc5d74ca81d974ef80818 authored almost 5 years ago
Merge branch 'master' of github.com:espruino/Espruino

363a90a7f22cf06c0bf14b504cce2ceb024061e9 authored almost 5 years ago
Adding docs for flip and buffer, fix https://github.com/espruino/EspruinoDocs/issues/545

699d64efd39d73d3e5e804c280b38d7d187a04ce authored almost 5 years ago
Merge pull request #1789 from opichals/fix-esp8266-bundle-makefile-add-vars

Fix ESP8266 bundle Makefile values and add vars

d916ab9717ee2f408463d94ae27b74e0a7886609 authored almost 5 years ago
ESP8266 bundle Makefile: fix flash-size values

62359eec378aeca92345b1613de52e3fbe5eed61 authored almost 5 years ago
ESP8266 bundle Makefile: add FLASH_MODE, FLASH_FREQ vars

5abfa1b8fd9686f2f81cfb120e89d944a6ce18f0 authored almost 5 years ago
Add ability to turn off software I2C clock stretching (not accessible from JS)

Puck.js: disable clock stretching for built-in sensors

635084fe1b8160faf9cb5e4ff426e3c70e19b444 authored almost 5 years ago
Fix pretokenise of RegExp literals (fix #1786)

763303717a0f8bfc95b0552e9b992e58e4df39c3 authored almost 5 years ago
Fix recent E.getTemperature regression (fix #1788)

6c4e2c952077d7c0d0ca85b9f592eaa25c397148 authored almost 5 years ago
Puck.js: Allow D21(RST) to be used as normal IO pin

2fcce3f2ef93c9ecc12ce8a2d71ff9cc0482583c authored almost 5 years ago
try and fix nrf build after nrfutil stopped working on python 2.7

f7577777a1b86b398a915ee28b7a4f759b973af9 authored almost 5 years ago
Bangle.js: Don't load .boot0/1/2/3 if BTN1 is pressed

b47726600d97cf553732c0c25763b6d9aa948a19 authored almost 5 years ago
Reference bb60ff627c26dfb51e5d9be7af0d6d3f63f1ed54

3755f2d7a427a9aae4624beae859bc64f4993c8b authored almost 5 years ago
Puck.js: v2 Support: Accelerometer/Gyro/temp

Puck.js: Self test now sets Puck.js BLE name if there's an error

78f421b37e5e00c3a68ce41422723132a6514530 authored almost 5 years ago
Merge branch 'master' into puckjs_v2

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

86bd1c38a3c2de981c8c896ac55f41ae8a8175a4 authored almost 5 years ago
Bangle.js: Add 'meridian' to locale library

e9163cc12b03e21fceb007fb93fb35142c8daa40 authored almost 5 years ago
fix duplicate docs

6802402fdfb8fd07de72d4629b85cd2b9727d8c6 authored almost 5 years ago
more puckjs tweaks

1c67602b1f781c1d6e7946d06c39007c29b608ca authored almost 5 years ago
Merge pull request #1785 from opichals/fix-bitwise-rshift-by-0-to-be-unsigned

Fix bitwise rshift by 0 to be unsigned (fix #1784)

c8af3057d0900825829ab0b035cd398bf7ca2fcd authored almost 5 years ago
Fix bitwise rshift by 0 to be unsigned (fix #1784)

bb60ff627c26dfb51e5d9be7af0d6d3f63f1ed54 authored almost 5 years ago
Merge pull request #1783 from MaBecker/esp32_add_comport

add variable COMPORT for easier flashing

982b4c580e1dc7205bbe8b80191da41a2e24b772 authored almost 5 years ago
add variable COMPORT

c0bcac223431e5f8d8e7bacebc12c697ca235eef authored almost 5 years ago
add variable COMPORT

73098f8065c45df7b390bdac94fbcaeda84dcb0b authored almost 5 years ago
Merge pull request #1782 from MaBecker/test_file_rename

remove space from filename

0b24da150946b19a1c9e79c220991fdb4ec8c921 authored almost 5 years ago
remove space from filename

d2e2d0d686d8a6d46ccc24284e9648eae29b2e2d authored almost 5 years ago
Merge pull request #1781 from MaBecker/esp32_fix_flash_section

ESP32 fix addFlashArea()

8d193bab16a08d013dbb5689c9666b81039990a4 authored almost 5 years ago
add section storage as flash area

be305139146216b04a3b90aeeed90d581afdd5da authored almost 5 years ago
fix addFlashArea()

fb5005a3f379b3e64d6a45913795a51903a7edd7 authored almost 5 years ago
Added direct accelerometer read/write, and using IRQ-based reads

27606b9b66e4bd0616323964865f1e649b80974d authored almost 5 years ago
Adding new magnetometer

7d5dc29c41ef9850635e5e02f1e5cafdf7ff2f24 authored almost 5 years ago
First commit of untried Puck.js code

4eacb7823bbd45142133b76f7fd1d82f8fc65227 authored almost 5 years ago
Merge branch 'master' of github.com:espruino/Espruino

ab1292a9fb1129255d11b2eaf74331f52be035c4 authored almost 5 years ago
Merge pull request #1776 from espruino/ep32_firmware_size_check

updates for using a new partitions_espruino.bin

e568c6c7ac78e81b4ab40bb28bd92e8052f4e7b6 authored almost 5 years ago
updates using new partitions_espruino.bin

433708fd8fb7f577e493f209e72306e2632c5cd9 authored almost 5 years ago
bump for release

Kick Watchdog when erasing flash (it can take so long on 4MB external flash that it reboots)
Add ...

22711ebb402780f441855857db6538ea84c02446 authored almost 5 years ago
undo massive build destruction after recent ESP8266 merge

ba0bd5085653bb92423288bb0ffd4283a571b5ef authored almost 5 years ago
Tweaks to prev. commit, ref: https://github.com/espruino/BangleApps/issues/121

292f7d0dbfe53213b0799f08ac68ad3caa9d0a98 authored almost 5 years ago
Merge branch 'master' of github.com:espruino/Espruino

b9d6e227d42033b0fbc005b381eb143e994b89c8 authored almost 5 years ago
Bangle.js: Modify Bangle.drawWidgets to only clear the areas where widgets actually are, not the whole top&bottom bar (ref https://github.com/espruino/BangleApps/issues/121)

3182c0f071460bf75d65b6008dd5bcaed51088fe authored almost 5 years ago
Merge pull request #1755 from MaBecker/esp8266_stuff

support 1MB ESPs boards

21e84735c5349c7566291821ac40b9154d0459f1 authored almost 5 years ago
Merge branch 'master' into esp8266_stuff

81fc052196b6d0a61087dc55e62f269f00527c7c authored almost 5 years ago
removements

21c32ab1312985f8c90e093d14a8586ed909081d authored almost 5 years ago
Merge pull request #1772 from opichals/add-makefile-to-esp8266-bundle

Add Makefile to easy esptool-based flashing

9df1c13649dca3ef1306e90515653fe0bc31f3fe authored almost 5 years ago
Merge pull request #1774 from espruino/update_bitmap_font_6x8

some updates

435d79a076e9e07a2f33376951fb0c7996e5ec5e authored almost 5 years ago