MDBT42Q: Remove SHA512 from the build (needs 2.5k flash, rarely used)

This commit is contained in:
Gordon Williams 2025-06-24 10:50:50 +01:00
parent bba081b23f
commit 9fccf607a4
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Bangle.js: Fix back handler not removed when using E.setUI with a back button but without widgets (#2636)
nRF52: Add 'slaveLatency' option to BluetoothRemoteGATTServer.connect, default changed from 2 to 4
nRF52: Add 'phy' and 'mtu' events to NRF/BluetoothDevice when these change on a connection
MDBT42Q: Remove SHA512 from the build (needs 2.5k flash, rarely used)
2v27 : nRF5x: Ensure Bluetooth notifications work correctly when two separate connections use the same handle for their characteristics
nRF5x: Remove handlers from our handlers array when a device is disconnected

View File

@ -32,7 +32,7 @@ info = {
'BLUETOOTH',
'NET',
'GRAPHICS',
'CRYPTO','SHA256','SHA512',
'CRYPTO','SHA256',#'SHA512',
#'AES',
'NFC',
'NEOPIXEL',