Roger Clark
2cdbbc8339
Fix issue caused by ADC PR changes that, prevented the GD32F103 variant from building
2016-11-10 11:33:37 +11:00
stevstrong
eec2e64ad0
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
2016-10-31 23:23:09 +01:00
stevstrong
5db2523284
improve SPI low level functions
...
- optimize code and run-time
2016-10-31 22:29:40 +01:00
stevstrong
4bc4b1d6bd
remove unused functions + adapt passed parameter
...
- remove unused functions form usb_reg_map
- change passed buffer type to uint8 *
2016-10-31 22:12:04 +01:00
stevstrong
529f844ff9
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
2016-10-31 22:06:09 +01:00
Roger Clark
16ab26608f
Fix minor issues with Hy-Tiny STM32F103T
2016-10-30 21:55:26 +11:00
Roger Clark
c50ae34a82
Merge branch 'master' of https://github.com/rogerclarkmelbourne/arduino_stm32
2016-10-30 21:38:46 +11:00
Roger Clark
e2c957489a
Added support for Hy-Tiny STM32F103T
2016-10-30 21:38:30 +11:00
Roger Clark
34b6bd927d
Fixed issue with ILI9341_due library (and Touch libary), incorrectly including pins_arduino.h
2016-10-29 22:09:44 +11:00
Roger Clark
068422f918
Merge pull request #219 from xymopen/master
...
merge minor API changes
2016-10-22 10:44:25 +11:00
stevstrong
42cb8b5bc8
small change
...
- revert local variable to uint8 in Serial.read
2016-10-21 23:01:45 +02:00
stevstrong
0ec7e72b01
improved USB serial Rx and implemented buffered Tx
2016-10-21 22:31:27 +02:00
xymopen
1d321b6b70
merge minor API changes of IPAddress, Print, Stream and WString from official Arduion core source. LookaheadMode is still under evaluation.
2016-10-22 03:57:13 +08:00
stevstrong
082a78e3a6
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
2016-10-17 08:31:52 +02:00
Roger Clark
7985f25fbc
Fixed path an permissions issue with linux jlink upload script
2016-10-17 12:43:16 +11:00
Roger Clark
754bc29699
Merge branch 'stevstrong-master'
2016-10-17 09:38:01 +11:00
Roger Clark
ffea9588ea
Merge branch 'master' of https://github.com/stevstrong/Arduino_STM32 into stevstrong-master
2016-10-17 09:35:56 +11:00
stevstrong
073aa23ed2
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
2016-10-16 23:02:16 +02:00
stevstrong
d0c5a952b0
Revert "solve sync problems"
...
This reverts commit fca26524a9
.
2016-10-16 22:57:44 +02:00
stevstrong
fca26524a9
solve sync problems
2016-10-16 22:55:40 +02:00
stevstrong
a40898dbfe
try to sync
2016-10-16 22:42:37 +02:00
stevstrong
19e89fd269
revert to Jaret's version
2016-10-16 20:14:11 +02:00
Roger Clark
6bbb5dc506
Added JLink upload to Windows and fixed intermitten JLink upload issues
2016-10-16 16:46:40 +11:00
Roger Clark
293b693996
Added JLink upload method for F103C8 to Linux (untested)
2016-10-16 14:47:53 +11:00
Roger Clark
e1e2cac780
renamed 16 bit version of transfer() to transfer16() as per the Arduino API
2016-10-16 13:34:09 +11:00
Roger Clark
0e6b2000c8
Merge branch 'bubulindo-master'
2016-10-16 13:19:37 +11:00
Roger Clark
4f753fc14e
Merge branch 'jaretburkett-master'
2016-10-16 13:18:25 +11:00
jaretburkett
f9301a6acf
USB core and CDC fixes
2016-10-13 07:06:29 -05:00
stevstrong
8f847cc786
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
2016-10-12 19:19:03 +02:00
stevstrong
6d4965b5c8
improve USB serial Rx speed + make USB serial Tx blocking to avoid overflow
2016-10-12 19:18:38 +02:00
Roger Clark
c6c8827492
Merge pull request #214 from lag-linaro/master
...
stm32f4: cores: Remove seemingly pointless file . (dma.c which only contains comments - No code at all)
2016-10-01 16:05:41 +10:00
Roger Clark
efe237c16d
Merge pull request #204 from kuwatay/macosx-update-for-stmf4
...
update STM32F4 environment for macosx
2016-10-01 16:03:51 +10:00
Lee Jones
afa2cf1b8a
stm32f4: cores: Remove seemingly pointless file
...
dma.c was introduced in 2014 and is still entirely commented out.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
2016-10-01 03:38:45 +01:00
Roger Clark
8c850fede0
Merge pull request #205 from ozayturay/master
...
Update for recipe.ar.pattern and library 'Category not valid' IDE warnings
2016-09-27 15:26:09 +10:00
Roger Clark
93564e7f56
Merge pull request #213 from mcauser/tft-begin
...
In TFT_Show_Font_ILI9341 example change init to begin
2016-09-27 15:24:08 +10:00
Roger Clark
e165d27711
Merge branch 'master' into bubulindo-master
2016-09-27 15:00:21 +10:00
Mike Causer
29f52516c2
In TFT_Show_Font_ILI9341 example change init to begin
2016-09-27 11:29:23 +10:00
Roger Clark
9147a461e7
Merge branch 'master' of https://github.com/bubulindo/Arduino_STM32 into bubulindo-master
2016-09-26 10:42:42 +10:00
Roger Clark
1641d2420c
Merge pull request #212 from victzh/patch-1
...
Fix return value for Print::write(const void *buffer, uint32 size)
2016-09-26 09:11:18 +10:00
victzh
3efde692e7
Fix return value for Print::write(const void *buffer, uint32 size)
...
Print::write(const void *buffer, uint32 size) always returns 0, which is against specification. This patch fixes it.
2016-09-25 18:31:59 -04:00
Bubulindo
0b34af3b6a
Minor bug fixes now that I have a ZET6
...
While using a different board, I realized that I did not configure the
ADC on all variants and there is a minor bug on the irq_num for
advanced 103 devices.
2016-09-25 13:14:12 +01:00
Bubulindo
5c13d8b0d4
Addition of a better way to deal with the Onboard ADC.
...
This modification adds support for a STM32ADC library. There are a
couple of examples on how to use it. The library allows usage of the
ADC with DMA in circular mode or scan mode, it allows the ADC to be
used in scan mode. And also to use the EOC interrupt.
More functionality needs to be added and will be in time.
Eventually the util files will be moved into the adc files in the core.
2016-09-23 16:35:18 +01:00
stevstrong
43b3376881
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
2016-09-23 17:07:49 +02:00
Özay Turay
f949812ece
Update STM32F4/libraries/*/library.properties to get rid of Category not valid IDE warnings
2016-09-07 16:37:57 +03:00
Özay Turay
9096356e55
Update STM32F*/platform.txt to get rid of recipe.ar.pattern IDE warnings
2016-09-07 16:20:35 +03:00
Yoshitaka Kuwata
478ef73b48
update STM32F4 environment for macosx
...
remove extra definition in platform.txt
2016-09-06 18:12:11 +09:00
Roger Clark
4021c32fdb
Merge branch 'master' of https://github.com/SamuelBrucksch/Arduino_STM32
2016-08-14 12:01:07 +10:00
Samuel Brucksch
29ef21629c
Update Wire.h
...
changed SDA/SCL pins to the ones that were default in construcor of Wire.cpp
2016-08-07 13:22:53 +02:00
Samuel Brucksch
8119f88b8d
Update Wire.cpp
...
default constructor now uses SCL and SDA defintinion from wire.h
2016-08-07 13:22:05 +02:00
stevstrong
a079114bdc
added transaction in slave mode, and 16 bit data transfer
2016-07-26 20:36:39 +02:00