continued object id gen

This commit is contained in:
2021-05-17 18:56:38 +02:00
committed by Robin Mueller
parent 92342ac4ff
commit 8978ffef41
5 changed files with 116 additions and 1 deletions

View File

@ -0,0 +1,7 @@
import enum
class BspType(enum.Enum):
BSP_Q7S = "bsp_q7s"
BSP_HOSTED = "bsp_hosted"
BSP_LINUX_BOARD = "bsp_linux_board"