Arduino_STM32/STM32F1/cores/maple/libmaple
Roger Clark 4db3994d1c Second attempt to add availableForWrite() to USB Serial 2018-05-27 16:35:06 +10:00
..
stm32f1/performance Allow IRQ overriding 2018-04-17 11:19:36 +02:00
usb Second attempt to add availableForWrite() to USB Serial 2018-05-27 16:35:06 +10:00
adc.c Fix, add ADC_CR2_EXTTRIG to adc_set_extsel() to enable the external trigger mode 2017-05-06 23:02:54 +02:00
adc_f1.c Allow IRQ overriding 2018-04-17 11:19:36 +02:00
bkp_f1.c stm32duino now uses __IO 2018-01-24 20:33:11 +01:00
dac.c renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
dma.c stm32duino now uses __IO 2018-01-24 20:33:11 +01:00
dma_f1.c Allow IRQ overriding 2018-04-17 11:19:36 +02:00
exc.S Allow IRQ overriding 2018-04-17 11:19:36 +02:00
exti.c Allow IRQ overriding 2018-04-17 11:19:36 +02:00
exti_f1.c renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
flash.c renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
fsmc_f1.c renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
gpio.c renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
gpio_f1.c Merge branch 'master' of https://github.com/MackPI/Arduino_STM32 into MackPI-master 2018-04-01 16:29:21 +10:00
i2c.c Update i2c.c 2018-03-15 19:23:49 +01:00
i2c_f1.c Allow IRQ overriding 2018-04-17 11:19:36 +02:00
iwdg.c renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
nvic.c renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
pwr.c renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
rcc.c stm32duino now uses __IO 2018-01-24 20:33:11 +01:00
rcc_f1.c Add support for boards with 16MHz HSE crystal. Note to use this feature users must add -D XTAL16M to the appropriate build options in boards.txt, as there are too few boards with 16MHz crystals to warrant adding this as a separate menu to each board in boards.txt 2018-04-13 16:32:56 +10:00
spi.c further optimizations 2016-12-10 22:36:21 +01:00
spi_f1.c Suppressing 'warning: unused parameter ... [-Wunused-parameter]' 2017-11-15 23:19:31 +01:00
systick.c Allow IRQ overriding 2018-04-17 11:19:36 +02:00
timer.c Allow IRQ overriding 2018-04-17 11:19:36 +02:00
timer_f1.c Move Timer ISR handlers from timer_f1.c to timer.c to resolve linker issue in which some ISR's were not being linked even though they were being used 2015-07-05 22:38:47 +10:00
usart.c Slight changes 2016-07-19 12:56:11 +02:00
usart_f1.c Allow IRQ overriding 2018-04-17 11:19:36 +02:00
usart_private.c renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00
util.c Suppressing 'warning: unused parameter ... [-Wunused-parameter]' 2017-11-15 23:19:31 +01:00