You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LICENSE has been changed from BSD 0-clause to the familiar dual license
MIT / Apache 2.0. This has been done, as this fits the ecosystem better and
the dependencies where using the MIT / Apache 2.0 dual licensing already,
which resulted into the situtation, that BSD 0-clause was not affectivly
0-clause as MIT conditions had to be met anyways. (🧂 IANAL). (#309)
Renamed Serial::raw_read to Serial::read_data_register. (#281)
Seal FlashExt and RccExt traits. These are no longer implementable by
a user of this crate. (#281)
Move ADC from a macro to a generic implementation, meaning that
it is possible to obtain an ADC instance via Adc::new instead of Adc::adc1. (#281)
Remove adc::ClockMode and the clock configuration of the ADC.
Clock configuration effects the common ADC which inturn controls e.g. ADC1
and ADC2, which the old API did not resemble.
The API provides no clock configuration for ADC peripherals yet, but
correctly acts upon changes done through the pac. (#281)