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 |
Vassilis Serasidis
|
1a676200f7
|
Example of using the SPI_1 and SPI_2 ports on STM32F103.
|
2015-06-11 15:01:45 +03:00 |
rogerclarkmelbourne
|
9555d253ec
|
Merge branch 'fix_spi_ss'
|
2015-06-11 10:59:44 +10:00 |
rogerclarkmelbourne
|
efd8ecb7a7
|
Added license
|
2015-06-11 10:19:36 +10:00 |
Roger Clark
|
c27b6774fc
|
Update README.md
|
2015-06-11 09:10:55 +10:00 |
Roger Clark
|
657d6dae02
|
Alternative / better fix provided by @pico based on work by @victor_pv. Commented out AF REMAP of NSS in spi_f1.c
|
2015-06-10 10:33:13 +10:00 |
rogerclarkmelbourne
|
ece9c3681d
|
Added code to 'get' the gpio mode of a pin, and have used it in SPIClass::begin() to store and reinstate the pin mode of the SPI NSS pin. This is a work around for 'features' in the STM32 silicon, which seem to change the GPIO mode of the SPI NSS (hardware - 'Software Select' pin)
|
2015-06-10 10:25:22 +10:00 |
Roger Clark
|
ef03bcdfdc
|
Removed old version of usb-bootloader and replaced with the stm32duino-bootloader as a submodule
|
2015-06-08 03:35:01 +10:00 |
Roger Clark
|
5e0d577aac
|
Update README.md
|
2015-06-08 13:10:15 +10:00 |
Roger Clark
|
a6c2d73a43
|
Update README.md
|
2015-06-08 13:09:00 +10:00 |
Roger Clark
|
12686bd98a
|
Update README.md
|
2015-06-08 12:59:06 +10:00 |
Gabriel Staples
|
e53e45ab9c
|
Update README.md
|
2015-06-06 18:43:21 -04:00 |
Gabriel Staples
|
ea665f4ac4
|
Update README.md
|
2015-06-06 18:38:47 -04:00 |
Gabriel Staples
|
d0a2c69acc
|
Update README.md
|
2015-06-06 18:31:14 -04:00 |
Gabriel Staples
|
0e91b3f2ce
|
Update README.md
|
2015-06-06 18:22:05 -04:00 |
Gabriel Staples
|
41242ec476
|
Update README.md
|
2015-06-06 18:12:58 -04:00 |
Gabriel Staples
|
14525f4d79
|
Update README.md
|
2015-06-06 18:10:24 -04:00 |
Gabriel Staples
|
76f90cca9e
|
Update README.md
|
2015-06-06 17:59:45 -04:00 |
Roger Clark
|
263d3af266
|
Added files missing from the last commit
|
2015-06-06 08:16:20 +10:00 |
Roger Clark
|
1af98fed89
|
Converted VS1003 lib to new lib style including keywords
|
2015-06-06 08:15:47 +10:00 |
Roger Clark
|
2797907221
|
Added support for SPI 2 to VS1003 library, and made a change to SPI to support other libs being able to select which SPI they want to use (issue with const in transfer()
|
2015-06-06 07:46:42 +10:00 |
rogerclarkmelbourne
|
7643bac725
|
Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_STM32
|
2015-06-05 17:02:19 +10:00 |
rogerclarkmelbourne
|
a3a3c9d90b
|
Changed boards.txt so that Maple DFU upload is now called STM32duino bootloader
|
2015-06-05 16:42:25 +10:00 |
Roger Clark
|
146dad4512
|
Upadted VS1003_STM lib with latest files from Vasillis Serasidis
|
2015-06-03 10:44:10 +10:00 |
rogerclarkmelbourne
|
f337329c89
|
Undid changes to isrs.s from last merge (its not practical to undo the remove, its easier just to replace the file in question with the older / working version
|
2015-06-02 08:05:32 +10:00 |
Martin Ayotte
|
a52c360ceb
|
experimental version for SD/SdFat
|
2015-06-01 13:47:11 -04:00 |
rogerclarkmelbourne
|
97604fe455
|
Replaced isrs.s with new version from victor_pv with improved system for weak refs to isr handlers
|
2015-06-01 19:19:37 +10:00 |
Martin Ayotte
|
53e4329a75
|
add dfuse_addr arguments option for tools/macosx/maple_upload
|
2015-05-31 13:22:21 -04:00 |
victorpv
|
164c8065c8
|
Weakrefs used instead of weaks in isrs.S
|
2015-05-31 09:10:31 -05:00 |
rogerclarkmelbourne
|
912098d5b8
|
Updated with commits that had been applied to Leaflabs:libmaple since the original copy of the repo was taken (by BobC) in Nov 2014
|
2015-05-31 18:06:19 +10:00 |
rogerclarkmelbourne
|
58df3f36b4
|
Changed all remaining boards to have HW serial definitions in board.cpp so that every board can configure which Arduino Serial instance maps to which hardware serial device
|
2015-05-31 16:09:26 +10:00 |
rogerclarkmelbourne
|
29f7cc74b4
|
Merge branch 'master' into move_serial_config_to_variants
|
2015-05-31 15:28:16 +10:00 |
rogerclarkmelbourne
|
9411f03988
|
Merge branch 'fix_weak_ref_timers'
|
2015-05-31 15:27:06 +10:00 |
Roger Clark
|
0a77202ed4
|
Merge pull request #69 from Serasidis/master
AddedENC28J60 Ethernet library for STM32, from Vasillis Serasidis
|
2015-05-29 09:26:22 +10:00 |
rogerclarkmelbourne
|
daef5a1781
|
Fixed issue in boards.txt where board indentifier for Maple mini included a underscore - which seems to cause problems in some version of the IDE (namely 1.6.0)
|
2015-05-29 09:06:23 +10:00 |
Martin Ayotte
|
44bfd8ae54
|
fix SetupClock168() for Netduino2Plus + add STM32Stamp/Netduino2Plus boards + add dfuse_addr in upload
|
2015-05-28 17:20:49 -04:00 |
Vassilis Serasidis
|
ed14ded3cc
|
ENC28J60 Ethernet library for STM32.
Example sketches that use the EtherCard library.
|
2015-05-28 16:48:02 +03:00 |
Vassilis Serasidis
|
eee152ceca
|
ENC28J60 Ethernet library for STM32.
12
|
2015-05-28 16:47:02 +03:00 |
Vassilis Serasidis
|
9011387505
|
ENC28J60 Ethernet library for STM32.
|
2015-05-28 16:41:18 +03:00 |
Vassilis Serasidis
|
a61bd57817
|
ENC28J60 Ethernet library for STM32.
The ReadMe file
|
2015-05-28 16:34:55 +03:00 |
Vassilis Serasidis
|
ce860eab9e
|
ENC28J60 Ethernet library for STM32.
|
2015-05-28 16:33:15 +03:00 |
Vassilis Serasidis
|
276ebf3c9a
|
1
|
2015-05-28 16:31:56 +03:00 |
Vassilis Serasidis
|
dcaa115d0a
|
Present a "Will be back soon web page", as stand-in web server
|
2015-05-28 16:30:03 +03:00 |