arpruss
e8d8cdb75e
update to latest version of USBComposite
2018-06-13 15:28:36 -05:00
Roger Clark
e08d2eb1cc
minor change to SPI slave example
2018-05-27 15:52:53 +10:00
Roger Clark
5e634098ce
Merge branch 'master' of https://github.com/VictorLamoine/Arduino_STM32 into VictorLamoine-master
2018-05-27 15:43:00 +10:00
Roger Clark
8fbd6f0f4e
Merge branch 'master' of https://github.com/me21/Arduino_STM32 into me21-master
2018-05-27 15:01:51 +10:00
Roger Clark
6548456957
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
Roger Clark
6a551bd9ab
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
Alexandr Zarubkin
84c5a86109
Changed prescaler variable type to uint32. Fixes #520 .
...
Signed-off-by: Alexandr Zarubkin <me21@yandex.ru>
2018-05-21 11:47:38 +03:00
André
e1ae43c826
Fixed missing return value.
2018-04-27 14:48:41 +01:00
stevstrong
1abb3f1ca5
Update Wire.cpp
...
bugfix hw I2C unrecognized addresses 0x76, 0x77
2018-04-25 23:22:17 +02:00
Victor Lamoine
6e4a80f106
Add simple SPI slave example
2018-04-23 19:28:39 +02:00
Victor Lamoine
652569c079
Add simple SPI slave example
2018-04-20 19:01:32 +02:00
Victor Lamoine
a3ae580d19
Add simple SPI slave example
2018-04-20 17:42:31 +02:00
Victor Lamoine
6e814ad5ca
Add simple SPI slave example
2018-04-20 17:27:45 +02:00
Victor Lamoine
45b51dea12
Add simple SPI slave example
2018-04-20 14:38:57 +02:00
stevstrong
d33e50ab0d
Update BluePill-RTClock-test.ino
...
fix weekday, see #498 .
2018-04-13 23:42:46 +02:00
Roger Clark
b1a4fda793
Merge branch 'master' of https://github.com/KenWillmott/Arduino_STM32 into KenWillmott-master
2018-04-13 16:03:29 +10:00
Roger Clark
314ce02bd0
Merge branch 'sdio-updates' of https://github.com/victorpv/Arduino_STM32 into victorpv-sdio-updates
2018-04-13 13:48:10 +10:00
victorpv
0197d63dc0
Multiple updates to SDIO library
...
Changes __io for __IO
Increase the time for some delays
Adds compatibility with SdSdioEX class while using DMA
Implement a retry mechanism (needs further testing)
Implement command ACMD42 to disconnect the sd internal pullup in D3 in
4bit mode
2018-04-12 22:30:37 -05:00
arpruss
18d1654195
usbcomposite library
2018-04-12 20:45:59 -05:00
Ken Willmott
7374108bd4
fix PR#487 and #488
2018-04-10 10:37:26 -04:00
Ken Willmott
463db9b0bf
fix PR #487
...
Implements the needed correction in PR #487 , modifies get method with no change to set method. Exor comparison changed to equality comparison for readability.
2018-04-10 09:55:04 -04:00
Roger Clark
596dc0d78e
Merge pull request #461 from tfry-git/work/gfx_as
...
Base Adafruit_GFX_AS on Adafruit_GFX, keeping only the additions in a derived class.
2018-04-08 13:39:50 +10:00
Roger Clark
9128a78265
Merge branch 'KenWillmott-patch-1' of https://github.com/KenWillmott/Arduino_STM32 into KenWillmott-KenWillmott-patch-1
2018-04-01 16:27:26 +10:00
Roger Clark
7aeb8ccefe
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
Roger Clark
9fcd06e879
Merge branch 'stevstrong-patch-7'
2018-04-01 15:48:28 +10:00
Roger Clark
b2bd7b9872
Merge branch 'STM_FFT' of https://github.com/victorpv/Arduino_STM32 into victorpv-STM_FFT
2018-04-01 15:16:52 +10:00
Roger Clark
845508ee19
Merge branch 'aster94-master'
2018-04-01 15:03:36 +10:00
victorpv
59a216ba66
Help file describing the fft functions.
2018-03-29 22:19:06 -05:00
victorpv
e3510b76eb
Revert "SDIO updates"
...
This reverts commit 7dce451ebc
.
2018-03-28 22:27:39 -05:00
victorpv
58ccf76c2a
stm_fft library
...
With extra fft 16 bins function
2018-03-28 22:01:48 -05:00
victorpv
7dce451ebc
SDIO updates
...
Increase performance and compatibility with cards.
2018-03-28 21:50:49 -05:00
Roger Clark
2578bf00cb
Merge pull request #438 from JiriBilek/master
...
Fixing now() function in RTClock.h
2018-03-28 13:37:01 +11:00
stevstrong
0a88fe3cfa
F1 SPI slave: remove RXONLY flag to enable data transmission
...
see https://github.com/rogerclarkmelbourne/Arduino_STM32/issues/471
2018-03-27 20:13:04 +02:00
Thomas Friedrichsmeier
ffc0b29880
Update README
2018-03-15 08:16:42 +01:00
Thomas Friedrichsmeier
ca3ead06b3
Base Adafruit_GFX_AS on Adafruit_GFX, keeping only the additiona in a derived class.
...
The point of this is to make drivers based on Adafruit_GFX_AS compatible with Adafruit_GFX,
without breaking existing code written for Adafruit_GFX_AS.
See also http://stm32duino.com/viewtopic.php?f=9&t=3352
2018-03-14 21:45:27 +01:00
Thomas Friedrichsmeier
97dbf08a5e
Small fixes
2018-03-13 20:55:45 +01:00
Thomas Friedrichsmeier
7e13702bcb
Some updates to the XPT2046 touchscreen library:
...
- Add TS_Point-class and getter for better compatibility with various other touchscreen libraries out there
- Add oversampling for better accuracy. Default is seven samples per point
- Use SPI.beginTransaction() / endTransaction() to set proper SPI speed (as supported by XPT2046)
2018-03-13 18:06:35 +01:00
madias123
25e2945cd8
Update TouchButtons.ino
...
Compatibility: Using Serial instead of Serial1
2018-03-12 23:46:29 +01:00
Roger Clark
e37e0bdc87
Merge pull request #435 from KenWillmott/patch-1
...
Update BluePill-RTClock-test.ino
2018-02-26 15:54:14 +11:00
Roger Clark
f928acf193
Add InputCapture and OnePulse functionality from @stevestrong
2018-02-13 18:34:15 +11:00
Roger Clark
c063a916fd
Revert "Added Timer 'Input Capture' support and example"
...
This reverts commit 36bd1be387
.
2018-02-11 21:35:31 +11:00
Ken Willmott
c6ef07affe
Update rtc_util.c
...
Modify rtc_get_count() and rtc_get_divider() to fix non-atomic accesses to RTC counter registers
2018-02-10 18:52:15 -05:00
Roger Clark
36bd1be387
Added Timer 'Input Capture' support and example
2018-02-10 14:47:33 +11:00
Jiri Bilek
5f6c8ef670
Fixed indentation
2018-02-03 14:07:05 +01:00
Jiri Bilek
35e0a6453a
Fixing now() function
...
The now() function was defined using the #define directive. That is
wrong as it prevents using the keyword "now" in other situations.
2018-02-03 13:15:56 +01:00
Ken Willmott
4b6a6e8077
Update BluePill-RTClock-test.ino
...
Clarify English documentation by changing all occurrences of "10 bits" to "10 digits", referring to Epoch time.
2018-01-31 08:38:14 -05:00
Vincenzo Gibiino
632af3ec9f
stm32duino now uses __IO
2018-01-24 20:33:11 +01:00
aster94
ccd94bd9fa
Add files via upload
2018-01-24 19:20:06 +01:00
Roger Clark
9c61fbd094
Merge branch 'WireSlave' of https://github.com/lacklustrlabs/Arduino_STM32 into lacklustrlabs-WireSlave
2018-01-24 08:05:27 +11:00
Roger Clark
6f1429175c
Manually committed RTClock files, due to problems with PR https://github.com/rogerclarkmelbourne/Arduino_STM32/pull/428
2018-01-24 07:39:35 +11:00