-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from PunchThrough/develop
Release Candidate: 2.0.1
- Loading branch information
Showing
28 changed files
with
3,237 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "hardware/bean/avr/cores/bean/applicationMessageHeaders"] | ||
path = hardware/bean/avr/cores/bean/applicationMessageHeaders | ||
url = https://bitbucket.org/punchthroughdesign/bean-application-message-definitions.git | ||
[submodule "hardware/bean/avr/libraries/PinChangeInt"] | ||
path = hardware/bean/avr/libraries/PinChangeInt | ||
url = https://github.com/PunchThrough/PinChangeInt.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 2.0.1 | ||
|
||
### Features | ||
|
||
* New macro `#IS_BEAN` - `0` for Bean+ and `1` for Bean | ||
|
||
### Fixes | ||
|
||
* Fixed typo `ObserverAdvertisementInfo` | ||
* Fixed PlatformIO tests on Circle | ||
|
||
### Other | ||
|
||
* Removed PinChangeInt submodule, added as direct dependency | ||
* New PlatformIO test that includes builtin libraries | ||
|
||
--- | ||
|
||
# 2.0.0 | ||
|
||
### Documentation | ||
|
||
* Vastly improve Doxygen code coverage. Used for doc generation at punchthrough.com/bean/reference. | ||
|
||
### Other | ||
|
||
* Build scripts and examples | ||
|
||
--- | ||
|
||
# < 2.0.0 | ||
|
||
See git history. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule PinChangeInt
deleted from
ec745f
Oops, something went wrong.