STM32GENERIC/STM32/libraries
caniggia1 47caf6375f
Update Wire.cpp
I2C doesn't work for any board (except F0 probably):
You cannot check #ifndef I2C1_EV_IRQn, because I2C1_EV_IRQn is enum not #define.

The same for #ifndef I2C2_EV_IRQn.
2017-11-14 20:00:57 +01:00
..
BSP_f429i_discovery TFT size corrected 2017-09-10 11:03:36 +02:00
BoardExamples l475 disco: Move st-link uart rx/tx settings into variant.cpp 2017-09-26 12:26:09 +02:00
EEPROM eeprom: add epprom emulation in internal flash for F1/F4 2017-08-06 08:33:21 +02:00
Flash_STM32 eeprom: add epprom emulation in internal flash for F1/F4 2017-08-06 08:33:21 +02:00
FreeRTOS freertos: Fix when using USB 2017-06-06 06:01:46 +02:00
HardwareTest hardwaretest: Add analogRead test 2017-09-26 12:26:56 +02:00
HardwareTimer hardwaretimer: fix variable name on F1 2017-07-23 08:05:42 +02:00
I2S i2s: improve performance, add extra methods 2017-06-15 22:34:45 +02:00
LTDC ltdc: Add paremeteless begin() that allocates heap for display buffer 2017-09-10 11:45:35 +02:00
OfficialCompatibility add compatibility files with the official STM32 arduino implementation 2017-08-06 11:12:18 +02:00
SDIO spi: Add DMA settings for L0 / L4 2017-06-26 21:32:07 +02:00
SPI spi: guess first SPI instance based on variant.h MISO MOSI SCK macros 2017-07-16 10:42:34 +02:00
SdFat sdfat: Fix typo when SPI4 / SPI5 / SPI6 is available on the chip 2017-08-11 06:35:42 +02:00
Servo servo: add servo library 2017-08-06 10:34:21 +02:00
USBMassStorage sdfat: add interface for internal flash fat, and enable fat12 2017-08-06 09:22:15 +02:00
Wire Update Wire.cpp 2017-11-14 20:00:57 +01:00
stm32_dma F0: fix compilation problems 2017-09-26 12:54:35 +02:00