We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c090302 commit 924f0ebCopy full SHA for 924f0eb
2 files changed
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
7
+## [1.0.1] - 2018-01-25
8
9
+- Disable NMI pin. Set LPBOOT flag to 1.
10
11
+## [1.0.0] - 2017-11-18
12
13
+- First release
targets/MK22F51212/src/target_config.h
@@ -62,7 +62,7 @@ enum _target_version_constants
62
kTarget_Version_Name = 'T',
63
kTarget_Version_Major = 1,
64
kTarget_Version_Minor = 0,
65
- kTarget_Version_Bugfix = 0,
+ kTarget_Version_Bugfix = 1,
66
};
67
68
#endif // __TARGET_CONFIG_H__
0 commit comments