Martin Ayotte
|
fbed6fbe50
|
add missing/forgotten variant.h
|
2015-07-26 10:49:05 -04:00 |
Roger Clark
|
07ba8f279a
|
Updaded SPI with update from VictorPV
|
2015-07-26 04:58:12 +10:00 |
Roger Clark
|
b8d1cd472a
|
Added missing definition for __always_inline (supplied by @martinayotte)
|
2015-07-22 14:04:04 +10:00 |
Roger Clark
|
d5986cce76
|
Added lagacy windows xp drivers
|
2015-07-20 10:20:04 +10:00 |
Roger Clark
|
ce70ae4fce
|
Added source to maple_loader.jar
|
2015-07-20 06:38:38 +10:00 |
Roger Clark
|
9c951d40d6
|
Merge branch 'SPI_setModule'
|
2015-07-17 09:52:04 +10:00 |
Roger Clark
|
8ab4734573
|
Add cached dfu-util sources, as the original remote repo is no longer available for use as the source to the dfu-util folder as a submodule
|
2015-07-09 20:15:54 +10:00 |
Roger Clark
|
dfc1f47381
|
Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_STM32
|
2015-07-09 20:11:13 +10:00 |
Roger Clark
|
9056c63977
|
Removed submodule dfu-util
|
2015-07-09 20:09:11 +10:00 |
Roger Clark
|
b0c364b6ce
|
Merge pull request #90 from cdrose/patch-1
Update PIN_MAP to allow PWM on PB9
|
2015-07-09 11:14:28 +10:00 |
Colin
|
7d45f68fde
|
Update PIN_MAP to allow PWM on PB9
|
2015-07-09 12:47:33 +12:00 |
Roger Clark
|
e0d6307685
|
Built Linux binary and also changed printed message to indicate this is a special version built for Arduino STM32
|
2015-07-08 19:48:57 +10:00 |
Roger Clark
|
176db5f9d0
|
Fix issue on OSX (and other platforms) where stm32flash only works if the serial device name starts with /dev/tty, as on OSX some serial devices start with /dev/cu. Also corrected mistake about .a file in stm32 parsers folder, and hopefully removed the .a file from source control
|
2015-07-08 15:14:25 +10:00 |
Roger Clark
|
fc50831843
|
Continued with SPI setModule - still doesnt work when I tried setModule(2);
|
2015-07-08 11:14:57 +10:00 |
Roger Clark
|
20a9214291
|
Some fixes. Works for SD example SPI 1, not tested with anything else. setModule not tested
|
2015-07-07 20:59:33 +10:00 |
Roger Clark
|
7217137875
|
Merge pull request #89 from martinayotte/master
STM32F4 pull request from @ martinayotte to Fix HardwareSerial::begin by doing gpio_set_af_mode AF8 when devices are UART4 or UART5
|
2015-07-07 09:17:15 +10:00 |
Roger Clark
|
2e13a1d57e
|
Initial attempt at SPI setModule - but it doesn't seem to work for SPI2 etc, even when not using setModule to select the SPI channel, when I tested with a VS1053 board attached to SPI2 and SD on SPI1
|
2015-07-07 07:27:09 +10:00 |
Roger Clark
|
cd9e17deea
|
Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_stm32
|
2015-07-06 09:23:37 +10:00 |
Roger Clark
|
58a5799ace
|
Added linux install file missing after previous name change to this file
|
2015-07-06 09:23:01 +10:00 |
Martin Ayotte
|
09fbe05662
|
fix Debugging print when different SPI is used
|
2015-07-05 17:13:01 -04:00 |
Martin Ayotte
|
6cd5f5e431
|
Merge remote-tracking branch 'upstream/master'
|
2015-07-05 10:16:11 -04:00 |
Martin Ayotte
|
d5dbdb685c
|
fix HardwareSerial::begin by doing gpio_set_af_mode AF8 when devices are UART4 or UART5
|
2015-07-05 10:15:33 -04:00 |
Roger Clark
|
6d18be66ad
|
Move Timer ISR handlers from timer_f1.c to timer.c to resolve linker issue in which some ISR's were not being linked even though they were being used
|
2015-07-05 22:38:47 +10:00 |
Roger Clark
|
3d51e8c530
|
Tidied up names of Maple boards in boards.txt menu names
|
2015-07-05 11:06:32 +10:00 |
Roger Clark
|
1d7a0bc21b
|
Fix issue with default SPI pin definitions in wirish.h being incorrect (as they were the pin definitions for AVR boards). wirish.h now uses the pin definitions defined in board.h for whatever variant is selected
|
2015-07-05 03:08:34 +10:00 |
Roger Clark
|
84fdcc8a62
|
Merge pull request #88 from martinayotte/master
PR to fix F4 DNS Bug fix
|
2015-07-05 08:56:32 +10:00 |
Martin Ayotte
|
17edc3743f
|
Merge remote-tracking branch 'upstream/master'
|
2015-07-04 09:18:57 -04:00 |
Martin Ayotte
|
25e81d7cf1
|
fix DNS issue caused by HTON macro weirdness on 32bits + fix inet_aton()
|
2015-07-03 23:04:22 -04:00 |
Roger Clark
|
8c327aca05
|
Added OSX DFU binaries and changed the OSX maple-upload script to use them. (This saves users having to install dfu-util themselves, e.g. via Homebrew
|
2015-07-04 10:15:44 +10:00 |
Roger Clark
|
70403109c5
|
Updated Linux install script so that it also adds the current user to the dialout group. Also removed duplicate copy of the Linux install script from drivers/linux
|
2015-07-03 21:31:50 +10:00 |
Roger Clark
|
4c12092d26
|
Merge pull request #87 from martinayotte/master
add new arduino_uip + tweak variants for Netduino2Plus ENC28J60/SPI networking
|
2015-07-03 09:07:57 +10:00 |
Martin Ayotte
|
cfa28a9a75
|
add new arduino_uip + tweak variants for Netduino2Plus ENC28J60/SPI networking
|
2015-07-02 13:09:38 -04:00 |
Roger Clark
|
4f036873eb
|
Merge pull request #86 from tjstyle/master
Applied FLAC decoder patch to VS1003 library
|
2015-07-02 08:43:38 +10:00 |
Teguh Sobirin
|
1e4fdf743a
|
FLAC decoder patch
By uncommenting "#define USEFLAC" in VS1003_STM.h the FLAC patch will be
loaded at begin time.
|
2015-07-01 20:16:27 +07:00 |
Roger Clark
|
3b2c87de5a
|
Updated linux tools to contain upload-reset (bin) utility, and modified maple-upload script to use this utility to reset the bootloader prior to upload. Also changed maple-upload so that it uses the pre-compiled dfu-util binary that is now part of the repo
|
2015-06-28 11:06:00 +10:00 |
Roger Clark
|
69420b429b
|
Added linux udev rules scripts and rules, taken from the leaflabs Linux IDE install file
|
2015-06-27 21:50:32 +10:00 |
Roger Clark
|
501da92986
|
Added a line in SPI.cpp to default the bitOrder to MSBFIRST
|
2015-06-25 09:36:23 +10:00 |
Roger Clark
|
c0fd4e3038
|
Added Ethernet_STM library provided by Vasillis Serasidis (@Serasidis)
|
2015-06-18 02:29:32 +10:00 |
Roger Clark
|
7823a48ea2
|
Added TFT_ILI9163C library from @Victor_pv
|
2015-06-18 02:26:02 +10:00 |
Roger Clark
|
0ff9438aa1
|
Added osx upload-reset binary omitted from last commit
|
2015-06-16 21:25:40 +10:00 |
Roger Clark
|
a25bb2b50b
|
Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_STM32
|
2015-06-16 21:23:52 +10:00 |
Roger Clark
|
a7244e0e89
|
Added upload-reset.c source. Added upload-reset OSX binary, and modified maple-upload script to use upload-reset
|
2015-06-16 21:23:43 +10:00 |
Roger Clark
|
c0a4c1d1ef
|
Merge pull request #85 from martinayotte/master
Update for Stream/Print support under F4. from @martinayotte
|
2015-06-15 11:05:17 +10:00 |
Martin Ayotte
|
129a60ad55
|
update for Stream/Print support under F4
|
2015-06-14 10:37:05 -04:00 |
Martin Ayotte
|
4cd1b55dfe
|
remove useless STM32F4.zip
|
2015-06-14 09:26:22 -04:00 |
Martin Ayotte
|
18b5b6eca4
|
integrate a copy of SPI from STM32F1 into STM32F4
|
2015-06-13 18:14:51 -04:00 |
Roger Clark
|
a9402388a8
|
Remove STM32F4.zip accidently added in pull request from @martinayotte
|
2015-06-14 07:36:13 +10:00 |
Martin Ayotte
|
517e7fbde1
|
Merge remote-tracking branch 'upstream/master'
|
2015-06-12 15:48:33 -04:00 |
rogerclarkmelbourne
|
7d7f113f63
|
improved vasillis's SPI 2 demo
|
2015-06-12 09:49:00 +10:00 |
Roger Clark
|
8301021e51
|
Merge pull request #84 from Serasidis/patch-10
Merged example of using the SPI_1 and SPI_2 ports on STM32F103 (from Vasillis) - however it needs work to show how to use SPI 2
|
2015-06-12 09:40:23 +10:00 |