Closed josuah closed 1 year ago
Make Zephyr-on-LiteX-VexRiscv a lot more like Linux-on-LiteX-VexRiscv for ease of maintainance.
This should help eliminating a lot of if board == "this particular board" all over main() for the upcoming boards.
if board == "this particular board"
main()
I will leave this aside to let refactoring happen freely by Enjoy-Digital, which might or might not take the same direction.
Make Zephyr-on-LiteX-VexRiscv a lot more like Linux-on-LiteX-VexRiscv for ease of maintainance.
This should help eliminating a lot of
if board == "this particular board"
all overmain()
for the upcoming boards.