Arduino_STM32/STM32F1/libraries
Jaret Burkett 7f23ee129c Fixed Touchscreen Lib
Changed example to use the Touchscreen Library that has STM32 support.
2015-09-26 09:21:41 -05:00
..
Adafruit_GFX_AS Renamed libraries, but using original function names. 2015-03-18 11:27:31 -05:00
Adafruit_ILI9341 Reverts changes to the ILI9341 library that should not use DMA. 2015-05-27 20:05:35 -05:00
Adafruit_ILI9341_STM Fixed Touchscreen Lib 2015-09-26 09:21:41 -05:00
Adafruit_SSD1306 Added Adafruit_SSD1306 and OLED_I2C libs ported by @Madias 2015-05-27 19:44:14 +10:00
EEPROM 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
Ethernet_STM@5dd518a193 Added Ethernet_STM library provided by Vasillis Serasidis (@Serasidis) 2015-06-18 02:29:32 +10:00
FreeRTOS STM32F1 core: Implemented changes already made to the GD32F1 core to use F_CPU instead of hard coded values for 72000000 and (F_CPU -1) instead of 71999999 and to replace other hard coded values related to the clock freqency. Also updated the code so that the USB clock was disabled in setup_clock_prescalers to allow it to be changed in that function during initialisation, in case altermative prescaler values for USB are required, e.g. for operation at 48Mhz 2015-09-06 07:51:40 +10:00
FreeRTOS821 STM32F1 core: Implemented changes already made to the GD32F1 core to use F_CPU instead of hard coded values for 72000000 and (F_CPU -1) instead of 71999999 and to replace other hard coded values related to the clock freqency. Also updated the code so that the USB clock was disabled in setup_clock_prescalers to allow it to be changed in that function during initialisation, in case altermative prescaler values for USB are required, e.g. for operation at 48Mhz 2015-09-06 07:51:40 +10:00
ILI9341_due_STM Added old Adafruit_ILI9341 lib, and modified the STM version of the lib so that the class name matches the filename for adafruit_ILI9341_STM 2015-03-27 10:08:47 +11:00
Lcd7920_STM Added LCD7920 library ported by Matthias (@madias on the Arduino forum) 2015-03-07 00:28:59 +11:00
LiquidCrystal Removed non standard functions togglePin, toggleLED,isButtonPressed, and waitForButtonPress. And updated all examples that used these, to use other functions. Note togglePin was used internally in shiftOut. Also note, that some of these functions were replaced by the code that was inside the non standard function e.g inside togglePin. In the longer term these internal maple function calls need to be replaced by high level Arduino API calls like digitalRead and digitalWrite where applicable 2015-04-07 20:57:51 +10:00
LiquidCrystal_I2C Replaced LiquidCrystal_I2C lib with newer version which was reported to have worked on the arduino forum - ref http://forum.arduino.cc/index.php?topic=310743.msg2186521#msg2186521 2015-04-15 21:08:01 +10:00
MapleCoOS STM32F1 core: Implemented changes already made to the GD32F1 core to use F_CPU instead of hard coded values for 72000000 and (F_CPU -1) instead of 71999999 and to replace other hard coded values related to the clock freqency. Also updated the code so that the USB clock was disabled in setup_clock_prescalers to allow it to be changed in that function during initialisation, in case altermative prescaler values for USB are required, e.g. for operation at 48Mhz 2015-09-06 07:51:40 +10:00
MapleCoOS116 STM32F1 core: Implemented changes already made to the GD32F1 core to use F_CPU instead of hard coded values for 72000000 and (F_CPU -1) instead of 71999999 and to replace other hard coded values related to the clock freqency. Also updated the code so that the USB clock was disabled in setup_clock_prescalers to allow it to be changed in that function during initialisation, in case altermative prescaler values for USB are required, e.g. for operation at 48Mhz 2015-09-06 07:51:40 +10:00
OLED_I2C Added Adafruit_SSD1306 and OLED_I2C libs ported by @Madias 2015-05-27 19:44:14 +10:00
OneWireSTM Changed to new library format and also updated comments in examples 2015-04-09 19:59:19 +10:00
RTClock Minor change to RTClock library keywords 2015-05-23 18:23:14 +10:00
SPI Fix for uninitialised vars in dmaTransfer and dmaSend (as detailed by victor_pv) 2015-07-28 12:00:16 +10:00
Serasidis_EtherCard_STM ENC28J60 Ethernet library for STM32. 2015-05-28 16:48:02 +03:00
Serasidis_VS1003B_STM Merge pull request #110 from Serasidis/patch-2 2015-09-09 21:13:52 +10:00
Servo Moved Servo library out of the untested folder now that its been tested and proved working by @ahull on the Arduino forum 2015-02-26 16:15:23 +11:00
TFT_ILI9163C@bbc39bbb79 Added TFT_ILI9163C library from @Victor_pv 2015-06-18 02:26:02 +10:00
Touch-Screen-Library_STM Added Adafruit Touchscreen Library 2015-09-26 09:13:32 -05:00
Wire Added Serial.begin(115200) to both examples so that they work on non-bootloader boards 2015-08-06 17:42:04 +10:00