Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mcu: Rename add_config_object() to register_config_callback() | Kevin O'Connor | 2018-09-03 | 1 | -1/+1 | |
| | | | | | | | | | Change the name of the config registration method and pass an explicit reference to the callback to the new method. This makes the relationship between mcu registration and build_config() more clear in the calling code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | |||||
* | tmc2208: Initial support for configuring TMC2208 drivers | Kevin O'Connor | 2018-08-27 | 1 | -0/+234 | |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |