commit | 528a98ba3f8c76cacb292ed124f6730c9ee92717 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard@teslabs.com> | Tue Apr 21 21:50:03 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jun 19 15:18:50 2020 +0200 |
tree | 582c1ef4c40e7dcdc77f397179d847bb93c042a5 | |
parent | e17390363449f72531b39750be31f8aaaaf103e7 [diff] |
drivers: pwm: stm32: refactor driver using LL API The PWM drivers has been refactored using the HAL LL API. Not only that, but the set pin_set function is now faster, as channel output compare is just initialized if needed. NOTE: Has been tested using H743zi board for now. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>