1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/boards/known/mod711.lua
2012-07-15 00:50:12 +03:00

17 lines
350 B
Lua

-- MOD711 build configuration
return {
cpu = 'str711fr2',
components = {
sercon = { uart = 1, speed = 38400, timer = 0 },
romfs = true,
shell = true,
term = { lines = 25, cols = 80 },
xmodem = true
},
modules = {
generic = { 'pio', 'tmr', 'pd', 'pwm', 'uart', 'term', 'pack', 'bit', 'elua', 'cpu', 'all_lua' }
}
}