File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Adafruit nRF52 Arduino Core Changelog
2
2
3
+ ## 0.23.0 - 2021.06.22
4
+
5
+ - Fix CryptoCell usage issue that prevent mcu to go to sleep causing high power consumption
6
+ - separate pairing_passkey with and without arcada
7
+ - Add back ` Raytac MDBT50Q - RX ` variant
8
+ - Remove Bluefruit.setName() from most examples for it to use default board name
9
+ - Update CMSIS from 5.4.0 to 5.7.0
10
+ - Fix build with TensorFlowLite v2.4.0
11
+ - Update included Adafruit_nRFCrypto to 0.0.5
12
+ - Update included Adafruit_TinyUSB_Arduino to 1.1.0
13
+ - Update include bootloader binaries to 0.6.0
14
+ - Enable usage of DSP libmath
15
+ - Added/Ported tf4micro-motion-kit project
16
+ - Update BLEUuid
17
+ - Add from string style constructor like ArduinoBLE
18
+ - Add toString() function
19
+ - Update BLECharacteristic
20
+ - Add constructor with properties
21
+ - Add constructor with max_len and fixed len
22
+ - Add writeFloat() and readFloat()
23
+
3
24
## 0.22.1 - 2021.05.26
4
25
5
26
- Fix warnings "changing start of section .bss by 4 bytes"
You can’t perform that action at this time.
0 commit comments