Skip to content

Commit 9fccf60

Browse files
committed
MDBT42Q: Remove SHA512 from the build (needs 2.5k flash, rarely used)
1 parent bba081b commit 9fccf60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Bangle.js: Fix back handler not removed when using E.setUI with a back button but without widgets (#2636)
33
nRF52: Add 'slaveLatency' option to BluetoothRemoteGATTServer.connect, default changed from 2 to 4
44
nRF52: Add 'phy' and 'mtu' events to NRF/BluetoothDevice when these change on a connection
5+
MDBT42Q: Remove SHA512 from the build (needs 2.5k flash, rarely used)
56

67
2v27 : nRF5x: Ensure Bluetooth notifications work correctly when two separate connections use the same handle for their characteristics
78
nRF5x: Remove handlers from our handlers array when a device is disconnected

boards/MDBT42Q.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'BLUETOOTH',
3333
'NET',
3434
'GRAPHICS',
35-
'CRYPTO','SHA256','SHA512',
35+
'CRYPTO','SHA256',#'SHA512',
3636
#'AES',
3737
'NFC',
3838
'NEOPIXEL',

0 commit comments

Comments
 (0)