Add script for dynamically generating RST documents. Update platforms and frameworks documentation // Resolve 114

This commit is contained in:
Valeriy Koval
2015-03-11 18:12:58 +02:00
parent 898a9c5601
commit 7b4680ef6a
19 changed files with 387 additions and 25 deletions

View File

@@ -44,6 +44,11 @@ class UnknownBoard(PlatformioException):
MESSAGE = "Unknown board type '%s'"
class UnknownFramework(PlatformioException):
MESSAGE = "Unknown framework '%s'"
class UnknownPackage(PlatformioException):
MESSAGE = "Detected unknown package '%s'"