tnt has uploaded this change for review.

View Change

firmware: Remove a couple of questionable debug puts()

Those were low level debug meant to be temporary and somehow ended
up committed.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: Ie1b802f347b0de9ea82edb61faaba6094b8f4dfa
---
M firmware/ice40-riscv/e1-tracer/fw_app.c
M firmware/ice40-riscv/icE1usb/usb_e1.c
2 files changed, 0 insertions(+), 6 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware refs/changes/14/28014/1
diff --git a/firmware/ice40-riscv/e1-tracer/fw_app.c b/firmware/ice40-riscv/e1-tracer/fw_app.c
index 3ddbf50..7db941e 100644
--- a/firmware/ice40-riscv/e1-tracer/fw_app.c
+++ b/firmware/ice40-riscv/e1-tracer/fw_app.c
@@ -165,8 +165,6 @@
/* SPI */
spi_init();

- puts("XXX\n");
-
/* Enable USB directly */
serial_no_init();
usb_init(&app_stack_desc);
diff --git a/firmware/ice40-riscv/icE1usb/usb_e1.c b/firmware/ice40-riscv/icE1usb/usb_e1.c
index 6fdaa91..4e52408 100644
--- a/firmware/ice40-riscv/icE1usb/usb_e1.c
+++ b/firmware/ice40-riscv/icE1usb/usb_e1.c
@@ -200,10 +200,6 @@
/* Next BDI */
bdi ^= 1;
usb_e1->out_bdi = bdi;
-
- static int x = 0;
- if ((x++ & 0xff) == 0xff)
- puts(".");
}

/* Feedback endpoint */

To view, visit change 28014. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: Ie1b802f347b0de9ea82edb61faaba6094b8f4dfa
Gerrit-Change-Number: 28014
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt@246tNt.com>
Gerrit-MessageType: newchange