forked from M-Labs/artiq
firmware: cap loglevel at DEBUG to increase RPC throughput ~3x.
This commit is contained in:
parent
3c177c6d71
commit
7b6de36d1d
|
@ -16,7 +16,7 @@ build_artiq = { path = "../libbuild_artiq" }
|
|||
alloc_artiq = { path = "../liballoc_artiq" }
|
||||
std_artiq = { path = "../libstd_artiq", features = ["alloc"] }
|
||||
logger_artiq = { path = "../liblogger_artiq" }
|
||||
log = { version = "0.3", default-features = false, features = [] }
|
||||
log = { version = "0.3", default-features = false, features = ["max_level_debug"] }
|
||||
board = { path = "../libboard", features = ["uart_console"] }
|
||||
fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] }
|
||||
byteorder = { version = "1.0", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue