Lines Matching refs:chip
19 def __init__(self, chip, board):
20 self.chip = chip
39 head += "import(\"//device/rockchip/%s/sdk_liteos/board.gni\")\n" % self.chip
48 inc += " \"./lib/CMSIS/Device/%s/Include\",\n" % self.chip.upper()
50 inc += " \"./lib/bsp/%s\",\n" % self.chip.upper()
51 inc += " \"./project/%s/src\",\n" % self.chip
76 for chip in chips:
77 if src.find(chip) >= 0 and chip != self.chip:
79 if src.find(chip.upper()) >= 0 and chip != self.chip: