Skip to content

Commit 6aabe01

Browse files
committed
Merge branch 'master' into develop
2 parents d70e86b + ce81b83 commit 6aabe01

File tree

36 files changed

+1140
-584
lines changed

36 files changed

+1140
-584
lines changed

.travis.yml.bck

Lines changed: 0 additions & 68 deletions
This file was deleted.

changelog.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adafruit nRF52 Arduino Core Changelog
22

3-
## 0.21.0
3+
## WIP
44

55
This version implement comprehensive LESC and Legacy pairing using dynamic & staic Passkey.
66

@@ -50,6 +50,25 @@ A new class BLESecurity (access with Bluefruit.Security) is added to handle secu
5050
- **cental_pairing** similar to pairing_passkey but for nRF running central role
5151
- **ancs_arcada** for displaying ancs on arcada such CLUE and/or CPB.
5252

53+
## 0.21.0 - 2020.08.31
54+
55+
Special thanks to @henrygab, @pyro9, @Nenik, @orrmany, @thaanstad, @kevinfrei for contributing and helping with this release.
56+
57+
- Reworked HardwarePWM, analogWrite, Servo, Tone to address PWM hardware conflict with ownership.
58+
- Reworked Tone to use no interrupt handler
59+
- Added multiprotocol support such as ANT with additional ANT_LICENSE_KEY (require 3rd party library)
60+
- Fixed pgm_read_ptr(addr) macro
61+
- Updated & enhanced TinyUSB performance, usb event, task switching is much faster
62+
- Fixed BLE Characteristic discovery when the central device returns more than 4 Characteristics in a discovery request
63+
- Enhanced micro() to use DWT cyclecount if enabled for higher precision
64+
- Fixed miscalculated tick when sleeping with delay()
65+
- Fixed FPU-caused power consumption issue
66+
- Added Wire.setPins()
67+
- Added resumeLoop()
68+
- Renamed I2C terminology
69+
- Support precompiled library with compiler.libraries.ldflags e.g BSEC BME680
70+
- Added Hardware/tone_happy_birthday example sketch
71+
5372
## 0.20.5 - 2020.07.05
5473

5574
- Updated toolchain from gcc 7-2017q4 to 9-2019q4

cores/nRF5/Arduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ void setup( void ) ;
3636
void loop( void ) ;
3737

3838
void suspendLoop(void);
39+
void resumeLoop(void);
3940

4041
#include "WVariant.h"
4142

0 commit comments

Comments
 (0)