Lines Matching refs:example
72 example = file[:-2] variable
73 examples.append(example)
76 project_folder = projects_path + example + "/"
81 gatt_path = examples_embedded + example + ".gatt"
84 gatt_h = example+'.h'
94 fout.write('flash write_image erase %s_flash.elf\n' % example)
103 fout.write('%s.h: ${BTSTACK_ROOT}/example/%s.gatt\n' % (example,example))
107 fout.write("all: %s.h wilc3000_ble_firmware.h\n" % example)
118 fout.write('TARGET_FLASH=%s_flash.elf\n' % example)
121 fout.write('TARGET_SRAM=%s_sram.elf\n' % example)
124 fout.write('CSRCS+=${BTSTACK_ROOT_CONFIG}/example/%s.c\n' % example)
127 ….write('INC_PATH += ${BTSTACK_ROOT_CONFIG}/port/samv71-xplained-atwilc3000/example/%s\n' % example)
131 print("- %s" % example)