File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# 0.11.0
4
4
5
- - Rework USB driver using Adafruit_TinyUSB library
5
+ - Rework USB driver to support Adafruit_TinyUSB library (support HID and MSC)
6
6
- Added Metro nRF52840 Express
7
7
- 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
8
20
9
21
# 0.10.1
10
22
You can’t perform that action at this time.
0 commit comments