Attention is currently required from: Nico Huber, Edward O'Callaghan, Angel Pons.
1 comment:
File tests/init_shutdown.c:
#if CONFIG_DUMMY == 1
void dummy_init_and_shutdown_test_success(void **state)
{
run_lifecycle(state, PROGRAMMER_DUMMY, "bus=parallel+lpc+fwh+spi");
}
#endif /* CONFIG_DUMMY */
Hmmm, this will change with Thomas' patch series. Instead of the enums […]
I was going to wait for Thomas' patch series to be submitted first. This one will be easy to rebase, and also because by default all CONFIG_xxx from here are enabled anyway.
So, this would be the same code, but with references to the programmer structs instead of enums.
That's why I was asking many questions about #if on CB:52946, relevant for me here.
To view, visit change 55295. To unsubscribe, or for help writing mail filters, visit settings.