The drivers/include/periph/dev_enums.h file was introduced for backwards compatibility when we changed the style of doing the board configuration in periph_conf.h some time ago. Most of the periph drivers are remodeled by now, though some are open. Except the i2c drivers, which will be remodeled while reworking the complete interface, the following drivers need adaption:
timer:
uart:
I did not really check the open PRs though, so there might be a fix for some of the mentioned in the pipeline already. Please check before starting to work on any of these...
The
drivers/include/periph/dev_enums.hfile was introduced for backwards compatibility when we changed the style of doing the board configuration inperiph_conf.hsome time ago. Most of the periph drivers are remodeled by now, though some are open. Except thei2cdrivers, which will be remodeled while reworking the complete interface, the following drivers need adaption:timer:
uart:
I did not really check the open PRs though, so there might be a fix for some of the mentioned in the pipeline already. Please check before starting to work on any of these...