1022 """ |
1022 """ |
1023 if self.hasCircuitPython(): |
1023 if self.hasCircuitPython(): |
1024 return super()._boardInformationCommands() |
1024 return super()._boardInformationCommands() |
1025 else: |
1025 else: |
1026 # These are a subset of the generic ones. |
1026 # These are a subset of the generic ones. |
1027 return [ # needs to be splitted for boards with low memory |
1027 return [ # needs to be split for boards with low memory |
1028 """def get_board_info(): |
1028 """def get_board_info(): |
1029 res = {} |
1029 res = {} |
1030 |
1030 |
1031 try: |
1031 try: |
1032 import os |
1032 import os |