-
- Downloads
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
The CMSIS files for the STM32 range provide macros to distinguish between the different MCU series: STM32F4, STM32F7, STM32H7, STM32L4, etc. Prefer to use these instead of custom ones.
Showing
- ports/stm32/Makefile 3 additions, 3 deletionsports/stm32/Makefile
- ports/stm32/adc.c 22 additions, 22 deletionsports/stm32/adc.c
- ports/stm32/boards/make-pins.py 1 addition, 1 deletionports/stm32/boards/make-pins.py
- ports/stm32/dac.c 2 additions, 2 deletionsports/stm32/dac.c
- ports/stm32/dma.c 23 additions, 23 deletionsports/stm32/dma.c
- ports/stm32/dma.h 2 additions, 2 deletionsports/stm32/dma.h
- ports/stm32/extint.c 6 additions, 6 deletionsports/stm32/extint.c
- ports/stm32/extint.h 1 addition, 1 deletionports/stm32/extint.h
- ports/stm32/flash.c 7 additions, 7 deletionsports/stm32/flash.c
- ports/stm32/i2c.c 4 additions, 4 deletionsports/stm32/i2c.c
- ports/stm32/machine_i2c.c 1 addition, 1 deletionports/stm32/machine_i2c.c
- ports/stm32/main.c 1 addition, 1 deletionports/stm32/main.c
- ports/stm32/modmachine.c 12 additions, 12 deletionsports/stm32/modmachine.c
- ports/stm32/rtc.c 7 additions, 7 deletionsports/stm32/rtc.c
- ports/stm32/sdcard.c 3 additions, 3 deletionsports/stm32/sdcard.c
- ports/stm32/stm32_it.c 5 additions, 5 deletionsports/stm32/stm32_it.c
- ports/stm32/system_stm32.c 19 additions, 19 deletionsports/stm32/system_stm32.c
- ports/stm32/timer.c 4 additions, 4 deletionsports/stm32/timer.c
- ports/stm32/uart.c 5 additions, 5 deletionsports/stm32/uart.c
- ports/stm32/usbd_conf.c 2 additions, 2 deletionsports/stm32/usbd_conf.c
Loading
Please register or sign in to comment