Initial commit
This commit is contained in:
commit
17333ddb46
6
MODULE.bazel
Normal file
6
MODULE.bazel
Normal file
@ -0,0 +1,6 @@
|
||||
module(
|
||||
name = "esp_platforms",
|
||||
version = "0.0.1",
|
||||
compatibility_level = 1,
|
||||
)
|
||||
|
||||
11
cpu/BUILD
Normal file
11
cpu/BUILD
Normal file
@ -0,0 +1,11 @@
|
||||
constraint_setting(name = "cpu")
|
||||
|
||||
constraint_value(
|
||||
name = "lx106",
|
||||
constraint_setting = ":cpu",
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "esp8266",
|
||||
actual = ":lx106",
|
||||
)
|
||||
Loading…
Reference in New Issue
Block a user