Files
tinygo/src
Ayke van Laethem 19e4db45db samd51: use correct SPI frequency
The SPI frequency was rounded up, not rounded down. This meant that if
you wanted to configure 15MHz for example, it would pick the next
available frequency (24MHz). That's unsafe, the safe option is to round
down and the SPI support for most other chips also rounds down for this
reason.

In addition, I've improved SPI clock selection so that it will pick the
best clock of the two, widening the available frequencies. See the
comments in the patch for details.
2023-04-03 19:40:20 +02:00
..
2022-12-19 23:20:11 +01:00
2023-03-27 12:35:39 +02:00
2023-04-03 19:40:20 +02:00
2023-03-28 13:12:21 +02:00
2022-11-04 19:53:12 +01:00