FreeCalypso > hg > freecalypso-sw
view target-utils/libcommon/cmd_dieid.c @ 125:17c1e2a38418
target-utils command input: don't emit BEL on error conditions
with the new binary-safe fc-iram these BELs get printed as ^G
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 31 Oct 2013 07:15:32 +0000 |
parents | 8387dcba945d |
children |
line wrap: on
line source
#include "types.h" void cmd_dieid() { u32 addr; for (addr = 0xFFFEF010; addr <= 0xFFFEF016; addr += 2) printf("%08X: %04X\n", addr, *(volatile u16 *)addr); }