Skip to content

Commit

Permalink
Pixl.js: Switch to slower ROM-saving sin/cos/atan/atan2 (running out …
Browse files Browse the repository at this point in the history
…of free space after JIT enabled)
  • Loading branch information
gfwilliams committed Mar 22, 2023
1 parent fd0963d commit 4e7bae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -6,6 +6,7 @@
Fix 'ghosting' issue on Welcome screen (forcing timeout/lcdPower/etc at boot could disable the EXTCOMIN toggle)
nRF52: OneWire accesses are now scheduled with the Timeslot API to avoid the softdevice interfering (fix #1831)
nRF52: Add NRF.on('bond'/'advertising') events to keep track of BLE status more easily
Pixl.js: Switch to slower ROM-saving sin/cos/atan/atan2 (running out of free space after JIT enabled)

2v17 : Bangle.js: When reading file info from a filename table, do it in blocks of 8 (20% faster file search)
Bangle.js2: Increase flash buffer size from 16->32 bytes (5% performance increase)
Expand Down
1 change: 1 addition & 0 deletions boards/PIXLJS.py
Expand Up @@ -54,6 +54,7 @@
'DEFINES+=-DNFC_DEFAULT_URL=\'"https://www.espruino.com/ide"\'',
'DEFINES+=-DDUMP_IGNORE_VARIABLES=\'"g\\0"\'',
'DEFINES+=-DNEOPIXEL_SCK_PIN=14 -DNEOPIXEL_LRCK_PIN=15', # see https://github.com/espruino/Espruino/issues/2071
'DEFINES+=-DSAVE_ON_FLASH_MATH',
'DFU_PRIVATE_KEY=targets/nrf5x_dfu/dfu_private_key.pem',
'DFU_SETTINGS=--application-version 0xff --hw-version 52 --sd-req 0x8C,0x91',
'INCLUDE += -I$(ROOT)/libs/pixljs',
Expand Down

0 comments on commit 4e7bae1

Please sign in to comment.