UNPKG

nectarjs_extern

Version:

Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.

28 lines (27 loc) 679 B
{ "name": "flashiap-block-device", "config": { "base-address": { "help": "Base address for the block device on the external flash.", "value": "0xFFFFFFFF" }, "size": { "help": "Memory allocated for block device.", "value": "0" } }, "target_overrides": { "REALTEK_RTL8195AM": { "base-address": "0x1C0000", "size": "0x40000" }, "FVP_MPS2": { "base-address": "0x00200000", "size": "0x200000" }, "S5JS100": { "base-address": "0x40EF5000", "size": "0x80000" } } }