.. |
A_STM32_Examples
|
Merge branch 'aster94-master'
|
2018-04-01 15:03:36 +10:00 |
Adafruit_GFX_AS
|
Update README
|
2018-03-15 08:16:42 +01: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
|
Base Adafruit_GFX_AS on Adafruit_GFX, keeping only the additiona in a derived class.
|
2018-03-14 21:45:27 +01:00 |
Adafruit_SSD1306
|
Add files via upload
|
2017-12-07 20:11:17 +01:00 |
EEPROM
|
stm32duino now uses __IO
|
2018-01-24 20:33:11 +01:00 |
Ethernet_STM
|
Added Etheret_STM by Vassilis (at his request, as copy of https://github.com/Serasidis/Ethernet_STM)
|
2016-06-06 10:20:55 +10:00 |
FreeRTOS701
|
Ranemed FreeRTOS to FreeRTOS701 to prevent name clashes. see https://github.com/rogerclarkmelbourne/Arduino_STM32/issues/500
|
2018-05-22 09:29:23 +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 |
FreeRTOS900
|
Correct a bug in FreeRTOS
|
2017-11-26 09:29:15 -06: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 |
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
|
Update HW_STM32.h
|
2018-01-02 16:19:31 +01:00 |
OneWireSTM
|
Updated 'category' in library.properties files, to shop the IDE complaining that this key is missing
|
2016-05-03 20:44:18 +10:00 |
RTClock
|
Update BluePill-RTClock-test.ino
|
2018-04-13 23:42:46 +02:00 |
SDIO
|
Multiple updates to SDIO library
|
2018-04-12 22:30:37 -05:00 |
SPI
|
F1 SPI slave: remove RXONLY flag to enable data transmission
|
2018-03-27 20:13:04 +02:00 |
STM32ADC
|
Fix compilation with -std=gnu++11
|
2017-12-12 10:58:22 +01:00 |
Serasidis_EtherCard_STM
|
Updated 'category' in library.properties files, to shop the IDE complaining that this key is missing
|
2016-05-03 20:44:18 +10:00 |
Serasidis_VS1003B_STM
|
Updated 'category' in library.properties files, to shop the IDE complaining that this key is missing
|
2016-05-03 20:44:18 +10:00 |
Serasidis_XPT2046_touch
|
Merge branch 'work/xpt2046' of https://github.com/tfry-git/Arduino_STM32 into tfry-git-work/xpt2046
|
2018-04-01 16:14:17 +10:00 |
Servo
|
Fix issue 196, for Servo library
|
2016-11-12 18:34:58 +11:00 |
Touch-Screen-Library_STM
|
Fixed issue with ILI9341_due library (and Touch libary), incorrectly including pins_arduino.h
|
2016-10-29 22:09:44 +11:00 |
USBComposite
|
usbcomposite library
|
2018-04-12 20:45:59 -05:00 |
WS2812B
|
Moved encoderLookup LUT from flash to RAM to give 30% speed increase of setPixelColor() - at the expense of 768 bytes of RAM
|
2017-06-13 10:39:42 +10:00 |
Wire
|
Change Wire.write() return types from void to size_t to be compatible with the Arduino API
|
2018-05-23 18:03:38 +10:00 |
WireSlave
|
stm32duino now uses __IO
|
2018-01-24 20:33:11 +01:00 |
stm_fft
|
Help file describing the fft functions.
|
2018-03-29 22:19:06 -05:00 |