Roger Clark
|
2bc7c18017
|
Added Alexeys 'fast pins' code for digitalWriteFast. for Maple mini only. Note also, this branch is a work in progress as I need to update digitalPinToBitMask etc probably to use Alexey's new data
|
2015-01-05 21:40:37 +11:00 |
Roger Clark
|
e97dbb9238
|
Merge branch 'master' into digitalWriteFast
|
2015-01-05 21:15:08 +11:00 |
Bob Cousins
|
5897db5ec2
|
Remove libmaple files from variants/xxx
|
2015-01-04 20:31:25 +00:00 |
Bob Cousins
|
adf9d109dc
|
Update all linker files to ensure first word in data RAM is 0
|
2015-01-04 20:23:37 +00:00 |
Bob Cousins
|
a929cdc23a
|
Ensure that first word of RAM is set to 0.
|
2015-01-03 15:29:04 +00:00 |
Bob Cousins
|
00386de792
|
Move libmaple from variants/xxx to cores/maple
|
2015-01-03 15:28:31 +00:00 |
Roger Clark
|
e78cf764fe
|
continued work on pin/port macros
|
2014-12-30 20:48:48 +11:00 |
Roger Clark
|
350d38af45
|
Added started on digitalWriteFast and other fast port manipulation code
|
2014-12-30 19:34:59 +11:00 |
Roger Clark
|
90e6ae40e9
|
Revert "Move libmaple/* from variants to cores"
This reverts commit a3065b0c00
which resulted in Maple and maple mini boards not running / starting code after upload
|
2014-12-30 07:10:04 +11:00 |
Bob Cousins
|
a3065b0c00
|
Move libmaple/* from variants to cores
|
2014-12-25 13:07:45 +00:00 |
Roger Clark
|
f70c503d2f
|
Merge branch 'master' of https://github.com/IanHarvey/Arduino_STM32
|
2014-12-24 19:30:22 +11:00 |
Ian Harvey
|
5546e20d0c
|
microduino: assign correct port values to GPIO pins
|
2014-12-23 15:13:11 +00:00 |
Ian Harvey
|
c5c58e253d
|
Add microduino variant as copy of maple_mini
|
2014-12-23 10:21:28 +00:00 |
rogerclarkmelbourne
|
e5c795f0f7
|
removed the #if false in the Maple variant usb_cdcam.c which I wrongly thought needed to be removed from build as it was clashing with other code, but this was a mistake, and this file is needed for the Maple build
|
2014-12-23 18:10:03 +11:00 |
Roger Clark
|
98c772079e
|
Added new menu items by Alexey (@HiddenPilot)
|
2014-12-19 08:31:49 +11:00 |
Roger Clark
|
a327d7bd38
|
Removed redundant / junk files
|
2014-12-05 21:17:45 +11:00 |
Roger Clark
|
53f84108d6
|
Added empty / placeholder files, required my some libraries, specificially Adafruit_ST7735. This is a work in progress and doesn't allow this library to work, as SPI needs to be updated and also the library needs code changed to its header file
|
2014-12-05 20:58:27 +11:00 |
Roger Clark
|
31349f5aec
|
Fixed issue caused by renaming SerialUSB to Serial for non Maple boards - i.e double definition of Serial
|
2014-12-05 09:29:11 +11:00 |
Roger Clark
|
4fdce817a4
|
Finished Serial.peek() and Serial.flush(). Also changed SerialUSB tgo Serial for Maple and Maple Mini builds for increased compatibility with the Arduino 1.0.x API
|
2014-12-04 21:11:38 +11:00 |
Roger Clark
|
8c6d25b4c0
|
Absolutely masses of changes, and general restructure in order to get the SPI library to at least compile ;-)
|
2014-11-22 06:46:57 +11:00 |
Roger Clark
|
5a79e664af
|
Renamed maple to STM32F1XX so that ARDUINO_ARCH definition correctly reflects the device architecture
|
2014-10-31 20:27:28 +11:00 |