From d99510aa4eece7dfe3c3fd599a3d561893a4f1b1 Mon Sep 17 00:00:00 2001 From: Drew Barbier Date: Fri, 5 May 2017 14:09:39 -0500 Subject: updated demo_gpio --- bsp/env/coreplexip-e31-arty/openocd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsp') diff --git a/bsp/env/coreplexip-e31-arty/openocd.cfg b/bsp/env/coreplexip-e31-arty/openocd.cfg index 0481a72..8b382dc 100644 --- a/bsp/env/coreplexip-e31-arty/openocd.cfg +++ b/bsp/env/coreplexip-e31-arty/openocd.cfg @@ -27,5 +27,5 @@ if {[ info exists pulse_srst]} { ftdi_set_signal nSRST z } halt -#flash protect 0 64 last off +flash protect 0 64 last off echo "Ready for Remote Connections" -- cgit v1.2.3 From 90928aa484147d4b97d1a0e835207421a91ab357 Mon Sep 17 00:00:00 2001 From: Drew Barbier Date: Sun, 7 May 2017 22:58:53 -0500 Subject: changed write_hex to new def --- bsp/env/hifive1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsp') diff --git a/bsp/env/hifive1.h b/bsp/env/hifive1.h index 4c65f18..b987847 100644 --- a/bsp/env/hifive1.h +++ b/bsp/env/hifive1.h @@ -76,6 +76,6 @@ #define RTC_FREQ 32768 -void write_hex(int fd, uint32_t hex); +void write_hex(int fd, long int hex); #endif /* _SIFIVE_HIFIVE1_H */ -- cgit v1.2.3 From 403db45ffb075abf0c23e89a028db330efddc96d Mon Sep 17 00:00:00 2001 From: Drew Barbier Date: Mon, 8 May 2017 22:19:12 -0500 Subject: revert back --- bsp/env/coreplexip-e31-arty/openocd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsp') diff --git a/bsp/env/coreplexip-e31-arty/openocd.cfg b/bsp/env/coreplexip-e31-arty/openocd.cfg index 8b382dc..0481a72 100644 --- a/bsp/env/coreplexip-e31-arty/openocd.cfg +++ b/bsp/env/coreplexip-e31-arty/openocd.cfg @@ -27,5 +27,5 @@ if {[ info exists pulse_srst]} { ftdi_set_signal nSRST z } halt -flash protect 0 64 last off +#flash protect 0 64 last off echo "Ready for Remote Connections" -- cgit v1.2.3