Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / flight / libraries / PyMite / platform / openpilot_sitl / pmfeatures.py
blobb96e1a0e7fd01443901f44f3763fedc437051f48
1 # This file is Copyright 2010 Dean Hall.
3 # This file is part of the Python-on-a-Chip program.
4 # Python-on-a-Chip is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
7 # Python-on-a-Chip is distributed in the hope that it will be useful,
8 # but WITHOUT ANY WARRANTY; without even the implied warranty of
9 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 # A copy of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
11 # is seen in the file COPYING up one directory from this.
13 PM_FEATURES = {
14 "HAVE_PRINT": True,
15 "HAVE_GC": True,
16 "HAVE_FLOAT": True,
17 "HAVE_DEL": True,
18 "HAVE_IMPORTS": True,
19 "HAVE_DEFAULTARGS": True,
20 "HAVE_REPLICATION": True,
21 "HAVE_CLASSES": True,
22 "HAVE_ASSERT": True,
23 "HAVE_GENERATORS": True,
24 "HAVE_BACKTICK": False,
25 "HAVE_STRING_FORMAT": False,
26 "HAVE_CLOSURES": False,
27 "HAVE_BYTEARRAY": False,
28 "HAVE_DEBUG_INFO": True,