blob: c22aa4c6907fd3b280550e812f558dc05b627812 (
plain)
1
2
3
4
5
6
7
8
9
|
import targets
class U500(targets.Target):
xlen = 64
ram = 0x80000000
ram_size = 16 * 1024
instruction_hardware_breakpoint_count = 2
openocd_config_path = "Freedom.cfg"
link_script_path = "Freedom.lds"
|