Skip to content

Commit 38dade3

Browse files
committed
change version to 0.6.5
1 parent 12aa60e commit 38dade3

File tree

7 files changed

+14
-5
lines changed

7 files changed

+14
-5
lines changed

changelog.md

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

3-
## 0.7.0
4-
5-
- fix setName()
3+
## 0.6.5
64

5+
- Fix setName() issue
6+
- Add Low Level format sketch for filesystem: `libraries/nffs/examples/EraseNffs`
7+
- Add SRAM usage when compiling
8+
- Reduce Stack size from 3KB to 2KB, and functions dbgStackUsed(), dbgStackTotal() for dynamic stack usage
9+
- Updated for latest Bluefruit LE Connect version with RGBW support
710

811
## 0.6.0
912

libraries/Bluefruit52Lib/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit BLE Libraries for Bluefruit52
2-
version=0.7.0
2+
version=0.6.5
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818

1919
name=Adafruit Boards
20-
version=0.7.0
20+
version=0.6.5
2121

2222
# Compile variables
2323
# -----------------

variants/feather52/variant.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
Copyright (c) 2014-2015 Arduino LLC. All right reserved.
33
Copyright (c) 2016 Sandeep Mistry All right reserved.
4+
Copyright (c) 2017, Adafruit Industries (adafruit.com)
45
56
This library is free software; you can redistribute it and/or
67
modify it under the terms of the GNU Lesser General Public

variants/feather52/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
Copyright (c) 2014-2015 Arduino LLC. All right reserved.
33
Copyright (c) 2016 Sandeep Mistry All right reserved.
4+
Copyright (c) 2017, Adafruit Industries (adafruit.com)
5+
46
This library is free software; you can redistribute it and/or
57
modify it under the terms of the GNU Lesser General Public
68
License as published by the Free Software Foundation; either

variants/metro52/variant.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
Copyright (c) 2014-2015 Arduino LLC. All right reserved.
33
Copyright (c) 2016 Sandeep Mistry All right reserved.
4+
Copyright (c) 2017, Adafruit Industries (adafruit.com)
45
56
This library is free software; you can redistribute it and/or
67
modify it under the terms of the GNU Lesser General Public

variants/metro52/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
Copyright (c) 2014-2015 Arduino LLC. All right reserved.
33
Copyright (c) 2016 Sandeep Mistry All right reserved.
4+
Copyright (c) 2017, Adafruit Industries (adafruit.com)
5+
46
This library is free software; you can redistribute it and/or
57
modify it under the terms of the GNU Lesser General Public
68
License as published by the Free Software Foundation; either

0 commit comments

Comments
 (0)