Skip to content

Commit a964803

Browse files
committed
udpate changelog
1 parent bbe64fb commit a964803

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

changelog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22

33
# 0.11.0
44

5-
- Rework USB driver using Adafruit_TinyUSB library
5+
- Rework USB driver to support Adafruit_TinyUSB library (support HID and MSC)
66
- Added Metro nRF52840 Express
77
- Update bootloader binaries to 0.2.11
8+
- Rework Filesystem
9+
- Seperate LittleFS and InternalFS into `Adafruit_LittleFS` and `InternalFileSystem`
10+
- Remove ExternalFS in favor of using Adafruit_QSPI and Adafruit_SPIFlash library
11+
- Update nrfx to 1.6.2
12+
- Fixed #250 wrong values for g_ADigitalPinMap, thanks to @henrygab
13+
- Fixed interrupts for device with multiple I/O Port, thanks to MacGyverNL PR #261
14+
- Update adc_vbat.ino sketch to work with nrf52840, thanks to @pyro9
15+
- Extend SoftwareTimer with option to make it non-repeating, add reset function & ISR-safe functions, thanks to @MacGyverNL PR #260
16+
- Fixed connection handle in BLEHidAdafruit single connection api, thanks to @ogatatsu PR #267
17+
- Fixed spelling & Add Environmental Sensing GATT Service and UV Index GATT Characteristics UUID, thanks to @sayanee
18+
- Fixed #276 rename macro FILE_READ/WRITE to enum FILE_O_READ/WRITE
19+
- Upgrade compiler toolchain from gcc 5.2 2015q2 to gcc 7 2017q4
820

921
# 0.10.1
1022

0 commit comments

Comments
 (0)