commit | d0762e54394401110c9d96333904fafe5b5c553c | [log] [tgz] |
---|---|---|
author | Armin Brauns <armin.brauns@embedded-solutions.at> | Tue Jan 24 09:57:23 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Mar 14 11:17:35 2023 +0100 |
tree | 53ac289e00e250fcf915bd166a5921d49df52fd9 | |
parent | 2f6dff59c50f44a426ac0ae78fe1f28ceed7fd96 [diff] |
drivers/fpga: ice40: use microsecond resolution for reset time The 200ns reset time specified in the datasheet are a minimum time; and the nanoseconds were being rounded to whole microseconds anyway. Also make it the same type as `config_delay_us` (`uint16_t`). Signed-off-by: Armin Brauns <armin.brauns@embedded-solutions.at>