From 5b5546918e993ad90e9b61359ccde51717c7cccf Mon Sep 17 00:00:00 2001 From: Mariusz Glebocki Date: Mon, 13 Jul 2020 17:15:22 +0200 Subject: [PATCH] eos-s3: update IO names Signed-off-by: Mariusz Glebocki --- examples/eos-s3/chandalar.pcf | 10 +++++----- examples/eos-s3/quickfeather.pcf | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/eos-s3/chandalar.pcf b/examples/eos-s3/chandalar.pcf index e5ea076..31331dd 100644 --- a/examples/eos-s3/chandalar.pcf +++ b/examples/eos-s3/chandalar.pcf @@ -1,5 +1,5 @@ -set_io clk FBIO_0 -set_io led(0) FBIO_21 -set_io led(1) FBIO_22 -set_io led(2) FBIO_26 -set_io led(3) FBIO_18 +set_io clk A3 +set_io led(0) H7 +set_io led(1) G7 +set_io led(2) F6 +set_io led(3) E8 diff --git a/examples/eos-s3/quickfeather.pcf b/examples/eos-s3/quickfeather.pcf index fe23975..b9a2aef 100644 --- a/examples/eos-s3/quickfeather.pcf +++ b/examples/eos-s3/quickfeather.pcf @@ -1,5 +1,5 @@ -set_io clk FBIO_6 -set_io led(0) FBIO_22 -set_io led(1) FBIO_21 -set_io led(2) FBIO_18 -set_io led(3) FBIO_30 +set_io clk 63 +set_io led(0) 34 +set_io led(1) 39 +set_io led(2) 38 +set_io led(3) 25