From eadee0836c61b00047b7b7b67c9487d5d32e3cb2 Mon Sep 17 00:00:00 2001 From: Tisham Dhar Date: Tue, 26 Jan 2021 23:53:15 +1100 Subject: [PATCH] #613 Pretend icebreaker is icefeather Signed-off-by: Tisham Dhar --- platforms/icebreaker.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/platforms/icebreaker.py b/platforms/icebreaker.py index fd7e338e1..74cbc1f8c 100644 --- a/platforms/icebreaker.py +++ b/platforms/icebreaker.py @@ -6,11 +6,14 @@ _io = [ # HACK: Use icefeather pins ("user_led_n", 0, Pins("47"), IOStandard("LVCMOS33")), - ("user_led_n", 1, Pins("41"), IOStandard("LVCMOS33")), - # Color-specific aliases - ("user_ledr_n", 0, Pins("47"), IOStandard("LVCMOS33")), - ("user_ledg_n", 0, Pins("41"), IOStandard("LVCMOS33")), - ("user_btn_n", 0, Pins("10"), IOStandard("LVCMOS33")), + ("user_led", 0, Pins("41"), IOStandard("LVCMOS33")), + ("user_led", 1, Pins("40"), IOStandard("LVCMOS33")), + ("user_led", 2, Pins("39"), IOStandard("LVCMOS33")), + # RGB LED + ("user_ledr_n", 0, Pins("41"), IOStandard("LVCMOS33")), + ("user_ledg_n", 0, Pins("40"), IOStandard("LVCMOS33")), + ("user_ledb_n", 0, Pins("39"), IOStandard("LVCMOS33")), + ("user_btn_n", 0, Pins("2"), IOStandard("LVCMOS33")), # HACK: Replace UART with icefeather pins #("serial", 0,