Files
retrobsd/tools/configsys/dev/sramc.dev
Serge Vakulenko 717ab59efd Switch to kconfig completely.
All configsys stuff moved to tools/configsys/ directory, not used anymore.
2015-09-07 22:22:35 -07:00

27 lines
435 B
Plaintext

always
file rd_sramc.o
require rdisk
define SRAMC_ENABLED YES
end always
option data
define SW_DATA_PORT $TRIS(%1)
define SW_DATA_PIN $PIN(%1)
end option
option lda
define SW_LDA_PORT $TRIS(%1)
define SW_LDA_PIN $PIN(%1)
end option
option rd
define SW_RD_PORT $TRIS(%1)
define SW_RD_PIN $PIN(%1)
end option
option wr
define SW_WR_PORT $TRIS(%1)
define SW_WR_PIN $PIN(%1)
end option