File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments