aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/esp8266.json
blob: 8e4c9aad71821437be87e8db1d73437315f52939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"inherits": ["xtensa"],
	"cpu": "esp8266",
	"build-tags": ["esp8266", "esp"],
	"linker": "xtensa-esp32-elf-ld",
	"cflags": [
		"-mcpu=esp8266"
	],
	"linkerscript": "targets/esp8266.ld",
	"extra-files": [
		"src/device/esp/esp8266.S"
	],
	"binary-format": "esp8266",
	"flash-command": "esptool.py --chip=esp8266 --port {port} write_flash 0x00000 {bin} -fm qio"
}