@@ -299,54 +299,54 @@ impl Device {
299299 Self :: Nrf52811 => ( crates:: Bindings :: Nrf , "nrf52811" , & [ ] ) ,
300300 Self :: Nrf52832 => ( crates:: Bindings :: Nrf , "nrf52832" , & [ ] ) ,
301301 Self :: Nrf52840 => ( crates:: Bindings :: Nrf , "nrf52840" , & [ ] ) ,
302- Self :: Stm32F100 => ( crates :: Bindings :: Stm32 , "stm32f100" , & [
303- " dma", "gpio" , "spi" , "tim" ,
304- ] ) ,
305- Self :: Stm32F101 => ( crates :: Bindings :: Stm32 , "stm32f101" , & [
306- " dma", "gpio" , "spi" , "tim" ,
307- ] ) ,
308- Self :: Stm32F102 => ( crates :: Bindings :: Stm32 , "stm32f102" , & [
309- " dma", "gpio" , "spi" , "tim" ,
310- ] ) ,
311- Self :: Stm32F103 => ( crates :: Bindings :: Stm32 , "stm32f103" , & [
312- " dma", "gpio" , "spi" , "tim" ,
313- ] ) ,
314- Self :: Stm32F107 => ( crates :: Bindings :: Stm32 , "stm32f107" , & [
315- " dma", "gpio" , "spi" , "tim" ,
316- ] ) ,
317- Self :: Stm32F401 => ( crates :: Bindings :: Stm32 , "stm32f401" , & [
318- " adc", "dma" , "exti" , "gpio" , "tim" ,
319- ] ) ,
320- Self :: Stm32F405 => ( crates :: Bindings :: Stm32 , "stm32f405" , & [
321- " adc", "dma" , "exti" , "gpio" , "tim" ,
322- ] ) ,
323- Self :: Stm32F407 => ( crates :: Bindings :: Stm32 , "stm32f407" , & [
324- " adc", "dma" , "exti" , "gpio" , "tim" ,
325- ] ) ,
326- Self :: Stm32F410 => ( crates :: Bindings :: Stm32 , "stm32f410" , & [
327- " adc", "dma" , "exti" , "gpio" , "tim" ,
328- ] ) ,
329- Self :: Stm32F411 => ( crates :: Bindings :: Stm32 , "stm32f411" , & [
330- " adc", "dma" , "exti" , "gpio" , "tim" ,
331- ] ) ,
332- Self :: Stm32F412 => ( crates :: Bindings :: Stm32 , "stm32f412" , & [
333- " adc", "dma" , "exti" , "gpio" , "tim" ,
334- ] ) ,
335- Self :: Stm32F413 => ( crates :: Bindings :: Stm32 , "stm32f413" , & [
336- " adc", "dma" , "exti" , "gpio" , "tim" ,
337- ] ) ,
338- Self :: Stm32F427 => ( crates :: Bindings :: Stm32 , "stm32f427" , & [
339- " adc", "dma" , "exti" , "gpio" , "tim" ,
340- ] ) ,
341- Self :: Stm32F429 => ( crates :: Bindings :: Stm32 , "stm32f429" , & [
342- " adc", "dma" , "exti" , "gpio" , "tim" ,
343- ] ) ,
344- Self :: Stm32F446 => ( crates :: Bindings :: Stm32 , "stm32f446" , & [
345- " adc", "dma" , "exti" , "gpio" , "tim" ,
346- ] ) ,
347- Self :: Stm32F469 => ( crates :: Bindings :: Stm32 , "stm32f469" , & [
348- " adc", "dma" , "exti" , "gpio" , "tim" ,
349- ] ) ,
302+ Self :: Stm32F100 => {
303+ ( crates :: Bindings :: Stm32 , "stm32f100" , & [ " dma", "gpio" , "spi" , "tim" ] )
304+ }
305+ Self :: Stm32F101 => {
306+ ( crates :: Bindings :: Stm32 , "stm32f101" , & [ " dma", "gpio" , "spi" , "tim" ] )
307+ }
308+ Self :: Stm32F102 => {
309+ ( crates :: Bindings :: Stm32 , "stm32f102" , & [ " dma", "gpio" , "spi" , "tim" ] )
310+ }
311+ Self :: Stm32F103 => {
312+ ( crates :: Bindings :: Stm32 , "stm32f103" , & [ " dma", "gpio" , "spi" , "tim" ] )
313+ }
314+ Self :: Stm32F107 => {
315+ ( crates :: Bindings :: Stm32 , "stm32f107" , & [ " dma", "gpio" , "spi" , "tim" ] )
316+ }
317+ Self :: Stm32F401 => {
318+ ( crates :: Bindings :: Stm32 , "stm32f401" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
319+ }
320+ Self :: Stm32F405 => {
321+ ( crates :: Bindings :: Stm32 , "stm32f405" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
322+ }
323+ Self :: Stm32F407 => {
324+ ( crates :: Bindings :: Stm32 , "stm32f407" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
325+ }
326+ Self :: Stm32F410 => {
327+ ( crates :: Bindings :: Stm32 , "stm32f410" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
328+ }
329+ Self :: Stm32F411 => {
330+ ( crates :: Bindings :: Stm32 , "stm32f411" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
331+ }
332+ Self :: Stm32F412 => {
333+ ( crates :: Bindings :: Stm32 , "stm32f412" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
334+ }
335+ Self :: Stm32F413 => {
336+ ( crates :: Bindings :: Stm32 , "stm32f413" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
337+ }
338+ Self :: Stm32F427 => {
339+ ( crates :: Bindings :: Stm32 , "stm32f427" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
340+ }
341+ Self :: Stm32F429 => {
342+ ( crates :: Bindings :: Stm32 , "stm32f429" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
343+ }
344+ Self :: Stm32F446 => {
345+ ( crates :: Bindings :: Stm32 , "stm32f446" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
346+ }
347+ Self :: Stm32F469 => {
348+ ( crates :: Bindings :: Stm32 , "stm32f469" , & [ " adc", "dma" , "exti" , "gpio" , "tim" ] )
349+ }
350350 Self :: Stm32L4X1 => ( crates:: Bindings :: Stm32 , "stm32l4x1" , & [
351351 "dma" , "exti" , "gpio" , "i2c" , "rtc" , "spi" , "tim" , "uart" ,
352352 ] ) ,
0 commit comments