Switch to kconfig completely.
All configsys stuff moved to tools/configsys/ directory, not used anymore.
This commit is contained in:
13
tools/configsys/dev/uart.dev
Normal file
13
tools/configsys/dev/uart.dev
Normal file
@@ -0,0 +1,13 @@
|
||||
always
|
||||
file uart.o
|
||||
define UART%0_ENABLED YES
|
||||
end always
|
||||
|
||||
option baud
|
||||
define UART%0_BAUD %1
|
||||
end option
|
||||
|
||||
option power
|
||||
define UART%0_ENA_PORT $TRIS(%1)
|
||||
define UART%0_ENA_PIN $PIN(%1)
|
||||
end option
|
||||
Reference in New Issue
Block a user