m1n1/proxyclient
Hector Martin 234051df1c m1n1.utils: Add RegMap base class
This metaclass voodoo allows us to define register maps like this:

class SomeDevice(RegMap):
    FOO = 0x0000, Register32
    BAR = 0x0004, Register32
    # Register array
    BAZ = range(0x100, 0x200, 4), Register32

Signed-off-by: Hector Martin <marcan@marcan.st>
2021-06-16 02:29:46 +09:00
..
experiments proxyclient: Big cleanup/move to module 2021-06-10 19:40:48 +09:00
hv trace_agx.py: Disable tracing the PMP bits 2021-06-15 15:46:08 +09:00
m1n1 m1n1.utils: Add RegMap base class 2021-06-16 02:29:46 +09:00
tools tools/chainload.py: Remove 1-second delay 2021-06-15 15:59:55 +09:00