Bangle.js 1: remove OneWire and JIT as it uses too much flash space to exist alongside UTF8+Tensorflow on nRF52

This commit is contained in:
Gordon Williams 2023-08-18 13:43:07 +01:00
parent f5b54f62be
commit da38facc65
2 changed files with 3 additions and 2 deletions

View File

@ -46,6 +46,7 @@
nRF5x: Add `NRF.on("passkey", ...)` to allow passkey pairing with `NRF.setSecurity({mitm:1, display:1});`
nrf52: Allow disabling pairing with `NRF.setSecurity({pair:0})`
Allow E.pipe to pipe from Strings, remove pipe's internal `position` counter (fix #2352)
Bangle.js 1: remove OneWire and JIT as it uses too much flash space to exist alongside UTF8+Tensorflow on nRF52
2v18 : Fix drawString with setClipRect with 90/270-degree rotation (fix #2343)
Pico/Wifi: Enabled JIT compiler

View File

@ -30,10 +30,10 @@ info = {
'TERMINAL',
'GRAPHICS',
'LCD_ST7789_8BIT',
'TENSORFLOW',
'JIT'
'TENSORFLOW'
],
'makefile' : [
'BLACKLIST=boards/BANGLEJS.blocklist', # force some stuff to be removed to save space
'DEFINES += -DESPR_HWVERSION=1',
'DEFINES += -DBANGLEJS_F18',
'DEFINES += -DCONFIG_NFCT_PINS_AS_GPIOS', # Allow the reset pin to work