embassy/embassy-stm32
Timo Kröger f141b98741 bxcan: Cleanup
Older families like F1 and F4 have a consistent naming for the CAN
peripherals: CAN when there is only one instance, CAN1/CAN2/CAN2 if
there are multiple instances.
Newer families like L4 and F7 use the name CAN1 even if there is only
one instance. The number of filter banks is incorrect for those.

Affected chips:
* STM32F722
* STM32F723
* STM32F730
* STM32F732
* STM32F733
* STM32L4P5
* STM32L4Q5
* STM32L4R5
* STM32L4R7
* STM32L4R9
* STM32L4S5
* STM32L4S7
* STM32L4S9
* STM32L431
* STM32L432
* STM32L433
* STM32L442
* STM32L443
* STM32L451
* STM32L452
* STM32L462
* STM32L471
* STM32L475
* STM32L476
* STM32L485
* STM32L486
2021-08-18 21:58:50 +02:00
..
src bxcan: Cleanup 2021-08-18 21:58:50 +02:00
.pep8 USART codegen 2021-04-25 22:35:51 +02:00
build.rs stm32: Use build.rs to generate a more coarse feature 2021-07-31 02:52:26 -03:00
Cargo.toml bxcan: Make bxcan a hard dependency 2021-08-18 21:58:50 +02:00
gen_features.py Update features to include F0 2021-06-22 14:41:42 -03:00
gen.py Rename embassy-extras to embassy-hal-common 2021-07-29 13:44:51 +02:00