mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
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:
parent
f5b54f62be
commit
da38facc65
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user