8000 Readme for version 0.0 · AKrduino/arduino-stm32@23e0e83 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit 23e0e83

Browse files
committed
Readme for version 0.0
1 parent 527d3b9 commit 23e0e83

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Arduino STM32
2+
=============
3+
4+
This repository contains modifications to main Arduino tree that enables support of STM32 Cortex-M3 based targets.
5+
6+
Revision info
7+
=============
8+
9+
v 0.0 (090823)
10+
==============
11+
STM32:
12+
-----
13+
Tested with Olimex STM32_P103 board
14+
Arm build envirenment is Codesourcery light, tested on Linux, Fedora 10
15+
Arduino sketches are built to elf and hex files that can be flashed to a stm32 target with OpenOcd Jtag.
16+
Basic Arduino/Wiring functions supported are:
17+
delay, millis, micros, delayMicroseconds
18+
pinMode, digitalWrite, digitalRead
19+
Hardware serial with 3 serial ports Serial1==Serial, Serial2 and Serial3
20+
analogRead
21+
22+
Arduino IDE
23+
-----------
24+
Sizer
25+
Show amount of used RAM
26+
SerialMonitor
27+
Add log file to serial monitor window
28+

0 commit comments

Comments
 (0)
0